Insertion reactionAn insertion reaction is a chemical reaction where one chemical entity (a molecule or molecular fragment) interposes itself into an existing bond of typically a second chemical entity e.g.: The term only refers to the result of the reaction and does not suggest a mechanism. Insertion reactions are observed in organic, inorganic, and organometallic chemistry. In cases where a metal-ligand bond in a coordination complex is involved, these reactions are typically organometallic in nature and involve a bond between a transition metal and a carbon or hydrogen.
Migratory insertionIn organometallic chemistry, a migratory insertion is a type of reaction wherein two ligands on a metal complex combine. It is a subset of reactions that very closely resembles the insertion reactions, and both are differentiated by the mechanism that leads to the resulting stereochemistry of the products. However, often the two are used interchangeably because the mechanism is sometimes unknown.
Insertion sortInsertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time by comparisons. It is much less efficient on large lists than more advanced algorithms such as quicksort, heapsort, or merge sort. However, insertion sort provides several advantages: Simple implementation: Jon Bentley shows a three-line C/C++ version that is five lines when optimized. Efficient for (quite) small data sets, much like other quadratic (i.e.
Chemical synthesisIn chemistry, chemical synthesis (chemical combination) is the artificial execution of chemical reactions to obtain one or several products. This occurs by physical and chemical manipulations usually involving one or more reactions. In modern laboratory uses, the process is reproducible and reliable. A chemical synthesis involves one or more compounds (known as reagents or reactants) that will experience a transformation when subjected to certain conditions. Various reaction types can be applied to formulate a desired product.
Total synthesisTotal synthesis is the complete chemical synthesis of a complex molecule, often a natural product, from simple, commercially-available precursors. It usually refers to a process not involving the aid of biological processes, which distinguishes it from semisynthesis. Syntheses may sometimes conclude at a precursor with further known synthetic pathways to a target molecule, in which case it is known as a formal synthesis. Total synthesis target molecules can be natural products, medicinally-important active ingredients, known intermediates, or molecules of theoretical interest.
Review articleA review article is an article that summarizes the current state of understanding on a topic within a certain discipline. A review article is generally considered a secondary source since it may analyze and discuss the method and conclusions in previously published studies. It resembles a survey article or, in news publishing, overview article, which also surveys and summarizes previously published primary and secondary sources, instead of reporting new facts and results.
HydrogenaseA hydrogenase is an enzyme that catalyses the reversible oxidation of molecular hydrogen (H2), as shown below: Hydrogen uptake () is coupled to the reduction of electron acceptors such as oxygen, nitrate, sulfate, carbon dioxide (), and fumarate. On the other hand, proton reduction () is coupled to the oxidation of electron donors such as ferredoxin (FNR), and serves to dispose excess electrons in cells (essential in pyruvate fermentation).
In-place algorithmIn computer science, an in-place algorithm is an algorithm that operates directly on the input data structure without requiring extra space proportional to the input size. In other words, it modifies the input in place, without creating a separate copy of the data structure. An algorithm which is not in-place is sometimes called not-in-place or out-of-place. In-place can have slightly different meanings. In its strictest form, the algorithm can only have a constant amount of extra space, counting everything including function calls and pointers.
Parallel postulateIn geometry, the parallel postulate, also called Euclid's fifth postulate because it is the fifth postulate in Euclid's Elements, is a distinctive axiom in Euclidean geometry. It states that, in two-dimensional geometry: If a line segment intersects two straight lines forming two interior angles on the same side that are less than two right angles, then the two lines, if extended indefinitely, meet on that side on which the angles sum to less than two right angles.
Metabolic pathwayIn biochemistry, a metabolic pathway is a linked series of chemical reactions occurring within a cell. The reactants, products, and intermediates of an enzymatic reaction are known as metabolites, which are modified by a sequence of chemical reactions catalyzed by enzymes. In most cases of a metabolic pathway, the product of one enzyme acts as the substrate for the next. However, side products are considered waste and removed from the cell. These enzymes often require dietary minerals, vitamins, and other cofactors to function.