Sediment basinA sediment basin is a temporary pond built on a construction site to capture eroded or disturbed soil that is washed off during rain storms, and protect the water quality of a nearby stream, river, lake, or bay. The sediment-laden soil settles in the pond before the runoff is discharged. Sediment basins are typically used on construction sites of or more, where there is sufficient room. They are often used in conjunction with erosion controls and other sediment control practices.
Phosphorus cycleThe phosphorus cycle is the biogeochemical cycle that describes the movement of phosphorus through the lithosphere, hydrosphere, and biosphere. Unlike many other biogeochemical cycles, the atmosphere does not play a significant role in the movement of phosphorus, because phosphorus and phosphorus-based compounds are usually solids at the typical ranges of temperature and pressure found on Earth. The production of phosphine gas occurs in only specialized, local conditions.
Log-space reductionIn computational complexity theory, a log-space reduction is a reduction computable by a deterministic Turing machine using logarithmic space. Conceptually, this means it can keep a constant number of pointers into the input, along with a logarithmic number of fixed-size integers. It is possible that such a machine may not have space to write down its own output, so the only requirement is that any given bit of the output be computable in log-space. Formally, this reduction is executed via a log-space transducer.
EuxiniaEuxinia or euxinic conditions occur when water is both anoxic and sulfidic. This means that there is no oxygen (O2) and a raised level of free hydrogen sulfide (H2S). Euxinic bodies of water are frequently strongly stratified, have an oxic, highly productive, thin surface layer, and have anoxic, sulfidic bottom water. The word euxinia is derived from the Greek name for the Black Sea (Εὔξεινος Πόντος (Euxeinos Pontos)) which translates to "hospitable sea".
Sediment controlA sediment control is a practice or device designed to keep eroded soil on a construction site, so that it does not wash off and cause water pollution to a nearby stream, river, lake, or sea. Sediment controls are usually employed together with erosion controls, which are designed to prevent or minimize erosion and thus reduce the need for sediment controls. Sediment controls are generally designed to be temporary measures, however, some can be used for storm water management purposes.
Material balance planningMaterial balances are a method of economic planning where material supplies are accounted for in natural units (as opposed to using monetary accounting) and used to balance the supply of available inputs with targeted outputs. Material balancing involves taking a survey of the available inputs and raw materials in an economy and then using a balance sheet to balance the inputs with output targets specified by industry to achieve a balance between supply and demand.
Fluvial processesIn geography and geology, fluvial processes are associated with rivers and streams and the deposits and landforms created by them. When the stream or rivers are associated with glaciers, ice sheets, or ice caps, the term glaciofluvial or fluvioglacial is used. Fluvial processes include the motion of sediment and erosion or deposition on the river bed. The movement of water across the stream bed exerts a shear stress directly onto the bed.
Many-one reductionIn computability theory and computational complexity theory, a many-one reduction (also called mapping reduction) is a reduction which converts instances of one decision problem (whether an instance is in ) to another decision problem (whether an instance is in ) using an effective function. The reduced instance is in the language if and only if the initial instance is in its language . Thus if we can decide whether instances are in the language , we can decide whether instances are in its language by applying the reduction and solving .
Input–output modelIn economics, an input–output model is a quantitative economic model that represents the interdependencies between different sectors of a national economy or different regional economies. Wassily Leontief (1906–1999) is credited with developing this type of analysis and earned the Nobel Prize in Economics for his development of this model. Francois Quesnay had developed a cruder version of this technique called Tableau économique, and Léon Walras's work Elements of Pure Economics on general equilibrium theory also was a forerunner and made a generalization of Leontief's seminal concept.
Turing reductionIn computability theory, a Turing reduction from a decision problem to a decision problem is an oracle machine which decides problem given an oracle for (Rogers 1967, Soare 1987). It can be understood as an algorithm that could be used to solve if it had available to it a subroutine for solving . The concept can be analogously applied to function problems. If a Turing reduction from to exists, then every algorithm for can be used to produce an algorithm for , by inserting the algorithm for at each place where the oracle machine computing queries the oracle for .