text
stringlengths
31
999
source
stringclasses
5 values
Kmscon is a virtual console that runs in userspace which David Hermann created to replace the Linux console, a terminal built into the Linux kernel. Kmscon uses the KMS driver for its output, it is multiseat-capable, and supports internationalized keyboard input and UTF-8 terminal output. The input support is implemented using X keyboard extension (XKB)
https://huggingface.co/datasets/fmars/wiki_stem
Linotype-Hell DaVinci was an image manipulation program targeted at the repro and print shop markets. It originally ran on proprietary hardware, but was later ported to Silicon Graphics workstations. The first version was released in 1993, and it continued to see regular releases until Heidelberg acquired Linotype-Hell in 1997
https://huggingface.co/datasets/fmars/wiki_stem
A notebook interface or computational notebook is a virtual notebook environment used for literate programming, a method of writing computer programs. Some notebooks are WYSIWYG environments including executable calculations embedded in formatted documents; others separate calculations and text into separate sections. Notebooks share some goals and features with spreadsheets and word processors but go beyond their limited data models
https://huggingface.co/datasets/fmars/wiki_stem
Paint. net (stylized as Paint. NET or paint
https://huggingface.co/datasets/fmars/wiki_stem
Pandoc is a free-software document converter, widely used as a writing tool (especially by scholars) and as a basis for publishing workflows. It was created by John MacFarlane, a philosophy professor at the University of California, Berkeley. Functionality Pandoc dubs itself a "markup format" converter
https://huggingface.co/datasets/fmars/wiki_stem
PDFedit is a free PDF editor for Unix-like operating systems (including Cygwin on top of Windows). It does not support editing protected or encrypted PDF files or word processor-style text manipulation, however. PDFedit GUI is based on the Qt 3 toolkit and scripting engine (QSA), so every operation is scriptable
https://huggingface.co/datasets/fmars/wiki_stem
In some operating systems, including Unix and Linux, a pseudoterminal, pseudotty, or PTY is a pair of pseudo-device endpoints (files) which establish asynchronous, bidirectional communication (IPC) channel (with two ports) between two or more processes. The master provides means by which a terminal emulator process controls the slave. The slave emulates a hardware text terminal device
https://huggingface.co/datasets/fmars/wiki_stem
QFX is an image editing computer program developed by Ron Scott, a Texan photographer and software engineer. The first version was released in 1990. At the time of its release, QFX was one of the most feature-rich image editing applications available on the PC platform (DOS, later Windows)
https://huggingface.co/datasets/fmars/wiki_stem
Quark Author is Web-based software for creating XML. The focus of the software is to enable non-technical users, such as business users and other subject matter experts, to create structured content without having to know or understand XML. The purpose of the creation of the XML is to allow for automated omni-channel publishing using Quark Publishing Platform
https://huggingface.co/datasets/fmars/wiki_stem
Rumba is a terminal emulation software program with user interface (UI) modernization properties. Rumba and Rumba+ allow users to connect to legacy systems (typically a mainframe) via desktop, web, and mobile. Rumba provides IT end users with a modern UI, allowing them to bypass green screen applications
https://huggingface.co/datasets/fmars/wiki_stem
A text editor is a type of computer program that edits plain text. Such programs are sometimes known as "notepad" software (e. g
https://huggingface.co/datasets/fmars/wiki_stem
XMetaL, or XMetaL Author, is a software application people use to create and edit documents in XML and SGML. It has some features common to word processors, but is a native XML editor that can be configured to work with various standard and custom DTDs and XML Schemas. XMetaL was first released by SoftQuad Software in 1999 and is currently developed by JustSystems
https://huggingface.co/datasets/fmars/wiki_stem
An XML editor is a markup language editor with added functionality to facilitate the editing of XML. This can be done using a plain text editor, with all the code visible, but XML editors have added facilities like tag completion and menus and buttons for tasks that are common in XML editing, based on data supplied with document type definition (DTD) or the XML tree. There are also graphical XML editors that hide the code in the background and present the content to the user in a more user-friendly format, approximating the rendered version or editing forms
https://huggingface.co/datasets/fmars/wiki_stem
Xpdf is a free and open-source PDF viewer for operating systems based on the Qt toolkit. Versions prior to 4. 00 were written for the X Window System and Motif
https://huggingface.co/datasets/fmars/wiki_stem
The unified modeling language (UML) is a general-purpose visual modeling language that is intended to provide a standard way to visualize the design of a system. UML provides a standard notation for many types of diagrams which can be roughly divided into 3 main groups: behavior diagrams, interaction diagrams, and structure diagrams. The creation of UML was originally motivated by the desire to standardize the disparate notational systems and approaches to software design
https://huggingface.co/datasets/fmars/wiki_stem
In the Unified Modeling Language, an action is a named element that is the fundamental unit of executable functionality. Actions take a set of inputs, which may be empty, and convert them to a set of outputs, which in turn may also be empty. The execution of an action represents some transformation or processing in the modeled system
https://huggingface.co/datasets/fmars/wiki_stem
An activity in Unified Modeling Language (UML) is a major task that must take place in order to fulfill an operation contract. The Student Guide to Object-Oriented Development defines an activity as a sequence of activities that make up a process. Activities can be represented in activity diagrams An activity can represent: The invocation of an operation
https://huggingface.co/datasets/fmars/wiki_stem
An actor in the Unified Modeling Language (UML) "specifies a role played by a user or any other system that interacts with the subject. ""An Actor models a type of role played by an entity that interacts with the subject (e. g
https://huggingface.co/datasets/fmars/wiki_stem
UML (Unified Modeling Language) is a modeling language used by software developers. UML can be used to develop diagrams and provide users (programmers) with ready-to-use, expressive modeling examples. Some UML tools generate program language code from UML
https://huggingface.co/datasets/fmars/wiki_stem
An artifact in the Unified Modeling Language (UML) is the specification of a physical piece of information that is used or produced by a software development process, or by deployment and operation of a system. "Examples of artifacts include model files, source files, scripts, and binary executable files, a table in a database system, a development deliverable, a word-processing document, or a mail message. Artifacts are the physical entities that are deployed on Nodes (i
https://huggingface.co/datasets/fmars/wiki_stem
A classifier is a category of Unified Modeling Language (UML) elements that have some common features, such as attributes or methods. Overview A classifier is an abstract metaclass classification concept that serves as a mechanism to show interfaces, classes, datatypes and components. A classifier describes a set of instances that have common behavioral and structural features (operations and attributes, respectively)
https://huggingface.co/datasets/fmars/wiki_stem
The Clock Constraint Specification Language or CCSL, is a software language for modeling relations among so-called clocks. It is part of the time model defined in the UML Profile for MARTE. CCSL provides a concrete syntax to handle logical clocks
https://huggingface.co/datasets/fmars/wiki_stem
A component in the Unified Modeling Language represents a modular part of a system that encapsulates the state and behavior of a number of classifiers. Its behavior is defined in terms of provided and required interfaces, is self-contained, and substitutable. A number of UML standard stereotypes exist that apply to components
https://huggingface.co/datasets/fmars/wiki_stem
In the Unified Modeling Language (UML), a Dependency is a relationship that shows that an element, or set of elements, requires other model elements for their specification or implementation. The element is dependent upon the independent element, called the supplier. Two or more elements in this relationship are called tuples
https://huggingface.co/datasets/fmars/wiki_stem
In the Unified Modeling Language (UML), an Element is an abstract class with no superclass. It is used as the superclass or base class, as known by object oriented programmers, for all the metaclasses in the UML infrastructure library. All other elements in the UML inherit, directly or indirectly from Element
https://huggingface.co/datasets/fmars/wiki_stem
Executable UML (xtUML or xUML) is both a software development method and a highly abstract software language. It was described for the first time in 2002 in the book "Executable UML: A Foundation for Model-Driven Architecture". The language "combines a subset of the UML (Unified Modeling Language) graphical notation with executable semantics and timing rules
https://huggingface.co/datasets/fmars/wiki_stem
Glossary of Unified Modeling Language (UML) terms provides a compilation of terminology used in all versions of UML, along with their definitions. Any notable distinctions that may exist between versions are noted with the individual entry it applies to. A Abstract - An indicator applied to a classifier (e
https://huggingface.co/datasets/fmars/wiki_stem
In object-oriented programming (OOP), an inner class or nested class is a class declared entirely within the body of another class or interface. It is distinguished from a subclass. Overview An instance of a normal or top-level class can exist on its own
https://huggingface.co/datasets/fmars/wiki_stem
Kermeta is a modeling and programming language for metamodel engineering. History The Kermeta language was initiated by Franck Fleurey in 2005 within the Triskell team of IRISA (gathering researchers of the INRIA, CNRS, INSA and the University of Rennes 1). The Kermeta language borrows concepts from languages such MOF, OCL and QVT, but also from BasicMTL, a model transformation language implemented in 2004 in the Triskell team by D
https://huggingface.co/datasets/fmars/wiki_stem
A model transformation, in model-driven engineering, is an automated way of modifying and creating platform-specific model from platform-independent ones. An example use of model transformation is ensuring that a family of models is consistent, in a precise sense which the software engineer can define. The aim of using a model transformation is to save effort and reduce errors by automating the building and modification of models where possible
https://huggingface.co/datasets/fmars/wiki_stem
Model-based systems engineering (MBSE), according to the International Council on Systems Engineering (INCOSE), is the formalized application of modeling to support system requirements, design, analysis, verification and validation activities beginning in the conceptual design phase and continuing throughout development and later life cycle phases. MBSE is a technical approach to systems engineering that focuses on creating and exploiting domain models as the primary means of information exchange, rather than on document-based information exchange. MBSE technical approaches are commonly applied to a wide range of industries with complex systems, such as aerospace, defense, rail, automotive, manufacturing, etc
https://huggingface.co/datasets/fmars/wiki_stem
Model Driven Architecture (MDA) is a software design approach for the development of software systems. It provides a set of guidelines for the structuring of specifications, which are expressed as models. Model Driven Architecture is a kind of domain engineering, and supports model-driven engineering of software systems
https://huggingface.co/datasets/fmars/wiki_stem
Model-driven engineering (MDE) is a software development methodology that focuses on creating and exploiting domain models, which are conceptual models of all the topics related to a specific problem. Hence, it highlights and aims at abstract representations of the knowledge and activities that govern a particular application domain, rather than the computing (i. e
https://huggingface.co/datasets/fmars/wiki_stem
In software design, model-driven integration is a subset of model-driven architecture (MDA) which focuses purely on solving Application Integration problems using executable Unified Modeling Language (UML). External links Noggle, Brian J; M Lang (1 April 2002). "Model Driven Information Architecture"
https://huggingface.co/datasets/fmars/wiki_stem
Modeling and Analysis of Real Time and Embedded systems also known as MARTE is the OMG standard for modeling real-time and embedded applications with UML2. Description The UML modeling language has been extended by the OMG consortium to support model-driven development of real-time and embedded application. This extension has been defined via a UML2 profile called MARTE (Modeling and Analysis of Real-Time and Embedded systems)
https://huggingface.co/datasets/fmars/wiki_stem
Modeling Maturity Levels is a classification system defined by Anneke Kleppe and Jos Warmer in their book MDA Explained Addison-Wesley. The levels characterize the role of modeling in a software project. The concept shows resemblance to the way software processes are rated with the Capability Maturity Model
https://huggingface.co/datasets/fmars/wiki_stem
In computer science, object composition and object aggregation are closely related ways to combine objects or data types into more complex ones. In conversation the distinction between composition and aggregation is often ignored. Common kinds of compositions are objects used in object-oriented programming, tagged unions, sets, sequences, and various graph structures
https://huggingface.co/datasets/fmars/wiki_stem
The Object Management Group (OMG) is a computer industry standards consortium. OMG Task Forces develop enterprise integration standards for a range of technologies. Business activities The goal of the OMG was a common portable and interoperable object model with methods and data that work using all types of development environments on all types of platforms
https://huggingface.co/datasets/fmars/wiki_stem
The object-modeling technique (OMT) is an object modeling approach for software modeling and designing. It was developed around 1991 by Rumbaugh, Blaha, Premerlani, Eddy and Lorensen as a method to develop object-oriented systems and to support object-oriented programming. OMT describes object model or static structure of the system
https://huggingface.co/datasets/fmars/wiki_stem
ObjecTime Developer (or ObjecTime or OTD, for short) is a software automation tool designed to meet the development needs of real-time software development teams. The tool was created by ObjecTime Limited of Kanata, Ontario, and was aimed at aiding software developers in building applications using Real-Time Object-Oriented Modeling (ROOM) for real-time, graphical design models. ObjecTime, using the design models, will then generate production-quality applications for real-time operating systems, using the C and C++ programming languages
https://huggingface.co/datasets/fmars/wiki_stem
A package in the Unified Modeling Language is used "to group elements, and to provide a namespace for the grouped elements". A package may contain other packages, thus providing for a hierarchical organization of packages. Pretty much all UML elements can be grouped into packages
https://huggingface.co/datasets/fmars/wiki_stem
PlantUML is an open-source tool allowing users to create diagrams from a plain text language. Besides various UML diagrams, PlantUML has support for various other software development related formats (such as Archimate, Block diagram, BPMN, C4, Computer network diagram, ERD, Gantt chart, Mind map, and WBD), as well as visualisation of JSON and YAML files. The language of PlantUML is an example of a domain-specific language
https://huggingface.co/datasets/fmars/wiki_stem
In the Unified Modeling Language 1. x, powertype is a keyword for a specific UML stereotype, and applies to a class or dependency. Powertype shows a classifier whose instances (objects) are children of the given parent
https://huggingface.co/datasets/fmars/wiki_stem
The Production Rule Representation (PRR) is a proposed standard of the Object Management Group (OMG) to provide a vendor-neutral rule-model representation in UML for production rules as used in forward-chaining rule engines. History The OMG set up a Business Rules Working Group in 2002 as the first standards body to recognize the importance of the "Business Rules Approach". It issued 2 main RFPs in 2003 – a standard for modeling production rules (PRR), and a standard for modeling business rules as business documentation (BSBR, now SBVR)
https://huggingface.co/datasets/fmars/wiki_stem
A profile in the Unified Modeling Language (UML) provides a generic extension mechanism for customizing UML models for particular domains and platforms. Extension mechanisms allow refining standard semantics in strictly additive manner, preventing them from contradicting standard semantics. Profiles are defined using stereotypes, tag definitions, and constraints which are applied to specific model elements, like Classes, Attributes, Operations, and Activities
https://huggingface.co/datasets/fmars/wiki_stem
QVT (Query/View/Transformation) is a standard set of languages for model transformation defined by the Object Management Group. Overview Model transformation is a key technique used in model-driven architecture. As the name QVT indicates, the OMG standard covers transformations, views and queries together
https://huggingface.co/datasets/fmars/wiki_stem
In computer science, the role class model is a role analysis pattern described (but not invented ) by Francis G. Mossé in his article on Modelling Roles. The role class pattern provides the ability for a class to play multiple roles and to embed the role characteristic in a dedicated class
https://huggingface.co/datasets/fmars/wiki_stem
The Semantics of Business Vocabulary and Business Rules (SBVR) is an adopted standard of the Object Management Group (OMG) intended to be the basis for formal and detailed natural language declarative description of a complex entity, such as a business. SBVR is intended to formalize complex compliance rules, such as operational rules for an enterprise, security policy, standard compliance, or regulatory compliance rules. Such formal vocabularies and rules can be interpreted and used by computer systems
https://huggingface.co/datasets/fmars/wiki_stem
SoaML (Service-oriented architecture Modeling Language ) is an open source specification project from the Object Management Group (OMG), describing a UML profile and metamodel for the modeling and design of services within a service-oriented architecture. Description SoaML has been created to support the following modeling capabilities: Identifying services, dependencies between them and services requirements Specifying services (functional capabilities, consumer expectations, the protocols and message exchange patterns) Defining service consumers and providers The policies for using and providing services Services classification schemes Integration with OMG Business Motivation Model Foundation for further extensions both related to integration with other OMG metamodels like BPDM and BPMN 2. 0, as well as SBVR, OSM, ODM and others
https://huggingface.co/datasets/fmars/wiki_stem
A stereotype is one of three types of extensibility mechanisms in the Unified Modeling Language (UML), the other two being tags and constraints. : 73  They allow designers to extend the vocabulary of UML in order to create new model elements, derived from existing ones, but that have specific properties that are suitable for a particular domain or otherwise specialized usage. The nomenclature is derived from the original meaning of stereotype, used in printing
https://huggingface.co/datasets/fmars/wiki_stem
A swimlane (as in swimlane diagram) is used in process flow diagrams, or flowcharts, that visually distinguishes job sharing and responsibilities for sub-processes of a business process. Swimlanes may be arranged either horizontally or vertically. Attributes of a swimlane The swimlane flowchart differs from other flowcharts in that processes and decisions are grouped visually by placing them in lanes
https://huggingface.co/datasets/fmars/wiki_stem
The systems modeling language (SysML) is a general-purpose modeling language for systems engineering applications. It supports the specification, analysis, design, verification and validation of a broad range of systems and systems-of-systems. SysML was originally developed by an open source specification project, and includes an open source license for distribution and use
https://huggingface.co/datasets/fmars/wiki_stem
The Edinburgh Handedness Inventory is a measurement scale used to assess the dominance of a person's right or left hand in everyday activities, sometimes referred to as laterality. The inventory can be used by an observer assessing the person, or by a person self-reporting hand use. The latter method tends to be less reliable due to a person over-attributing tasks to the dominant hand
https://huggingface.co/datasets/fmars/wiki_stem
Footedness is the natural preference of one's left or right foot for various purposes. It is the foot equivalent of handedness. While purposes vary, such as applying the greatest force in a certain foot to complete the action of kick as opposed to stomping, footedness is most commonly associated with the preference of a particular foot in the leading position while engaging in foot- or kicking-related sports, such as association football and kickboxing
https://huggingface.co/datasets/fmars/wiki_stem
In human biology, handedness is an individual's preferential use of one hand, known as the dominant hand, due to it being stronger, faster or more dextrous. The other hand, comparatively often the weaker, less dextrous or simply less subjectively preferred, is called the non-dominant hand. In a study from 1975 on 7,688 children in US grades 1-6, left handers comprised 9
https://huggingface.co/datasets/fmars/wiki_stem
Hyper–Rayleigh scattering Optical Activity ( RAY-lee), (a form of Chiroptical harmonic scattering) is a nonlinear optical physical effect whereby chiral scatterers (such as nanoparticles or molecules) convert light (or other electromagnetic radiation) to higher frequencies via harmonic generation processes, in a way that the intensity of generated light depends on the chirality of the scatterers. "Hyper–Rayleigh scattering" is a nonlinear optical counterpart to Rayleigh scattering. "Optical activity" refers to any changes in light properties (such as intensity or polarization) that are due to chirality
https://huggingface.co/datasets/fmars/wiki_stem
In chemistry, inherent chirality is a property of asymmetry in molecules arising, not from a stereogenic or chiral center, but from a twisting of the molecule in 3-D space. The term was first coined by Volker Boehmer in a 1994 review, to describe the chirality of calixarenes arising from their non-planar structure in 3-D space. This phenomenon was described as resulting from "the absence of a place of symmetry or an inversion center in the molecule as a whole"
https://huggingface.co/datasets/fmars/wiki_stem
The term laterality refers to the preference most humans show for one side of their body over the other. Examples include left-handedness/right-handedness and left/right-footedness; it may also refer to the primary use of the left or right hemisphere in the brain. It may also apply to animals or plants
https://huggingface.co/datasets/fmars/wiki_stem
Left-hand traffic (LHT) and right-hand traffic (RHT) are the practices, in bidirectional traffic, of keeping to the left side or to the right side of the road, respectively. They are fundamental to traffic flow, and are sometimes referred to as the rule of the road. The terms right- and left-hand drive refer to the position of the driver and the steering wheel in the vehicle and are, in automobiles, the reverse of the terms right- and left-hand traffic
https://huggingface.co/datasets/fmars/wiki_stem
Mefloquine, sold under the brand name Lariam among others, is a medication used to prevent or treat malaria. When used for prevention it is typically started before potential exposure and continued for several weeks after potential exposure. It can be used to treat mild or moderate malaria but is not recommended for severe malaria
https://huggingface.co/datasets/fmars/wiki_stem
Metachirality is a stronger form of chirality. It applies to objects or systems that are chiral (not identical to their mirror image) and where, in addition, their mirror image has a symmetry group that differs from the symmetry group of the original object or system. Many familiar chiral objects, like the capital letter 'Z' embedded in the plane, are not metachiral
https://huggingface.co/datasets/fmars/wiki_stem
A mirror image (in a plane mirror) is a reflected duplication of an object that appears almost identical, but is reversed in the direction perpendicular to the mirror surface. As an optical effect it results from reflection off from substances such as a mirror or water. It is also a concept in geometry and can be used as a conceptualization process for 3-D structures
https://huggingface.co/datasets/fmars/wiki_stem
Mirror life (also called mirror-image life) is a hypothetical form of life with mirror-reflected molecular building blocks. The possibility of mirror life was first discussed by Louis Pasteur. Although this alternative life form has not been discovered in nature, efforts to build a mirror-image version of biology's molecular machinery are already underway
https://huggingface.co/datasets/fmars/wiki_stem
Planar chirality, also known as 2D chirality, is the special case of chirality for two dimensions. Most fundamentally, planar chirality is a mathematical term, finding use in chemistry, physics and related physical sciences, for example, in astronomy, optics and metamaterials. Recent occurrences in latter two fields are dominated by microwave and terahertz applications as well as micro- and nanostructured planar interfaces for infrared and visible light
https://huggingface.co/datasets/fmars/wiki_stem
Racemic acid is an old name for an optically inactive or racemic form of tartaric acid. It is an equal mixture of two mirror-image isomers (enantiomers), optically active in opposing directions. It occurs naturally in grape juice
https://huggingface.co/datasets/fmars/wiki_stem
Sinistral and dextral, in some scientific fields, are the two types of chirality ("handedness") or relative direction. The terms are derived from the Latin words for "left" (sinister) and "right" (dexter). Other disciplines use different terms (such as dextro- and laevo-rotary in chemistry, or clockwise and anticlockwise in physics) or simply use left and right (as in anatomy)
https://huggingface.co/datasets/fmars/wiki_stem
Tartaric acid is a white, crystalline organic acid that occurs naturally in many fruits, most notably in grapes, but also in bananas, tamarinds, and citrus. Its salt, potassium bitartrate, commonly known as cream of tartar, develops naturally in the process of fermentation. It is commonly mixed with sodium bicarbonate and is sold as baking powder used as a leavening agent in food preparation
https://huggingface.co/datasets/fmars/wiki_stem
Tendril perversion is a geometric phenomenon sometimes observed in helical structures in which the direction of the helix transitions between left-handed and right-handed. Such a reversal of chirality is commonly seen in helical plant tendrils and telephone handset cords. The phenomenon was known to Charles Darwin, who wrote in 1865, A tendril
https://huggingface.co/datasets/fmars/wiki_stem
Thalidomide, sold under the brand names Contergan and Thalomid among others, is an oral medication used to treat a number of cancers (e. g. multiple myeloma), graft-versus-host disease, and many skin disorders (e
https://huggingface.co/datasets/fmars/wiki_stem
Viedma ripening or attrition-enhanced deracemization is a chiral symmetry breaking phenomenon observed in solid/liquid mixtures of enantiomorphous (racemic conglomerate) crystals that are subjected to comminution. It can be classified in the wider area of spontaneous symmetry breaking phenomena observed in chemistry and physics. It was discovered in 2005 by geologist Cristobal Viedma, who used glass beads and a magnetic stirrer to enable particle breakage of a racemic mixture of enantiomorphous sodium chlorate crystals in contact with their saturated solution in water
https://huggingface.co/datasets/fmars/wiki_stem
When Topology Meets Chemistry: A Topological Look At Molecular Chirality is a book in chemical graph theory on the graph-theoretic analysis of chirality in molecular structures. It was written by Erica Flapan, based on a series of lectures she gave in 1996 at the Institut Henri Poincaré, and was published in 2000 by the Cambridge University Press and Mathematical Association of America as the first volume in their shared Outlooks book series. Topics A chiral molecule is a molecular structure that is different from its mirror image
https://huggingface.co/datasets/fmars/wiki_stem
In physics, zilch (or zilches) is a set of ten conserved quantities of the source-free electromagnetic field, which were discovered by Lipkin in 1964. The name refers to the fact that the zilches are only conserved in regions free of electric charge, and therefore have limited physical significance. One of the conserved quantities (Lipkin's Z 0 {\displaystyle Z^{0}} ) has an intuitive physical interpretation and is also known as optical chirality
https://huggingface.co/datasets/fmars/wiki_stem
Antifreeze proteins (AFPs) or ice structuring proteins refer to a class of polypeptides produced by certain animals, plants, fungi and bacteria that permit their survival in temperatures below the freezing point of water. AFPs bind to small ice crystals to inhibit the growth and recrystallization of ice that would otherwise be fatal. There is also increasing evidence that AFPs interact with mammalian cell membranes to protect them from cold damage
https://huggingface.co/datasets/fmars/wiki_stem
Artificial insemination is the deliberate introduction of sperm into a female's cervix or uterine cavity for the purpose of achieving a pregnancy through in vivo fertilization by means other than sexual intercourse. It is a fertility treatment for humans, and is a common practice in animal breeding, including dairy cattle (see Frozen bovine semen) and pigs. Artificial insemination may employ assisted reproductive technology, sperm donation and animal husbandry techniques
https://huggingface.co/datasets/fmars/wiki_stem
Carnobacterium pleistocenium is a recently discovered bacterium from the arctic part of Alaska. It was found in permafrost, seemingly frozen there for 32,000 years. Melting the ice, however, brought these extremophiles back to life
https://huggingface.co/datasets/fmars/wiki_stem
Cloning is the process of producing individual organisms with identical genomes, either by natural or artificial means. In nature, some organisms produce clones through asexual reproduction; this reproduction of an organism by itself without a mate is known as parthenogenesis. In the field of biotechnology, cloning is the process of creating cloned organisms of cells and of DNA fragments
https://huggingface.co/datasets/fmars/wiki_stem
Cold hardening is the physiological and biochemical process by which an organism prepares for cold weather. Plants Plants in temperate and polar regions adapt to winter and sub zero temperatures by relocating nutrients from leaves and shoots to storage organs. Freezing temperatures induce dehydrative stress on plants, as water absorption in the root and water transport in the plant decreases
https://huggingface.co/datasets/fmars/wiki_stem
Cryobiology is a bimonthly peer-reviewed scientific journal covering cryobiology. It was established in 1964 and is published by Elsevier on behalf of the Society for Cryobiology, of which it is the official journal. The editor-in-chief is D
https://huggingface.co/datasets/fmars/wiki_stem
Cryoimmunotherapy, also referred to as cryoimmunology, is an oncological treatment for various cancers that combines cryoablation of tumor with immunotherapy treatment. In-vivo cryoablation of a tumor, alone, can induce an immunostimulatory, systemic anti-tumor response, resulting in a cancer vaccine—the abscopal effect. Thus, cryoablation of tumors is a way of achieving autologous, in-vivo tumor lysate vaccine and treat metastatic disease
https://huggingface.co/datasets/fmars/wiki_stem
A cryoprotectant is a substance used to protect biological tissue from freezing damage (i. e. that due to ice formation)
https://huggingface.co/datasets/fmars/wiki_stem
The term cryostasis was introduced to name the reversible preservation technology for live biological objects which is based on using clathrate-forming gaseous substances under increased hydrostatic pressure and hypothermic temperatures. Living tissues cooled below the freezing point of water are damaged by the dehydration of the cells as ice is formed between the cells. The mechanism of freezing damage in living biological tissues has been elucidated by Renfret
https://huggingface.co/datasets/fmars/wiki_stem
Directional freezing freezes from only one direction. Directional freezing can freeze water, from only one direction or side of a container, into clear ice. Directional freezing in a domestic freezer can be done by putting water in a insulated container so that the water freezes from the top down, and removing before fully frozen, so that the minerals in the water are not frozen
https://huggingface.co/datasets/fmars/wiki_stem
Embryo transfer refers to a step in the process of assisted reproduction in which embryos are placed into the uterus of a female with the intent to establish a pregnancy. This technique (which is often used in connection with in vitro fertilization (IVF), may be used in humans or in animals, in which situations the goals may vary. Embryo transfer can be done at day two or day three, or later in the blastocyst stage, which was first performed in 1984
https://huggingface.co/datasets/fmars/wiki_stem
Ex situ conservation literally means, "off-site conservation". It is the process of protecting an endangered species, variety or breed, of plant or animal outside its natural habitat; for example, by removing part of the population from a threatened habitat and placing it in a new location, an artificial environment which is similar to the natural habitat of the respective animal and within the care of humans, example are zoological parks and wildlife sanctuaries. The degree to which humans control or modify the natural dynamics of the managed population varies widely, and this may include alteration of living environments, reproductive patterns, access to resources, and protection from predation and mortality
https://huggingface.co/datasets/fmars/wiki_stem
Freezing is a phase transition where a liquid turns into a solid when its temperature is lowered below its freezing point. In accordance with the internationally established definition, freezing means the solidification phase change of a liquid or the liquid content of a substance, usually due to cooling. For most substances, the melting and freezing points are the same temperature; however, certain substances possess differing solid-liquid transition temperatures
https://huggingface.co/datasets/fmars/wiki_stem
Histidine-tryptophan-ketoglutarate, or Custodiol HTK solution, is a high-flow, low-potassium preservation solution used for organ transplantation. The solution was initially developed by Hans-Jürgen Bretschneider. HTK solution is intended for perfusion and flushing of donor liver, kidney, heart, lung and pancreas prior to removal from the donor and for preserving these organs during hypothermic storage and transport to the recipient
https://huggingface.co/datasets/fmars/wiki_stem
Hypothermia is defined as a body core temperature below 35. 0 °C (95. 0 °F) in humans
https://huggingface.co/datasets/fmars/wiki_stem
In vitro fertilisation (IVF) is a process of fertilisation where an egg is combined with sperm in vitro ("in glass"). The process involves monitoring and stimulating a woman's ovulatory process, removing an ovum or ova (egg or eggs) from her ovaries and letting sperm fertilise them in a culture medium in a laboratory. After the fertilised egg (zygote) undergoes embryo culture for 2–6 days, it is transferred by catheter into the uterus, with the intention of establishing a successful pregnancy
https://huggingface.co/datasets/fmars/wiki_stem
Machine perfusion (MP) is a technique used in organ transplantation as a means of preserving the organs which are to be transplanted. Machine perfusion has various forms and can be categorised according to the temperature of the perfusate: cold (4 °C) and warm (37 °C). Machine perfusion has been applied to renal transplantation, liver transplantation and lung transplantation
https://huggingface.co/datasets/fmars/wiki_stem
Oocyte selection is a procedure that is performed prior to in vitro fertilization, in order to use oocytes with maximal chances of resulting in pregnancy. In contrast, embryo selection takes place after fertilization. Techniques Chromosomal evaluation may be performed
https://huggingface.co/datasets/fmars/wiki_stem
An ova bank, or cryobank or egg cell bank, is a facility that collects and stores human ova, mainly from ova donors, primarily for the purpose of achieving pregnancies of either the donor, at a later time (i. e. to overcome issues of infertility), or through third party reproduction, notably by artificial insemination
https://huggingface.co/datasets/fmars/wiki_stem
In the field of cell biology, the method of partial cloning (PCL) converts a fully differentiated old somatic cell into a partially reprogrammed young cell that retains all the specialised functions of the differentiated old cell but is simply younger. The method of PCL reverses characteristics associated with old cells. For example, old, senescent, cells rejuvenated by PCL are free of highly condensed senescence-associated heterochromatin foci (SAHF) and re-acquire the proliferation potential of young cells
https://huggingface.co/datasets/fmars/wiki_stem
Psychrophiles or cryophiles (adj. psychrophilic or cryophilic) are extremophilic organisms that are capable of growth and reproduction in low temperatures, ranging from −20 °C (−4 °F) to 20 °C (68 °F). They are found in places that are permanently cold, such as the polar regions and the deep sea
https://huggingface.co/datasets/fmars/wiki_stem
RiAFP refers to an antifreeze protein (AFP) produced by the Rhagium inquisitor longhorned beetle. It is a type V antifreeze protein with a molecular weight of 12. 8 kDa; this type of AFP is noted for its hyperactivity
https://huggingface.co/datasets/fmars/wiki_stem
A sperm bank, semen bank, or cryobank is a facility or enterprise which purchases, stores and sells human semen. The semen is produced and sold by men who are known as sperm donors. The sperm is purchased by or for other persons for the purpose of achieving a pregnancy or pregnancies other than by a sexual partner
https://huggingface.co/datasets/fmars/wiki_stem
Targeted temperature management (TTM) previously known as therapeutic hypothermia or protective hypothermia is an active treatment that tries to achieve and maintain a specific body temperature in a person for a specific duration of time in an effort to improve health outcomes during recovery after a period of stopped blood flow to the brain. This is done in an attempt to reduce the risk of tissue injury following lack of blood flow. Periods of poor blood flow may be due to cardiac arrest or the blockage of an artery by a clot as in the case of a stroke
https://huggingface.co/datasets/fmars/wiki_stem
A tree wrap or tree wrapping is a wrap of garden tree saplings, roses, and other delicate plants to protect them from frost damage (e. g. frost cracks or complete death)
https://huggingface.co/datasets/fmars/wiki_stem
Viaspan was the trademark under which the University of Wisconsin cold storage solution (also known as University of Wisconsin solution or UW solution) was sold. Currently, UW solution is sold under the Belzer UW trademark and others like Bel-Gen or StoreProtect. UW solution was the first solution designed for use in organ transplantation, and became the first intracellular-like preservation medium
https://huggingface.co/datasets/fmars/wiki_stem
In molecular biology, STRING (Search Tool for the Retrieval of Interacting Genes/Proteins) is a biological database and web resource of known and predicted protein–protein interactions. The STRING database contains information from numerous sources, including experimental data, computational prediction methods and public text collections. It is freely accessible and it is regularly updated
https://huggingface.co/datasets/fmars/wiki_stem
The values below are standard apparent reduction potentials (E°') for electro-biochemical half-reactions measured at 25 °C, 1 atmosphere and a pH of 7 in aqueous solution. The actual physiological potential depends on the ratio of the reduced (Red) and oxidized (Ox) forms according to the Nernst equation and the thermal voltage. When an oxidizer (Ox) accepts a number z of electrons ( e−) to be converted in its reduced form (Red), the half-reaction is expressed as: Ox + z  e− → RedThe reaction quotient (Qr) is the ratio of the chemical activity (ai) of the reduced form (the reductant, aRed) to the activity of the oxidized form (the oxidant, aox)
https://huggingface.co/datasets/fmars/wiki_stem