Trophic state indexThe Trophic State Index (TSI) is a classification system designed to rate water bodies based on the amount of biological productivity they sustain. Although the term "trophic index" is commonly applied to lakes, any surface water body may be indexed. The TSI of a water body is rated on a scale from zero to one hundred. Under the TSI scale, water bodies may be defined as: oligotrophic (TSI 0–40, having the least amount of biological productivity, "good" water quality); mesotrophic (TSI 40–60, having a moderate level of biological productivity, "fair" water quality); or eutrophic to hypereutrophic (TSI 60–100, having the highest amount of biological productivity, "poor" water quality).
Ecological pyramidAn ecological pyramid (also trophic pyramid, Eltonian pyramid, energy pyramid, or sometimes food pyramid) is a graphical representation designed to show the biomass or bioproductivity at each trophic level in an ecosystem. A pyramid of energy shows how much energy is retained in the form of new biomass from each trophic level, while a pyramid of biomass shows how much biomass (the amount of living or organic matter present in an organism) is present in the organisms.
Chemical substanceA chemical substance is a form of matter having constant chemical composition and characteristic properties. Chemical substances can be simple substances (substances consisting of a single chemical element), chemical compounds, or alloys. Chemical substances that cannot be separated into their simpler constituent elements by physical means are said to be 'pure'; this notion intended to set them apart from mixtures.
Regression testingRegression testing (rarely, non-regression testing) is re-running functional and non-functional tests to ensure that previously developed and tested software still performs as expected after a change. If not, that would be called a regression. Changes that may require regression testing include bug fixes, software enhancements, changes, and even substitution of electronic components (hardware). As regression test suites tend to grow with each found defect, test automation is frequently involved.
PollutantA pollutant or novel entity is a substance or energy introduced into the environment that has undesired effects, or adversely affects the usefulness of a resource. These can be both naturally forming (i.e. minerals or extracted compounds like oil) or anthropogenic in origin (i.e. manufactured materials or byproducts). Pollutants result in environmental pollution or become public health concerns when they reach a concentration high enough to have significant negative impacts.
Marine microorganismsMarine microorganisms are defined by their habitat as microorganisms living in a marine environment, that is, in the saltwater of a sea or ocean or the brackish water of a coastal estuary. A microorganism (or microbe) is any microscopic living organism or virus, that is too small to see with the unaided human eye without magnification. Microorganisms are very diverse. They can be single-celled or multicellular and include bacteria, archaea, viruses and most protozoa, as well as some fungi, algae, and animals, such as rotifers and copepods.
Regulation of gene expressionRegulation of gene expression, or gene regulation, includes a wide range of mechanisms that are used by cells to increase or decrease the production of specific gene products (protein or RNA). Sophisticated programs of gene expression are widely observed in biology, for example to trigger developmental pathways, respond to environmental stimuli, or adapt to new food sources. Virtually any step of gene expression can be modulated, from transcriptional initiation, to RNA processing, and to the post-translational modification of a protein.
Water pollutionWater pollution (or aquatic pollution) is the contamination of water bodies, usually as a result of human activities, so that it negatively affects its uses. Water bodies include lakes, rivers, oceans, aquifers, reservoirs and groundwater. Water pollution results when contaminants mix with these water bodies. Contaminants can come from one of four main sources: sewage discharges, industrial activities, agricultural activities, and urban runoff including stormwater. Water pollution is either surface water pollution or groundwater pollution.
Test automationIn software testing, test automation is the use of software separate from the software being tested to control the execution of tests and the comparison of actual outcomes with predicted outcomes. Test automation can automate some repetitive but necessary tasks in a formalized testing process already in place, or perform additional testing that would be difficult to do manually. Test automation is critical for continuous delivery and continuous testing.
Unit testingIn computer programming, unit testing is a software testing method by which individual units of source code—sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures—are tested to determine whether they are fit for use. It is a standard step in development and implementation approaches such as Agile. Before unit testing, capture and replay testing tools were the norm. In 1997, Kent Beck and Erich Gamma developed and released JUnit, a unit test framework that became popular with Java developers.