DiGeorge syndromeDiGeorge syndrome, also known as 22q11.2 deletion syndrome, is a syndrome caused by a microdeletion on the long arm of chromosome 22. While the symptoms can vary, they often include congenital heart problems, specific facial features, frequent infections, developmental delay, intellectual disability and cleft palate. Associated conditions include kidney problems, schizophrenia, hearing loss and autoimmune disorders such as rheumatoid arthritis or Graves' disease.
Motor controlMotor control is the regulation of movement in organisms that possess a nervous system. Motor control includes reflexes as well as directed movement. To control movement, the nervous system must integrate multimodal sensory information (both from the external world as well as proprioception) and elicit the necessary signals to recruit muscles to carry out a goal. This pathway spans many disciplines, including multisensory integration, signal processing, coordination, biomechanics, and cognition, and the computational challenges are often discussed under the term sensorimotor control.
Causes of schizophreniaThe causes of schizophrenia that underlie the development of schizophrenia, a psychiatric disorder, are complex and not clearly understood. A number of hypotheses including the dopamine hypothesis, and the glutamate hypothesis have been put forward in an attempt to explain the link between altered brain function and the symptoms and development of schizophrenia. The exact pathophysiology of schizophrenia remains poorly understood. The most commonly supported theories are the dopamine hypothesis and the glutamate hypothesis.
Filter (higher-order function)In functional programming, filter is a higher-order function that processes a data structure (usually a list) in some order to produce a new data structure containing exactly those elements of the original data structure for which a given predicate returns the boolean value true. In Haskell, the code example filter even [1..10] evaluates to the list 2, 4, ..., 10 by applying the predicate even to every element of the list of integers 1, 2, ...
Syntactic categoryA syntactic category is a syntactic unit that theories of syntax assume. Word classes, largely corresponding to traditional parts of speech (e.g. noun, verb, preposition, etc.), are syntactic categories. In phrase structure grammars, the phrasal categories (e.g. noun phrase, verb phrase, prepositional phrase, etc.) are also syntactic categories. Dependency grammars, however, do not acknowledge phrasal categories (at least not in the traditional sense).
Map (higher-order function)In many programming languages, map is the name of a higher-order function that applies a given function to each element of a collection, e.g. a list or set, returning the results in a collection of the same type. It is often called apply-to-all when considered in functional form. The concept of a map is not limited to lists: it works for sequential containers, tree-like containers, or even abstract containers such as futures and promises. Suppose we have a list of integers [1, 2, 3, 4, 5] and would like to calculate the square of each integer.
Phrase structure grammarThe term phrase structure grammar was originally introduced by Noam Chomsky as the term for grammar studied previously by Emil Post and Axel Thue (Post canonical systems). Some authors, however, reserve the term for more restricted grammars in the Chomsky hierarchy: context-sensitive grammars or context-free grammars. In a broader sense, phrase structure grammars are also known as constituency grammars. The defining trait of phrase structure grammars is thus their adherence to the constituency relation, as opposed to the dependency relation of dependency grammars.
GlossematicsGlossematics is a structuralist linguistic theory proposed by Louis Hjelmslev and Hans Jørgen Uldall although the two ultimately went separate ways each with their own approach. Hjelmslev’s theory, most notably, is an early mathematical methodology for the analysis of language which was subsequently incorporated into the analytical foundation of current models of functional—structural grammar such as Danish Functional Grammar, Functional Discourse Grammar and Systemic Functional Linguistics.
Deletion (genetics)In genetics, a deletion (also called gene deletion, deficiency, or deletion mutation) (sign: Δ) is a mutation (a genetic aberration) in which a part of a chromosome or a sequence of DNA is left out during DNA replication. Any number of nucleotides can be deleted, from a single base to an entire piece of chromosome. Some chromosomes have fragile spots where breaks occur, which result in the deletion of a part of the chromosome. The breaks can be induced by heat, viruses, radiation, or chemical reactions.
Exposure assessmentExposure assessment is a branch of environmental science and occupational hygiene that focuses on the processes that take place at the interface between the environment containing the contaminant of interest and the organism being considered. These are the final steps in the path to release an environmental contaminant, through transport to its effect in a biological system. It tries to measure how much of a contaminant can be absorbed by an exposed target organism, in what form, at what rate and how much of the absorbed amount is actually available to produce a biological effect.