source
stringlengths
31
207
text
stringlengths
12
1.5k
https://en.wikipedia.org/wiki/Bioinformatics
Bioinformatics () is an interdisciplinary field of science that develops methods and software tools for understanding biological data, especially when the data sets are large and complex. Bioinformatics uses biology, chemistry, physics, computer science, computer programming, information engineering, mathematics and st...
https://en.wikipedia.org/wiki/Cell%20%28biology%29
The cell is the basic structural and functional unit of all forms of life. Every cell consists of cytoplasm enclosed within a membrane, and contains many macromolecules such as proteins, DNA and RNA, as well as many small molecules of nutrients and metabolites. The term comes from the Latin word meaning 'small room'. ...
https://en.wikipedia.org/wiki/Binary%20search%20algorithm
In computer science, binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position of a target value within a sorted array. Binary search compares the target value to the middle element of the array. If they are not equal, the half in which the targ...
https://en.wikipedia.org/wiki/Binary%20search%20tree
In computer science, a binary search tree (BST), also called an ordered or sorted binary tree, is a rooted binary tree data structure with the key of each internal node being greater than all the keys in the respective node's left subtree and less than the ones in its right subtree. The time complexity of operations on...
https://en.wikipedia.org/wiki/Binary%20tree
In computer science, a binary tree is a tree data structure in which each node has at most two children, referred to as the left child and the right child. That is, it is a k-ary tree with . A recursive definition using set theory is that a binary tree is a tuple (L, S, R), where L and R are binary trees or the empty s...
https://en.wikipedia.org/wiki/Borel%20measure
In mathematics, specifically in measure theory, a Borel measure on a topological space is a measure that is defined on all open sets (and thus on all Borel sets). Some authors require additional restrictions on the measure, as described below. Formal definition Let be a locally compact Hausdorff space, and let be t...
https://en.wikipedia.org/wiki/Bilinear%20map
In mathematics, a bilinear map is a function combining elements of two vector spaces to yield an element of a third vector space, and is linear in each of its arguments. Matrix multiplication is an example. Definition Vector spaces Let and be three vector spaces over the same base field . A bilinear map is a funct...
https://en.wikipedia.org/wiki/BCS%20theory
In physics, the Bardeen–Cooper–Schrieffer (BCS) theory (named after John Bardeen, Leon Cooper, and John Robert Schrieffer) is the first microscopic theory of superconductivity since Heike Kamerlingh Onnes's 1911 discovery. The theory describes superconductivity as a microscopic effect caused by a condensation of Coope...
https://en.wikipedia.org/wiki/Bose%E2%80%93Einstein%20condensate
In condensed matter physics, a Bose–Einstein condensate (BEC) is a state of matter that is typically formed when a gas of bosons at very low densities is cooled to temperatures very close to absolute zero (−273.15 °C or −459.67 °F). Under such conditions, a large fraction of bosons occupy the lowest quantum state, at w...
https://en.wikipedia.org/wiki/Beer%E2%80%93Lambert%20law
The Beer-Lambert law is commonly applied to chemical analysis measurements to determine the concentration of chemical species that absorb light. It is often referred to as Beer's law. In physics, the Bouguer–Lambert law is an empirical law which relates the extinction or attenuation of light to the properties of the m...
https://en.wikipedia.org/wiki/BCE%20%28disambiguation%29
BCE is an abbreviation meaning Before Common Era, an alternative to the use of BC. BCE, B.C.E. or bce may also refer to: Bachelor of Civil Engineering Banco Central del Ecuador Basic Chess Endings, a book by Reuben Fine BCE Inc., formerly Bell Canada Enterprises BCE Place, Toronto, Canada, later Brookfield Place ...
https://en.wikipedia.org/wiki/Outline%20of%20biology
Biology – The natural science that studies life. Areas of focus include structure, function, growth, origin, evolution, distribution, and taxonomy. History of biology History of anatomy History of biochemistry History of biotechnology History of ecology History of genetics History of evolutionary thought: The eclipse...
https://en.wikipedia.org/wiki/Bra%E2%80%93ket%20notation
Bra–ket notation, also called Dirac notation, is a notation for linear algebra and linear operators on complex vector spaces together with their dual space both in the finite-dimensional and infinite-dimensional case. It is specifically designed to ease the types of calculations that frequently come up in quantum mecha...
https://en.wikipedia.org/wiki/Baryon
In particle physics, a baryon is a type of composite subatomic particle which contains an odd number of valence quarks (at least 3). Baryons belong to the hadron family of particles; hadrons are composed of quarks. Baryons are also classified as fermions because they have half-integer spin. The name "baryon", introduc...
https://en.wikipedia.org/wiki/Block%20cipher
In cryptography, a block cipher is a deterministic algorithm that operates on fixed-length groups of bits, called blocks. Block ciphers are the elementary building blocks of many cryptographic protocols. They are ubiquitous in the storage and exchange of data, where such data is secured and authenticated via encryption...
https://en.wikipedia.org/wiki/Bilinear%20transform
The bilinear transform (also known as Tustin's method, after Arnold Tustin) is used in digital signal processing and discrete-time control theory to transform continuous-time system representations to discrete-time and vice versa. The bilinear transform is a special case of a conformal mapping (namely, a Möbius transf...
https://en.wikipedia.org/wiki/Beta%20decay
In nuclear physics, beta decay (β-decay) is a type of radioactive decay in which an atomic nucleus emits a beta particle (fast energetic electron or positron), transforming into an isobar of that nuclide. For example, beta decay of a neutron transforms it into a proton by the emission of an electron accompanied by an a...
https://en.wikipedia.org/wiki/Banach%20algebra
In mathematics, especially functional analysis, a Banach algebra, named after Stefan Banach, is an associative algebra over the real or complex numbers (or over a non-Archimedean complete normed field) that at the same time is also a Banach space, that is, a normed space that is complete in the metric induced by the n...
https://en.wikipedia.org/wiki/Binomial%20coefficient
In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written It is the coefficient of the term in the polynomial expansion of the binomial power ; this coefficient can be comput...
https://en.wikipedia.org/wiki/B-tree
In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree generalizes the binary search tree, allowing for nodes with more than two children. Unlike other self-balancing binary search...
https://en.wikipedia.org/wiki/Boolean%20satisfiability%20problem
In logic and computer science, the Boolean satisfiability problem (sometimes called propositional satisfiability problem and abbreviated SATISFIABILITY, SAT or B-SAT) is the problem of determining if there exists an interpretation that satisfies a given Boolean formula. In other words, it asks whether the variables of ...
https://en.wikipedia.org/wiki/Bernoulli%27s%20inequality
In mathematics, Bernoulli's inequality (named after Jacob Bernoulli) is an inequality that approximates exponentiations of . It is often employed in real analysis. It has several useful variants: Integer exponent Case 1: for every integer and real number . The inequality is strict if and . Case 2: for every int...
https://en.wikipedia.org/wiki/International%20Bureau%20of%20Weights%20and%20Measures
The International Bureau of Weights and Measures (, BIPM) is an intergovernmental organisation, through which its 59 member-states act on measurement standards in four areas: chemistry, ionising radiation, physical metrology, as well as Coordinated Universal Time. It is based in Saint-Cloud, near Paris, France. The org...
https://en.wikipedia.org/wiki/Bladder%20%28disambiguation%29
The bladder (or urinary bladder) is an organ that collects urine for excretion in animals. Bladder may also refer to: Biology Artificial urinary bladder, in humans Gallbladder, which stores bile for digestion Pig bladder, urinary bladder of a domestic pig, with many human uses Swim bladder, in bony fishes, an int...
https://en.wikipedia.org/wiki/Biomedical%20engineering
Biomedical engineering (BME) or medical engineering is the application of engineering principles and design concepts to medicine and biology for healthcare purposes (e.g., diagnostic or therapeutic). BME is also traditionally logical sciences to advance health care treatment, including diagnosis, monitoring, and therap...
https://en.wikipedia.org/wiki/Bohr%20model
In atomic physics, the Bohr model or Rutherford–Bohr model of the atom, presented by Niels Bohr and Ernest Rutherford in 1913, consists of a small, dense nucleus surrounded by orbiting electrons. It is analogous to the structure of the Solar System, but with attraction provided by electrostatic force rather than gravit...
https://en.wikipedia.org/wiki/Naive%20set%20theory
Naive set theory is any of several theories of sets used in the discussion of the foundations of mathematics. Unlike axiomatic set theories, which are defined using formal logic, naive set theory is defined informally, in natural language. It describes the aspects of mathematical sets familiar in discrete mathematics (...
https://en.wikipedia.org/wiki/B%C3%A9zout%27s%20identity
In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout who proved it for polynomials, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they are not unique. A pair of Bézout coefficients can b...
https://en.wikipedia.org/wiki/Bernoulli%20number
In mathematics, the Bernoulli numbers are a sequence of rational numbers which occur frequently in analysis. The Bernoulli numbers appear in (and can be defined by) the Taylor series expansions of the tangent and hyperbolic tangent functions, in Faulhaber's formula for the sum of m-th powers of the first n positive in...
https://en.wikipedia.org/wiki/Balance
Balance may refer to: Common meanings Balance (ability) in biomechanics Balance (accounting) Balance or weighing scale Balance, as in equality (mathematics) or equilibrium Arts and entertainment Film Balance (1983 film), a Bulgarian film Balance (1989 film), a short animated film La Balance, a 1982 French fil...
https://en.wikipedia.org/wiki/Combinatorics
Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many applications ranging from logic to statistical physics and from evolutionary biol...
https://en.wikipedia.org/wiki/Chemistry
Chemistry is the scientific study of the properties and behavior of matter. It is a physical science under natural sciences that covers the elements that make up matter to the compounds made of atoms, molecules and ions: their composition, structure, properties, behavior and the changes they undergo during a reaction w...
https://en.wikipedia.org/wiki/Cytoplasm
In cell biology, the cytoplasm describes all material within a eukaryotic cell, enclosed by the cell membrane, except for the cell nucleus. The material inside the nucleus and contained within the nuclear membrane is termed the nucleoplasm. The main components of the cytoplasm are the cytosol (a gel-like substance), th...
https://en.wikipedia.org/wiki/Cipher
In cryptography, a cipher (or cypher) is an algorithm for performing encryption or decryption—a series of well-defined steps that can be followed as a procedure. An alternative, less common term is encipherment. To encipher or encode is to convert information into cipher or code. In common parlance, "cipher" is synonym...
https://en.wikipedia.org/wiki/Lists%20of%20universities%20and%20colleges
This is a list of lists of universities and colleges. Subject of study Aerospace engineering Agriculture Art schools Business Chiropractic Engineering Forestry Law Maritime studies Medicine Music Nanotechnology Osteopathy Pharmaceuticals Social Work Institution type Community colleges For-profit uni...
https://en.wikipedia.org/wiki/Common%20descent
Common descent is a concept in evolutionary biology applicable when one species is the ancestor of two or more species later in time. According to modern evolutionary biology, all living beings could be descendants of a unique ancestor commonly referred to as the last universal common ancestor (LUCA) of all life on Ear...
https://en.wikipedia.org/wiki/Cone%20%28disambiguation%29
A cone is a basic geometrical shape. Cone may also refer to: Mathematics Cone (category theory) Cone (formal languages) Cone (graph theory), a graph in which one vertex is adjacent to all others Cone (linear algebra), a subset of vector space Mapping cone (homological algebra) Cone (topology) Conic bundle, a concept ...
https://en.wikipedia.org/wiki/Combination
In mathematics, a combination is a selection of items from a set that has distinct members, such that the order of selection does not matter (unlike permutations). For example, given three fruits, say an apple, an orange and a pear, there are three combinations of two that can be drawn from this set: an apple and a pea...
https://en.wikipedia.org/wiki/Computer%20science
Computer science is the study of computation, information, and automation. Computer science spans theoretical disciplines (such as algorithms, theory of computation, and information theory) to applied disciplines (including the design and implementation of hardware and software). Though more often considered an academi...
https://en.wikipedia.org/wiki/Condensed%20matter%20physics
Condensed matter physics is the field of physics that deals with the macroscopic and microscopic physical properties of matter, especially the solid and liquid phases which arise from electromagnetic forces between atoms. More generally, the subject deals with condensed phases of matter: systems of many constituents wi...
https://en.wikipedia.org/wiki/Computational%20linguistics
Computational linguistics is an interdisciplinary field concerned with the computational modelling of natural language, as well as the study of appropriate computational approaches to linguistic questions. In general, computational linguistics draws upon linguistics, computer science, artificial intelligence, mathemati...
https://en.wikipedia.org/wiki/Cognitive%20science
Cognitive science is the interdisciplinary, scientific study of the mind and its processes with input from linguistics, psychology, neuroscience, philosophy, computer science/artificial intelligence, and anthropology. It examines the nature, the tasks, and the functions of cognition (in a broad sense). Cognitive scient...
https://en.wikipedia.org/wiki/Chemist
A chemist (from Greek chēm(ía) alchemy; replacing chymist from Medieval Latin alchemist) is a scientist trained in the study of chemistry. Chemists study the composition of matter and its properties. Chemists carefully describe the properties they study in terms of quantities, with detail on the level of molecules and ...
https://en.wikipedia.org/wiki/Cracking
Cracking may refer to: Cracking, the formation of a fracture or partial fracture in a solid material studied as fracture mechanics Performing a sternotomy Fluid catalytic cracking, a catalytic process widely used in oil refineries for cracking large hydrocarbon molecules into smaller molecules Cracking (chemistry)...
https://en.wikipedia.org/wiki/Continuum%20hypothesis
In mathematics, specifically set theory, the continuum hypothesis (abbreviated CH) is a hypothesis about the possible sizes of infinite sets. It states that or equivalently, that In Zermelo–Fraenkel set theory with the axiom of choice (ZFC), this is equivalent to the following equation in aleph numbers: , or even sho...
https://en.wikipedia.org/wiki/Key%20size
In cryptography, key size or key length refers to the number of bits in a key used by a cryptographic algorithm (such as a cipher). Key length defines the upper-bound on an algorithm's security (i.e. a logarithmic measure of the fastest known attack against an algorithm), because the security of all algorithms can be ...
https://en.wikipedia.org/wiki/Complex%20analysis
Complex analysis, traditionally known as the theory of functions of a complex variable, is the branch of mathematical analysis that investigates functions of complex numbers. It is helpful in many branches of mathematics, including algebraic geometry, number theory, analytic combinatorics, applied mathematics; as well ...
https://en.wikipedia.org/wiki/Civil%20engineering
Civil engineering is a professional engineering discipline that deals with the design, construction, and maintenance of the physical and naturally built environment, including public works such as roads, bridges, canals, dams, airports, sewage systems, pipelines, structural components of buildings, and railways. Civil...
https://en.wikipedia.org/wiki/Complex%20number
In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation ; every complex number can be expressed in the form , where and are real numbers. Because no real number satisfies the above equation,...
https://en.wikipedia.org/wiki/Copenhagen%20interpretation
The Copenhagen interpretation is a collection of views about the meaning of quantum mechanics, stemming from the work of Niels Bohr, Werner Heisenberg, Max Born, and others. The term "Copenhagen interpretation" was apparently coined by Heisenberg during the 1950s to refer to ideas developed in the 1925–1927 period, glo...
https://en.wikipedia.org/wiki/Category%20theory
Category theory is a general theory of mathematical structures and their relations that was introduced by Samuel Eilenberg and Saunders Mac Lane in the middle of the 20th century in their foundational work on algebraic topology. Category theory is used in almost all areas of mathematics. In particular, numerous constru...
https://en.wikipedia.org/wiki/Cyanide
In chemistry, a cyanide () is a chemical compound that contains a functional group. This group, known as the cyano group, consists of a carbon atom triple-bonded to a nitrogen atom. In inorganic cyanides, the cyanide group is present as the cyanide anion . This anion is extremely poisonous. Soluble salts such as sodi...
https://en.wikipedia.org/wiki/Catharine%20Garmany
Catharine "Katy" D. Garmany (born March 6, 1946) is an astronomer with the National Optical Astronomy Observatory. She holds a B.S. (astrophysics), 1966 from Indiana University; and a M.A. (astrophysics), 1968, and Ph.D. (astronomy), 1971, from the University of Virginia. Catharine's main areas of research are massive ...
https://en.wikipedia.org/wiki/Cartan%E2%80%93Dieudonn%C3%A9%20theorem
In mathematics, the Cartan–Dieudonné theorem, named after Élie Cartan and Jean Dieudonné, establishes that every orthogonal transformation in an n-dimensional symmetric bilinear space can be described as the composition of at most n reflections. The notion of a symmetric bilinear space is a generalization of Euclidean...
https://en.wikipedia.org/wiki/Mechanically%20interlocked%20molecular%20architectures
In chemistry, mechanically interlocked molecular architectures (MIMAs) are molecules that are connected as a consequence of their topology. This connection of molecules is analogous to keys on a keychain loop. The keys are not directly connected to the keychain loop but they cannot be separated without breaking the loo...
https://en.wikipedia.org/wiki/Carlos%20Chagas%20Filho
Carlos Chagas Filho (September 10, 1910 – February 16, 2000) was a Brazilian physician, biologist and scientist active in the field of neuroscience. He was internationally renowned for his investigations on the neural mechanisms underlying the phenomenon of electrogenesis by the electroplaques of electric fishes. He wa...
https://en.wikipedia.org/wiki/Granule
A granule is a large particle or grain. It can refer to: Granule (cell biology), any of several submicroscopic structures, some with explicable origins, others noted only as cell type-specific features of unknown function Azurophilic granule, a structure characteristic of the azurophil eukaryotic cell type Chromaf...
https://en.wikipedia.org/wiki/Atlantic%20modal%20haplotype
In human genetics, the Atlantic modal haplotype (AMH) or haplotype 15 is a Y chromosome haplotype of Y-STR microsatellite variations, associated with the Haplogroup R1b. It was discovered prior to many of the SNPs now used to identify subclades of R1b and references to it can be found in some of the older literature. I...
https://en.wikipedia.org/wiki/Mineralogical%20Society%20of%20America
The Mineralogical Society of America (MSA) is a scientific membership organization. MSA was founded in 1919 for the advancement of mineralogy, crystallography, geochemistry, and petrology, and promotion of their uses in other sciences, industry, and the arts. It encourages fundamental research about natural materials; ...
https://en.wikipedia.org/wiki/Michael%20Shackleford
Michael Shackleford, (May 23, 1965 in Pasadena, California, United States), also known as "The Wizard of Odds" (a title taken from Donald Angelini), is an American mathematician and an actuary. He is best known for his professional analysis of the mathematics of the casino games. He is also an adjunct professor of actu...
https://en.wikipedia.org/wiki/Pi-system
In mathematics, a -system (or pi-system) on a set is a collection of certain subsets of such that is non-empty. If then That is, is a non-empty family of subsets of that is closed under non-empty finite intersections. The importance of -systems arises from the fact that if two probability measures agree on ...
https://en.wikipedia.org/wiki/Malcolm%20Parry
C. Malcolm Parry (born c. 1938) is a Welsh architect, professor emeritus, and TV/radio broadcaster. Early life Parry was born in Blaenavon, left school at the age of 15 and trained as a Mining Surveyor. He intended to attend university to study Civil Engineering but was encouraged by the then Head of Architecture at C...
https://en.wikipedia.org/wiki/Neuroimmunology
Neuroimmunology is a field combining neuroscience, the study of the nervous system, and immunology, the study of the immune system. Neuroimmunologists seek to better understand the interactions of these two complex systems during development, homeostasis, and response to injuries. A long-term goal of this rapidly dev...
https://en.wikipedia.org/wiki/CAUP
CAUP may refer to: Tongji University College of Architecture and Urban Planning University of Washington College of Architecture and Urban Planning Centre for Astrophysics of the University of Porto
https://en.wikipedia.org/wiki/Richard%20Vaughan%20%28robotics%29
Richard Vaughan (born 28 July 1971) is a robotics and artificial intelligence researcher at Simon Fraser University in Canada. Since 2018, Vaughan is on leave from SFU and is working at Apple. He is the founder and director of the SFU Autonomy Laboratory. In 1998, Vaughan demonstrated the first robot to interact with ...
https://en.wikipedia.org/wiki/Marc%20Seriff
Marc S. Seriff (born May 5, 1948 in Austin, Texas) is best known as the CTO and co-founder of America Online, along with Jim Kimsey (CEO), Steve Case, and William von Meister (as Control Video Corporation). Biography Seriff received his B.S. in Mathematics and Computer Science from the University of Texas at Austin in...
https://en.wikipedia.org/wiki/%C3%89cole%20nationale%20sup%C3%A9rieure%20d%27informatique%20et%20de%20math%C3%A9matiques%20appliqu%C3%A9es%20de%20Grenoble
The École nationale supérieure d'informatique et de mathématiques appliquées, or Ensimag, is a prestigious French Grande École located in Grenoble, France. Ensimag is part of the Institut polytechnique de Grenoble (Grenoble INP). The school is one of the top French engineering institutions and specializes in computer s...
https://en.wikipedia.org/wiki/Selection%20coefficient
In population genetics, a selection coefficient, usually denoted by the letter s, is a measure of differences in relative fitness. Selection coefficients are central to the quantitative description of evolution, since fitness differences determine the change in genotype frequencies attributable to selection. The follo...
https://en.wikipedia.org/wiki/Hong%20Kong%20Mathematical%20High%20Achievers%20Selection%20Contest
Hong Kong Mathematical High Achievers Selection Contest (HKMHASC, Traditional Chinese: 香港青少年數學精英選拔賽) is a yearly mathematics competition for students of or below Secondary 3 in Hong Kong. It is jointly organized by Po Leung Kuk and Hong Kong Association of Science and Mathematics Education since the academic year 1998-...
https://en.wikipedia.org/wiki/Gustav%20Tschermak%20von%20Seysenegg
Gustav Tschermak von Seysenegg (19 April 1836 – 24 May 1927) was an Austrian mineralogist. Biography He was born in Litovel, Moravia, and studied at the University of Vienna, where he obtained a teaching degree. He studied mineralogy at Heidelberg and Tübingen and obtained a PhD. He returned to Vienna as a lecturer in...
https://en.wikipedia.org/wiki/Hugh%20F.%20Durrant-Whyte
Hugh Francis Durrant-Whyte (born 6 February 1961) is a British-Australian engineer and academic. He is known for his pioneering work on probabilistic methods for robotics. The algorithms developed in his group since the early 1990s permit autonomous vehicles to deal with uncertainty and to localize themselves despite ...
https://en.wikipedia.org/wiki/Tensor%20bundle
In mathematics, the tensor bundle of a manifold is the direct sum of all tensor products of the tangent bundle and the cotangent bundle of that manifold. To do calculus on the tensor bundle a connection is needed, except for the special case of the exterior derivative of antisymmetric tensors. Definition A tensor bun...
https://en.wikipedia.org/wiki/Richard%20Blahut
Richard Blahut (born June 9, 1937), former chair of the Electrical and Computer Engineering Department at the University of Illinois at Urbana–Champaign, is best known for his work in information theory (e.g. the Blahut–Arimoto algorithm used in rate–distortion theory). He received his PhD Electrical Engineering from C...
https://en.wikipedia.org/wiki/George%20Saitoti
George Musengi Saitoti, E.G.H. (3 August 1945 – 10 June 2012) was a Kenyan politician, businessman and American- and British-trained economist, mathematician and development policy thinker. As a mathematician, Saitoti served as Head of the Mathematics Department at the University of Nairobi, pioneered the founding of ...
https://en.wikipedia.org/wiki/Thomas%20Farrell%20%28United%20States%20Army%20officer%29
Major General Thomas Francis Farrell (3 December 1891 – 11 April 1967) was the Deputy Commanding General and Chief of Field Operations of the Manhattan Project, acting as executive officer to Major General Leslie R. Groves Jr. Farrell graduated from Rensselaer Polytechnic Institute with a degree in civil engineering i...
https://en.wikipedia.org/wiki/Phenomics
Phenomics is the systematic study of traits that make up a phenotype. It was coined by UC Berkeley and LBNL scientist Steven A. Garan. As such, it is a transdisciplinary area of research that involves biology, data sciences, engineering and other fields. Phenomics is concerned with the measurement of the phenotype wher...
https://en.wikipedia.org/wiki/Bruce%20Maccabee
Bruce Maccabee (born May 6, 1942) is an American optical physicist formerly employed by the U.S. Navy, and a ufologist. Biography Maccabee received a B.S. in physics at Worcester Polytechnic Institute in Worcester, Mass., and then at American University, Washington, DC, (M.S. and Ph.D. in physics). In 1972 he began...
https://en.wikipedia.org/wiki/Thermal%20physics
Thermal physics is the combined study of thermodynamics, statistical mechanics, and kinetic theory of gases. This umbrella-subject is typically designed for physics students and functions to provide a general introduction to each of three core heat-related subjects. Other authors, however, define thermal physics loos...
https://en.wikipedia.org/wiki/Hong%20Kong%20Association%20of%20Science%20and%20Mathematics%20Education
Hong Kong Association of Science and Mathematics Education is a society to promote and improve the teaching methodology of the science and mathematics in Hong Kong. Founded in 1964, current members are secondary school teachers, professors and lecturers in the universities and government officials in education. Exter...
https://en.wikipedia.org/wiki/Transheterozygote
The term transheterozygote is used in modern genetics periodicals in two different ways. In the first, the transheterozygote has one mutant (-) and one wildtype allele (+) at each of two different genes (A-/A+ and B-/B+ where A and B are different genes). In the second, the transheterozygote carries two different mutat...
https://en.wikipedia.org/wiki/David%20R.%20Cheriton%20School%20of%20Computer%20Science
The David R. Cheriton School of Computer Science is a professional school within the Faculty of Mathematics at the University of Waterloo. QS World University Rankings ranked the David R. Cheriton School of Computer Science 24th in the world, 10th in North America and 2nd in Canada in Computer Science in 2014. U.S. Ne...
https://en.wikipedia.org/wiki/Carlson%27s%20theorem
In mathematics, in the area of complex analysis, Carlson's theorem is a uniqueness theorem which was discovered by Fritz David Carlson. Informally, it states that two different analytic functions which do not grow very fast at infinity can not coincide at the integers. The theorem may be obtained from the Phragmén–Lind...
https://en.wikipedia.org/wiki/Ukkonen%27s%20algorithm
In computer science, Ukkonen's algorithm is a linear-time, online algorithm for constructing suffix trees, proposed by Esko Ukkonen in 1995. The algorithm begins with an implicit suffix tree containing the first character of the string. Then it steps through the string, adding successive characters until the tree is co...
https://en.wikipedia.org/wiki/Richard%20Gans
Richard Martin Gans (7 March 1880 – 27 June 1954), German of Jewish origin, born in Hamburg, was the physicist who founded the Physics Institute of the National University of La Plata, Argentina. He was its Director in two different periods. During the first one, starting in 1911, he continued the work started by Em...
https://en.wikipedia.org/wiki/Vertical%20and%20horizontal%20bundles
In mathematics, the vertical bundle and the horizontal bundle are vector bundles associated to a smooth fiber bundle. More precisely, given a smooth fiber bundle , the vertical bundle and horizontal bundle are subbundles of the tangent bundle of whose Whitney sum satisfies . This means that, over each point , the f...
https://en.wikipedia.org/wiki/Difference%20polynomials
In mathematics, in the area of complex analysis, the general difference polynomials are a polynomial sequence, a certain subclass of the Sheffer polynomials, which include the Newton polynomials, Selberg's polynomials, and the Stirling interpolation polynomials as special cases. Definition The general difference polyn...
https://en.wikipedia.org/wiki/Stirling%20polynomials
In mathematics, the Stirling polynomials are a family of polynomials that generalize important sequences of numbers appearing in combinatorics and analysis, which are closely related to the Stirling numbers, the Bernoulli numbers, and the generalized Bernoulli polynomials. There are multiple variants of the Stirling po...
https://en.wikipedia.org/wiki/%C3%89douard%20Le%20Roy
Édouard Louis Emmanuel Julien Le Roy (; 18 June 1870 in Paris – 10 November 1954 in Paris) was a French philosopher and mathematician. Life Le Roy entered the École Normale Supérieure in 1892, and received the agrégation in mathematics in 1895. He became Doctor in Sciences in 1898, taught in several high schools, and ...
https://en.wikipedia.org/wiki/Abox
In computer science, the terms TBox and ABox are used to describe two different types of statements in knowledge bases. TBox statements are the "terminology component", and describe a domain of interest by defining classes and properties as a domain vocabulary. ABox statements are the "assertion component" — facts asso...
https://en.wikipedia.org/wiki/Confluency
In cell culture biology, confluence refers to the percentage of the surface of a culture dish that is covered by adherent cells. For example, 50 percent confluence means roughly half of the surface is covered, while 100 percent confluence means the surface is completely covered by the cells, and no more room is left fo...
https://en.wikipedia.org/wiki/Journal%20of%20the%20Atmospheric%20Sciences
The Journal of the Atmospheric Sciences (until 1962 titled Journal of Meteorology) is a scientific journal published by the American Meteorological Society. It covers basic research related to the physics, dynamics, and chemistry of the atmosphere of Earth and other planets, with emphasis on the quantitative and deduct...
https://en.wikipedia.org/wiki/Journal%20of%20Applied%20Meteorology%20and%20Climatology
The Journal of Applied Meteorology and Climatology (JAMC; formerly Journal of Applied Meteorology) is a scientific journal published by the American Meteorological Society. Applied research related to the physical meteorology, cloud physics, hydrology, weather modification, satellite meteorology, boundary layer process...
https://en.wikipedia.org/wiki/Journal%20of%20Climate
The Journal of Climate is a biweekly peer-reviewed scientific journal published semi-monthly by the American Meteorological Society. It covers research that advances basic understanding of the dynamics and physics of the climate system on large spatial scales, including variability of the atmosphere, oceans, land surfa...
https://en.wikipedia.org/wiki/Kosaraju%27s%20algorithm
In computer science, Kosaraju-Sharir's algorithm (also known as Kosaraju's algorithm) is a linear time algorithm to find the strongly connected components of a directed graph. Aho, Hopcroft and Ullman credit it to S. Rao Kosaraju and Micha Sharir. Kosaraju suggested it in 1978 but did not publish it, while Sharir inde...
https://en.wikipedia.org/wiki/Raymond%20Pierrehumbert
Raymond Thomas Pierrehumbert is the Halley Professor of Physics at the University of Oxford. Previously, he was Louis Block Professor in Geophysical Sciences at the University of Chicago. He was a lead author on the Third Assessment Report of the IPCC (Intergovernmental Panel on Climate Change) and a co-author of the ...
https://en.wikipedia.org/wiki/L-reduction
In computer science, particularly the study of approximation algorithms, an L-reduction ("linear reduction") is a transformation of optimization problems which linearly preserves approximability features; it is one type of approximation-preserving reduction. L-reductions in studies of approximability of optimization p...
https://en.wikipedia.org/wiki/Daniel%20P.%20Schrag
Daniel Paul Schrag (born January 25, 1966) is the Sturgis Hooper Professor of Geology, Professor of Environmental Science and Engineering at Harvard University and Director of the Harvard University Center for the Environment.  He also co-directs the Science, Technology and Public Policy Program at the Belfer Center fo...
https://en.wikipedia.org/wiki/Actor%20model%20middle%20history
In computer science, the Actor model, first published in 1973 , is a mathematical model of concurrent computation. This article reports on the middle history of the Actor model in which major themes were initial implementations, initial applications, and development of the first proof theory and denotational model. I...
https://en.wikipedia.org/wiki/Actor%20model%20later%20history
In computer science, the Actor model, first published in 1973 , is a mathematical model of concurrent computation. This article reports on the later history of the Actor model in which major themes were investigation of the basic power of the model, study of issues of compositionality, development of architectures, and...
https://en.wikipedia.org/wiki/Bayfront%20Health%20St.%20Petersburg
Bayfront Health St. Petersburg is a 480-bed tertiary care center equipped to provide comprehensive medical and surgical care. The hospital offers many areas of expertise, including surgery and trauma, neuroscience, cardiology, acute rehabilitation and obstetrics. The hospital has a 38-bed neurosciences unit with a dedi...