AstronautAn astronaut (from the Ancient Greek ἄστρον (astron), meaning 'star', and ναύτης (nautes), meaning 'sailor') is a person trained, equipped, and deployed by a human spaceflight program to serve as a commander or crew member aboard a spacecraft. Although generally reserved for professional space travelers, the term is sometimes applied to anyone who travels into space, including scientists, politicians, journalists, and tourists. "Astronaut" technically applies to all human space travelers regardless of nationality.
United States Astronaut BadgeThe United States Astronaut Badge is a badge of the United States, awarded to military and civilian personnel who have completed training and performed a successful spaceflight. A variation of the astronaut badge is also issued to civilians who are employed with the National Aeronautics and Space Administration as specialists on spaceflight missions. It is the least-awarded qualification badge of the United States military. To earn an astronaut badge, a U.S. Air Force or U.S.
Astronaut trainingAstronaut training describes the complex process of preparing astronauts in regions around the world for their space missions before, during and after the flight, which includes medical tests, physical training, extra-vehicular activity (EVA) training, procedure training, rehabilitation process, as well as training on experiments they will accomplish during their stay in space. Virtual and physical training facilities have been integrated to familiarize astronauts with the conditions they will encounter during all phases of flight and prepare astronauts for a microgravity environment.
Russian languageRussian (russkiy yazyk, ˈruskjɪi̯ jɪˈzɨk) is an East Slavic language, spoken primarily in Russia. It is the native language of the Russians and belongs to the Indo-European language family. It is one of four living East Slavic languages, and is also a part of the larger Balto-Slavic languages. It was the de facto and de jure official language of the former Soviet Union. Russian has remained an official language in independent Russia, Belarus, Kazakhstan, and Kyrgyzstan, and is still commonly used as a lingua franca in Ukraine, the Caucasus, Central Asia, and to a lesser extent in the Baltic states and Israel.
Ruthenian languageRuthenian (руска(ѧ) мова, рус(ь)кй ѧзыкъ; see also other names) is an exonymic linguonym for a closely related group of East Slavic linguistic varieties, particularly those spoken from the 15th to 18th centuries in the Grand Duchy of Lithuania and in East Slavic regions of the Polish–Lithuanian Commonwealth. Regional distribution of those varieties, both in their literary and vernacular forms, corresponded approximately to the territories of the modern states of Belarus and Ukraine.
Belarusian languageBelarusian (беларуская мова, bjɛlaˈruskaja ˈmɔva) is an East Slavic language. It is one of the two official languages in Belarus, alongside Russian. Additionally, it is spoken in some parts of Russia, Lithuania, Latvia, Poland, and Ukraine by Belarusian minorities in those countries. Before Belarus gained independence in 1991, the language was known in English as Byelorussian or Belorussian, or alternatively as White Russian. Following independence, it became known as Belarusian, or alternatively as Belarusan.
Soviet space programThe Soviet space program (Kosmicheskaya programma SSSR) was the national space program of the former Union of Soviet Socialist Republics (USSR), active from 1955 until the dissolution of the Soviet Union in 1991. Soviet investigations in rocketry began with the formation of a research laboratory in 1921, but these efforts were hampered by the devastating war with Germany.
Space adaptation syndromeSpace adaptation syndrome (SAS) or space sickness is a condition experienced by as many as half of all space travelers during their adaptation to weightlessness once in orbit. It is the opposite of terrestrial motion sickness since it occurs when the environment and the person appear visually to be in motion relative to one another even though there is no corresponding sensation of bodily movement originating from the vestibular system. Space motion sickness can lead to degraded astronaut performance.
Geographical distribution of Russian speakersThis article details the geographical distribution of Russian-speakers. After the dissolution of the Soviet Union in 1991, the status of the Russian language often became a matter of controversy. Some Post-Soviet states adopted policies of derussification aimed at reversing former trends of Russification, while Belarus under Alexander Lukashenko and the Russian Federation under Vladimir Putin reintroduced Russification policies in the 1990s and 2000s, respectively.
NASAThe National Aeronautics and Space Administration (NASA ˈnæsə) is an independent agency of the U.S. federal government responsible for the civil space program, aeronautics research, and space research. Established in 1958, NASA succeeded the National Advisory Committee for Aeronautics (NACA) to give the U.S. space development effort a distinctly civilian orientation, emphasizing peaceful applications in space science.
Hubble Space TelescopeThe Hubble Space Telescope (often referred to as HST or Hubble) is a space telescope that was launched into low Earth orbit in 1990 and remains in operation. It was not the first space telescope, but it is one of the largest and most versatile, renowned both as a vital research tool and as a public relations boon for astronomy. The Hubble telescope is named after astronomer Edwin Hubble and is one of NASA's Great Observatories.
Kepler space telescopeThe Kepler space telescope is a disused space telescope launched by NASA in 2009 to discover Earth-sized planets orbiting other stars. Named after astronomer Johannes Kepler, the spacecraft was launched into an Earth-trailing heliocentric orbit. The principal investigator was William J. Borucki. After nine and a half years of operation, the telescope's reaction control system fuel was depleted, and NASA announced its retirement on October 30, 2018.
Operations managementOperations management is an area of management concerned with designing and controlling the process of production and redesigning business operations in the production of goods or services. It involves the responsibility of ensuring that business operations are efficient in terms of using as few resources as needed and effective in meeting customer requirements. It is concerned with managing an entire production or service system which is the process that converts inputs (in the forms of raw materials, labor, consumers, and energy) into outputs (in the form of goods and/or services for consumers).
Operations researchOperations research (operational research) (U.S. Air Force Specialty Code: Operations Analysis), often shortened to the initialism OR, is a discipline that deals with the development and application of analytical methods to improve decision-making. The term management science is occasionally used as a synonym. Employing techniques from other mathematical sciences, such as modeling, statistics, and optimization, operations research arrives at optimal or near-optimal solutions to decision-making problems.
École polytechniqueÉcole polytechnique, also known as Polytechnique or l'X liks, is a grande école located in Palaiseau, France. It specializes in science and engineering and is a founding member of the Polytechnic Institute of Paris. The school was founded in 1794 by mathematician Gaspard Monge during the French Revolution and was militarized under Napoleon I in 1804. It is still supervised by the French Ministry of Armed Forces. Originally located in the Latin Quarter in central Paris, the institution moved to Palaiseau in 1976, in the Paris-Saclay technology cluster.
Primitive data typeIn computer science, primitive data types are a set of basic data types from which all other data types are constructed. Specifically it often refers to the limited set of data representations in use by a particular processor, which all compiled programs must use. Most processors support a similar set of primitive data types, although the specific representations vary. More generally, "primitive data types" may refer to the standard data types built into a programming language (built-in types).
Data typeIn computer science and computer programming, a data type (or simply type) is a collection or grouping of data values, usually specified by a set of possible values, a set of allowed operations on these values, and/or a representation of these values as machine types. A data type specification in a program constrains the possible values that an expression, such as a variable or a function call, might take. On literal data, it tells the compiler or interpreter how the programmer intends to use the data.
Type systemIn computer programming, a type system is a logical system comprising a set of rules that assigns a property called a type (for example, integer, floating point, string) to every "term" (a word, phrase, or other set of symbols). Usually the terms are various constructs of a computer program, such as variables, expressions, functions, or modules. A type system dictates the operations that can be performed on a term. For variables, the type system determines the allowed values of that term.
Type theoryIn mathematics, logic, and computer science, a type theory is the formal presentation of a specific type system, and in general, type theory is the academic study of type systems. Some type theories serve as alternatives to set theory as a foundation of mathematics. Two influential type theories that were proposed as foundations are Alonzo Church's typed λ-calculus and Per Martin-Löf's intuitionistic type theory. Most computerized proof-writing systems use a type theory for their foundation, a common one is Thierry Coquand's Calculus of Inductive Constructions.
Algebraic data typeIn computer programming, especially functional programming and type theory, an algebraic data type (ADT) is a kind of composite type, i.e., a type formed by combining other types. Two common classes of algebraic types are product types (i.e., tuples and records) and sum types (i.e., tagged or disjoint unions, coproduct types or variant types). The values of a product type typically contain several values, called fields. All values of that type have the same combination of field types.