source
stringlengths
31
227
text
stringlengths
9
2k
https://en.wikipedia.org/wiki/Genomic%20island
A genomic island (GI) is part of a genome that has evidence of horizontal origins. The term is usually used in microbiology, especially with regard to bacteria. A GI can code for many functions, can be involved in symbiosis or pathogenesis, and may help an organism's adaptation. Many sub-classes of GIs exist that are b...
https://en.wikipedia.org/wiki/Four-vertex%20theorem
The four-vertex theorem of geometry states that the curvature along a simple, closed, smooth plane curve has at least four local extrema (specifically, at least two local maxima and at least two local minima). The name of the theorem derives from the convention of calling an extreme point of the curvature function a ve...
https://en.wikipedia.org/wiki/VESA%20Plug%20and%20Display
VESA Plug and Display (abbreviated as P&D) is a video connector that carries digital signals for monitors, such as flat panel displays and video projectors, ratified by Video Electronics Standards Association (VESA) in 1997. Introduced around the same time as the competing connectors for the Digital Visual Interface (D...
https://en.wikipedia.org/wiki/Dictionary%20of%20the%20Scots%20Language
The Dictionary of the Scots Language (DSL) (, ) is an online Scots–English dictionary, now run by Dictionaries of the Scots Language, formerly known as Scottish Language Dictionaries, a registered SCIO charity. Freely available via the Internet, the work comprises the two major dictionaries of the Scots language: Dicti...
https://en.wikipedia.org/wiki/Salicylate%20testing
Salicylate testing is a category of drug testing that is focused on detecting salicylates such as acetysalicylic acid for either biochemical or medical purposes. Analytical Salicylates can be identified by GC/MS, proton NMR, and IR. In vitro One of the first in vitro tests for aspirin was through the Trinder reaction...
https://en.wikipedia.org/wiki/Transverse%20cervical%20nerve
The transverse cervical nerve (superficial cervical or cutaneous cervical) is a cutaneous (sensory) nerve of the cervical plexus that arises from the second and third cervical spinal nerves (C2-C3). It curves around the posterior border of the sternocleidomastoideus muscle, then pierces the fascia of the neck before di...
https://en.wikipedia.org/wiki/Middle%20nasal%20concha
The medial surface of the labyrinth of ethmoid consists of a thin lamella, which descends from the under surface of the cribriform plate, and ends below in a free, convoluted margin, the middle nasal concha (middle nasal turbinate). It is rough, and marked above by numerous grooves, directed nearly vertically downward...
https://en.wikipedia.org/wiki/Spur%20%28architecture%29
In architecture, a spur (French , German ) is the ornament carved on the angles of the base of early columns. Ornament A spur consists of a projecting claw, which, emerging from the lower torus of the base, rests on the projecting angle of the square plinth. Ancient Roman architecture It is possibly to these that Pli...
https://en.wikipedia.org/wiki/Ethmoid%20bulla
The ethmoid bulla (or ethmoidal bulla) is a rounded elevation upon the lateral wall of the middle nasal meatus (nasal cavity inferior to the middle nasal concha) produced by one or more of the underlying middle ethmoidal air cells (which open into the nasal cavity upon or superior to the ethmoidal bulla). It varies sig...
https://en.wikipedia.org/wiki/Tera%20Term
Tera Term (alternatively TeraTerm) is an open-source, free, software implemented, terminal emulator (communications) program. It emulates different types of computer terminals, from DEC VT100 to DEC VT382. It supports Telnet, SSH 1 & 2 and serial port connections. It also has a built-in macro scripting language (suppor...
https://en.wikipedia.org/wiki/Submandibular%20duct
The submandibular duct (also Wharton's duct or historically submaxillary duct) is one of the salivary excretory ducts. It is about 5 cm long, and its wall is much thinner than that of the parotid duct. It drains saliva from each bilateral submandibular gland and sublingual gland to the sublingual caruncle in the floor...
https://en.wikipedia.org/wiki/Plants%20for%20a%20Future
Plants For A Future (PFAF) is an online not for profit resource for those interested in edible and useful plants, with a focus on temperate regions. Named after the phrase "plans for a future" as wordplay, the organization's emphasis is on perennial plants. PFAF is a registered educational charity with the following o...
https://en.wikipedia.org/wiki/Sympathetic%20trunk
The sympathetic trunks (sympathetic chain, gangliated cord) are a paired bundle of nerve fibers that run from the base of the skull to the coccyx. They are a major component of the sympathetic nervous system. Structure The sympathetic trunk lies just lateral to the vertebral bodies for the entire length of the vertebr...
https://en.wikipedia.org/wiki/Pterygoid%20hamulus
The pterygoid hamulus is a hook-like process at the lower extremity of the medial pterygoid plate of the sphenoid bone of the skull. It is the superior origin of the pterygomandibular raphe, and the levator veli palatini muscle. Structure The pterygoid hamulus is part of the medial pterygoid plate of the sphenoid bon...
https://en.wikipedia.org/wiki/Hamulus
A hamus or hamulus is a structure functioning as, or in the form of, hooks or hooklets. Etymology The terms are directly from Latin, in which hamus means "hook". The plural is hami. Hamulus is the diminutive – hooklet or little hook. The plural is hamuli. Adjectives are hamate and hamulate, as in "a hamulate wing-co...
https://en.wikipedia.org/wiki/Postcode%20Plants%20Database
The Postcode Plants Database was a UK resource for identifying locally native plants and species based on postcode, hosted by the Natural History Museum in London. This resource has been replaced by the analysis pages on the NBN Atlas website. There you can choose to display any groups of UK wildlife within a radius o...
https://en.wikipedia.org/wiki/Mylohyoid%20nerve
The mylohyoid nerve (or nerve to mylohyoid) is a mixed nerve of the head. It is a branch of the inferior alveolar nerve. It provides motor innervation the mylohyoid muscle, and the anterior belly of the digastric muscle. It provides sensory innervation to part of the submental area, and sometimes also the mandibular (l...
https://en.wikipedia.org/wiki/Retropharyngeal%20space
The retropharyngeal space (abbreviated as "RPS") is a potential space and deep compartment of the head and neck situated posterior to the pharynx. The RPS is bounded anteriorly by the buccopharyngeal fascia, posteriorly by the alar fascia, and laterally by the carotid sheath. It extends between the base of the skull su...
https://en.wikipedia.org/wiki/Binary%20multiplier
A binary multiplier is an electronic circuit used in digital electronics, such as a computer, to multiply two binary numbers. A variety of computer arithmetic techniques can be used to implement a digital multiplier. Most techniques involve computing the set of partial products, which are then summed together using bi...
https://en.wikipedia.org/wiki/Digital%20comparator
A digital comparator or magnitude comparator is a hardware electronic device that takes two numbers as input in binary form and determines whether one number is greater than, less than or equal to the other number. Comparators are used in central processing units (CPUs) and microcontrollers (MCUs). Examples of digital...
https://en.wikipedia.org/wiki/Comet%20%28programming%29
Comet is a web application model in which a long-held HTTPS request allows a web server to push data to a browser, without the browser explicitly requesting it. Comet is an umbrella term, encompassing multiple techniques for achieving this interaction. All these methods rely on features included by default in browsers,...
https://en.wikipedia.org/wiki/Maxillary%20hiatus
The maxillary hiatus (also known as maxillary sinus ostium, maxillary ostium, or opening from the maxillary sinus) is the opening of a maxillary sinus into the middle nasal meatus of the nasal cavity. It is situated superoposteriorly upon the lateral nasal wall, opening into the nasal cavity at the posterior portion of...
https://en.wikipedia.org/wiki/Enriched%20text
Enriched text is a formatted text format for e-mail, defined by the IETF in RFC 1896 and associated with the text/enriched MIME type which is defined in RFC 1563. It is "intended to facilitate the wider interoperation of simple enriched text across a wide variety of hardware and software platforms". As of 2012, enriche...
https://en.wikipedia.org/wiki/Martha%20%28passenger%20pigeon%29
Martha ( – September 1, 1914) was the last known living passenger pigeon (Ectopistes migratorius); she was named "Martha" in honor of the first First Lady Martha Washington. Early life The history of the Cincinnati Zoo's passenger pigeons has been described by Arlie William Schorger in his monograph on the species as...
https://en.wikipedia.org/wiki/CER-12
CER ( – Digital Electronic Computer) model 12 was a third-generation digital computer developed by Mihajlo Pupin Institute (Serbia) in 1971 and intended for "business and statistical data processing" (see ref. Lit. #1 and #4). However, the manufacturer also stated, at the time, that having in mind its architecture and ...
https://en.wikipedia.org/wiki/CER-20
CER (Serbian: Цифарски Електронски Рачунар / Cifarski Elektronski Računar - Digital Electronic Computer) model 20 was an early digital computer developed by Mihajlo Pupin Institute (Serbia). It was designed as a functioning prototype of an "electronic bookkeeping machine". The first prototype was planned for 1964.
https://en.wikipedia.org/wiki/Leaky%20integrator
In mathematics, a leaky integrator equation is a specific differential equation, used to describe a component or system that takes the integral of an input, but gradually leaks a small amount of input over time. It appears commonly in hydraulics, electronics, and neuroscience where it can represent either a single neu...
https://en.wikipedia.org/wiki/Maxillary%20artery
The maxillary artery supplies deep structures of the face. It branches from the external carotid artery just deep to the neck of the mandible. Structure The maxillary artery, the larger of the two terminal branches of the external carotid artery, arises behind the neck of the mandible, and is at first imbedded in the ...
https://en.wikipedia.org/wiki/Descending%20palatine%20artery
The descending palatine artery is a branch of the third part of the maxillary artery supplying the hard and soft palate. Course It descends through the greater palatine canal with the greater and lesser palatine branches of the pterygopalatine ganglion, and, emerging from the greater palatine foramen, runs forward in ...
https://en.wikipedia.org/wiki/Incisive%20foramen
In the human mouth, the incisive foramen (also known as: "anterior palatine foramen", or "nasopalatine foramen") is the opening of the incisive canals on the hard palate immediately behind the incisor teeth. It gives passage to blood vessels and nerves. The incisive foramen is situated within the incisive fossa of the ...
https://en.wikipedia.org/wiki/Sphenopalatine%20foramen
The sphenopalatine foramen is a fissure of the skull that connects the nasal cavity and the pterygopalatine fossa. It gives passage to the sphenopalatine artery, nasopalatine nerve, and the superior nasal nerve (all passing from the pterygopalatine fossa into the nasal cavity). Structure The processes of the superior ...
https://en.wikipedia.org/wiki/Sphenopalatine%20artery
The sphenopalatine artery (nasopalatine artery) is an artery of the head, commonly known as the artery of epistaxis. It passes through the sphenopalatine foramen to reach the nasal cavity. It is the main artery of the nasal cavity. Course The sphenopalatine artery is a branch of the maxillary artery which passes throu...
https://en.wikipedia.org/wiki/Covox
SRT, Inc., doing business as Covox, Inc., was a small, privately owned American technology company active from 1975 to 1994. The company released a number of sound-generating devices for microcomputers and personal computers from the 1980s to the 1990s. They are perhaps best known for the Speech Thing, a digital-to-ana...
https://en.wikipedia.org/wiki/INAH%203
INAH-3 is the short form for the third interstitial nucleus of the anterior hypothalamus, and is the sexually dimorphic nucleus of humans. The INAH-3 is significantly larger in males than in females regardless of age and larger in heterosexual males than in homosexual males and heterosexual females. Research The term ...
https://en.wikipedia.org/wiki/Six%20degrees%20of%20freedom
Six degrees of freedom (6DOF) refers to the six mechanical degrees of freedom of movement of a rigid body in three-dimensional space. Specifically, the body is free to change position as forward/backward (surge), up/down (heave), left/right (sway) translation in three perpendicular axes, combined with changes in orient...
https://en.wikipedia.org/wiki/Greater%20palatine%20foramen
At either posterior angle of the hard palate is the greater palatine foramen, for the transmission of the descending palatine vessels and greater palatine nerve; and running anteriorly (forward) and medially (towards the center-line) from it is a groove, for the same vessels and nerve. Variations The greater palatin...
https://en.wikipedia.org/wiki/Lesser%20palatine%20foramina
Behind the greater palatine foramen is the pyramidal process of the palatine bone, perforated by one or more lesser palatine foramina which carry the lesser palatine nerve, and marked by the commencement of a transverse ridge, for the attachment of the tendinous expansion of the tensor veli palatini. See also Greater...
https://en.wikipedia.org/wiki/Glossoepiglottic%20folds
The anterior or lingual surface of the epiglottis is curved forward, and covered on its upper, free part by mucous membrane which is reflected on to the sides and root of the tongue, forming a median and two lateral glossoepiglottic folds; the lateral folds are partly attached to the wall of the pharynx. Additional Im...
https://en.wikipedia.org/wiki/Sylvester%27s%20sequence
In number theory, Sylvester's sequence is an integer sequence in which each term is the product of the previous terms, plus one. The first few terms of the sequence are 2, 3, 7, 43, 1807, 3263443, 10650056950807, 113423713055421844361000443 . Sylvester's sequence is named after James Joseph Sylvester, who first invest...
https://en.wikipedia.org/wiki/ECATT
eCATT (extended Computer Aided Test Tool) is a tool for software test automation developed by SAP. eCATT offers a graphical user interface with ABAP script editor and its own command syntax. The capability for recording and for parameterizing the test components is also present. External links Another blog for SAP e...
https://en.wikipedia.org/wiki/Klavarskribo
Klavarskribo (sometimes shortened to klavar) is a music notation system that was introduced in 1931 by the Dutchman . The name means "keyboard writing" in Esperanto. It differs from conventional music notation in a number of ways and is intended to be easily readable. History Cornelis Pot came from a family of shipbu...
https://en.wikipedia.org/wiki/Carbon%20sequestration
Carbon sequestration (or carbon storage) is the process of storing carbon in a carbon pool. Carbon sequestration is a naturally occurring process but it can also be enhanced or achieved with technology, for example within carbon capture and storage projects. There are two main types of carbon sequestration: geologic an...
https://en.wikipedia.org/wiki/Resident%20monitor
In computing, a resident monitor is a type of system software program that was used in many early computers from the 1950s to 1970s. It can be considered a precursor to the operating system. The name is derived from a program which is always present in the computer's memory, thus being "resident". Because memory was ...
https://en.wikipedia.org/wiki/Citrinin
Citrinin is a mycotoxin which is often found in food. It is a secondary metabolite produced by fungi that contaminates long-stored food and it causes different toxic effects, like nephrotoxic, hepatotoxic and cytotoxic effects. Citrinin is mainly found in stored grains, but sometimes also in fruits and other plant prod...
https://en.wikipedia.org/wiki/Elginerpeton
Elginerpeton is a genus of stegocephalian (stem-tetrapod), the fossils of which were recovered from Scat Craig, Morayshire in the UK, from rocks dating to the late Devonian Period (Late Frasnian stage, 375 million years ago). The type species is Elginerpeton pancheni. Elginerpeton is known from skeletal fragments incl...
https://en.wikipedia.org/wiki/TSIG
TSIG (transaction signature) is a computer-networking protocol defined in RFC 2845. Primarily it enables the Domain Name System (DNS) to authenticate updates to a DNS database. It is most commonly used to update Dynamic DNS or a secondary/slave DNS server. TSIG uses shared secret keys and one-way hashing to provide a ...
https://en.wikipedia.org/wiki/Ptolemy%20Project
The Ptolemy Project is an ongoing project aimed at modeling, simulating, and designing concurrent, real-time, embedded systems. The focus of the Ptolemy Project is on assembling concurrent components. The principal product of the project is the Ptolemy II model based design and simulation tool. The Ptolemy Project is c...
https://en.wikipedia.org/wiki/Milos%20Konopasek
Milos Konopasek (died in Boston, Massachusetts, 9 January 2002) was a Czechoslovakia-born mechanical engineer best known as the creator of TK!Solver, an iterative, constraint-based declarative environment for the numerical solution of systems of equations. Biography Konopasek was born in Czechoslovakia and graduated ...
https://en.wikipedia.org/wiki/Uniform%20algebra
In functional analysis, a uniform algebra A on a compact Hausdorff topological space X is a closed (with respect to the uniform norm) subalgebra of the C*-algebra C(X) (the continuous complex-valued functions on X) with the following properties: the constant functions are contained in A for every x, y X there is fA w...
https://en.wikipedia.org/wiki/Medial%20axis
The medial axis of an object is the set of all points having more than one closest point on the object's boundary. Originally referred to as the topological skeleton, it was introduced in 1967 by Harry Blum as a tool for biological shape recognition. In mathematics the closure of the medial axis is known as the cut lo...
https://en.wikipedia.org/wiki/Kinesis%20%28biology%29
Kinesis, like a taxis or tropism, is a movement or activity of a cell or an organism in response to a stimulus (such as gas exposure, light intensity or ambient temperature). Unlike taxis, the response to the stimulus provided is non-directional. The animal does not move toward or away from the stimulus but moves at e...
https://en.wikipedia.org/wiki/Time%20Stamp%20Counter
The Time Stamp Counter (TSC) is a 64-bit register present on all x86 processors since the Pentium. It counts the number of CPU cycles since its reset. The instruction RDTSC returns the TSC in EDX:EAX. In x86-64 mode, RDTSC also clears the upper 32 bits of RAX and RDX. Its opcode is 0F 31. Pentium competitors such as th...
https://en.wikipedia.org/wiki/Radial%20distribution%20function
In statistical mechanics, the radial distribution function, (or pair correlation function) in a system of particles (atoms, molecules, colloids, etc.), describes how density varies as a function of distance from a reference particle. If a given particle is taken to be at the origin O, and if is the average number de...
https://en.wikipedia.org/wiki/Underactuation
Underactuation is a technical term used in robotics and control theory to describe mechanical systems that cannot be commanded to follow arbitrary trajectories in configuration space. This condition can occur for a number of reasons, the simplest of which is when the system has a lower number of actuators than degrees...
https://en.wikipedia.org/wiki/Telephone%20prefix
A telephone prefix is the first set of digits after the country, and area codes of a telephone number; in the North American Numbering Plan countries (country code 1), it is the first three digits of a seven-digit local phone number, the second three digits of the 3-3-4 scheme. In other countries both the prefix and t...
https://en.wikipedia.org/wiki/KOZL-TV
KOZL-TV (channel 27) is a television station in Springfield, Missouri, United States, affiliated with MyNetworkTV. It is owned by Nexstar Media Group alongside Osage Beach–licensed Fox affiliate KRBK (channel 49); Nexstar also provides certain services to CBS affiliate KOLR (channel 10) under a local marketing agreemen...
https://en.wikipedia.org/wiki/Pim%20weight
Pim weights were polished stones about 15 mm (5/8 inch) diameter, equal to about two-thirds of a Hebrew shekel. Many specimens have been found since their initial discovery early in the 20th century, and each one weighs about 7.6 grams, compared to 11.5 grams of a shekel. Its name comes from the inscription seen acros...
https://en.wikipedia.org/wiki/Virtual%20appliance
A virtual appliance is a pre-configured virtual machine image, ready to run on a hypervisor; virtual appliances are a subset of the broader class of software appliances. Installation of a software appliance on a virtual machine and packaging that into an image creates a virtual appliance. Like software appliances, virt...
https://en.wikipedia.org/wiki/BSD%20Authentication
BSD Authentication, otherwise known as BSD Auth, is an authentication framework and software API employed by OpenBSD and accompanying software such as OpenSSH. It originated with BSD/OS, and although the specification and implementation were donated to the FreeBSD project by BSDi, OpenBSD chose to adopt the framework i...
https://en.wikipedia.org/wiki/Aluminium%20silicate
Aluminium silicate (or aluminum silicate) is a name commonly applied to chemical compounds which are derived from aluminium oxide, Al2O3 and silicon dioxide, SiO2 which may be anhydrous or hydrated, naturally occurring as minerals or synthetic. Their chemical formulae are often expressed as xAl2O3·ySiO2·zH2O. It is kno...
https://en.wikipedia.org/wiki/California%20State%20Summer%20School%20for%20Mathematics%20and%20Science
The California State Summer School for Mathematics and Science (COSMOS) is a summer program for high school students in California for the purpose of preparing them for careers in mathematics and sciences. It is often abbreviated COSMOS, although COSMOS does not contain the correct letters to create an accurate abbrev...
https://en.wikipedia.org/wiki/Chief%20complaint
The chief complaint, formally known as CC in the medical field, or termed presenting complaint (PC) in Europe and Canada, forms the second step of medical history taking. It is sometimes also referred to as reason for encounter (RFE), presenting problem, problem on admission or reason for presenting. The chief complain...
https://en.wikipedia.org/wiki/Monte%20Carlo%20molecular%20modeling
Monte Carlo molecular modelling is the application of Monte Carlo methods to molecular problems. These problems can also be modelled by the molecular dynamics method. The difference is that this approach relies on equilibrium statistical mechanics rather than molecular dynamics. Instead of trying to reproduce the dynam...
https://en.wikipedia.org/wiki/Alexander%20Gelfond
Alexander Osipovich Gelfond (; 24 October 1906 – 7 November 1968) was a Soviet mathematician. Gelfond's theorem, also known as the Gelfond-Schneider theorem is named after him. Biography Alexander Gelfond was born in Saint Petersburg, Russian Empire, the son of a professional physician and amateur philosopher Osip Ge...
https://en.wikipedia.org/wiki/Organoid
An organoid is a miniaturized and simplified version of an organ produced in vitro in three dimensions that mimics the key functional, structural and biological complexity of that organ. They are derived from one or a few cells from a tissue, embryonic stem cells or induced pluripotent stem cells, which can self-organi...
https://en.wikipedia.org/wiki/Scoreboarding
Scoreboarding is a centralized method, first used in the CDC 6600 computer, for dynamically scheduling instructions so that they can execute out of order when there are no conflicts and the hardware is available. In a scoreboard, the data dependencies of every instruction are logged, tracked and strictly observed at ...
https://en.wikipedia.org/wiki/Reservation%20station
A unified reservation station, also known as unified scheduler, is a decentralized feature of the microarchitecture of a CPU that allows for register renaming, and is used by the Tomasulo algorithm for dynamic instruction scheduling. Reservation stations permit the CPU to fetch and re-use a data value as soon as it ha...
https://en.wikipedia.org/wiki/Mosaic%20evolution
Mosaic evolution (or modular evolution) is the concept, mainly from palaeontology, that evolutionary change takes place in some body parts or systems without simultaneous changes in other parts. Another definition is the "evolution of characters at various rates both within and between species".408 Its place in evoluti...
https://en.wikipedia.org/wiki/Heatwork
Heatwork is the combined effect of temperature and time. It is important to several industries: Ceramics Glass and metal annealing Metal heat treating Pyrometric devices can be used to gauge heat work as they deform or contract due to heatwork to produce temperature equivalents. Within tolerances, firing can be under...
https://en.wikipedia.org/wiki/Selenium%20%28software%29
Selenium is an open source umbrella project for a range of tools and libraries aimed at supporting browser automation. It provides a playback tool for authoring functional tests across most modern web browsers, without the need to learn a test scripting language (Selenium IDE). It also provides a test domain-specific l...
https://en.wikipedia.org/wiki/Metrics%20%28networking%29
Router metrics are configuration values used by a router to make routing decisions. A metric is typically one of many fields in a routing table. Router metrics help the router choose the best route among multiple feasible routes to a destination. The route will go in the direction of the gateway with the lowest metric....
https://en.wikipedia.org/wiki/Phospholipid%20scramblase
Scramblase is a protein responsible for the translocation of phospholipids between the two monolayers of a lipid bilayer of a cell membrane. In humans, phospholipid scramblases (PLSCRs) constitute a family of five homologous proteins that are named as hPLSCR1–hPLSCR5. Scramblases are not members of the general family ...
https://en.wikipedia.org/wiki/Vena%20comitans
Vena comitans is Latin for accompanying vein and is also known as a satellite vein. It refers to a vein that is usually paired, with both veins lying on the sides of an artery. They are found in close proximity to arteries so that the pulsations of the artery aid venous return. Because they are generally found in pai...
https://en.wikipedia.org/wiki/Inferior%20ulnar%20collateral%20artery
The inferior ulnar collateral artery (anastomotica magna artery) is an artery in the arm. It arises about 5 cm. above the elbow from the brachial artery. Course It passes medialward upon the Brachialis, and piercing the medial intermuscular septum, winds around the back of the humerus between the Triceps brachii and t...
https://en.wikipedia.org/wiki/Superior%20ulnar%20collateral%20artery
The superior ulnar collateral artery (inferior profunda artery), of small size, arises from the brachial artery a little below the middle of the arm; it frequently springs from the upper part of the a. profunda brachii. It pierces the medial intermuscular septum, and descends on the surface of the medial head of the T...
https://en.wikipedia.org/wiki/Deep%20artery%20of%20arm
The deep artery of arm (also known as deep brachial artery) is a large artery of the arm which arises from the brachial artery. It descends in the arm before ending by anastomosing with the radial recurrent artery. Structure Origin The deep artery of arm arises from the posterolateral aspect of the brachial artery, ...
https://en.wikipedia.org/wiki/Radial%20groove
The radial groove (also known as the musculospiral groove, radial sulcus, or spiral groove) is a broad but shallow oblique depression for the radial nerve and deep brachial artery. It is located on the center of the lateral border of the humerus bone. It is situated alongside the posterior margin of the deltoid tuberos...
https://en.wikipedia.org/wiki/Bicipital%20groove
The bicipital groove (intertubercular groove, sulcus intertubercularis) is a deep groove on the humerus that separates the greater tubercle from the lesser tubercle. It allows for the long tendon of the biceps brachii muscle to pass. Structure The bicipital groove separates the greater tubercle from the lesser tuberc...
https://en.wikipedia.org/wiki/HyperSCSI
HyperSCSI is an outdated computer network protocol for accessing storage by sending and receiving SCSI commands. It was developed by researchers at the Data Storage Institute in Singapore in 2000 to 2003. HyperSCSI is unlike iSCSI in that it bypassed the internet protocol suite (TCP/IP) and works directly over Ethernet...
https://en.wikipedia.org/wiki/Pfsync
pfsync is a computer protocol used to synchronise firewall states between machines running Packet Filter (PF) for high availability. It is used along with CARP to make sure a backup firewall has the same information as the main firewall. When the main machine in the firewall cluster dies, the backup machine is able to ...
https://en.wikipedia.org/wiki/Dyall%20Hamiltonian
In quantum chemistry, the Dyall Hamiltonian is a modified Hamiltonian with two-electron nature. It can be written as follows: where labels , , denote core, active and virtual orbitals (see Complete active space) respectively, and are the orbital energies of the involved orbitals, and operators are the spin-traced ...
https://en.wikipedia.org/wiki/Bob%20Colwell
Robert P. "Bob" Colwell (born 1954) is an electrical engineer who worked at Intel and later served as Director of the Microsystems Technology Office (MTO) at DARPA. He was the chief IA-32 architect on the Pentium Pro, Pentium II, Pentium III, and Pentium 4 microprocessors. Bob retired from Intel in 2000. He was an Inte...
https://en.wikipedia.org/wiki/Flower%20induction
Flower induction is the physiological process in the plant by which the shoot apical meristem becomes competent to develop flowers. Biochemical changes at the apex, particularly those caused by cytokinins, accompany this process. Usually flower induction is followed by flower differentiation, with some notable exceptio...
https://en.wikipedia.org/wiki/Block%20upconverter
A block upconverter (BUC) is used in the transmission (uplink) of satellite signals. It converts a band of frequencies from a lower frequency to a higher frequency. Modern BUCs convert from the L band to Ku band, C band and Ka band. Older BUCs convert from a 70 MHz intermediate frequency (IF) to Ku band or C band. Mo...
https://en.wikipedia.org/wiki/Flower%20differentiation
Flower differentiation is a plant process by which the shoot apical meristem changes its anatomy to generate a flower or inflorescence in lieu of other structures. Anatomical changes begin at the edge of the meristem, generating first the outer whorls of the flower - the calyx and the corolla, and later the inner whorl...
https://en.wikipedia.org/wiki/Sum-frequency%20generation
Sum-frequency generation (SFG) is a second order nonlinear optical process based on the mixing of two input photons at frequencies and to generate a third photon at frequency . As with any optical phenomenon in nonlinear optics, this can only occur under conditions where: the light is interacting with matter, that l...
https://en.wikipedia.org/wiki/Optical%20chaos
In the field of photonics, optical chaos is chaos generated by laser instabilities using different schemes in semiconductor and fiber lasers. Optical chaos is observed in many non-linear optical systems. One of the most common examples is an optical ring resonators. Optical computing Optical chaos was a field of resea...
https://en.wikipedia.org/wiki/Gauss%E2%80%93Manin%20connection
In mathematics, the Gauss–Manin connection is a connection on a certain vector bundle over a base space S of a family of algebraic varieties . The fibers of the vector bundle are the de Rham cohomology groups of the fibers of the family. It was introduced by for curves S and by in higher dimensions. Flat sections...
https://en.wikipedia.org/wiki/Tether%20car
Tether cars (also commonly known as spindizzies) are model racing cars powered by miniature internal combustion engines and tethered to a central post. Unlike radio control cars, the driver has no remote control over the model's speed or steering. Basics Tether cars are often small (less than 1 meter in length), powe...
https://en.wikipedia.org/wiki/Tuning%20wrench
A tuning wrench (also called a tuning lever or tuning hammer) is a specialized socket wrench used to tune string instruments, such as the piano, harp, and hammer dulcimer, that have strings wrapped around tuning pins. Other string instruments do not require a tuning wrench because their tuning pins or pegs come with ha...
https://en.wikipedia.org/wiki/Subtropical%20front
A subtropical front is a surface water mass boundary or front, which is a narrow zone of transition between air masses of contrasting density, air masses of different temperatures or different water vapour concentrates. It is also characterized by an unforeseen change in wind direction, and speed across its surface bet...
https://en.wikipedia.org/wiki/Abdominal%20aortic%20plexus
The abdominal aortic plexus (not to be confused with the thoracic aortic plexus) is formed by branches derived, on either side, from the celiac plexus and ganglia, and receives filaments from some of the lumbar ganglia. It is situated upon the sides and front of the aorta, between the origins of the superior and infer...
https://en.wikipedia.org/wiki/LM317
The LM317 is a popular adjustable positive linear voltage regulator. It was designed by Bob Dobkin in 1976 while he worked at National Semiconductor. The LM337 is the negative complement to the LM317, which regulates voltages below a reference. It was designed by Bob Pease, who also worked for National Semiconductor. ...
https://en.wikipedia.org/wiki/List%20of%20interstitial%20cells
Interstitial cell refers to any cell that lies in the spaces between the functional cells of a tissue. Examples include: Interstitial cell of Cajal (ICC) Leydig cells, cells present in the male testes responsible for the production of androgen (male sex hormone) A portion of the stroma of ovary Certain cells in th...
https://en.wikipedia.org/wiki/Beauvericin
Beauvericin is a depsipeptide with antibiotic and insecticidal effects belonging to the enniatin family. It was isolated from the fungus Beauveria bassiana, but is also produced by several other fungi, including several Fusarium species; it may therefore occur in grain (such as corn, wheat and barley) contaminated with...
https://en.wikipedia.org/wiki/Oxford%20Calculators
The Oxford Calculators were a group of 14th-century thinkers, almost all associated with Merton College, Oxford; for this reason they were dubbed "The Merton School". These men took a strikingly logical and mathematical approach to philosophical problems. The key "calculators", writing in the second quarter of the 14th...
https://en.wikipedia.org/wiki/Lifting%20scheme
The lifting scheme is a technique for both designing wavelets and performing the discrete wavelet transform (DWT). In an implementation, it is often worthwhile to merge these steps and design the wavelet filters while performing the wavelet transform. This is then called the second-generation wavelet transform. The tec...
https://en.wikipedia.org/wiki/Fiber%20laser
A fiber laser (or fibre laser in Commonwealth English) is a laser in which the active gain medium is an optical fiber doped with rare-earth elements such as erbium, ytterbium, neodymium, dysprosium, praseodymium, thulium and holmium. They are related to doped fiber amplifiers, which provide light amplification without ...
https://en.wikipedia.org/wiki/Frequency%20comb
In optics, a frequency comb is a laser source whose spectrum consists of a series of discrete, equally spaced frequency lines. Frequency combs can be generated by a number of mechanisms, including periodic modulation (in amplitude and/or phase) of a continuous-wave laser, four-wave mixing in nonlinear media, or stabili...
https://en.wikipedia.org/wiki/NeuroNames
NeuroNames is an integrated nomenclature for structures in the brain and spinal cord of the four species most studied by neuroscientists: human, macaque, rat and mouse. It offers a standard, controlled vocabulary of common names for structures, which is suitable for unambiguous neuroanatomical indexing of information i...