Feeding tubeA feeding tube is a medical device used to provide nutrition to people who cannot obtain nutrition by mouth, are unable to swallow safely, or need nutritional supplementation. The state of being fed by a feeding tube is called gavage, enteral feeding or tube feeding. Placement may be temporary for the treatment of acute conditions or lifelong in the case of chronic disabilities. A variety of feeding tubes are used in medical practice. They are usually made of polyurethane or silicone.
Mathematical optimizationMathematical optimization (alternatively spelled optimisation) or mathematical programming is the selection of a best element, with regard to some criterion, from some set of available alternatives. It is generally divided into two subfields: discrete optimization and continuous optimization. Optimization problems arise in all quantitative disciplines from computer science and engineering to operations research and economics, and the development of solution methods has been of interest in mathematics for centuries.
Energy economicsEnergy economics is a broad scientific subject area which includes topics related to supply and use of energy in societies. Considering the cost of energy services and associated value gives economic meaning to the efficiency at which energy can be produced. Energy services can be defined as functions that generate and provide energy to the “desired end services or states”. The efficiency of energy services is dependent on the engineered technology used to produce and supply energy. The goal is to minimise energy input required (e.
Non-equilibrium thermodynamicsNon-equilibrium thermodynamics is a branch of thermodynamics that deals with physical systems that are not in thermodynamic equilibrium but can be described in terms of macroscopic quantities (non-equilibrium state variables) that represent an extrapolation of the variables used to specify the system in thermodynamic equilibrium. Non-equilibrium thermodynamics is concerned with transport processes and with the rates of chemical reactions.
Visual design elements and principlesVisual design elements and principles describe fundamental ideas about the practice of visual design. Elements of art Design elements are the basic units of any visual design which form its structure and convey visual messages. Painter and design theorist Maitland E. Graves (1902-1978), who attempted to gestate the fundamental principles of aesthetic order in visual design, in his book, The Art of Color and Design (1941), defined the elements of design as line, direction, shape, size, texture, value, and color, concluding that "these elements are the materials from which all designs are built.
Interprocedural optimizationInterprocedural optimization (IPO) is a collection of compiler techniques used in computer programming to improve performance in programs containing many frequently used functions of small or medium length. IPO differs from other compiler optimizations by analyzing the entire program as opposed to a single function or block of code. IPO seeks to reduce or eliminate duplicate calculations and inefficient use of memory and to simplify iterative sequences such as loops.
Multi-objective optimizationMulti-objective optimization or Pareto optimization (also known as multi-objective programming, vector optimization, multicriteria optimization, or multiattribute optimization) is an area of multiple-criteria decision making that is concerned with mathematical optimization problems involving more than one objective function to be optimized simultaneously. Multi-objective is a type of vector optimization that has been applied in many fields of science, including engineering, economics and logistics where optimal decisions need to be taken in the presence of trade-offs between two or more conflicting objectives.
Feed-in tariffA feed-in tariff (FIT, FiT, standard offer contract, advanced renewable tariff, or renewable energy payments) is a policy mechanism designed to accelerate investment in renewable energy technologies by offering long-term contracts to renewable energy producers. This means promising renewable energy producers an above-market price and providing price certainty and long-term contracts that help finance renewable energy investments. Typically, FITs award different prices to different sources of renewable energy in order to encourage the development of one technology over another.
Preterm birthPreterm birth, also known as premature birth, is the birth of a baby at fewer than 37 weeks gestational age, as opposed to full-term delivery at approximately 40 weeks. Extreme preterm is less than 28 weeks, very early preterm birth is between 28 and 32 weeks, early preterm birth occurs between 32 and 34 weeks, late preterm birth is between 34 and 36 weeks' gestation. These babies are also known as premature babies or colloquially preemies (American English) or premmies (Australian English).
BreastfeedingBreastfeeding, or nursing, is the process by which human breast milk is fed to a child. Breast milk may be from the breast, or may be pumped and fed to the infant. The World Health Organization (WHO) recommends that breastfeeding begin within the first hour of a baby's life and continue as often and as much as the baby wants. Health organizations, including the WHO, recommend breastfeeding exclusively for six months. This means that no other foods or drinks, other than vitamin D, are typically given.
Cost of capitalIn economics and accounting, the cost of capital is the cost of a company's funds (both debt and equity), or from an investor's point of view is "the required rate of return on a portfolio company's existing securities". It is used to evaluate new projects of a company. It is the minimum return that investors expect for providing capital to the company, thus setting a benchmark that a new project has to meet. For an investment to be worthwhile, the expected return on capital has to be higher than the cost of capital.
Optimizing compilerIn computing, an optimizing compiler is a compiler that tries to minimize or maximize some attributes of an executable computer program. Common requirements are to minimize a program's execution time, memory footprint, storage size, and power consumption (the last three being popular for portable computers). Compiler optimization is generally implemented using a sequence of optimizing transformations, algorithms which take a program and transform it to produce a semantically equivalent output program that uses fewer resources or executes faster.