id
int64 12
1.07M
| title
stringlengths 1
124
| text
stringlengths 0
228k
| paragraphs
list | abstract
stringlengths 0
123k
| date_created
stringlengths 0
20
| date_modified
stringlengths 20
20
| templates
list | url
stringlengths 31
154
|
---|---|---|---|---|---|---|---|---|
10,236 | ELIZA effect | In computer science, the ELIZA effect is the tendency to project human traits — such as experience, semantic comprehension or empathy — into computer programs that have a textual interface. The effect is a category mistake that arises when the program's symbolic computations are described through terms such as "think", "know" or "understand."
The effect is named for ELIZA, the 1966 chatbot developed by MIT computer scientist Joseph Weizenbaum. When executing Weizenbaum's DOCTOR script, ELIZA simulated a Rogerian psychotherapist, largely by rephrasing the "patient"'s replies as questions:
Though designed strictly as a mechanism to support "natural language conversation" with a computer, ELIZA's DOCTOR script was found to be surprisingly successful in eliciting emotional responses from users who, in the course of interacting with the program, began to ascribe understanding and motivation to the program's output. As Weizenbaum later wrote, "I had not realized ... that extremely short exposures to a relatively simple computer program could induce powerful delusional thinking in quite normal people." Indeed, ELIZA's code had not been designed to evoke this reaction in the first place. Upon observation, researchers discovered users unconsciously assuming ELIZA's questions implied interest and emotional involvement in the topics discussed, even when they consciously knew that ELIZA did not simulate emotion.
In its specific form, the ELIZA effect refers only to "the susceptibility of people to read far more understanding than is warranted into strings of symbols—especially words—strung together by computers". A trivial example of the specific form of the Eliza effect, given by Douglas Hofstadter, involves an automated teller machine which displays the words "THANK YOU" at the end of a transaction. A naive observer might think that the machine is actually expressing gratitude; however, the machine is only printing a preprogrammed string of symbols.
More generally, the ELIZA effect describes any situation where, based solely on a system's output, users perceive computer systems as having "intrinsic qualities and abilities which the software controlling the (output) cannot possibly achieve" or "assume that [outputs] reflect a greater causality than they actually do". In both its specific and general forms, the ELIZA effect is notable for occurring even when users of the system are aware of the determinate nature of output produced by the system.
From a psychological standpoint, the ELIZA effect is the result of a subtle cognitive dissonance between the user's awareness of programming limitations and their behavior towards the output of the program.
The discovery of the ELIZA effect was an important development in artificial intelligence, demonstrating the principle of using social engineering rather than explicit programming to pass a Turing test.
ELIZA convinced some users into thinking that a machine was human. This shift in human-machine interaction marked progress in technologies emulating human behavior. Two groups of chatbots are distinguished by William Meisel as "general personal assistants" and "specialized digital assistants". General digital assistants have been integrated into personal devices, with skills like sending messages, taking notes, checking calendars, and setting appointments. Specialized digital assistants "operate in very specific domains or help with very specific tasks". Digital assistants that are programmed to aid productivity by assuming behaviors analogous to humans.
Weizenbaum considered that not every part of the human thought could be reduced to logical formalisms and that "there are some acts of thought that ought to be attempted only by humans". He also observed that we develop emotional involvement with machines if we interact with them as humans. When chatbots are anthropomorphized, they tend to portray gendered features as a way through which we establish relationships with the technology. "Gender stereotypes are instrumentalised to manage our relationship with chatbots" when human behavior is programmed into machines.
In the 1990s, Clifford Nass and Byron Reeves conducted a series of experiments establishing The Media Equation, demonstrating that people tend to respond to media as they would either to another person (by being polite, cooperative, attributing personality characteristics such as aggressiveness, humor, expertise, and gender) – or to places and phenomena in the physical world. Numerous subsequent studies that have evolved from the research in psychology, social science and other fields indicate that this type of reaction is automatic, unavoidable, and happens more often than people realize. Reeves and Nass (1996) argue that, "Individuals' interactions with computers, television, and new media are fundamentally social and natural, just like interactions in real life," (p. 5).
Feminized labor, or women's work, automated by anthropomorphic digital assistants reinforces an "assumption that women possess a natural affinity for service work and emotional labour". In defining our proximity to digital assistants through their human attributes, chatbots become gendered entities. | [
{
"paragraph_id": 0,
"text": "In computer science, the ELIZA effect is the tendency to project human traits — such as experience, semantic comprehension or empathy — into computer programs that have a textual interface. The effect is a category mistake that arises when the program's symbolic computations are described through terms such as \"think\", \"know\" or \"understand.\"",
"title": ""
},
{
"paragraph_id": 1,
"text": "The effect is named for ELIZA, the 1966 chatbot developed by MIT computer scientist Joseph Weizenbaum. When executing Weizenbaum's DOCTOR script, ELIZA simulated a Rogerian psychotherapist, largely by rephrasing the \"patient\"'s replies as questions:",
"title": "History"
},
{
"paragraph_id": 2,
"text": "Though designed strictly as a mechanism to support \"natural language conversation\" with a computer, ELIZA's DOCTOR script was found to be surprisingly successful in eliciting emotional responses from users who, in the course of interacting with the program, began to ascribe understanding and motivation to the program's output. As Weizenbaum later wrote, \"I had not realized ... that extremely short exposures to a relatively simple computer program could induce powerful delusional thinking in quite normal people.\" Indeed, ELIZA's code had not been designed to evoke this reaction in the first place. Upon observation, researchers discovered users unconsciously assuming ELIZA's questions implied interest and emotional involvement in the topics discussed, even when they consciously knew that ELIZA did not simulate emotion.",
"title": "History"
},
{
"paragraph_id": 3,
"text": "In its specific form, the ELIZA effect refers only to \"the susceptibility of people to read far more understanding than is warranted into strings of symbols—especially words—strung together by computers\". A trivial example of the specific form of the Eliza effect, given by Douglas Hofstadter, involves an automated teller machine which displays the words \"THANK YOU\" at the end of a transaction. A naive observer might think that the machine is actually expressing gratitude; however, the machine is only printing a preprogrammed string of symbols.",
"title": "Characteristics"
},
{
"paragraph_id": 4,
"text": "More generally, the ELIZA effect describes any situation where, based solely on a system's output, users perceive computer systems as having \"intrinsic qualities and abilities which the software controlling the (output) cannot possibly achieve\" or \"assume that [outputs] reflect a greater causality than they actually do\". In both its specific and general forms, the ELIZA effect is notable for occurring even when users of the system are aware of the determinate nature of output produced by the system.",
"title": "Characteristics"
},
{
"paragraph_id": 5,
"text": "From a psychological standpoint, the ELIZA effect is the result of a subtle cognitive dissonance between the user's awareness of programming limitations and their behavior towards the output of the program.",
"title": "Characteristics"
},
{
"paragraph_id": 6,
"text": "The discovery of the ELIZA effect was an important development in artificial intelligence, demonstrating the principle of using social engineering rather than explicit programming to pass a Turing test.",
"title": "Significance"
},
{
"paragraph_id": 7,
"text": "ELIZA convinced some users into thinking that a machine was human. This shift in human-machine interaction marked progress in technologies emulating human behavior. Two groups of chatbots are distinguished by William Meisel as \"general personal assistants\" and \"specialized digital assistants\". General digital assistants have been integrated into personal devices, with skills like sending messages, taking notes, checking calendars, and setting appointments. Specialized digital assistants \"operate in very specific domains or help with very specific tasks\". Digital assistants that are programmed to aid productivity by assuming behaviors analogous to humans.",
"title": "Significance"
},
{
"paragraph_id": 8,
"text": "Weizenbaum considered that not every part of the human thought could be reduced to logical formalisms and that \"there are some acts of thought that ought to be attempted only by humans\". He also observed that we develop emotional involvement with machines if we interact with them as humans. When chatbots are anthropomorphized, they tend to portray gendered features as a way through which we establish relationships with the technology. \"Gender stereotypes are instrumentalised to manage our relationship with chatbots\" when human behavior is programmed into machines.",
"title": "Significance"
},
{
"paragraph_id": 9,
"text": "In the 1990s, Clifford Nass and Byron Reeves conducted a series of experiments establishing The Media Equation, demonstrating that people tend to respond to media as they would either to another person (by being polite, cooperative, attributing personality characteristics such as aggressiveness, humor, expertise, and gender) – or to places and phenomena in the physical world. Numerous subsequent studies that have evolved from the research in psychology, social science and other fields indicate that this type of reaction is automatic, unavoidable, and happens more often than people realize. Reeves and Nass (1996) argue that, \"Individuals' interactions with computers, television, and new media are fundamentally social and natural, just like interactions in real life,\" (p. 5).",
"title": "Significance"
},
{
"paragraph_id": 10,
"text": "Feminized labor, or women's work, automated by anthropomorphic digital assistants reinforces an \"assumption that women possess a natural affinity for service work and emotional labour\". In defining our proximity to digital assistants through their human attributes, chatbots become gendered entities.",
"title": "Significance"
}
]
| In computer science, the ELIZA effect is the tendency to project human traits — such as experience, semantic comprehension or empathy — into computer programs that have a textual interface. The effect is a category mistake that arises when the program's symbolic computations are described through terms such as "think", "know" or "understand." | 2001-12-09T17:02:35Z | 2023-11-08T02:54:40Z | [
"Template:Short description",
"Template:Cite book",
"Template:Cite news",
"Template:Cite web",
"Template:Cite journal",
"Template:Cite tech report",
"Template:Refbegin",
"Template:Refend",
"Template:\"'",
"Template:Portal",
"Template:Refs"
]
| https://en.wikipedia.org/wiki/ELIZA_effect |
10,237 | Exponentiation by squaring | In mathematics and computer programming, exponentiating by squaring is a general method for fast computation of large positive integer powers of a number, or more generally of an element of a semigroup, like a polynomial or a square matrix. Some variants are commonly referred to as square-and-multiply algorithms or binary exponentiation. These can be of quite general use, for example in modular arithmetic or powering of matrices. For semigroups for which additive notation is commonly used, like elliptic curves used in cryptography, this method is also referred to as double-and-add.
The method is based on the observation that, for any integer n > 0 {\displaystyle n>0} , one has:
If the exponent is zero then the answer is 1 and if the exponent is negative then we can reuse the previous formula by rewriting the value using a positive exponent. That is,
Together, these may be implemented directly as the following recursive algorithm:
In each recursive call, the least significant digits of the binary representation of n is removed. It follows that the number of recursive calls is ⌈ log 2 n ⌉ , {\displaystyle \lceil \log _{2}n\rceil ,} the number of bits of the binary representation of n. So this algorithm computes this number of squares and a lower number of multiplication, which is equal to the number of 1 in the binary representation of n. This logarithmic number of operations is to be compared with the trivial algorithm which requires n − 1 multiplications.
This algorithm is not tail-recursive. This implies that it requires an amount of auxiliary memory that is roughly proportional to the number of recursive calls -- or perhaps higher if the amount of data per iteration is increasing.
The algorithms of the next section use a different approach, and the resulting algorithms needs the same number of operations, but use an auxiliary memory that is roughly the same as the memory required to store the result.
The variants described in this section are based on the formula
If one applies recursively this formula, by starting with y = 1, one gets eventually an exponent equal to 0, and the desired result is then the left factor.
This may be implemented as a tail-recursive function:
The iterative version of the algorithm also uses a bounded auxiliary space, and is given by
The correctness of the algorithm results from the fact that y x n {\displaystyle yx^{n}} is invariant during the computation; it is 1 ⋅ x n = x n {\displaystyle 1\cdot x^{n}=x^{n}} at the beginning; and it is y x 1 = x y {\displaystyle yx^{1}=xy} at the end.
These algorithms use exactly the same number of operations as the algorithm of the preceding section, but the multiplications are done in a different order.
A brief analysis shows that such an algorithm uses ⌊ log 2 n ⌋ {\displaystyle \lfloor \log _{2}n\rfloor } squarings and at most ⌊ log 2 n ⌋ {\displaystyle \lfloor \log _{2}n\rfloor } multiplications, where ⌊ ⌋ {\displaystyle \lfloor \;\rfloor } denotes the floor function. More precisely, the number of multiplications is one less than the number of ones present in the binary expansion of n. For n greater than about 4 this is computationally more efficient than naively multiplying the base with itself repeatedly.
Each squaring results in approximately double the number of digits of the previous, and so, if multiplication of two d-digit numbers is implemented in O(d) operations for some fixed k, then the complexity of computing x is given by
This algorithm calculates the value of x after expanding the exponent in base 2. It was first proposed by Brauer in 1939. In the algorithm below we make use of the following function f(0) = (k, 0) and f(m) = (s, u), where m = u·2 with u odd.
Algorithm:
For optimal efficiency, k should be the smallest integer satisfying
This method is an efficient variant of the 2-ary method. For example, to calculate the exponent 398, which has binary expansion (110 001 110)2, we take a window of length 3 using the 2-ary method algorithm and calculate 1, x, x, x, x, x, x, x, x, x, x, x. But, we can also compute 1, x, x, x, x, x, x, x, x, x, which saves one multiplication and amounts to evaluating (110 001 110)2
Here is the general algorithm:
Algorithm:
Algorithm:
Many algorithms for exponentiation do not provide defence against side-channel attacks. Namely, an attacker observing the sequence of squarings and multiplications can (partially) recover the exponent involved in the computation. This is a problem if the exponent should remain secret, as with many public-key cryptosystems. A technique called "Montgomery's ladder" addresses this concern.
Given the binary expansion of a positive, non-zero integer n = (nk−1...n0)2 with nk−1 = 1, we can compute x as follows:
The algorithm performs a fixed sequence of operations (up to log n): a multiplication and squaring takes place for each bit in the exponent, regardless of the bit's specific value. A similar algorithm for multiplication by doubling exists.
This specific implementation of Montgomery's ladder is not yet protected against cache timing attacks: memory access latencies might still be observable to an attacker, as different variables are accessed depending on the value of bits of the secret exponent. Modern cryptographic implementations use a "scatter" technique to make sure the processor always misses the faster cache.
There are several methods which can be employed to calculate x when the base is fixed and the exponent varies. As one can see, precomputations play a key role in these algorithms.
Yao's method is orthogonal to the 2-ary method where the exponent is expanded in radix b = 2 and the computation is as performed in the algorithm above. Let n, ni, b, and bi be integers.
Let the exponent n be written as
where 0 ⩽ n i < h {\displaystyle 0\leqslant n_{i}<h} for all i ∈ [ 0 , w − 1 ] {\displaystyle i\in [0,w-1]} .
Let xi = x.
Then the algorithm uses the equality
Given the element x of G, and the exponent n written in the above form, along with the precomputed values x...x, the element x is calculated using the algorithm below:
If we set h = 2 and bi = h, then the ni values are simply the digits of n in base h. Yao's method collects in u first those xi that appear to the highest power h − 1 {\displaystyle h-1} ; in the next round those with power h − 2 {\displaystyle h-2} are collected in u as well etc. The variable y is multiplied h − 1 {\displaystyle h-1} times with the initial u, h − 2 {\displaystyle h-2} times with the next highest powers, and so on. The algorithm uses w + h − 2 {\displaystyle w+h-2} multiplications, and w + 1 {\displaystyle w+1} elements must be stored to compute x.
The Euclidean method was first introduced in Efficient exponentiation using precomputation and vector addition chains by P.D Rooij.
This method for computing x n {\displaystyle x^{n}} in group G, where n is a natural integer, whose algorithm is given below, is using the following equality recursively:
where q = ⌊ n 1 n 0 ⌋ {\displaystyle q=\left\lfloor {\frac {n_{1}}{n_{0}}}\right\rfloor } . In other words, a Euclidean division of the exponent n1 by n0 is used to return a quotient q and a rest n1 mod n0.
Given the base element x in group G, and the exponent n {\displaystyle n} written as in Yao's method, the element x n {\displaystyle x^{n}} is calculated using l {\displaystyle l} precomputed values x b 0 , . . . , x b l i {\displaystyle x^{b_{0}},...,x^{b_{l_{i}}}} and then the algorithm below.
The algorithm first finds the largest value among the ni and then the supremum within the set of { ni \ i ≠ M }. Then it raises xM to the power q, multiplies this value with xN, and then assigns xN the result of this computation and nM the value nM modulo nN.
The approach also works with semigroups that are not of characteristic zero, for example allowing fast computation of large exponents modulo a number. Especially in cryptography, it is useful to compute powers in a ring of integers modulo q. For example, the evaluation of
would take a very long time and much storage space if the naïve method of computing 13789 and then taking the remainder when divided by 2345 were used. Even using a more effective method will take a long time: square 13789, take the remainder when divided by 2345, multiply the result by 13789, and so on.
Applying above exp-by-squaring algorithm, with "*" interpreted as x * y = xy mod 2345 (that is, a multiplication followed by a division with remainder) leads to only 27 multiplications and divisions of integers, which may all be stored in a single machine word. Generally, any of these approaches will take fewer than 2log2(722340) ≤ 40 modular multiplications.
The approach can also be used to compute integer powers in a group, using either of the rules
The approach also works in non-commutative semigroups and is often used to compute powers of matrices.
More generally, the approach works with positive integer exponents in every magma for which the binary operation is power associative.
In certain computations it may be more efficient to allow negative coefficients and hence use the inverse of the base, provided inversion in G is "fast" or has been precomputed. For example, when computing x, the binary method requires k−1 multiplications and k−1 squarings. However, one could perform k squarings to get x and then multiply by x to obtain x.
To this end we define the signed-digit representation of an integer n in radix b as
Signed binary representation corresponds to the particular choice b = 2 and n i ∈ { − 1 , 0 , 1 } {\displaystyle n_{i}\in \{-1,0,1\}} . It is denoted by ( n l − 1 … n 0 ) s {\displaystyle (n_{l-1}\dots n_{0})_{s}} . There are several methods for computing this representation. The representation is not unique. For example, take n = 478: two distinct signed-binary representations are given by ( 10 1 ¯ 1100 1 ¯ 10 ) s {\displaystyle (10{\bar {1}}1100{\bar {1}}10)_{s}} and ( 100 1 ¯ 1000 1 ¯ 0 ) s {\displaystyle (100{\bar {1}}1000{\bar {1}}0)_{s}} , where 1 ¯ {\displaystyle {\bar {1}}} is used to denote −1. Since the binary method computes a multiplication for every non-zero entry in the base-2 representation of n, we are interested in finding the signed-binary representation with the smallest number of non-zero entries, that is, the one with minimal Hamming weight. One method of doing this is to compute the representation in non-adjacent form, or NAF for short, which is one that satisfies n i n i + 1 = 0 for all i ⩾ 0 {\displaystyle n_{i}n_{i+1}=0{\text{ for all }}i\geqslant 0} and denoted by ( n l − 1 … n 0 ) NAF {\displaystyle (n_{l-1}\dots n_{0})_{\text{NAF}}} . For example, the NAF representation of 478 is ( 1000 1 ¯ 000 1 ¯ 0 ) NAF {\displaystyle (1000{\bar {1}}000{\bar {1}}0)_{\text{NAF}}} . This representation always has minimal Hamming weight. A simple algorithm to compute the NAF representation of a given integer n = ( n l n l − 1 … n 0 ) 2 {\displaystyle n=(n_{l}n_{l-1}\dots n_{0})_{2}} with n l = n l − 1 = 0 {\displaystyle n_{l}=n_{l-1}=0} is the following:
Another algorithm by Koyama and Tsuruoka does not require the condition that n i = n i + 1 = 0 {\displaystyle n_{i}=n_{i+1}=0} ; it still minimizes the Hamming weight.
Exponentiation by squaring can be viewed as a suboptimal addition-chain exponentiation algorithm: it computes the exponent by an addition chain consisting of repeated exponent doublings (squarings) and/or incrementing exponents by one (multiplying by x) only. More generally, if one allows any previously computed exponents to be summed (by multiplying those powers of x), one can sometimes perform the exponentiation using fewer multiplications (but typically using more memory). The smallest power where this occurs is for n = 15:
In general, finding the optimal addition chain for a given exponent is a hard problem, for which no efficient algorithms are known, so optimal chains are typically used for small exponents only (e.g. in compilers where the chains for small powers have been pre-tabulated). However, there are a number of heuristic algorithms that, while not being optimal, have fewer multiplications than exponentiation by squaring at the cost of additional bookkeeping work and memory usage. Regardless, the number of multiplications never grows more slowly than Θ(log n), so these algorithms improve asymptotically upon exponentiation by squaring by only a constant factor at best. | [
{
"paragraph_id": 0,
"text": "In mathematics and computer programming, exponentiating by squaring is a general method for fast computation of large positive integer powers of a number, or more generally of an element of a semigroup, like a polynomial or a square matrix. Some variants are commonly referred to as square-and-multiply algorithms or binary exponentiation. These can be of quite general use, for example in modular arithmetic or powering of matrices. For semigroups for which additive notation is commonly used, like elliptic curves used in cryptography, this method is also referred to as double-and-add.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The method is based on the observation that, for any integer n > 0 {\\displaystyle n>0} , one has:",
"title": "Basic method"
},
{
"paragraph_id": 2,
"text": "If the exponent is zero then the answer is 1 and if the exponent is negative then we can reuse the previous formula by rewriting the value using a positive exponent. That is,",
"title": "Basic method"
},
{
"paragraph_id": 3,
"text": "Together, these may be implemented directly as the following recursive algorithm:",
"title": "Basic method"
},
{
"paragraph_id": 4,
"text": "In each recursive call, the least significant digits of the binary representation of n is removed. It follows that the number of recursive calls is ⌈ log 2 n ⌉ , {\\displaystyle \\lceil \\log _{2}n\\rceil ,} the number of bits of the binary representation of n. So this algorithm computes this number of squares and a lower number of multiplication, which is equal to the number of 1 in the binary representation of n. This logarithmic number of operations is to be compared with the trivial algorithm which requires n − 1 multiplications.",
"title": "Basic method"
},
{
"paragraph_id": 5,
"text": "This algorithm is not tail-recursive. This implies that it requires an amount of auxiliary memory that is roughly proportional to the number of recursive calls -- or perhaps higher if the amount of data per iteration is increasing.",
"title": "Basic method"
},
{
"paragraph_id": 6,
"text": "The algorithms of the next section use a different approach, and the resulting algorithms needs the same number of operations, but use an auxiliary memory that is roughly the same as the memory required to store the result.",
"title": "Basic method"
},
{
"paragraph_id": 7,
"text": "The variants described in this section are based on the formula",
"title": "Basic method"
},
{
"paragraph_id": 8,
"text": "If one applies recursively this formula, by starting with y = 1, one gets eventually an exponent equal to 0, and the desired result is then the left factor.",
"title": "Basic method"
},
{
"paragraph_id": 9,
"text": "This may be implemented as a tail-recursive function:",
"title": "Basic method"
},
{
"paragraph_id": 10,
"text": "The iterative version of the algorithm also uses a bounded auxiliary space, and is given by",
"title": "Basic method"
},
{
"paragraph_id": 11,
"text": "The correctness of the algorithm results from the fact that y x n {\\displaystyle yx^{n}} is invariant during the computation; it is 1 ⋅ x n = x n {\\displaystyle 1\\cdot x^{n}=x^{n}} at the beginning; and it is y x 1 = x y {\\displaystyle yx^{1}=xy} at the end.",
"title": "Basic method"
},
{
"paragraph_id": 12,
"text": "These algorithms use exactly the same number of operations as the algorithm of the preceding section, but the multiplications are done in a different order.",
"title": "Basic method"
},
{
"paragraph_id": 13,
"text": "A brief analysis shows that such an algorithm uses ⌊ log 2 n ⌋ {\\displaystyle \\lfloor \\log _{2}n\\rfloor } squarings and at most ⌊ log 2 n ⌋ {\\displaystyle \\lfloor \\log _{2}n\\rfloor } multiplications, where ⌊ ⌋ {\\displaystyle \\lfloor \\;\\rfloor } denotes the floor function. More precisely, the number of multiplications is one less than the number of ones present in the binary expansion of n. For n greater than about 4 this is computationally more efficient than naively multiplying the base with itself repeatedly.",
"title": "Computational complexity"
},
{
"paragraph_id": 14,
"text": "Each squaring results in approximately double the number of digits of the previous, and so, if multiplication of two d-digit numbers is implemented in O(d) operations for some fixed k, then the complexity of computing x is given by",
"title": "Computational complexity"
},
{
"paragraph_id": 15,
"text": "This algorithm calculates the value of x after expanding the exponent in base 2. It was first proposed by Brauer in 1939. In the algorithm below we make use of the following function f(0) = (k, 0) and f(m) = (s, u), where m = u·2 with u odd.",
"title": "2k-ary method"
},
{
"paragraph_id": 16,
"text": "Algorithm:",
"title": "2k-ary method"
},
{
"paragraph_id": 17,
"text": "For optimal efficiency, k should be the smallest integer satisfying",
"title": "2k-ary method"
},
{
"paragraph_id": 18,
"text": "This method is an efficient variant of the 2-ary method. For example, to calculate the exponent 398, which has binary expansion (110 001 110)2, we take a window of length 3 using the 2-ary method algorithm and calculate 1, x, x, x, x, x, x, x, x, x, x, x. But, we can also compute 1, x, x, x, x, x, x, x, x, x, which saves one multiplication and amounts to evaluating (110 001 110)2",
"title": "Sliding-window method"
},
{
"paragraph_id": 19,
"text": "Here is the general algorithm:",
"title": "Sliding-window method"
},
{
"paragraph_id": 20,
"text": "Algorithm:",
"title": "Sliding-window method"
},
{
"paragraph_id": 21,
"text": "Algorithm:",
"title": "Sliding-window method"
},
{
"paragraph_id": 22,
"text": "Many algorithms for exponentiation do not provide defence against side-channel attacks. Namely, an attacker observing the sequence of squarings and multiplications can (partially) recover the exponent involved in the computation. This is a problem if the exponent should remain secret, as with many public-key cryptosystems. A technique called \"Montgomery's ladder\" addresses this concern.",
"title": "Montgomery's ladder technique"
},
{
"paragraph_id": 23,
"text": "Given the binary expansion of a positive, non-zero integer n = (nk−1...n0)2 with nk−1 = 1, we can compute x as follows:",
"title": "Montgomery's ladder technique"
},
{
"paragraph_id": 24,
"text": "The algorithm performs a fixed sequence of operations (up to log n): a multiplication and squaring takes place for each bit in the exponent, regardless of the bit's specific value. A similar algorithm for multiplication by doubling exists.",
"title": "Montgomery's ladder technique"
},
{
"paragraph_id": 25,
"text": "This specific implementation of Montgomery's ladder is not yet protected against cache timing attacks: memory access latencies might still be observable to an attacker, as different variables are accessed depending on the value of bits of the secret exponent. Modern cryptographic implementations use a \"scatter\" technique to make sure the processor always misses the faster cache.",
"title": "Montgomery's ladder technique"
},
{
"paragraph_id": 26,
"text": "There are several methods which can be employed to calculate x when the base is fixed and the exponent varies. As one can see, precomputations play a key role in these algorithms.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 27,
"text": "Yao's method is orthogonal to the 2-ary method where the exponent is expanded in radix b = 2 and the computation is as performed in the algorithm above. Let n, ni, b, and bi be integers.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 28,
"text": "Let the exponent n be written as",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 29,
"text": "where 0 ⩽ n i < h {\\displaystyle 0\\leqslant n_{i}<h} for all i ∈ [ 0 , w − 1 ] {\\displaystyle i\\in [0,w-1]} .",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 30,
"text": "Let xi = x.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 31,
"text": "Then the algorithm uses the equality",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 32,
"text": "Given the element x of G, and the exponent n written in the above form, along with the precomputed values x...x, the element x is calculated using the algorithm below:",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 33,
"text": "If we set h = 2 and bi = h, then the ni values are simply the digits of n in base h. Yao's method collects in u first those xi that appear to the highest power h − 1 {\\displaystyle h-1} ; in the next round those with power h − 2 {\\displaystyle h-2} are collected in u as well etc. The variable y is multiplied h − 1 {\\displaystyle h-1} times with the initial u, h − 2 {\\displaystyle h-2} times with the next highest powers, and so on. The algorithm uses w + h − 2 {\\displaystyle w+h-2} multiplications, and w + 1 {\\displaystyle w+1} elements must be stored to compute x.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 34,
"text": "The Euclidean method was first introduced in Efficient exponentiation using precomputation and vector addition chains by P.D Rooij.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 35,
"text": "This method for computing x n {\\displaystyle x^{n}} in group G, where n is a natural integer, whose algorithm is given below, is using the following equality recursively:",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 36,
"text": "where q = ⌊ n 1 n 0 ⌋ {\\displaystyle q=\\left\\lfloor {\\frac {n_{1}}{n_{0}}}\\right\\rfloor } . In other words, a Euclidean division of the exponent n1 by n0 is used to return a quotient q and a rest n1 mod n0.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 37,
"text": "Given the base element x in group G, and the exponent n {\\displaystyle n} written as in Yao's method, the element x n {\\displaystyle x^{n}} is calculated using l {\\displaystyle l} precomputed values x b 0 , . . . , x b l i {\\displaystyle x^{b_{0}},...,x^{b_{l_{i}}}} and then the algorithm below.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 38,
"text": "The algorithm first finds the largest value among the ni and then the supremum within the set of { ni \\ i ≠ M }. Then it raises xM to the power q, multiplies this value with xN, and then assigns xN the result of this computation and nM the value nM modulo nN.",
"title": "Fixed-base exponent"
},
{
"paragraph_id": 39,
"text": "The approach also works with semigroups that are not of characteristic zero, for example allowing fast computation of large exponents modulo a number. Especially in cryptography, it is useful to compute powers in a ring of integers modulo q. For example, the evaluation of",
"title": "Further applications"
},
{
"paragraph_id": 40,
"text": "would take a very long time and much storage space if the naïve method of computing 13789 and then taking the remainder when divided by 2345 were used. Even using a more effective method will take a long time: square 13789, take the remainder when divided by 2345, multiply the result by 13789, and so on.",
"title": "Further applications"
},
{
"paragraph_id": 41,
"text": "Applying above exp-by-squaring algorithm, with \"*\" interpreted as x * y = xy mod 2345 (that is, a multiplication followed by a division with remainder) leads to only 27 multiplications and divisions of integers, which may all be stored in a single machine word. Generally, any of these approaches will take fewer than 2log2(722340) ≤ 40 modular multiplications.",
"title": "Further applications"
},
{
"paragraph_id": 42,
"text": "The approach can also be used to compute integer powers in a group, using either of the rules",
"title": "Further applications"
},
{
"paragraph_id": 43,
"text": "The approach also works in non-commutative semigroups and is often used to compute powers of matrices.",
"title": "Further applications"
},
{
"paragraph_id": 44,
"text": "More generally, the approach works with positive integer exponents in every magma for which the binary operation is power associative.",
"title": "Further applications"
},
{
"paragraph_id": 45,
"text": "In certain computations it may be more efficient to allow negative coefficients and hence use the inverse of the base, provided inversion in G is \"fast\" or has been precomputed. For example, when computing x, the binary method requires k−1 multiplications and k−1 squarings. However, one could perform k squarings to get x and then multiply by x to obtain x.",
"title": "Signed-digit recoding"
},
{
"paragraph_id": 46,
"text": "To this end we define the signed-digit representation of an integer n in radix b as",
"title": "Signed-digit recoding"
},
{
"paragraph_id": 47,
"text": "Signed binary representation corresponds to the particular choice b = 2 and n i ∈ { − 1 , 0 , 1 } {\\displaystyle n_{i}\\in \\{-1,0,1\\}} . It is denoted by ( n l − 1 … n 0 ) s {\\displaystyle (n_{l-1}\\dots n_{0})_{s}} . There are several methods for computing this representation. The representation is not unique. For example, take n = 478: two distinct signed-binary representations are given by ( 10 1 ¯ 1100 1 ¯ 10 ) s {\\displaystyle (10{\\bar {1}}1100{\\bar {1}}10)_{s}} and ( 100 1 ¯ 1000 1 ¯ 0 ) s {\\displaystyle (100{\\bar {1}}1000{\\bar {1}}0)_{s}} , where 1 ¯ {\\displaystyle {\\bar {1}}} is used to denote −1. Since the binary method computes a multiplication for every non-zero entry in the base-2 representation of n, we are interested in finding the signed-binary representation with the smallest number of non-zero entries, that is, the one with minimal Hamming weight. One method of doing this is to compute the representation in non-adjacent form, or NAF for short, which is one that satisfies n i n i + 1 = 0 for all i ⩾ 0 {\\displaystyle n_{i}n_{i+1}=0{\\text{ for all }}i\\geqslant 0} and denoted by ( n l − 1 … n 0 ) NAF {\\displaystyle (n_{l-1}\\dots n_{0})_{\\text{NAF}}} . For example, the NAF representation of 478 is ( 1000 1 ¯ 000 1 ¯ 0 ) NAF {\\displaystyle (1000{\\bar {1}}000{\\bar {1}}0)_{\\text{NAF}}} . This representation always has minimal Hamming weight. A simple algorithm to compute the NAF representation of a given integer n = ( n l n l − 1 … n 0 ) 2 {\\displaystyle n=(n_{l}n_{l-1}\\dots n_{0})_{2}} with n l = n l − 1 = 0 {\\displaystyle n_{l}=n_{l-1}=0} is the following:",
"title": "Signed-digit recoding"
},
{
"paragraph_id": 48,
"text": "Another algorithm by Koyama and Tsuruoka does not require the condition that n i = n i + 1 = 0 {\\displaystyle n_{i}=n_{i+1}=0} ; it still minimizes the Hamming weight.",
"title": "Signed-digit recoding"
},
{
"paragraph_id": 49,
"text": "Exponentiation by squaring can be viewed as a suboptimal addition-chain exponentiation algorithm: it computes the exponent by an addition chain consisting of repeated exponent doublings (squarings) and/or incrementing exponents by one (multiplying by x) only. More generally, if one allows any previously computed exponents to be summed (by multiplying those powers of x), one can sometimes perform the exponentiation using fewer multiplications (but typically using more memory). The smallest power where this occurs is for n = 15:",
"title": "Alternatives and generalizations"
},
{
"paragraph_id": 50,
"text": "In general, finding the optimal addition chain for a given exponent is a hard problem, for which no efficient algorithms are known, so optimal chains are typically used for small exponents only (e.g. in compilers where the chains for small powers have been pre-tabulated). However, there are a number of heuristic algorithms that, while not being optimal, have fewer multiplications than exponentiation by squaring at the cost of additional bookkeeping work and memory usage. Regardless, the number of multiplications never grows more slowly than Θ(log n), so these algorithms improve asymptotically upon exponentiation by squaring by only a constant factor at best.",
"title": "Alternatives and generalizations"
}
]
| In mathematics and computer programming, exponentiating by squaring is a general method for fast computation of large positive integer powers of a number, or more generally of an element of a semigroup, like a polynomial or a square matrix. Some variants are commonly referred to as square-and-multiply algorithms or binary exponentiation. These can be of quite general use, for example in modular arithmetic or powering of matrices. For semigroups for which additive notation is commonly used, like elliptic curves used in cryptography, this method is also referred to as double-and-add. | 2001-12-09T18:04:35Z | 2023-11-27T14:28:47Z | [
"Template:Short description",
"Template:Main",
"Template:Reflist",
"Template:Cite book",
"Template:Cite journal",
"Template:Confusing",
"Template:More citations needed",
"Template:Mvar",
"Template:Math",
"Template:Tmath",
"Template:Nowrap"
]
| https://en.wikipedia.org/wiki/Exponentiation_by_squaring |
10,238 | Exon | An exon is any part of a gene that will form a part of the final mature RNA produced by that gene after introns have been removed by RNA splicing. The term exon refers to both the DNA sequence within a gene and to the corresponding sequence in RNA transcripts. In RNA splicing, introns are removed and exons are covalently joined to one another as part of generating the mature RNA. Just as the entire set of genes for a species constitutes the genome, the entire set of exons constitutes the exome.
The term exon derives from the expressed region and was coined by American biochemist Walter Gilbert in 1978: "The notion of the cistron… must be replaced by that of a transcription unit containing regions which will be lost from the mature messenger – which I suggest we call introns (for intragenic regions) – alternating with regions which will be expressed – exons."
This definition was originally made for protein-coding transcripts that are spliced before being translated. The term later came to include sequences removed from rRNA and tRNA, and other ncRNA and it also was used later for RNA molecules originating from different parts of the genome that are then ligated by trans-splicing.
Although unicellular eukaryotes such as yeast have either no introns or very few, metazoans and especially vertebrate genomes have a large fraction of non-coding DNA. For instance, in the human genome only 1.1% of the genome is spanned by exons, whereas 24% is in introns, with 75% of the genome being intergenic DNA. This can provide a practical advantage in omics-aided health care (such as precision medicine) because it makes commercialized whole exome sequencing a smaller and less expensive challenge than commercialized whole genome sequencing. The large variation in genome size and C-value across life forms has posed an interesting challenge called the C-value enigma.
Across all eukaryotic genes in GenBank, there were (in 2002), on average, 5.48 exons per protein coding gene. The average exon encoded 30-36 amino acids. While the longest exon in the human genome is 11555 bp long, several exons have been found to be only 2 bp long. A single-nucleotide exon has been reported from the Arabidopsis genome. In humans, like protein coding mRNA, most non-coding RNA also contain multiple exons
In protein-coding genes, the exons include both the protein-coding sequence and the 5′- and 3′-untranslated regions (UTR). Often the first exon includes both the 5′-UTR and the first part of the coding sequence, but exons containing only regions of 5′-UTR or (more rarely) 3′-UTR occur in some genes, i.e. the UTRs may contain introns. Some non-coding RNA transcripts also have exons and introns.
Mature mRNAs originating from the same gene need not include the same exons, since different introns in the pre-mRNA can be removed by the process of alternative splicing.
Exonization is the creation of a new exon, as a result of mutations in introns.
Exon trapping or 'gene trapping' is a molecular biology technique that exploits the existence of the intron-exon splicing to find new genes. The first exon of a 'trapped' gene splices into the exon that is contained in the insertional DNA. This new exon contains the ORF for a reporter gene that can now be expressed using the enhancers that control the target gene. A scientist knows that a new gene has been trapped when the reporter gene is expressed.
Splicing can be experimentally modified so that targeted exons are excluded from mature mRNA transcripts by blocking the access of splice-directing small nuclear ribonucleoprotein particles (snRNPs) to pre-mRNA using Morpholino antisense oligos. This has become a standard technique in developmental biology. Morpholino oligos can also be targeted to prevent molecules that regulate splicing (e.g. splice enhancers, splice suppressors) from binding to pre-mRNA, altering patterns of splicing.
Common incorrect uses of the term exon are that 'exons code for protein', or 'exons code for amino-acids' or 'exons are translated'. However, these sorts of definitions only cover protein-coding genes, and omit those exons that become part of a non-coding RNA or the untranslated region of an mRNA. Such incorrect definitions still occur in overall reputable secondary sources. | [
{
"paragraph_id": 0,
"text": "An exon is any part of a gene that will form a part of the final mature RNA produced by that gene after introns have been removed by RNA splicing. The term exon refers to both the DNA sequence within a gene and to the corresponding sequence in RNA transcripts. In RNA splicing, introns are removed and exons are covalently joined to one another as part of generating the mature RNA. Just as the entire set of genes for a species constitutes the genome, the entire set of exons constitutes the exome.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The term exon derives from the expressed region and was coined by American biochemist Walter Gilbert in 1978: \"The notion of the cistron… must be replaced by that of a transcription unit containing regions which will be lost from the mature messenger – which I suggest we call introns (for intragenic regions) – alternating with regions which will be expressed – exons.\"",
"title": "History"
},
{
"paragraph_id": 2,
"text": "This definition was originally made for protein-coding transcripts that are spliced before being translated. The term later came to include sequences removed from rRNA and tRNA, and other ncRNA and it also was used later for RNA molecules originating from different parts of the genome that are then ligated by trans-splicing.",
"title": "History"
},
{
"paragraph_id": 3,
"text": "Although unicellular eukaryotes such as yeast have either no introns or very few, metazoans and especially vertebrate genomes have a large fraction of non-coding DNA. For instance, in the human genome only 1.1% of the genome is spanned by exons, whereas 24% is in introns, with 75% of the genome being intergenic DNA. This can provide a practical advantage in omics-aided health care (such as precision medicine) because it makes commercialized whole exome sequencing a smaller and less expensive challenge than commercialized whole genome sequencing. The large variation in genome size and C-value across life forms has posed an interesting challenge called the C-value enigma.",
"title": "Contribution to genomes and size distribution"
},
{
"paragraph_id": 4,
"text": "Across all eukaryotic genes in GenBank, there were (in 2002), on average, 5.48 exons per protein coding gene. The average exon encoded 30-36 amino acids. While the longest exon in the human genome is 11555 bp long, several exons have been found to be only 2 bp long. A single-nucleotide exon has been reported from the Arabidopsis genome. In humans, like protein coding mRNA, most non-coding RNA also contain multiple exons",
"title": "Contribution to genomes and size distribution"
},
{
"paragraph_id": 5,
"text": "In protein-coding genes, the exons include both the protein-coding sequence and the 5′- and 3′-untranslated regions (UTR). Often the first exon includes both the 5′-UTR and the first part of the coding sequence, but exons containing only regions of 5′-UTR or (more rarely) 3′-UTR occur in some genes, i.e. the UTRs may contain introns. Some non-coding RNA transcripts also have exons and introns.",
"title": "Structure and function"
},
{
"paragraph_id": 6,
"text": "Mature mRNAs originating from the same gene need not include the same exons, since different introns in the pre-mRNA can be removed by the process of alternative splicing.",
"title": "Structure and function"
},
{
"paragraph_id": 7,
"text": "Exonization is the creation of a new exon, as a result of mutations in introns.",
"title": "Structure and function"
},
{
"paragraph_id": 8,
"text": "Exon trapping or 'gene trapping' is a molecular biology technique that exploits the existence of the intron-exon splicing to find new genes. The first exon of a 'trapped' gene splices into the exon that is contained in the insertional DNA. This new exon contains the ORF for a reporter gene that can now be expressed using the enhancers that control the target gene. A scientist knows that a new gene has been trapped when the reporter gene is expressed.",
"title": "Experimental approaches using exons"
},
{
"paragraph_id": 9,
"text": "Splicing can be experimentally modified so that targeted exons are excluded from mature mRNA transcripts by blocking the access of splice-directing small nuclear ribonucleoprotein particles (snRNPs) to pre-mRNA using Morpholino antisense oligos. This has become a standard technique in developmental biology. Morpholino oligos can also be targeted to prevent molecules that regulate splicing (e.g. splice enhancers, splice suppressors) from binding to pre-mRNA, altering patterns of splicing.",
"title": "Experimental approaches using exons"
},
{
"paragraph_id": 10,
"text": "Common incorrect uses of the term exon are that 'exons code for protein', or 'exons code for amino-acids' or 'exons are translated'. However, these sorts of definitions only cover protein-coding genes, and omit those exons that become part of a non-coding RNA or the untranslated region of an mRNA. Such incorrect definitions still occur in overall reputable secondary sources.",
"title": "Common misuse of the term"
}
]
| An exon is any part of a gene that will form a part of the final mature RNA produced by that gene after introns have been removed by RNA splicing. The term exon refers to both the DNA sequence within a gene and to the corresponding sequence in RNA transcripts. In RNA splicing, introns are removed and exons are covalently joined to one another as part of generating the mature RNA. Just as the entire set of genes for a species constitutes the genome, the entire set of exons constitutes the exome. | 2001-12-09T19:10:57Z | 2023-12-30T17:08:00Z | [
"Template:Reflist",
"Template:Cite journal",
"Template:Wiktionary",
"Template:Post transcriptional modification",
"Template:Short description",
"Template:Hatgrp",
"Template:Spaced ndash",
"Template:Cite web",
"Template:Authority control"
]
| https://en.wikipedia.org/wiki/Exon |
10,243 | Exxon Valdez oil spill | The Exxon Valdez oil spill occurred in the Prince William Sound, Alaska, on March 24, 1989. Exxon Valdez, an oil supertanker owned by Exxon Shipping Company bound for Long Beach, California struck Prince William Sound's Bligh Reef, 6 mi (9.7 km) west of Tatitlek, Alaska at 12:04 a.m. and spilled 10.8 million US gallons (260,000 bbl) (or 37,000 tonnes) of crude oil over the next few days.
The Exxon Valdez spill is the second largest in U.S. waters, after the 2010 Deepwater Horizon oil spill, in terms of volume of oil released. Prince William Sound's remote location, accessible only by helicopter, plane, or boat, made government and industry response efforts difficult and made existing response plans especially hard to implement. The region is a habitat for salmon, sea otters, seals, and seabirds. The oil, extracted from the Prudhoe Bay Oil Field, eventually affected 1,300 miles (2,100 km) of coastline, of which 200 miles (320 km) were heavily or moderately oiled.
Exxon Valdez was carrying 53.1 million US gallons (1,260,000 bbl; 201,000 m) of oil, of which approximately 10.8 million US gallons (260,000 bbl; 41,000 m) were spilled into the Prince William Sound.
The ship docked at the Valdez Marine Terminal at 11:30 p.m. on March 22, 1989. Loading of crude oil was completed late in the day on the 23rd. The tanker left the terminal at 9:12 p.m., March 23, 1989 (the deck log shows that it was clear of the dock at 9:21 p.m.), loaded with 53,094,510 gallons (1,264,155 barrels) of crude oil. Captain Joseph Hazelwood retired to his cabin at 9:25 p.m. Harbor pilot William Murphy and Third Mate Gregory Cousins were accompanied by a single tug for the passage through the Valdez Narrows – a journey of about 7 miles. The pilot left the bridge shortly after the vessel left the narrows, at 11:24 p.m. At this point, the captain was called to the bridge. Cousins helped the pilot disembark from the vessel, leaving the captain as the only officer on the bridge. At 11:25 p.m. Exxon Valdez reported that the pilot had left. The third mate advised traffic control and decided to deviate from the predetermined traffic lane to avoid small icebergs; a common occurrence since the Columbia Glacier calved such icebergs nearby. The vessel was placed on a due south course and set on autopilot. At 11:47 p.m. the vessel left the traffic lane's eastern boundary.
Third Mate Cousins had been on duty for 6 hours and was scheduled to be relieved by Second Mate Lloyd LeCain Jr. However, due to the long hours that the second mate had worked, Cousins was reluctant to wake him, and remained on duty. Cousins was the only officer on the bridge for most of the night, in violation of company policy. At around midnight on March 24 Cousins began to maneuver the vessel into the traffic lanes. At the same time, the lookout reported that the Bligh Reef light appeared far off the starboard bow at 45 degrees – this was problematic given that the light should have been off the port side. Cousins ordered a course change as the ship was in danger. Captain Hazelwood was phoned by Cousins, but before their conversation could finish, the ship grounded. At 12:04 a.m., accompanied by what the helmsman and Cousins described as "a bumpy ride" and "six very sharp jolts" respectively, the ship ran aground on Bligh Reef.
Carried by its own momentum, the ship ended up perched on its middle on a pinnacle of rock. 8 out of 11 cargo holds were punctured. 5.8 million gallons of oil drained from the ship within 3 hours and 15 minutes. 30 minutes after numerous attempts to dislodge the ship under her own power, Captain Hazelwood radioed the Coast Guard informing them of the grounding. For more than 45 minutes after the grounding, the captain attempted to maneuver free of the reef despite being informed by First Mate James Kunkel that the vessel was not structurally sound without the reef supporting it.
Multiple factors have been identified as contributing to the incident:
Captain Hazelwood, who was widely reported to have been drinking heavily that night, was not at the controls when the ship struck the reef. Exxon blamed Hazelwood for the grounding of the tanker, but he accused the corporation of making him a scapegoat. In a 1990 trial he was charged with criminal mischief, reckless endangerment, and piloting a vessel while intoxicated, but was cleared of the three charges. He was convicted of misdemeanor negligent discharge of oil. 21 witnesses testified that he did not appear to be under the influence of alcohol around the time of the accident.
Journalist Greg Palast stated in 2008:
Forget the drunken skipper fable. As to Captain Joe Hazelwood, he was below decks, sleeping off his bender. At the helm, the third mate may never have collided with Bligh Reef had he looked at his RAYCAS radar. But the radar was not turned on. In fact, the tanker's radar was left broken and disabled for more than a year before the disaster, and Exxon management knew it. It was just too expensive to fix and operate.
Other factors, according to an MIT course entitled "Software System Safety" by Professor Nancy G. Leveson, included:
This disaster resulted in International Maritime Organization introducing comprehensive marine pollution prevention rules (MARPOL) through various conventions. The rules were ratified by member countries and, under International Ship Management rules, the ships are being operated with a common objective of "safer ships and cleaner oceans."
In 2009, Captain Hazelwood offered a "heartfelt apology" to the people of Alaska, suggesting he had been wrongly blamed for the disaster: "The true story is out there for anybody who wants to look at the facts, but that's not the sexy story and that's not the easy story," he said. Hazelwood said he felt Alaskans always gave him a fair shake.
Chemical dispersant, a surfactant and solvent mixture, was applied to the slick by a private company on March 24 with a helicopter, but the helicopter missed the target area. Scientific data on its toxicity were either thin or incomplete. In addition, public acceptance of new, widespread chemical treatment was lacking. Landowners, fishing groups, and conservation organizations questioned the use of chemicals on hundreds of miles of shoreline when other alternatives might have been available."
According to a report by David Kirby for TakePart, the main component of the Corexit formulation used during cleanup, 2-butoxyethanol, was identified as "one of the agents that caused liver, kidney, lung, nervous system, and blood disorders among cleanup crews in Alaska following the 1989 Exxon Valdez spill". It is now known that while 2-butoxyethanol is indeed a respiratory irritant that can be acutely toxic, animal studies did not find it to be mutagenic, and no studies suggest it to be a human carcinogen.
Mechanical cleanup was started shortly afterward using booms and skimmers, but the skimmers were not readily available during the first 24 hours following the spill, and thick oil and kelp tended to clog the equipment. Despite civilian insistence for a complete cleanup, only 10% of total oil was actually completely cleaned. Exxon was widely criticized for its slow response to cleaning up the disaster and John Devens, the mayor of Valdez, said his community felt betrayed by Exxon's inadequate response to the crisis. More than 11,000 Alaska residents, along with some Exxon employees, worked throughout the region to try to restore the environment.
Though the clean-up effort was diligent it failed to contain the majority of the oil that had spilled and that has been blamed heavily upon Exxon. On November 26, 1984 Ronald A. Kreizenbeck (Director, Alaska Operations Office) informed the Coast Guard that the EPA suspected, due to a recent site-visitation during an 'Annual Marine Drill' that the Port of Valdez was not prepared to "efficiently respond to a major spill event". In the letter, he stated that "[it] appears that the Vikoma boom and/or deployment vessels used may not be adequate to handle the harsh environmental conditions of Port Valdez".
Because Prince William Sound contained many rocky coves where the oil was collected, the decision was made to displace it with high-pressure hot water. However, this also displaced and destroyed the microbial populations on the shoreline; many of these organisms (e.g. plankton) are the basis of the coastal marine food chain, and others (e.g., certain bacteria and fungi) are capable of facilitating the biodegradation of oil. At the time, both scientific advice and public pressure was to clean everything, but since then, a much greater understanding of natural and facilitated remediation processes has developed, due somewhat in part to the opportunity presented for study by the Exxon Valdez spill.
Both long-term and short-term effects of the oil spill have been studied. Immediate effects include the deaths of between 100,000 and 250,000 seabirds, at least 2,800 sea otters, approximately 12 river otters, 300 harbor seals, 247 bald eagles, and 22 orcas, and an unknown number of salmon and herring.
Nine years after the disaster, evidence of negative oil spill effects on marine birds was found in the following species: cormorants, goldeneyes, mergansers, murres and pigeon guillemots.
Although the volume of oil has declined considerably, with oil remaining only about 0.14–0.28% of the original spilled volume, studies suggest that the area of oiled beach has changed little since 1992. A study by the National Marine Fisheries Service, NOAA in Juneau, determined that by 2001 approximately 90 tonnes of oil remained on beaches in Prince William Sound in the sandy soil of the contaminated shoreline, with annual loss rates declining from 68% per year prior to 1992, to 4% per year after 2001.
The remaining oil lasting far longer than anticipated has resulted in more long-term losses of species than had been expected. Laboratory experiments found that at levels as low as one part per billion, polycyclic aromatic hydrocarbons are toxic for salmon and herring eggs. Species as diverse as sea otters, harlequin ducks, and orcas suffered immediate and long-term losses. Oiled mussel beds and other tidal shoreline habitats may take up to 30 years to recover.
ExxonMobil denied concerns over the remaining oil, stating that they anticipated the remaining fraction would not cause long-term ecological impacts. According to the conclusions of ExxonMobil's study: "We've done 350 peer-reviewed studies of Prince William Sound, and those studies conclude that Prince William Sound has recovered, it's healthy and it's thriving."
On March 24, 2014, the twenty-fifth anniversary of the spill, NOAA scientists reported that some species seem to have recovered, with the sea otter the latest creature to return to pre-spill numbers. Scientists who have monitored the spill area for the last 25 years report that concern remains for one of two pods of local orca whales, with fears that one pod may eventually die out. Federal scientists estimate that between 16,000 and 21,000 US gallons (61 to 79 m) of oil remains on beaches in Prince William Sound and up to 450 miles (725 km) away. Some of the oil does not appear to have biodegraded at all. A USGS scientist who analyses the remaining oil along the coastline states that it remains among rocks and between tide marks. "The oil mixes with seawater and forms an emulsion...Left out, the surface crusts over but the inside still has the consistency of mayonnaise – or mousse." Alaska state senator Berta Gardner is urging Alaskan politicians to demand that the US government force ExxonMobil to pay the final $92 million (£57 million) still owed from the court settlement. The major part of the money would be spent to finish cleaning up oiled beaches and attempting to restore the crippled herring population.
As of 2012, the indirect and long-term sublethal effects of oil on shorebirds had been measured in relatively few studies.
In October 1989, Exxon filed a suit against the State of Alaska, claiming that the state had interfered with Exxon's attempts to clean up the spill by refusing to approve the use of dispersant chemicals until the night of the 26th. The State of Alaska disputed this claim, stating that there was a long-standing agreement to allow the use of dispersants to clean up spills, thus Exxon did not require permission to use them, and that, in fact, Exxon had not had enough dispersant on hand to effectively handle a spill of the size created by Exxon Valdez.
Exxon filed claims in October 1990 against the Coast Guard, asking to be reimbursed for cleanup costs and damages awarded to plaintiffs in any lawsuits filed by the State of Alaska or the federal government against Exxon. The company claimed that the Coast Guard was "wholly or partially responsible" for the spill, because they had granted mariners' licenses to the crew of the Valdez, and because they had given Exxon Valdez permission to leave regular shipping lanes to avoid ice. They also reiterated the claim that the Coast Guard had delayed cleanup by refusing to give permission to immediately use chemical dispersants on the spill.
Also, in 1991, Exxon made a quiet, separate financial settlement of damages with a group of seafood producers known as the Seattle Seven for the disaster's effect on the Alaskan seafood industry. The agreement granted $63.75 million to the Seattle Seven, but stipulated that the seafood companies would have to repay almost all of any punitive damages awarded in other civil proceedings. The $5 billion in punitive damages was awarded later, and the Seattle Seven's share could have been as high as $750 million if the damages award had held. Other plaintiffs have objected to this secret arrangement, and when it came to light, Judge Holland ruled that Exxon should have told the jury at the start that an agreement had already been made, so the jury would know exactly how much Exxon would have to pay.
In the case of Exxon v. Baker, an Anchorage jury awarded $287 million for actual damages and $5 billion for punitive damages. To protect itself in case the judgment was affirmed, Exxon obtained a $4.8 billion credit line from J.P. Morgan & Co., who created the first modern credit default swap so that they would not have to hold as much money in reserve against the risk of Exxon's default.
Meanwhile, Exxon appealed the ruling, and the 9th U.S. Circuit Court of Appeals ordered the trial judge, Russel Holland, to reduce the punitive damages. On December 6, 2002, Holland announced that he had reduced the damages to $4 billion, which he concluded was justified by the facts of the case and was not grossly excessive. Exxon appealed again and the case returned to Holland to be reconsidered in light of a recent Supreme Court ruling in a similar case. Holland increased the punitive damages to $4.5 billion, plus interest.
After more appeals, in December 2006 the damages award was cut to $2.5 billion. The court of appeals cited recent Supreme Court rulings relative to limits on punitive damages.
Exxon appealed again. On May 23, 2007, the 9th Circuit Court of Appeals denied ExxonMobil's request for a third hearing and let stand its ruling that Exxon owed $2.5 billion in punitive damages. Exxon then appealed to the Supreme Court, which agreed to hear the case. On February 27, 2008, the Supreme Court heard oral arguments. Justice Samuel Alito, who at the time owned between $100,000 and $250,000 in Exxon stock, recused himself from the case. In a decision issued June 25, 2008, written by Justice David Souter, the court vacated the $2.5 billion award and remanded the case back to the lower court, finding that the damages were excessive with respect to maritime common law. Exxon's actions were deemed "worse than negligent but less than malicious." The punitive damages were further reduced to an amount of $507.5 million. The Court's ruling was that maritime punitive damages should not exceed the compensatory damages, supported by a precedent dating from 1818. Senate Judiciary Committee Chairman Patrick J. Leahy has decried the ruling as "another in a line of cases where this Supreme Court has misconstrued congressional intent to benefit large corporations."
Exxon's official position was that punitive damages greater than $25 million were not justified because the spill resulted from an accident, and because Exxon spent an estimated $2 billion cleaning up the spill and a further $1 billion to settle related civil and criminal charges. Attorneys for the plaintiffs contended that Exxon bore responsibility for the accident because the company "put a drunk in charge of a tanker in Prince William Sound." Exxon recovered a significant portion of clean-up and legal expenses through insurance claims associated with the grounding of Exxon Valdez.
As of December 15, 2009, Exxon had paid the entire $507.5 million in punitive damages, including lawsuit costs, plus interest, which were further distributed to thousands of plaintiffs. This amount was one-tenth of the original punitive damages, Exxon remained hugely profitable, the process of payment was drawn out over decades, and long term damage continues and is not funded by Exxon. Hence, the Exxon spill is often cited as shorthand for corporate responsibility for societal damage not being enforced adequately.
A 1989 report by the Coast Guard's U.S. National Response Center summarized the event and made many recommendations, including that neither Exxon, Alyeska Pipeline Service Company, the State of Alaska, nor the federal government were prepared for a spill of this magnitude.
In response to the spill, the United States Congress passed the Oil Pollution Act of 1990 (OPA). The legislation included a clause that prohibits any vessel that, after March 22, 1989, has caused an oil spill of more than 1 million US gallons (3,800 m) in any marine area, from operating in Prince William Sound.
In April 1998, the company argued in a legal action against the federal government that the ship should be allowed back into Alaskan waters. Exxon claimed OPA was effectively a bill of attainder, a regulation that was unfairly directed at Exxon alone. In 2002, the 9th Circuit Court of Appeals ruled against Exxon. As of 2002, OPA had prevented 18 ships from entering Prince William Sound.
OPA also set a schedule for the gradual phase-in of a double hull design, providing an additional layer between the oil tanks and the ocean. While a double hull would likely not have prevented the Exxon Valdez disaster, a Coast Guard study estimated that it would have cut the amount of oil spilled by 60 percent.
Exxon Valdez was towed to San Diego, arriving on July 10. Repairs began on July 30. Approximately 1,600 short tons (1,500 t) of steel were removed and replaced. In June 1990, the tanker, renamed Exxon Mediterranean, left the harbor after $30 million of repairs. In 1993, owned by SeaRiver Maritime, it was named S/R Mediterranean, then in 2005 Mediterranean. In 2008 the vessel was acquired by a Hong Kong company that operated her as Dong Fang Ocean, then in 2011 renamed her Oriental Nicety. In August 2012, she was beached at Dalian, China, and dismantled.
In the aftermath of the spill, Alaska governor Steve Cowper issued an executive order requiring two tugboats to escort every loaded tanker from Valdez out through Prince William Sound to Hinchinbrook Entrance. As the plan evolved in the 1990s, one of the two routine tugboats was replaced with a 210-foot (64 m) Escort Response Vehicle (ERV). Tankers at Valdez are no longer single-hulled. Congress enacted legislation requiring all tankers to be double-hulled as of 2015.
In 1991, following the collapse of populations of local marine species (particularly clams, herring, and seals), the Chugach Alaska Corporation, an Alaska Native Corporation, filed for Chapter 11 bankruptcy protection. It has since recovered.
According to several studies funded by the state of Alaska, the spill had both short-term and long-term economic effects. These included the loss of recreational sports, fisheries, reduced tourism, and an estimate of what economists call "existence value", which is the value to the public of a pristine Prince William Sound.
The economy of the city of Cordova, Alaska was adversely affected after the spill damaged stocks of salmon and herring in the area. The village of Chenega was transformed into an emergency base and media outlet. The local villagers had to cope with a tripling of their population from 80 to 250. When asked how they felt about the situation, a village councilor noted that they were too shocked and busy to be depressed; others emphasized the human costs of leaving children unattended while their parents worked to clean up. Many Alaska Natives were worried that too much time was spent on the fishery and not enough on the land that supports subsistence hunting.
In 2010, CNN reported on studies concluding that many oil spill cleanup workers involved in the Exxon Valdez response had subsequently become sick, and warned those exposed to the Deepwater Horizon oil spill to take heed. Anchorage lawyer Dennis Mestas found that this was true for 6,722 of 11,000 worker files he was able to inspect, despite access to the records being controlled by Exxon. Exxon denied this in a statement to CNN:
After 20 years, there is no evidence suggesting that either cleanup workers or the residents of the communities affected by the Valdez spill have had any adverse health effects as a result of the spill or its cleanup.
Environmental activists and State officials became concerned that BP would use similar techniques to minimize liability and de-emphasize health impacts:
the symptoms being reported in the Gulf states are the same ones that hit workers in Alaska. And just like then, people with their backs against the wall financially are flocking to the take jobs with the cleanup... I'm feeling like BP is forcing them into this situation where BP holds all the cards, and BP is letting these workers get sick
In 1992, Exxon released a video titled Scientists and the Alaska Oil Spill for distribution to schools. Critics said the video misrepresented the clean-up process.
In December 1994, the Unabomber assassinated Burson-Marsteller executive Thomas J. Mosser, accusing him of having "helped Exxon clean up its public image after the Exxon Valdez incident".
Several weeks after the spill, Saturday Night Live aired a pointed sketch featuring Kevin Nealon, Phil Hartman, and Victoria Jackson as cleanup workers struggling to scrub the oil off of animals and rocks on a beach in Prince William Sound.
In the Rocko's Modern Life episode, "Rocko's Happy Sack", Rocko and his dog, Spunky are grocery shopping when the announcer informs everyone of a "spill in the seafood section", represented by a giant oil tanker labeled "Noxxon Valdez".
In the 1995 film Waterworld, Exxon Valdez is the flagship of the movie's villain, "The Deacon," the leader of a band of scavenging raiders. In the ship is a portrait of their patron saint, Joseph Hazelwood.
In the second Forrest Gump novel, Gump and Co. by Winston Groom, Gump commandeers Exxon Valdez and accidentally crashes it.
Composer Jonathan Larson wrote a song called "Iron Mike" about the oil spill. The song is written in the style of a sea shanty. It was first professionally recorded by George Salazar for the album The Jonathan Larson Project.
The 1992 made-for-television film Dead Ahead: The Exxon Valdez Disaster, produced by HBO, dramatized the oil spill disaster.
In season 2, episode 8, of Breaking Bad, entitled "Better Call Saul", Walter White tells Jesse Pinkman that Brandon "Badger" Mayhew is going to spill like the Exxon Valdez. | [
{
"paragraph_id": 0,
"text": "The Exxon Valdez oil spill occurred in the Prince William Sound, Alaska, on March 24, 1989. Exxon Valdez, an oil supertanker owned by Exxon Shipping Company bound for Long Beach, California struck Prince William Sound's Bligh Reef, 6 mi (9.7 km) west of Tatitlek, Alaska at 12:04 a.m. and spilled 10.8 million US gallons (260,000 bbl) (or 37,000 tonnes) of crude oil over the next few days.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The Exxon Valdez spill is the second largest in U.S. waters, after the 2010 Deepwater Horizon oil spill, in terms of volume of oil released. Prince William Sound's remote location, accessible only by helicopter, plane, or boat, made government and industry response efforts difficult and made existing response plans especially hard to implement. The region is a habitat for salmon, sea otters, seals, and seabirds. The oil, extracted from the Prudhoe Bay Oil Field, eventually affected 1,300 miles (2,100 km) of coastline, of which 200 miles (320 km) were heavily or moderately oiled.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Exxon Valdez was carrying 53.1 million US gallons (1,260,000 bbl; 201,000 m) of oil, of which approximately 10.8 million US gallons (260,000 bbl; 41,000 m) were spilled into the Prince William Sound.",
"title": "Spill"
},
{
"paragraph_id": 3,
"text": "The ship docked at the Valdez Marine Terminal at 11:30 p.m. on March 22, 1989. Loading of crude oil was completed late in the day on the 23rd. The tanker left the terminal at 9:12 p.m., March 23, 1989 (the deck log shows that it was clear of the dock at 9:21 p.m.), loaded with 53,094,510 gallons (1,264,155 barrels) of crude oil. Captain Joseph Hazelwood retired to his cabin at 9:25 p.m. Harbor pilot William Murphy and Third Mate Gregory Cousins were accompanied by a single tug for the passage through the Valdez Narrows – a journey of about 7 miles. The pilot left the bridge shortly after the vessel left the narrows, at 11:24 p.m. At this point, the captain was called to the bridge. Cousins helped the pilot disembark from the vessel, leaving the captain as the only officer on the bridge. At 11:25 p.m. Exxon Valdez reported that the pilot had left. The third mate advised traffic control and decided to deviate from the predetermined traffic lane to avoid small icebergs; a common occurrence since the Columbia Glacier calved such icebergs nearby. The vessel was placed on a due south course and set on autopilot. At 11:47 p.m. the vessel left the traffic lane's eastern boundary.",
"title": "Spill"
},
{
"paragraph_id": 4,
"text": "Third Mate Cousins had been on duty for 6 hours and was scheduled to be relieved by Second Mate Lloyd LeCain Jr. However, due to the long hours that the second mate had worked, Cousins was reluctant to wake him, and remained on duty. Cousins was the only officer on the bridge for most of the night, in violation of company policy. At around midnight on March 24 Cousins began to maneuver the vessel into the traffic lanes. At the same time, the lookout reported that the Bligh Reef light appeared far off the starboard bow at 45 degrees – this was problematic given that the light should have been off the port side. Cousins ordered a course change as the ship was in danger. Captain Hazelwood was phoned by Cousins, but before their conversation could finish, the ship grounded. At 12:04 a.m., accompanied by what the helmsman and Cousins described as \"a bumpy ride\" and \"six very sharp jolts\" respectively, the ship ran aground on Bligh Reef.",
"title": "Spill"
},
{
"paragraph_id": 5,
"text": "Carried by its own momentum, the ship ended up perched on its middle on a pinnacle of rock. 8 out of 11 cargo holds were punctured. 5.8 million gallons of oil drained from the ship within 3 hours and 15 minutes. 30 minutes after numerous attempts to dislodge the ship under her own power, Captain Hazelwood radioed the Coast Guard informing them of the grounding. For more than 45 minutes after the grounding, the captain attempted to maneuver free of the reef despite being informed by First Mate James Kunkel that the vessel was not structurally sound without the reef supporting it.",
"title": "Spill"
},
{
"paragraph_id": 6,
"text": "Multiple factors have been identified as contributing to the incident:",
"title": "Spill"
},
{
"paragraph_id": 7,
"text": "Captain Hazelwood, who was widely reported to have been drinking heavily that night, was not at the controls when the ship struck the reef. Exxon blamed Hazelwood for the grounding of the tanker, but he accused the corporation of making him a scapegoat. In a 1990 trial he was charged with criminal mischief, reckless endangerment, and piloting a vessel while intoxicated, but was cleared of the three charges. He was convicted of misdemeanor negligent discharge of oil. 21 witnesses testified that he did not appear to be under the influence of alcohol around the time of the accident.",
"title": "Spill"
},
{
"paragraph_id": 8,
"text": "Journalist Greg Palast stated in 2008:",
"title": "Spill"
},
{
"paragraph_id": 9,
"text": "Forget the drunken skipper fable. As to Captain Joe Hazelwood, he was below decks, sleeping off his bender. At the helm, the third mate may never have collided with Bligh Reef had he looked at his RAYCAS radar. But the radar was not turned on. In fact, the tanker's radar was left broken and disabled for more than a year before the disaster, and Exxon management knew it. It was just too expensive to fix and operate.",
"title": "Spill"
},
{
"paragraph_id": 10,
"text": "Other factors, according to an MIT course entitled \"Software System Safety\" by Professor Nancy G. Leveson, included:",
"title": "Spill"
},
{
"paragraph_id": 11,
"text": "This disaster resulted in International Maritime Organization introducing comprehensive marine pollution prevention rules (MARPOL) through various conventions. The rules were ratified by member countries and, under International Ship Management rules, the ships are being operated with a common objective of \"safer ships and cleaner oceans.\"",
"title": "Spill"
},
{
"paragraph_id": 12,
"text": "In 2009, Captain Hazelwood offered a \"heartfelt apology\" to the people of Alaska, suggesting he had been wrongly blamed for the disaster: \"The true story is out there for anybody who wants to look at the facts, but that's not the sexy story and that's not the easy story,\" he said. Hazelwood said he felt Alaskans always gave him a fair shake.",
"title": "Spill"
},
{
"paragraph_id": 13,
"text": "Chemical dispersant, a surfactant and solvent mixture, was applied to the slick by a private company on March 24 with a helicopter, but the helicopter missed the target area. Scientific data on its toxicity were either thin or incomplete. In addition, public acceptance of new, widespread chemical treatment was lacking. Landowners, fishing groups, and conservation organizations questioned the use of chemicals on hundreds of miles of shoreline when other alternatives might have been available.\"",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 14,
"text": "According to a report by David Kirby for TakePart, the main component of the Corexit formulation used during cleanup, 2-butoxyethanol, was identified as \"one of the agents that caused liver, kidney, lung, nervous system, and blood disorders among cleanup crews in Alaska following the 1989 Exxon Valdez spill\". It is now known that while 2-butoxyethanol is indeed a respiratory irritant that can be acutely toxic, animal studies did not find it to be mutagenic, and no studies suggest it to be a human carcinogen.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 15,
"text": "Mechanical cleanup was started shortly afterward using booms and skimmers, but the skimmers were not readily available during the first 24 hours following the spill, and thick oil and kelp tended to clog the equipment. Despite civilian insistence for a complete cleanup, only 10% of total oil was actually completely cleaned. Exxon was widely criticized for its slow response to cleaning up the disaster and John Devens, the mayor of Valdez, said his community felt betrayed by Exxon's inadequate response to the crisis. More than 11,000 Alaska residents, along with some Exxon employees, worked throughout the region to try to restore the environment.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 16,
"text": "Though the clean-up effort was diligent it failed to contain the majority of the oil that had spilled and that has been blamed heavily upon Exxon. On November 26, 1984 Ronald A. Kreizenbeck (Director, Alaska Operations Office) informed the Coast Guard that the EPA suspected, due to a recent site-visitation during an 'Annual Marine Drill' that the Port of Valdez was not prepared to \"efficiently respond to a major spill event\". In the letter, he stated that \"[it] appears that the Vikoma boom and/or deployment vessels used may not be adequate to handle the harsh environmental conditions of Port Valdez\".",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 17,
"text": "Because Prince William Sound contained many rocky coves where the oil was collected, the decision was made to displace it with high-pressure hot water. However, this also displaced and destroyed the microbial populations on the shoreline; many of these organisms (e.g. plankton) are the basis of the coastal marine food chain, and others (e.g., certain bacteria and fungi) are capable of facilitating the biodegradation of oil. At the time, both scientific advice and public pressure was to clean everything, but since then, a much greater understanding of natural and facilitated remediation processes has developed, due somewhat in part to the opportunity presented for study by the Exxon Valdez spill.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 18,
"text": "Both long-term and short-term effects of the oil spill have been studied. Immediate effects include the deaths of between 100,000 and 250,000 seabirds, at least 2,800 sea otters, approximately 12 river otters, 300 harbor seals, 247 bald eagles, and 22 orcas, and an unknown number of salmon and herring.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 19,
"text": "Nine years after the disaster, evidence of negative oil spill effects on marine birds was found in the following species: cormorants, goldeneyes, mergansers, murres and pigeon guillemots.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 20,
"text": "Although the volume of oil has declined considerably, with oil remaining only about 0.14–0.28% of the original spilled volume, studies suggest that the area of oiled beach has changed little since 1992. A study by the National Marine Fisheries Service, NOAA in Juneau, determined that by 2001 approximately 90 tonnes of oil remained on beaches in Prince William Sound in the sandy soil of the contaminated shoreline, with annual loss rates declining from 68% per year prior to 1992, to 4% per year after 2001.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 21,
"text": "The remaining oil lasting far longer than anticipated has resulted in more long-term losses of species than had been expected. Laboratory experiments found that at levels as low as one part per billion, polycyclic aromatic hydrocarbons are toxic for salmon and herring eggs. Species as diverse as sea otters, harlequin ducks, and orcas suffered immediate and long-term losses. Oiled mussel beds and other tidal shoreline habitats may take up to 30 years to recover.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 22,
"text": "ExxonMobil denied concerns over the remaining oil, stating that they anticipated the remaining fraction would not cause long-term ecological impacts. According to the conclusions of ExxonMobil's study: \"We've done 350 peer-reviewed studies of Prince William Sound, and those studies conclude that Prince William Sound has recovered, it's healthy and it's thriving.\"",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 23,
"text": "On March 24, 2014, the twenty-fifth anniversary of the spill, NOAA scientists reported that some species seem to have recovered, with the sea otter the latest creature to return to pre-spill numbers. Scientists who have monitored the spill area for the last 25 years report that concern remains for one of two pods of local orca whales, with fears that one pod may eventually die out. Federal scientists estimate that between 16,000 and 21,000 US gallons (61 to 79 m) of oil remains on beaches in Prince William Sound and up to 450 miles (725 km) away. Some of the oil does not appear to have biodegraded at all. A USGS scientist who analyses the remaining oil along the coastline states that it remains among rocks and between tide marks. \"The oil mixes with seawater and forms an emulsion...Left out, the surface crusts over but the inside still has the consistency of mayonnaise – or mousse.\" Alaska state senator Berta Gardner is urging Alaskan politicians to demand that the US government force ExxonMobil to pay the final $92 million (£57 million) still owed from the court settlement. The major part of the money would be spent to finish cleaning up oiled beaches and attempting to restore the crippled herring population.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 24,
"text": "As of 2012, the indirect and long-term sublethal effects of oil on shorebirds had been measured in relatively few studies.",
"title": "Clean-up and major effects"
},
{
"paragraph_id": 25,
"text": "In October 1989, Exxon filed a suit against the State of Alaska, claiming that the state had interfered with Exxon's attempts to clean up the spill by refusing to approve the use of dispersant chemicals until the night of the 26th. The State of Alaska disputed this claim, stating that there was a long-standing agreement to allow the use of dispersants to clean up spills, thus Exxon did not require permission to use them, and that, in fact, Exxon had not had enough dispersant on hand to effectively handle a spill of the size created by Exxon Valdez.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 26,
"text": "Exxon filed claims in October 1990 against the Coast Guard, asking to be reimbursed for cleanup costs and damages awarded to plaintiffs in any lawsuits filed by the State of Alaska or the federal government against Exxon. The company claimed that the Coast Guard was \"wholly or partially responsible\" for the spill, because they had granted mariners' licenses to the crew of the Valdez, and because they had given Exxon Valdez permission to leave regular shipping lanes to avoid ice. They also reiterated the claim that the Coast Guard had delayed cleanup by refusing to give permission to immediately use chemical dispersants on the spill.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 27,
"text": "Also, in 1991, Exxon made a quiet, separate financial settlement of damages with a group of seafood producers known as the Seattle Seven for the disaster's effect on the Alaskan seafood industry. The agreement granted $63.75 million to the Seattle Seven, but stipulated that the seafood companies would have to repay almost all of any punitive damages awarded in other civil proceedings. The $5 billion in punitive damages was awarded later, and the Seattle Seven's share could have been as high as $750 million if the damages award had held. Other plaintiffs have objected to this secret arrangement, and when it came to light, Judge Holland ruled that Exxon should have told the jury at the start that an agreement had already been made, so the jury would know exactly how much Exxon would have to pay.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 28,
"text": "In the case of Exxon v. Baker, an Anchorage jury awarded $287 million for actual damages and $5 billion for punitive damages. To protect itself in case the judgment was affirmed, Exxon obtained a $4.8 billion credit line from J.P. Morgan & Co., who created the first modern credit default swap so that they would not have to hold as much money in reserve against the risk of Exxon's default.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 29,
"text": "Meanwhile, Exxon appealed the ruling, and the 9th U.S. Circuit Court of Appeals ordered the trial judge, Russel Holland, to reduce the punitive damages. On December 6, 2002, Holland announced that he had reduced the damages to $4 billion, which he concluded was justified by the facts of the case and was not grossly excessive. Exxon appealed again and the case returned to Holland to be reconsidered in light of a recent Supreme Court ruling in a similar case. Holland increased the punitive damages to $4.5 billion, plus interest.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 30,
"text": "After more appeals, in December 2006 the damages award was cut to $2.5 billion. The court of appeals cited recent Supreme Court rulings relative to limits on punitive damages.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 31,
"text": "Exxon appealed again. On May 23, 2007, the 9th Circuit Court of Appeals denied ExxonMobil's request for a third hearing and let stand its ruling that Exxon owed $2.5 billion in punitive damages. Exxon then appealed to the Supreme Court, which agreed to hear the case. On February 27, 2008, the Supreme Court heard oral arguments. Justice Samuel Alito, who at the time owned between $100,000 and $250,000 in Exxon stock, recused himself from the case. In a decision issued June 25, 2008, written by Justice David Souter, the court vacated the $2.5 billion award and remanded the case back to the lower court, finding that the damages were excessive with respect to maritime common law. Exxon's actions were deemed \"worse than negligent but less than malicious.\" The punitive damages were further reduced to an amount of $507.5 million. The Court's ruling was that maritime punitive damages should not exceed the compensatory damages, supported by a precedent dating from 1818. Senate Judiciary Committee Chairman Patrick J. Leahy has decried the ruling as \"another in a line of cases where this Supreme Court has misconstrued congressional intent to benefit large corporations.\"",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 32,
"text": "Exxon's official position was that punitive damages greater than $25 million were not justified because the spill resulted from an accident, and because Exxon spent an estimated $2 billion cleaning up the spill and a further $1 billion to settle related civil and criminal charges. Attorneys for the plaintiffs contended that Exxon bore responsibility for the accident because the company \"put a drunk in charge of a tanker in Prince William Sound.\" Exxon recovered a significant portion of clean-up and legal expenses through insurance claims associated with the grounding of Exxon Valdez.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 33,
"text": "As of December 15, 2009, Exxon had paid the entire $507.5 million in punitive damages, including lawsuit costs, plus interest, which were further distributed to thousands of plaintiffs. This amount was one-tenth of the original punitive damages, Exxon remained hugely profitable, the process of payment was drawn out over decades, and long term damage continues and is not funded by Exxon. Hence, the Exxon spill is often cited as shorthand for corporate responsibility for societal damage not being enforced adequately.",
"title": "Litigation and cleanup costs"
},
{
"paragraph_id": 34,
"text": "A 1989 report by the Coast Guard's U.S. National Response Center summarized the event and made many recommendations, including that neither Exxon, Alyeska Pipeline Service Company, the State of Alaska, nor the federal government were prepared for a spill of this magnitude.",
"title": "Political consequences and reforms"
},
{
"paragraph_id": 35,
"text": "In response to the spill, the United States Congress passed the Oil Pollution Act of 1990 (OPA). The legislation included a clause that prohibits any vessel that, after March 22, 1989, has caused an oil spill of more than 1 million US gallons (3,800 m) in any marine area, from operating in Prince William Sound.",
"title": "Political consequences and reforms"
},
{
"paragraph_id": 36,
"text": "In April 1998, the company argued in a legal action against the federal government that the ship should be allowed back into Alaskan waters. Exxon claimed OPA was effectively a bill of attainder, a regulation that was unfairly directed at Exxon alone. In 2002, the 9th Circuit Court of Appeals ruled against Exxon. As of 2002, OPA had prevented 18 ships from entering Prince William Sound.",
"title": "Political consequences and reforms"
},
{
"paragraph_id": 37,
"text": "OPA also set a schedule for the gradual phase-in of a double hull design, providing an additional layer between the oil tanks and the ocean. While a double hull would likely not have prevented the Exxon Valdez disaster, a Coast Guard study estimated that it would have cut the amount of oil spilled by 60 percent.",
"title": "Political consequences and reforms"
},
{
"paragraph_id": 38,
"text": "Exxon Valdez was towed to San Diego, arriving on July 10. Repairs began on July 30. Approximately 1,600 short tons (1,500 t) of steel were removed and replaced. In June 1990, the tanker, renamed Exxon Mediterranean, left the harbor after $30 million of repairs. In 1993, owned by SeaRiver Maritime, it was named S/R Mediterranean, then in 2005 Mediterranean. In 2008 the vessel was acquired by a Hong Kong company that operated her as Dong Fang Ocean, then in 2011 renamed her Oriental Nicety. In August 2012, she was beached at Dalian, China, and dismantled.",
"title": "Political consequences and reforms"
},
{
"paragraph_id": 39,
"text": "In the aftermath of the spill, Alaska governor Steve Cowper issued an executive order requiring two tugboats to escort every loaded tanker from Valdez out through Prince William Sound to Hinchinbrook Entrance. As the plan evolved in the 1990s, one of the two routine tugboats was replaced with a 210-foot (64 m) Escort Response Vehicle (ERV). Tankers at Valdez are no longer single-hulled. Congress enacted legislation requiring all tankers to be double-hulled as of 2015.",
"title": "Political consequences and reforms"
},
{
"paragraph_id": 40,
"text": "In 1991, following the collapse of populations of local marine species (particularly clams, herring, and seals), the Chugach Alaska Corporation, an Alaska Native Corporation, filed for Chapter 11 bankruptcy protection. It has since recovered.",
"title": "Economic and Native impact"
},
{
"paragraph_id": 41,
"text": "According to several studies funded by the state of Alaska, the spill had both short-term and long-term economic effects. These included the loss of recreational sports, fisheries, reduced tourism, and an estimate of what economists call \"existence value\", which is the value to the public of a pristine Prince William Sound.",
"title": "Economic and Native impact"
},
{
"paragraph_id": 42,
"text": "The economy of the city of Cordova, Alaska was adversely affected after the spill damaged stocks of salmon and herring in the area. The village of Chenega was transformed into an emergency base and media outlet. The local villagers had to cope with a tripling of their population from 80 to 250. When asked how they felt about the situation, a village councilor noted that they were too shocked and busy to be depressed; others emphasized the human costs of leaving children unattended while their parents worked to clean up. Many Alaska Natives were worried that too much time was spent on the fishery and not enough on the land that supports subsistence hunting.",
"title": "Economic and Native impact"
},
{
"paragraph_id": 43,
"text": "In 2010, CNN reported on studies concluding that many oil spill cleanup workers involved in the Exxon Valdez response had subsequently become sick, and warned those exposed to the Deepwater Horizon oil spill to take heed. Anchorage lawyer Dennis Mestas found that this was true for 6,722 of 11,000 worker files he was able to inspect, despite access to the records being controlled by Exxon. Exxon denied this in a statement to CNN:",
"title": "Economic and Native impact"
},
{
"paragraph_id": 44,
"text": "After 20 years, there is no evidence suggesting that either cleanup workers or the residents of the communities affected by the Valdez spill have had any adverse health effects as a result of the spill or its cleanup.",
"title": "Economic and Native impact"
},
{
"paragraph_id": 45,
"text": "Environmental activists and State officials became concerned that BP would use similar techniques to minimize liability and de-emphasize health impacts:",
"title": "Economic and Native impact"
},
{
"paragraph_id": 46,
"text": "the symptoms being reported in the Gulf states are the same ones that hit workers in Alaska. And just like then, people with their backs against the wall financially are flocking to the take jobs with the cleanup... I'm feeling like BP is forcing them into this situation where BP holds all the cards, and BP is letting these workers get sick",
"title": "Economic and Native impact"
},
{
"paragraph_id": 47,
"text": "In 1992, Exxon released a video titled Scientists and the Alaska Oil Spill for distribution to schools. Critics said the video misrepresented the clean-up process.",
"title": "Reactions"
},
{
"paragraph_id": 48,
"text": "In December 1994, the Unabomber assassinated Burson-Marsteller executive Thomas J. Mosser, accusing him of having \"helped Exxon clean up its public image after the Exxon Valdez incident\".",
"title": "Reactions"
},
{
"paragraph_id": 49,
"text": "Several weeks after the spill, Saturday Night Live aired a pointed sketch featuring Kevin Nealon, Phil Hartman, and Victoria Jackson as cleanup workers struggling to scrub the oil off of animals and rocks on a beach in Prince William Sound.",
"title": "Reactions"
},
{
"paragraph_id": 50,
"text": "In the Rocko's Modern Life episode, \"Rocko's Happy Sack\", Rocko and his dog, Spunky are grocery shopping when the announcer informs everyone of a \"spill in the seafood section\", represented by a giant oil tanker labeled \"Noxxon Valdez\".",
"title": "Reactions"
},
{
"paragraph_id": 51,
"text": "In the 1995 film Waterworld, Exxon Valdez is the flagship of the movie's villain, \"The Deacon,\" the leader of a band of scavenging raiders. In the ship is a portrait of their patron saint, Joseph Hazelwood.",
"title": "Reactions"
},
{
"paragraph_id": 52,
"text": "In the second Forrest Gump novel, Gump and Co. by Winston Groom, Gump commandeers Exxon Valdez and accidentally crashes it.",
"title": "Reactions"
},
{
"paragraph_id": 53,
"text": "Composer Jonathan Larson wrote a song called \"Iron Mike\" about the oil spill. The song is written in the style of a sea shanty. It was first professionally recorded by George Salazar for the album The Jonathan Larson Project.",
"title": "Reactions"
},
{
"paragraph_id": 54,
"text": "The 1992 made-for-television film Dead Ahead: The Exxon Valdez Disaster, produced by HBO, dramatized the oil spill disaster.",
"title": "Reactions"
},
{
"paragraph_id": 55,
"text": "In season 2, episode 8, of Breaking Bad, entitled \"Better Call Saul\", Walter White tells Jesse Pinkman that Brandon \"Badger\" Mayhew is going to spill like the Exxon Valdez.",
"title": "Reactions"
}
]
| The Exxon Valdez oil spill occurred in the Prince William Sound, Alaska, on March 24, 1989. Exxon Valdez, an oil supertanker owned by Exxon Shipping Company bound for Long Beach, California struck Prince William Sound's Bligh Reef, 6 mi (9.7 km) west of Tatitlek, Alaska at 12:04 a.m. and spilled 10.8 million US gallons (260,000 bbl) of crude oil over the next few days. The Exxon Valdez spill is the second largest in U.S. waters, after the 2010 Deepwater Horizon oil spill, in terms of volume of oil released. Prince William Sound's remote location, accessible only by helicopter, plane, or boat, made government and industry response efforts difficult and made existing response plans especially hard to implement. The region is a habitat for salmon, sea otters, seals, and seabirds. The oil, extracted from the Prudhoe Bay Oil Field, eventually affected 1,300 miles (2,100 km) of coastline, of which 200 miles (320 km) were heavily or moderately oiled. | 2001-12-10T01:39:14Z | 2023-12-09T12:17:41Z | [
"Template:Cite section",
"Template:Nbsp",
"Template:1989 shipwrecks",
"Template:Authority control",
"Template:Alaska history footer",
"Template:Italic title",
"Template:Use mdy dates",
"Template:Infobox oil spill",
"Template:Citation needed",
"Template:Cite news",
"Template:Cite journal",
"Template:Webarchive",
"Template:Short description",
"Template:Convert",
"Template:Reflist",
"Template:Cite web",
"Template:Cbignore",
"Template:Citation",
"Template:Blockquote",
"Template:Cite magazine",
"Template:Cite book",
"Template:Commons category",
"Template:ExxonMobil"
]
| https://en.wikipedia.org/wiki/Exxon_Valdez_oil_spill |
10,244 | Édouard de Pomiane | Édouard Alexandre de Pomiane, sometimes Édouard Pozerski (20 April 1875 – 26 January 1964), was a French scientist, radio broadcaster and food writer.
His parents emigrated from Congress Poland in 1863 after the January Uprising, changed their name from Pozerski to de Pomiane, and became French citizens.
De Pomiane worked as a physician at the Institut Pasteur in Paris, where he gave Félix d'Herelle a place to work on bacteriophages.
His best known works that have been translated into English are Cooking in Ten Minutes and Cooking with Pomiane. His writing was remarkable in its time for its directness (he frequently uses a strange second-person voice, telling you—the reader—what you are seeing and smelling as you follow a recipe) and for his general disdain for upper-class elaborate French cuisine. He travelled widely and quite a few of his recipes are from abroad. His recipes often take pains to demystify cooking by explaining the chemical processes at work.
"Vingt Plats Qui Donnent Goutte"IMG_7221.jpeg 1935 edition. | [
{
"paragraph_id": 0,
"text": "Édouard Alexandre de Pomiane, sometimes Édouard Pozerski (20 April 1875 – 26 January 1964), was a French scientist, radio broadcaster and food writer.",
"title": ""
},
{
"paragraph_id": 1,
"text": "His parents emigrated from Congress Poland in 1863 after the January Uprising, changed their name from Pozerski to de Pomiane, and became French citizens.",
"title": ""
},
{
"paragraph_id": 2,
"text": "De Pomiane worked as a physician at the Institut Pasteur in Paris, where he gave Félix d'Herelle a place to work on bacteriophages.",
"title": ""
},
{
"paragraph_id": 3,
"text": "His best known works that have been translated into English are Cooking in Ten Minutes and Cooking with Pomiane. His writing was remarkable in its time for its directness (he frequently uses a strange second-person voice, telling you—the reader—what you are seeing and smelling as you follow a recipe) and for his general disdain for upper-class elaborate French cuisine. He travelled widely and quite a few of his recipes are from abroad. His recipes often take pains to demystify cooking by explaining the chemical processes at work.",
"title": ""
},
{
"paragraph_id": 4,
"text": "\"Vingt Plats Qui Donnent Goutte\"IMG_7221.jpeg 1935 edition.",
"title": "Books"
},
{
"paragraph_id": 5,
"text": "",
"title": "External links"
},
{
"paragraph_id": 6,
"text": "",
"title": "External links"
}
]
| Édouard Alexandre de Pomiane, sometimes Édouard Pozerski, was a French scientist, radio broadcaster and food writer. His parents emigrated from Congress Poland in 1863 after the January Uprising, changed their name from Pozerski to de Pomiane, and became French citizens. De Pomiane worked as a physician at the Institut Pasteur in Paris, where he gave Félix d'Herelle a place to work on bacteriophages. His best known works that have been translated into English are Cooking in Ten Minutes and Cooking with Pomiane. His writing was remarkable in its time for its directness and for his general disdain for upper-class elaborate French cuisine. He travelled widely and quite a few of his recipes are from abroad. His recipes often take pains to demystify cooking by explaining the chemical processes at work. | 2001-12-10T20:42:29Z | 2023-12-26T07:43:58Z | [
"Template:Authority control",
"Template:France-nonfiction-writer-stub",
"Template:Infobox person",
"Template:ISBN",
"Template:Reflist",
"Template:Commonscat",
"Template:OL author"
]
| https://en.wikipedia.org/wiki/%C3%89douard_de_Pomiane |
10,245 | Edward VI | Edward VI (12 October 1537 – 6 July 1553) was King of England and Ireland from 28 January 1547 until his death in 1553. He was crowned on 20 February 1547 at the age of nine. The only surviving son of Henry VIII by his third wife, Jane Seymour, Edward was the first English monarch to be raised as a Protestant. During his reign, the realm was governed by a regency council because Edward never reached maturity. The council was first led by his uncle Edward Seymour, 1st Duke of Somerset (1547–1549), and then by John Dudley, 1st Duke of Northumberland (1550–1553).
Edward's reign was marked by economic problems and social unrest that in 1549 erupted into riot and rebellion. An expensive war with Scotland, at first successful, ended with military withdrawal from Scotland and Boulogne-sur-Mer in exchange for peace. The transformation of the Church of England into a recognisably Protestant body also occurred under Edward, who took great interest in religious matters. His father, Henry VIII, had severed the link between the English Church and Rome, but continued to uphold most Catholic doctrine and ceremony. It was during Edward's reign that Protestantism was established for the first time in England with reforms that included the abolition of clerical celibacy and the Mass, and the imposition of compulsory English in church services.
In 1553, at age 15, Edward fell ill. When his sickness was discovered to be terminal, he and his council drew up a "Devise for the Succession" to prevent the country's return to Catholicism. Edward named his Protestant first cousin once removed, Lady Jane Grey, as his heir, excluding his half-sisters, Mary and Elizabeth. This decision was disputed following Edward's death, and Jane was deposed by Mary nine days after becoming queen. Mary, a Catholic, reversed Edward's Protestant reforms during her reign, but Elizabeth restored them in 1559.
Edward was born on 12 October 1537 in his mother's room inside Hampton Court Palace, in Middlesex. He was the son of King Henry VIII by his third wife, Jane Seymour, and was the only son of Henry VIII to outlive him. Throughout the realm, the people greeted the birth of a male heir, "whom we hungered for so long", with joy and relief. Te Deums were sung in churches, bonfires lit, and "their was shott at the Tower that night above two thousand gonnes". Queen Jane, appearing to recover quickly from the birth, sent out personally signed letters announcing the birth of "a Prince, conceived in most lawful matrimony between my Lord the King's Majesty and us". Edward was christened on 15 October, with his 21-year-old half-sister Lady Mary as godmother and his 4-year-old half-sister Lady Elizabeth carrying the chrisom; the Garter King of Arms proclaimed him as Duke of Cornwall and Earl of Chester. The queen, however, fell ill and died from postnatal complications on 24 October, days after Edward's birth. Henry VIII wrote to Francis I of France that "Divine Providence ... hath mingled my joy with bitterness of the death of her who brought me this happiness".
Edward was a healthy baby who suckled strongly from the outset. His father was delighted with him; in May 1538, Henry was observed "dallying with him in his arms ... and so holding him in a window to the sight and great comfort of the people". That September, the Lord Chancellor, Lord Audley, reported Edward's rapid growth and vigour, and other accounts describe him as a tall and merry child. The tradition that Edward VI was a sickly boy has been challenged by more recent historians. At the age of four, he fell ill with a life-threatening "quartan fever", but, despite occasional illnesses and poor eyesight, he enjoyed generally good health until the last six months of his life.
Edward was initially placed in the care of Margaret Bryan, "lady mistress" of the prince's household. She was succeeded by Blanche Herbert, Lady Troy. Until the age of six, Edward was brought up, as he put it later in his Chronicle, "among the women". The formal royal household established around Edward was, at first, under Sir William Sidney, and later Sir Richard Page, stepfather of Edward's aunt Anne (the wife of Edward Seymour). Henry demanded exacting standards of security and cleanliness in his son's household, stressing that Edward was "this whole realm's most precious jewel". Visitors described the prince, who was lavishly provided with toys and comforts, including his own troupe of minstrels, as a contented child.
From the age of six, Edward began his formal education under Richard Cox and John Cheke, concentrating, as he recalled himself, on "learning of tongues, of the scripture, of philosophy, and all liberal sciences". He received tuition from his sister Elizabeth's tutor, Roger Ascham, and from Jean Belmain, learning French, Spanish and Italian. In addition, he is known to have studied geometry and learned to play musical instruments, including the lute and the virginals. He collected globes and maps and, according to coinage historian C. E. Challis, developed a grasp of monetary affairs that indicated a high intelligence. Edward's religious education is assumed to have favoured the reforming agenda. His religious establishment was probably chosen by Archbishop Thomas Cranmer, a leading reformer. Both Cox and Cheke were "reformed" Catholics or Erasmians and later became Marian exiles. By 1549, Edward had written a treatise on the pope as Antichrist and was making informed notes on theological controversies. Many aspects of Edward's religion were essentially Catholic in his early years, including celebration of the mass and reverence for images and relics of the saints.
Both Edward's sisters were attentive to their brother and often visited him—on one occasion, Elizabeth gave him a shirt "of her own working". Edward "took special content" in Mary's company, though he disapproved of her taste for foreign dances; "I love you most", he wrote to her in 1546. In 1543, Henry invited his children to spend Christmas with him, signalling his reconciliation with his daughters, whom he had previously illegitimised and disinherited. The following spring, he restored them to their place in the succession with a Third Succession Act, which also provided for a regency council during Edward's minority. This unaccustomed family harmony may have owed much to the influence of Henry's sixth wife, Catherine Parr, of whom Edward soon became fond. He called her his "most dear mother" and in September 1546 wrote to her: "I received so many benefits from you that my mind can hardly grasp them."
Other children were brought to play with Edward, including the granddaughter of his chamberlain, Sir William Sidney, who in adulthood recalled the prince as "a marvellous sweet child, of very mild and generous condition". Edward was educated with sons of nobles, "appointed to attend upon him" in what was a form of miniature court. Among these, Barnaby Fitzpatrick, son of an Irish peer, became a close and lasting friend. Edward was more devoted to his schoolwork than his classmates and seems to have outshone them, motivated to do his "duty" and compete with his sister Elizabeth's academic prowess. Edward's surroundings and possessions were regally splendid: his rooms were hung with costly Flemish tapestries, and his clothes, books and cutlery were encrusted with precious jewels and gold. Like his father, Edward was fascinated by military arts, and many of his portraits show him wearing a gold dagger with a jewelled hilt, in imitation of Henry. Edward's Chronicle enthusiastically details English military campaigns against Scotland and France, and adventures such as John Dudley's near capture at Musselburgh in 1547.
On 1 July 1543, Henry signed the Treaty of Greenwich with the Scots, sealing the peace with Edward's betrothal to the seven-month-old Mary, Queen of Scots, granddaughter of Edward's aunt and Henry's sister Margaret Tudor. The Scots were in a weak bargaining position after their defeat at the Battle of Solway Moss in November 1542, and Henry, seeking to unite the two realms, stipulated that Mary be handed over to him to be brought up in England. When the Scots repudiated the treaty in December 1543 and renewed their alliance with France, Henry was enraged. In April 1544, he ordered Edward's uncle, Edward Seymour, Earl of Hertford, to invade Scotland and "put all to fire and sword, burn Edinburgh town, so razed and defaced when you have sacked and gotten what ye can of it, as there may remain forever a perpetual memory of the vengeance of God lightened upon [them] for their falsehood and disloyalty". Seymour responded with the most savage campaign ever launched by the English against the Scots. The war, which continued into Edward's reign, has become known as "the Rough Wooing".
The nine-year-old Edward wrote to his father and stepmother on 10 January 1547 from Hertford thanking them for his new year's gift of their portraits from life. By 28 January, Henry VIII was dead. Those close to the throne, led by Edward Seymour and William Paget, agreed to delay the announcement of the king's death until arrangements had been made for a smooth succession. Seymour and Sir Anthony Browne, the Master of the Horse, rode to collect Edward from Hertford and brought him to Enfield, where Lady Elizabeth was living. He and Elizabeth were then told of their father's death and heard a reading of his will.
Lord Chancellor Thomas Wriothesley announced Henry's death to Parliament on 31 January, and general proclamations of Edward's succession were ordered. The new king was taken to the Tower of London, where he was welcomed with "great shot of ordnance in all places there about, as well out of the Tower as out of the ships". The following day, the nobles of the realm made their obeisance to Edward at the Tower, and Seymour was announced as Protector. Henry VIII was buried at Windsor on 16 February, in the same tomb as Jane Seymour, as he had wished.
Edward VI was crowned at Westminster Abbey on Sunday 20 February. The ceremonies were shortened, because of the "tedious length of the same which should weary and be hurtsome peradventure to the King's majesty, being yet of tender age", and also because the Reformation had rendered some of them inappropriate.
On the eve of the coronation, Edward progressed on horseback from the Tower to the Palace of Westminster through thronging crowds and pageants, many based on the pageants for a previous boy king, Henry VI. He laughed at a Spanish tightrope walker who "tumbled and played many pretty toys" outside St Paul's Cathedral.
At the coronation service, Cranmer affirmed the royal supremacy and called Edward a second Josiah, urging him to continue the reformation of the Church of England, "the tyranny of the Bishops of Rome banished from your subjects, and images removed". After the service, Edward presided at a banquet in Westminster Hall, where, he recalled in his Chronicle, he dined with his crown on his head.
Henry VIII's will named sixteen executors, who were to act as Edward's council until he reached the age of eighteen. These executors were supplemented by twelve men "of counsail" who would assist the executors when called on. The final state of Henry VIII's will has been the subject of controversy. Some historians suggest that those close to the king manipulated either him or the will itself to ensure a share-out of power to their benefit, both material and religious. In this reading, the composition of the Privy Chamber shifted towards the end of 1546 in favour of the reforming faction. In addition, two leading conservative Privy Councillors were removed from the centre of power.
Stephen Gardiner was refused access to Henry during his last months. Thomas Howard, 3rd Duke of Norfolk, found himself accused of treason; the day before the king's death his vast estates were seized, making them available for redistribution, and he spent the whole of Edward's reign in the Tower of London. Other historians have argued that Gardiner's exclusion was based on non-religious matters, that Norfolk was not noticeably conservative in religion, that conservatives remained on the council, and that the radicalism of such men as Sir Anthony Denny, who controlled the dry stamp that replicated the king's signature, is debatable.
Whatever the case, Henry's death was followed by a lavish hand-out of lands and honours to the new power group. The will contained an "unfulfilled gifts" clause, added at the last minute, which allowed the executors to freely distribute lands and honours to themselves and the court, particularly to Edward Seymour, 1st Earl of Hertford, the new king's uncle who became Lord Protector of the Realm, Governor of the King's Person and Duke of Somerset.
In fact, Henry VIII's will did not provide for the appointment of a Protector. It entrusted the government of the realm during his son's minority to a regency council that would rule collectively, by majority decision, with "like and equal charge". Nevertheless, a few days after Henry's death, on 4 February, the executors chose to invest almost regal power in the Duke of Somerset. Thirteen out of the sixteen (the others being absent) agreed to his appointment as Protector, which they justified as their joint decision "by virtue of the authority" of Henry's will. Somerset may have done a deal with some of the executors, who almost all received hand-outs. He is known to have done so with William Paget, private secretary to Henry VIII, and to have secured the support of Sir Anthony Browne of the Privy Chamber.
Somerset's appointment was in keeping with historical precedent, and his eligibility for the role was reinforced by his military successes in Scotland and France. In March 1547, he secured letters patent from King Edward granting him the almost monarchical right to appoint members to the Privy Council himself and to consult them only when he wished. In the words of historian Geoffrey Elton, "from that moment his autocratic system was complete". He proceeded to rule largely by proclamation, calling on the Privy Council to do little more than rubber-stamp his decisions.
Somerset's takeover of power was smooth and efficient. The imperial ambassador, François van der Delft, reported that he "governs everything absolutely", with Paget operating as his secretary, though he predicted trouble from John Dudley, Viscount Lisle, who had recently been raised to Earl of Warwick in the share-out of honours. In fact, in the early weeks of his Protectorate, Somerset was challenged only by the Chancellor, Thomas Wriothesley, whom the Earldom of Southampton had evidently failed to buy off, and by his own brother. Wriothesley, a religious conservative, objected to Somerset's assumption of monarchical power over the council. He then found himself abruptly dismissed from the chancellorship on charges of selling off some of his offices to delegates.
Somerset faced less manageable opposition from his younger brother Thomas, who has been described as a "worm in the bud". As King Edward's uncle, Thomas Seymour demanded the governorship of the king's person and a greater share of power. Somerset tried to buy his brother off with a barony, an appointment to the Lord Admiralship, and a seat on the Privy Council—but Thomas was bent on scheming for power. He began smuggling pocket money to King Edward, telling him that Somerset held the purse strings too tight, making him a "beggarly king". He also urged the king to throw off the Protector within two years and "bear rule as other kings do"; but Edward, schooled to defer to the council, failed to co-operate. In the spring of 1547, using Edward's support to circumvent Somerset's opposition, Thomas Seymour secretly married Henry VIII's widow Catherine Parr, whose Protestant household included the 11-year-old Lady Jane Grey and the 13-year-old Lady Elizabeth.
In summer 1548, a pregnant Catherine Parr discovered Thomas Seymour embracing Lady Elizabeth. As a result, Elizabeth was removed from Parr's household and transferred to Sir Anthony Denny's. That September, Parr died shortly after childbirth, and Seymour promptly resumed his attentions to Elizabeth by letter, planning to marry her. Elizabeth was receptive, but, like Edward, unready to agree to anything unless permitted by the council. In January 1549, the council had Thomas Seymour arrested on various charges, including embezzlement at the Bristol mint. King Edward, whom Seymour was accused of planning to marry to Lady Jane Grey, himself testified about the pocket money. Lack of clear evidence for treason ruled out a trial, so Seymour was condemned instead by an act of attainder and beheaded on 20 March 1549.
Somerset's only undoubted skill was as a soldier, which he had proven on expeditions to Scotland and in the defence of Boulogne-sur-Mer in 1546. From the first, his main interest as Protector was the war against Scotland. After a crushing victory at the Battle of Pinkie in September 1547, he set up a network of garrisons in Scotland, stretching as far north as Dundee. His initial successes, however, were followed by a loss of direction, as his aim of uniting the realms through conquest became increasingly unrealistic. The Scots allied with France, who sent reinforcements for the defence of Edinburgh in 1548. The Queen of Scots was moved to France, where she was betrothed to the Dauphin. The cost of maintaining the Protector's massive armies and his permanent garrisons in Scotland also placed an unsustainable burden on the royal finances. A French attack on Boulogne in August 1549 at last forced Somerset to begin a withdrawal from Scotland.
During 1548, England was subject to social unrest. After April 1549, a series of armed revolts broke out, fuelled by various religious and agrarian grievances. The two most serious rebellions, which required major military intervention to put down, were in Devon and Cornwall and in Norfolk. The first, sometimes called the Prayer Book Rebellion, arose from the imposition of Protestantism, and the second, led by a tradesman called Robert Kett, mainly from the encroachment of landlords on common grazing ground. A complex aspect of the social unrest was that the protesters believed they were acting legitimately against enclosing landlords with the Protector's support, convinced that the landlords were the lawbreakers.
The same justification for outbreaks of unrest was voiced throughout the country, not only in Norfolk and the west. The origin of the popular view of Somerset as sympathetic to the rebel cause lies partly in his series of sometimes liberal, often contradictory, proclamations, and partly in the uncoordinated activities of the commissions he sent out in 1548 and 1549 to investigate grievances about loss of tillage, encroachment of large sheep flocks on common land, and similar issues. Somerset's commissions were led by an evangelical MP called John Hales, whose socially liberal rhetoric linked the issue of enclosure with Reformation theology and the notion of a godly commonwealth. Local groups often assumed that the findings of these commissions entitled them to act against offending landlords themselves. King Edward wrote in his Chronicle that the 1549 risings began "because certain commissions were sent down to pluck down enclosures".
Whatever the popular view of Somerset, the disastrous events of 1549 were taken as evidence of a colossal failure of government, and the council laid the responsibility at the Protector's door. In July 1549, Paget wrote to Somerset: "Every man of the council have misliked your proceedings ... would to God, that, at the first stir you had followed the matter hotly, and caused justice to be ministered in solemn fashion to the terror of others ...".
The sequence of events that led to Somerset's removal from power has often been called a coup d'état. By 1 October 1549, Somerset had been alerted that his rule faced a serious threat. He issued a proclamation calling for assistance, took possession of the king's person, and withdrew for safety to the fortified Windsor Castle, where Edward wrote, "Me thinks I am in prison". Meanwhile, a united council published details of Somerset's government mismanagement. They made clear that the Protector's power came from them, not from Henry VIII's will. On 11 October, the council had Somerset arrested and brought the king to Richmond Palace. Edward summarised the charges against Somerset in his Chronicle: "ambition, vainglory, entering into rash wars in mine youth, negligent looking on Newhaven, enriching himself of my treasure, following his own opinion, and doing all by his own authority, etc." In February 1550, John Dudley, Earl of Warwick, emerged as the leader of the council and, in effect, as Somerset's successor. Although Somerset was released from the Tower and restored to the council, he was executed for felony in January 1552 after scheming to overthrow Dudley's regime. Edward noted his uncle's death in his Chronicle: "the duke of Somerset had his head cut off upon Tower Hill between eight and nine o'clock in the morning".
Historians contrast the efficiency of Somerset's takeover of power, in which they detect the organising skills of allies such as Paget, the "master of practices", with the subsequent ineptitude of his rule. By autumn 1549, his costly wars had lost momentum, the crown faced financial ruin, and riots and rebellions had broken out around the country. Until recent decades, Somerset's reputation with historians was high, in view of his many proclamations that appeared to back the common people against a rapacious landowning class. More recently, however, he has often been portrayed as an arrogant and aloof ruler, lacking in political and administrative skills.
In contrast, Somerset's successor the Earl of Warwick, made Duke of Northumberland in 1551, was once regarded by historians merely as a grasping schemer who cynically elevated and enriched himself at the expense of the crown. Since the 1970s, the administrative and economic achievements of his regime have been recognised, and he has been credited with restoring the authority of the royal council and returning the government to an even keel after the disasters of Somerset's protectorate.
The Earl of Warwick's rival for leadership of the new regime was Thomas Wriothesley, 1st Earl of Southampton, whose conservative supporters had allied with Warwick's followers to create a unanimous council which they and observers, such as the Holy Roman Emperor Charles V's ambassador, expected to reverse Somerset's policy of religious reform. Warwick, on the other hand, pinned his hopes on the king's strong Protestantism and, claiming that Edward was old enough to rule in person, moved himself and his people closer to the king, taking control of the Privy Chamber. Paget, accepting a barony, joined Warwick when he realised that a conservative policy would not bring the emperor onto the English side over Boulogne. Southampton prepared a case for executing Somerset, aiming to discredit Warwick through Somerset's statements that he had done all with Warwick's co-operation. As a counter-move, Warwick convinced Parliament to free Somerset, which it did on 14 January 1550. Warwick then had Southampton and his followers purged from the council after winning the support of council members in return for titles, and was made Lord President of the Council and great master of the king's household. Although not called a Protector, he was now clearly the head of the government.
As Edward was growing up, he was able to understand more and more government business. However, his actual involvement in decisions has long been a matter of debate, and during the 20th century, historians have presented the whole gamut of possibilities, "balanc[ing] an articulate puppet against a mature, precocious, and essentially adult king", in the words of Stephen Alford. A special "Counsel for the Estate" was created when Edward was fourteen. He chose the members himself. In the weekly meetings with this council, Edward was "to hear the debating of things of most importance". A major point of contact with the king was the Privy Chamber, and there Edward worked closely with William Cecil and William Petre, the principal secretaries. The king's greatest influence was in matters of religion, where the council followed the strongly Protestant policy that Edward favoured.
The Duke of Northumberland's mode of operation was very different from Somerset's. Careful to make sure he always commanded a majority of councillors, he encouraged a working council and used it to legitimise his authority. Lacking Somerset's blood-relationship with the king, he added members to the council from his own faction in order to control it. He also added members of his family to the royal household. He saw that to achieve personal dominance, he needed total procedural control of the council. In the words of historian John Guy, "Like Somerset, he became quasi-king; the difference was that he managed the bureaucracy on the pretence that Edward had assumed full sovereignty, whereas Somerset had asserted the right to near-sovereignty as Protector".
Warwick's war policies were more pragmatic than Somerset's, and they have earned him criticism for weakness. In 1550, he signed a peace treaty with France that agreed to withdrawal from Boulogne and recalled all English garrisons from Scotland. In 1551, Edward was betrothed to Elisabeth of Valois, King Henry II's daughter, and was made a Knight of Saint Michael. Warwick realised that England could no longer support the cost of wars. At home, he took measures to police local unrest. To forestall future rebellions, he kept permanent representatives of the crown in the localities, including lords lieutenant, who commanded military forces and reported back to central government.
Working with William Paulet and Walter Mildmay, Warwick tackled the disastrous state of the kingdom's finances. However, his regime first succumbed to the temptations of a quick profit by further debasing the coinage. The economic disaster that resulted caused Warwick to hand the initiative to the expert Thomas Gresham. By 1552, confidence in the coinage was restored, prices fell and trade at last improved. Though a full economic recovery was not achieved until Elizabeth's reign, its origins lay in the Duke of Northumberland's policies. The regime also cracked down on widespread embezzlement of government finances, and carried out a thorough review of revenue collection practices, which has been called "one of the more remarkable achievements of Tudor administration".
In the matter of religion, the regime of Northumberland followed the same policy as that of Somerset, supporting an increasingly vigorous programme of reform. Although Edward VI's practical influence on government was limited, his intense Protestantism made a reforming administration obligatory; his succession was managed by the reforming faction, who continued in power throughout his reign. The man Edward trusted most, Thomas Cranmer, Archbishop of Canterbury, introduced a series of religious reforms that revolutionised the English church from one that—while rejecting papal supremacy—remained essentially Catholic to one that was institutionally Protestant. The confiscation of church property that had begun under Henry VIII resumed under Edward—notably with the dissolution of the chantries—to the great monetary advantage of the crown and the new owners of the seized property. Church reform was therefore as much a political as a religious policy under Edward VI. By the end of his reign, the church had been financially ruined, with much of the property of the bishops transferred into lay hands.
The religious convictions of both Somerset and Northumberland have proved elusive for historians, who are divided on the sincerity of their Protestantism. There is less doubt, however, about the religious fervour of King Edward, who was said to have read twelve chapters of scripture daily and enjoyed sermons, and was commemorated by John Foxe as a "godly imp". Edward was depicted during his life and afterwards as a new Josiah, the biblical king who destroyed the idols of Baal. He could be priggish in his anti-Catholicism and once asked Catherine Parr to persuade Lady Mary "to attend no longer to foreign dances and merriments which do not become a most Christian princess". Edward's biographer Jennifer Loach cautions, however, against accepting too readily the pious image of Edward handed down by the reformers, as in John Foxe's influential Acts and Monuments, where a woodcut depicts the young king listening to a sermon by Hugh Latimer. In the early part of his life, Edward conformed to the prevailing Catholic practices, including attendance at mass, but he became convinced, under the influence of Cranmer and the reformers among his tutors and courtiers, that "true" religion should be imposed in England.
The English Reformation advanced under pressure from two directions: from the traditionalists on the one hand and the zealots on the other, who led incidents of iconoclasm (image-smashing) and complained that reform did not go far enough. Cranmer set himself the task of writing a uniform liturgy in English, detailing all weekly and daily services and religious festivals, to be made compulsory in the first Act of Uniformity of 1549. The Book of Common Prayer of 1549, intended as a compromise, was attacked by traditionalists for dispensing with many cherished rituals of the liturgy, such as the elevation of the bread and wine, while some reformers complained about the retention of too many "popish" elements, including vestiges of sacrificial rites at communion. Many senior Catholic clerics, including Bishops Stephen Gardiner of Winchester and Edmund Bonner of London, also opposed the prayer book. Both were imprisoned in the Tower and, along with others, deprived of their sees. In 1549, over 5,500 people lost their lives in the Prayer Book Rebellion in Devon and Cornwall.
Reformed doctrines were made official, such as justification by faith alone and communion for laity as well as clergy in both kinds, of bread and wine. The Ordinal of 1550 replaced the divine ordination of priests with a government-run appointment system, authorising ministers to preach the gospel and administer the sacraments rather than, as before, "to offer sacrifice and celebrate mass both for the living and the dead".
After 1551, the Reformation advanced further, with the approval and encouragement of Edward, who began to exert more personal influence in his role as Supreme Head of the church. The new changes were also a response to criticism from such reformers as John Hooper, Bishop of Gloucester, and the Scot John Knox, who was employed as a minister in Newcastle upon Tyne under the Duke of Northumberland and whose preaching at court prompted the king to oppose kneeling at communion. Cranmer was also influenced by the views of the continental reformer Martin Bucer, who died in England in 1551; by Peter Martyr, who was teaching at Oxford; and by other foreign theologians. The progress of the Reformation was further speeded by the consecration of more reformers as bishops. In the winter of 1551–52, Cranmer rewrote the Book of Common Prayer in less ambiguous reformist terms, revised canon law and prepared a doctrinal statement, the Forty-two Articles, to clarify the practice of the reformed religion, particularly in the divisive matter of the communion service. Cranmer's formulation of the reformed religion, finally divesting the communion service of any notion of the real presence of God in the bread and the wine, effectively abolished the mass. According to Elton, the publication of Cranmer's revised prayer book in 1552, supported by a second Act of Uniformity, "marked the arrival of the English Church at Protestantism". The prayer book of 1552 remains the foundation of the Church of England's services. However, Cranmer was unable to implement all these reforms once it became clear in spring 1553 that King Edward, upon whom the whole Reformation in England depended, was dying.
After the Rough Wooing and Thomas Seymour's plan to marry him off to Lady Jane Grey, the 13-year-old King was betrothed to the five-year-old Elisabeth of Valois, daughter of Henry II of France and Catherine de' Medici, in 1550. The marriage alliance was negotiated in secrecy, although Pope Julius III became aware of the plan and threatened to excommunicate both Henry and Elisabeth if the marriage went forward. A dowry of 200,000 écus was agreed to, but was never paid due to Edward's death before marriage. Elisabeth later married his sister Mary's widower, Philip II of Spain.
In February 1553, Edward VI became ill, and by June, after several improvements and relapses, he was in a hopeless condition. The king's death and the succession of his Catholic half-sister Mary would jeopardise the English Reformation, and Edward's council and officers had many reasons to fear it. Edward himself opposed Mary's succession, not only on religious grounds but also on those of legitimacy and male inheritance, which also applied to Elizabeth. He composed a draft document, headed "My devise for the succession", in which he undertook to change the succession, most probably inspired by his father Henry VIII's precedent. He passed over the claims of his half-sisters and, at last, settled the Crown on his first cousin once removed, the 16-year-old Lady Jane Grey, who on 25 May 1553 had married Lord Guilford Dudley, a younger son of the Duke of Northumberland. In the document he writes:
My devise for the Succession
1. For lakke of issu [masle inserted above the line, but afterwards crossed out] of my body [to the issu (masle above the line) cumming of thissu femal, as i have after declared inserted, but crossed out]. To the L Franceses heires masles, [For lakke of erased] [if she have any inserted] such issu [befor my death inserted] to the L' Janes [and her inserted] heires masles, To the L Katerins heires masles, To the L Maries heires masles, To the heires masles of the daughters wich she shal haue hereafter. Then to the L Margets heires masles. For lakke of such issu, To th'eires masles of the L Janes daughters. To th'eires masles of the L Katerins daughters, and so forth til yow come to the L Margets [daughters inserted] heires masles.
2. If after my death theire masle be entred into 18 yere old, then he to have the hole rule and gouernauce therof.
3. But if he be under 18, then his mother to be gouuernres til he entre 18 yere old, But to doe nothing w'out th'auise (and agremet inserted) of 6 parcel of a counsel to be pointed by my last will to the nombre of 20.
4. If the mother die befor th'eire entre into 18 the realme to be gouuerned by the cousel Prouided that after he be 14 yere al great matters of importaunce be opened to him.
5. If i died w'out issu, and there were none heire masle, then the L Fraunces to be (reget altered to) gouuernres. For lakke of her, the her eldest daughters,4 and for lakke of them the L Marget to be gouuernres after as is aforsaid, til sume heire masle be borne, and then the mother of that child to be gouuernres.
6. And if during the rule of the gouuernres ther die 4 of the counsel, then shal she by her letters cal an asseble of the counsel w'in on month folowing and chose 4 more, wherin she shal haue thre uoices. But after her death the 16 shal chose emong themselfes til th'eire come to (18 erased) 14 yeare olde, and then he by ther aduice shal chose them" (1553).
In his document Edward provided, in case of "lack of issue of my body", for the succession of male heirs only – those of Lady Jane Grey's mother, Frances Grey, Duchess of Suffolk; of Jane herself; or of her sisters Katherine, Lady Herbert, and Lady Mary. As his death approached and possibly persuaded by Northumberland, he altered the wording so that Jane and her sisters themselves should be able to succeed. Yet Edward conceded their right only as an exception to male rule, demanded by reality, an example not to be followed if Jane and her sisters had only daughters. In the final document both Mary and Elizabeth were excluded because of bastardy; since both had been declared bastards under Henry VIII and never made legitimate again, this reason could be advanced for both sisters. The provisions to alter the succession directly contravened Henry VIII's Third Succession Act of 1544 and have been described as bizarre and illogical.
In early June, Edward personally supervised the drafting of a clean version of his devise by lawyers, to which he lent his signature "in six several places." Then, on 15 June he summoned high-ranking judges to his sickbed, commanding them on their allegiance "with sharp words and angry countenance" to prepare his devise as letters patent and announced that he would have these passed in Parliament. His next measure was to have leading councillors and lawyers sign a bond in his presence, in which they agreed faithfully to perform Edward's will after his death. A few months later, Chief Justice Edward Montagu recalled that when he and his colleagues had raised legal objections to the devise, Northumberland had threatened them "trembling for anger, and ... further said that he would fight in his shirt with any man in that quarrel". Montagu also overheard a group of lords standing behind him conclude "if they refused to do that, they were traitors". At last, on 21 June, the devise was signed by over a hundred notables, including councillors, peers, archbishops, bishops and sheriffs; many of them later claimed that they had been bullied into doing so by Northumberland, although in the words of Edward's biographer Jennifer Loach, "few of them gave any clear indication of reluctance at the time".
It was now common knowledge that Edward was dying, and foreign diplomats suspected that some scheme to debar Mary was under way. France found the prospect of the emperor's cousin on the English throne disagreeable and engaged in secret talks with Northumberland, indicating support. The diplomats were certain that the overwhelming majority of the English people backed Mary, but nevertheless believed that Queen Jane would be successfully established.
For centuries, the attempt to alter the succession was mostly seen as a one-man plot by the Duke of Northumberland. Since the 1970s, however, many historians have attributed the inception of the "devise" and the insistence on its implementation to the king's initiative. Diarmaid MacCulloch has made out Edward's "teenage dreams of founding an evangelical realm of Christ", while David Starkey has stated that "Edward had a couple of co-operators, but the driving will was his". Among other members of the Privy Chamber, Northumberland's intimate Sir John Gates has been suspected of suggesting to Edward to change his devise so that Lady Jane Grey herself—not just any sons of hers—could inherit the Crown. Whatever the degree of his contribution, Edward was convinced that his word was law and fully endorsed disinheriting his half-sisters: "barring Mary from the succession was a cause in which the young King believed".
Edward became ill during January 1553 with a fever and cough that gradually worsened. The imperial ambassador, Jean Scheyfve, reported that "he suffers a good deal when the fever is upon him, especially from a difficulty in drawing his breath, which is due to the compression of the organs on the right side".
Edward felt well enough in early April to take the air in the park at Westminster and to move to Greenwich, but by the end of the month he had weakened again. By 7 May he was "much amended", and the royal doctors had no doubt of his recovery. A few days later the king was watching the ships on the Thames, sitting at his window. However, he relapsed, and on 11 June Scheyfve, who had an informant in the king's household, reported that "the matter he ejects from his mouth is sometimes coloured a greenish yellow and black, sometimes pink, like the colour of blood". Now his doctors believed he was suffering from "a suppurating tumour" of the lung and admitted that Edward's life was beyond recovery. Soon, his legs became so swollen that he had to lie on his back, and he lost the strength to resist the disease. To his tutor John Cheke he whispered, "I am glad to die".
Edward made his final appearance in public on 1 July, when he showed himself at his window in Greenwich Palace, horrifying those who saw him by his "thin and wasted" condition. During the next two days, large crowds arrived hoping to see the king again, but on 3 July, they were told that the weather was too chilly for him to appear. Edward died at the age of 15 at Greenwich Palace at 8 pm on 6 July 1553. According to John Foxe's legendary account of his death, his last words were: "I am faint; Lord have mercy upon me, and take my spirit".
Edward was buried in the Henry VII Lady Chapel at Westminster Abbey on 8 August 1553, with reformed rites performed by Thomas Cranmer. The procession was led by "a grett company of chylderyn in ther surples" and watched by Londoners "wepyng and lamenting"; the funeral chariot, draped in cloth of gold, was topped by an effigy of Edward, with crown, sceptre, and garter. Edward's burial place was unmarked until as late as 1966, when an inscribed stone was laid in the chapel floor by Christ's Hospital school to commemorate its founder. The inscription reads as follows: "In Memory Of King Edward VI Buried In This Chapel This Stone Was Placed Here By Christ's Hospital In Thanksgiving For Their Founder 7 October 1966".
The cause of Edward VI's death is not certain. As with many royal deaths in the 16th century, rumours of poisoning abounded, but no evidence has been found to support these. The Duke of Northumberland, whose unpopularity was underlined by the events that followed Edward's death, was widely believed to have ordered the imagined poisoning. Another theory held that Edward had been poisoned by Catholics seeking to bring Mary to the throne. The surgeon who opened Edward's chest after his death found that "the disease whereof his majesty died was the disease of the lungs". The Venetian ambassador reported that Edward had died of consumption—in other words, tuberculosis—a diagnosis accepted by many historians. Skidmore believes that Edward contracted tuberculosis after a bout of measles and smallpox in 1552 that suppressed his natural immunity to the disease. Loach suggests instead that his symptoms were typical of acute bronchopneumonia, leading to a "suppurating pulmonary infection" or lung abscess, septicaemia and kidney failure.
Lady Mary was last seen by Edward in February, and was kept informed about the state of her half-brother's health by Northumberland and through her contacts with the imperial ambassadors. Aware of Edward's imminent death, she left Hunsdon House, near London, and sped to her estates around Kenninghall in Norfolk, where she could count on the support of her tenants. Northumberland sent ships to the Norfolk coast to prevent her escape or the arrival of reinforcements from the continent. He delayed the announcement of the king's death while he gathered his forces, and Jane Grey was taken to the Tower on 10 July. On the same day, she was proclaimed queen in the streets of London, to murmurings of discontent. The Privy Council received a message from Mary asserting her "right and title" to the throne and commanding that the council proclaim her queen, as she had already proclaimed herself. The council replied that Jane was queen by Edward's authority and that Mary, by contrast, was illegitimate and supported only by "a few lewd, base people".
Northumberland soon realised that he had miscalculated drastically, not least in failing to secure Mary's person before Edward's death. Although many of those who rallied to Mary were Catholics hoping to establish that religion and hoping for the defeat of Protestantism, her supporters also included many for whom her lawful claim to the throne overrode religious considerations. Northumberland was obliged to relinquish control of a nervous council in London and launch an unplanned pursuit of Mary into East Anglia, from where news was arriving of her growing support, which included a number of nobles and gentlemen and "innumerable companies of the common people". On 14 July Northumberland marched out of London with three thousand men, reaching Cambridge the next day; meanwhile, Mary rallied her forces at Framlingham Castle in Suffolk, gathering an army of nearly twenty thousand by 19 July.
It now dawned on the Privy Council that it had made a terrible mistake. Led by the Earls of Arundel and Pembroke, on 19 July the council publicly proclaimed Mary as queen; Jane's nine-day reign came to an end. The proclamation triggered wild rejoicing throughout London. Stranded in Cambridge, Northumberland himself proclaimed Mary queen—as he had been commanded to do by a letter from the council. William Paget and the Earl of Arundel rode to Framlingham to beg Mary's pardon, and Arundel arrested Northumberland on 24 July. Northumberland was beheaded on 22 August, shortly after renouncing Protestantism. His recantation dismayed his daughter-in-law, Jane, who followed him to the scaffold on 12 February 1554, after her father's involvement in Wyatt's rebellion.
Although Edward reigned for only six years and died at the age of 15, his reign made a lasting contribution to the English Reformation and the structure of the Church of England. The last decade of Henry VIII's reign had seen a partial stalling of the Reformation, a drifting back to Catholic values. By contrast, Edward's reign saw radical progress in the Reformation, with the Church transferring from an essentially Catholic liturgy and structure to one that is usually identified as Protestant. In particular, the introduction of the Book of Common Prayer, the Ordinal of 1550 and Cranmer's Forty-two Articles formed the basis for English Church practices that continue to this day. Edward himself fully approved these changes, and though they were the work of reformers such as Thomas Cranmer, Hugh Latimer and Nicholas Ridley, backed by Edward's determinedly evangelical council, the fact of the king's religion was a catalyst in the acceleration of the Reformation during his reign.
Queen Mary's attempts to undo the reforming work of her brother's reign faced major obstacles. Despite her belief in the papal supremacy, she ruled constitutionally as the Supreme Head of the English Church, a contradiction under which she bridled. She found herself entirely unable to restore the vast number of ecclesiastical properties handed over or sold to private landowners. Although she burned a number of leading Protestant churchmen, many reformers either went into exile or remained subversively active in England during her reign, producing a torrent of reforming propaganda that she was unable to stem. Nevertheless, Protestantism was not yet "printed in the stomachs" of the English people, and had Mary lived longer, her Catholic reconstruction might have succeeded, leaving Edward's reign, rather than hers, as a historical aberration.
On Mary's death in 1558, the English Reformation resumed its course, and most of the reforms instituted during Edward's reign were reinstated in the Elizabethan Religious Settlement. Queen Elizabeth replaced Mary's councillors and bishops with ex-Edwardians, such as William Cecil, Northumberland's former secretary, and Richard Cox, Edward's old tutor, who preached an anti-Catholic sermon at the opening of Parliament in 1559. Parliament passed an Act of Uniformity the following spring that restored, with modifications, Cranmer's prayer book of 1552; and the Thirty-nine Articles of 1563 were largely based on Cranmer's Forty-two Articles. The theological developments of Edward's reign provided a vital source of reference for Elizabeth's religious policies, though the internationalism of the Edwardian Reformation was never revived. | [
{
"paragraph_id": 0,
"text": "Edward VI (12 October 1537 – 6 July 1553) was King of England and Ireland from 28 January 1547 until his death in 1553. He was crowned on 20 February 1547 at the age of nine. The only surviving son of Henry VIII by his third wife, Jane Seymour, Edward was the first English monarch to be raised as a Protestant. During his reign, the realm was governed by a regency council because Edward never reached maturity. The council was first led by his uncle Edward Seymour, 1st Duke of Somerset (1547–1549), and then by John Dudley, 1st Duke of Northumberland (1550–1553).",
"title": ""
},
{
"paragraph_id": 1,
"text": "Edward's reign was marked by economic problems and social unrest that in 1549 erupted into riot and rebellion. An expensive war with Scotland, at first successful, ended with military withdrawal from Scotland and Boulogne-sur-Mer in exchange for peace. The transformation of the Church of England into a recognisably Protestant body also occurred under Edward, who took great interest in religious matters. His father, Henry VIII, had severed the link between the English Church and Rome, but continued to uphold most Catholic doctrine and ceremony. It was during Edward's reign that Protestantism was established for the first time in England with reforms that included the abolition of clerical celibacy and the Mass, and the imposition of compulsory English in church services.",
"title": ""
},
{
"paragraph_id": 2,
"text": "In 1553, at age 15, Edward fell ill. When his sickness was discovered to be terminal, he and his council drew up a \"Devise for the Succession\" to prevent the country's return to Catholicism. Edward named his Protestant first cousin once removed, Lady Jane Grey, as his heir, excluding his half-sisters, Mary and Elizabeth. This decision was disputed following Edward's death, and Jane was deposed by Mary nine days after becoming queen. Mary, a Catholic, reversed Edward's Protestant reforms during her reign, but Elizabeth restored them in 1559.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Edward was born on 12 October 1537 in his mother's room inside Hampton Court Palace, in Middlesex. He was the son of King Henry VIII by his third wife, Jane Seymour, and was the only son of Henry VIII to outlive him. Throughout the realm, the people greeted the birth of a male heir, \"whom we hungered for so long\", with joy and relief. Te Deums were sung in churches, bonfires lit, and \"their was shott at the Tower that night above two thousand gonnes\". Queen Jane, appearing to recover quickly from the birth, sent out personally signed letters announcing the birth of \"a Prince, conceived in most lawful matrimony between my Lord the King's Majesty and us\". Edward was christened on 15 October, with his 21-year-old half-sister Lady Mary as godmother and his 4-year-old half-sister Lady Elizabeth carrying the chrisom; the Garter King of Arms proclaimed him as Duke of Cornwall and Earl of Chester. The queen, however, fell ill and died from postnatal complications on 24 October, days after Edward's birth. Henry VIII wrote to Francis I of France that \"Divine Providence ... hath mingled my joy with bitterness of the death of her who brought me this happiness\".",
"title": "Early life"
},
{
"paragraph_id": 4,
"text": "Edward was a healthy baby who suckled strongly from the outset. His father was delighted with him; in May 1538, Henry was observed \"dallying with him in his arms ... and so holding him in a window to the sight and great comfort of the people\". That September, the Lord Chancellor, Lord Audley, reported Edward's rapid growth and vigour, and other accounts describe him as a tall and merry child. The tradition that Edward VI was a sickly boy has been challenged by more recent historians. At the age of four, he fell ill with a life-threatening \"quartan fever\", but, despite occasional illnesses and poor eyesight, he enjoyed generally good health until the last six months of his life.",
"title": "Early life"
},
{
"paragraph_id": 5,
"text": "Edward was initially placed in the care of Margaret Bryan, \"lady mistress\" of the prince's household. She was succeeded by Blanche Herbert, Lady Troy. Until the age of six, Edward was brought up, as he put it later in his Chronicle, \"among the women\". The formal royal household established around Edward was, at first, under Sir William Sidney, and later Sir Richard Page, stepfather of Edward's aunt Anne (the wife of Edward Seymour). Henry demanded exacting standards of security and cleanliness in his son's household, stressing that Edward was \"this whole realm's most precious jewel\". Visitors described the prince, who was lavishly provided with toys and comforts, including his own troupe of minstrels, as a contented child.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "From the age of six, Edward began his formal education under Richard Cox and John Cheke, concentrating, as he recalled himself, on \"learning of tongues, of the scripture, of philosophy, and all liberal sciences\". He received tuition from his sister Elizabeth's tutor, Roger Ascham, and from Jean Belmain, learning French, Spanish and Italian. In addition, he is known to have studied geometry and learned to play musical instruments, including the lute and the virginals. He collected globes and maps and, according to coinage historian C. E. Challis, developed a grasp of monetary affairs that indicated a high intelligence. Edward's religious education is assumed to have favoured the reforming agenda. His religious establishment was probably chosen by Archbishop Thomas Cranmer, a leading reformer. Both Cox and Cheke were \"reformed\" Catholics or Erasmians and later became Marian exiles. By 1549, Edward had written a treatise on the pope as Antichrist and was making informed notes on theological controversies. Many aspects of Edward's religion were essentially Catholic in his early years, including celebration of the mass and reverence for images and relics of the saints.",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "Both Edward's sisters were attentive to their brother and often visited him—on one occasion, Elizabeth gave him a shirt \"of her own working\". Edward \"took special content\" in Mary's company, though he disapproved of her taste for foreign dances; \"I love you most\", he wrote to her in 1546. In 1543, Henry invited his children to spend Christmas with him, signalling his reconciliation with his daughters, whom he had previously illegitimised and disinherited. The following spring, he restored them to their place in the succession with a Third Succession Act, which also provided for a regency council during Edward's minority. This unaccustomed family harmony may have owed much to the influence of Henry's sixth wife, Catherine Parr, of whom Edward soon became fond. He called her his \"most dear mother\" and in September 1546 wrote to her: \"I received so many benefits from you that my mind can hardly grasp them.\"",
"title": "Early life"
},
{
"paragraph_id": 8,
"text": "Other children were brought to play with Edward, including the granddaughter of his chamberlain, Sir William Sidney, who in adulthood recalled the prince as \"a marvellous sweet child, of very mild and generous condition\". Edward was educated with sons of nobles, \"appointed to attend upon him\" in what was a form of miniature court. Among these, Barnaby Fitzpatrick, son of an Irish peer, became a close and lasting friend. Edward was more devoted to his schoolwork than his classmates and seems to have outshone them, motivated to do his \"duty\" and compete with his sister Elizabeth's academic prowess. Edward's surroundings and possessions were regally splendid: his rooms were hung with costly Flemish tapestries, and his clothes, books and cutlery were encrusted with precious jewels and gold. Like his father, Edward was fascinated by military arts, and many of his portraits show him wearing a gold dagger with a jewelled hilt, in imitation of Henry. Edward's Chronicle enthusiastically details English military campaigns against Scotland and France, and adventures such as John Dudley's near capture at Musselburgh in 1547.",
"title": "Early life"
},
{
"paragraph_id": 9,
"text": "On 1 July 1543, Henry signed the Treaty of Greenwich with the Scots, sealing the peace with Edward's betrothal to the seven-month-old Mary, Queen of Scots, granddaughter of Edward's aunt and Henry's sister Margaret Tudor. The Scots were in a weak bargaining position after their defeat at the Battle of Solway Moss in November 1542, and Henry, seeking to unite the two realms, stipulated that Mary be handed over to him to be brought up in England. When the Scots repudiated the treaty in December 1543 and renewed their alliance with France, Henry was enraged. In April 1544, he ordered Edward's uncle, Edward Seymour, Earl of Hertford, to invade Scotland and \"put all to fire and sword, burn Edinburgh town, so razed and defaced when you have sacked and gotten what ye can of it, as there may remain forever a perpetual memory of the vengeance of God lightened upon [them] for their falsehood and disloyalty\". Seymour responded with the most savage campaign ever launched by the English against the Scots. The war, which continued into Edward's reign, has become known as \"the Rough Wooing\".",
"title": "Early life"
},
{
"paragraph_id": 10,
"text": "The nine-year-old Edward wrote to his father and stepmother on 10 January 1547 from Hertford thanking them for his new year's gift of their portraits from life. By 28 January, Henry VIII was dead. Those close to the throne, led by Edward Seymour and William Paget, agreed to delay the announcement of the king's death until arrangements had been made for a smooth succession. Seymour and Sir Anthony Browne, the Master of the Horse, rode to collect Edward from Hertford and brought him to Enfield, where Lady Elizabeth was living. He and Elizabeth were then told of their father's death and heard a reading of his will.",
"title": "Accession"
},
{
"paragraph_id": 11,
"text": "Lord Chancellor Thomas Wriothesley announced Henry's death to Parliament on 31 January, and general proclamations of Edward's succession were ordered. The new king was taken to the Tower of London, where he was welcomed with \"great shot of ordnance in all places there about, as well out of the Tower as out of the ships\". The following day, the nobles of the realm made their obeisance to Edward at the Tower, and Seymour was announced as Protector. Henry VIII was buried at Windsor on 16 February, in the same tomb as Jane Seymour, as he had wished.",
"title": "Accession"
},
{
"paragraph_id": 12,
"text": "Edward VI was crowned at Westminster Abbey on Sunday 20 February. The ceremonies were shortened, because of the \"tedious length of the same which should weary and be hurtsome peradventure to the King's majesty, being yet of tender age\", and also because the Reformation had rendered some of them inappropriate.",
"title": "Accession"
},
{
"paragraph_id": 13,
"text": "On the eve of the coronation, Edward progressed on horseback from the Tower to the Palace of Westminster through thronging crowds and pageants, many based on the pageants for a previous boy king, Henry VI. He laughed at a Spanish tightrope walker who \"tumbled and played many pretty toys\" outside St Paul's Cathedral.",
"title": "Accession"
},
{
"paragraph_id": 14,
"text": "At the coronation service, Cranmer affirmed the royal supremacy and called Edward a second Josiah, urging him to continue the reformation of the Church of England, \"the tyranny of the Bishops of Rome banished from your subjects, and images removed\". After the service, Edward presided at a banquet in Westminster Hall, where, he recalled in his Chronicle, he dined with his crown on his head.",
"title": "Accession"
},
{
"paragraph_id": 15,
"text": "Henry VIII's will named sixteen executors, who were to act as Edward's council until he reached the age of eighteen. These executors were supplemented by twelve men \"of counsail\" who would assist the executors when called on. The final state of Henry VIII's will has been the subject of controversy. Some historians suggest that those close to the king manipulated either him or the will itself to ensure a share-out of power to their benefit, both material and religious. In this reading, the composition of the Privy Chamber shifted towards the end of 1546 in favour of the reforming faction. In addition, two leading conservative Privy Councillors were removed from the centre of power.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 16,
"text": "Stephen Gardiner was refused access to Henry during his last months. Thomas Howard, 3rd Duke of Norfolk, found himself accused of treason; the day before the king's death his vast estates were seized, making them available for redistribution, and he spent the whole of Edward's reign in the Tower of London. Other historians have argued that Gardiner's exclusion was based on non-religious matters, that Norfolk was not noticeably conservative in religion, that conservatives remained on the council, and that the radicalism of such men as Sir Anthony Denny, who controlled the dry stamp that replicated the king's signature, is debatable.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 17,
"text": "Whatever the case, Henry's death was followed by a lavish hand-out of lands and honours to the new power group. The will contained an \"unfulfilled gifts\" clause, added at the last minute, which allowed the executors to freely distribute lands and honours to themselves and the court, particularly to Edward Seymour, 1st Earl of Hertford, the new king's uncle who became Lord Protector of the Realm, Governor of the King's Person and Duke of Somerset.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 18,
"text": "In fact, Henry VIII's will did not provide for the appointment of a Protector. It entrusted the government of the realm during his son's minority to a regency council that would rule collectively, by majority decision, with \"like and equal charge\". Nevertheless, a few days after Henry's death, on 4 February, the executors chose to invest almost regal power in the Duke of Somerset. Thirteen out of the sixteen (the others being absent) agreed to his appointment as Protector, which they justified as their joint decision \"by virtue of the authority\" of Henry's will. Somerset may have done a deal with some of the executors, who almost all received hand-outs. He is known to have done so with William Paget, private secretary to Henry VIII, and to have secured the support of Sir Anthony Browne of the Privy Chamber.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 19,
"text": "Somerset's appointment was in keeping with historical precedent, and his eligibility for the role was reinforced by his military successes in Scotland and France. In March 1547, he secured letters patent from King Edward granting him the almost monarchical right to appoint members to the Privy Council himself and to consult them only when he wished. In the words of historian Geoffrey Elton, \"from that moment his autocratic system was complete\". He proceeded to rule largely by proclamation, calling on the Privy Council to do little more than rubber-stamp his decisions.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 20,
"text": "Somerset's takeover of power was smooth and efficient. The imperial ambassador, François van der Delft, reported that he \"governs everything absolutely\", with Paget operating as his secretary, though he predicted trouble from John Dudley, Viscount Lisle, who had recently been raised to Earl of Warwick in the share-out of honours. In fact, in the early weeks of his Protectorate, Somerset was challenged only by the Chancellor, Thomas Wriothesley, whom the Earldom of Southampton had evidently failed to buy off, and by his own brother. Wriothesley, a religious conservative, objected to Somerset's assumption of monarchical power over the council. He then found himself abruptly dismissed from the chancellorship on charges of selling off some of his offices to delegates.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 21,
"text": "Somerset faced less manageable opposition from his younger brother Thomas, who has been described as a \"worm in the bud\". As King Edward's uncle, Thomas Seymour demanded the governorship of the king's person and a greater share of power. Somerset tried to buy his brother off with a barony, an appointment to the Lord Admiralship, and a seat on the Privy Council—but Thomas was bent on scheming for power. He began smuggling pocket money to King Edward, telling him that Somerset held the purse strings too tight, making him a \"beggarly king\". He also urged the king to throw off the Protector within two years and \"bear rule as other kings do\"; but Edward, schooled to defer to the council, failed to co-operate. In the spring of 1547, using Edward's support to circumvent Somerset's opposition, Thomas Seymour secretly married Henry VIII's widow Catherine Parr, whose Protestant household included the 11-year-old Lady Jane Grey and the 13-year-old Lady Elizabeth.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 22,
"text": "In summer 1548, a pregnant Catherine Parr discovered Thomas Seymour embracing Lady Elizabeth. As a result, Elizabeth was removed from Parr's household and transferred to Sir Anthony Denny's. That September, Parr died shortly after childbirth, and Seymour promptly resumed his attentions to Elizabeth by letter, planning to marry her. Elizabeth was receptive, but, like Edward, unready to agree to anything unless permitted by the council. In January 1549, the council had Thomas Seymour arrested on various charges, including embezzlement at the Bristol mint. King Edward, whom Seymour was accused of planning to marry to Lady Jane Grey, himself testified about the pocket money. Lack of clear evidence for treason ruled out a trial, so Seymour was condemned instead by an act of attainder and beheaded on 20 March 1549.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 23,
"text": "Somerset's only undoubted skill was as a soldier, which he had proven on expeditions to Scotland and in the defence of Boulogne-sur-Mer in 1546. From the first, his main interest as Protector was the war against Scotland. After a crushing victory at the Battle of Pinkie in September 1547, he set up a network of garrisons in Scotland, stretching as far north as Dundee. His initial successes, however, were followed by a loss of direction, as his aim of uniting the realms through conquest became increasingly unrealistic. The Scots allied with France, who sent reinforcements for the defence of Edinburgh in 1548. The Queen of Scots was moved to France, where she was betrothed to the Dauphin. The cost of maintaining the Protector's massive armies and his permanent garrisons in Scotland also placed an unsustainable burden on the royal finances. A French attack on Boulogne in August 1549 at last forced Somerset to begin a withdrawal from Scotland.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 24,
"text": "During 1548, England was subject to social unrest. After April 1549, a series of armed revolts broke out, fuelled by various religious and agrarian grievances. The two most serious rebellions, which required major military intervention to put down, were in Devon and Cornwall and in Norfolk. The first, sometimes called the Prayer Book Rebellion, arose from the imposition of Protestantism, and the second, led by a tradesman called Robert Kett, mainly from the encroachment of landlords on common grazing ground. A complex aspect of the social unrest was that the protesters believed they were acting legitimately against enclosing landlords with the Protector's support, convinced that the landlords were the lawbreakers.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 25,
"text": "The same justification for outbreaks of unrest was voiced throughout the country, not only in Norfolk and the west. The origin of the popular view of Somerset as sympathetic to the rebel cause lies partly in his series of sometimes liberal, often contradictory, proclamations, and partly in the uncoordinated activities of the commissions he sent out in 1548 and 1549 to investigate grievances about loss of tillage, encroachment of large sheep flocks on common land, and similar issues. Somerset's commissions were led by an evangelical MP called John Hales, whose socially liberal rhetoric linked the issue of enclosure with Reformation theology and the notion of a godly commonwealth. Local groups often assumed that the findings of these commissions entitled them to act against offending landlords themselves. King Edward wrote in his Chronicle that the 1549 risings began \"because certain commissions were sent down to pluck down enclosures\".",
"title": "Somerset protectorate"
},
{
"paragraph_id": 26,
"text": "Whatever the popular view of Somerset, the disastrous events of 1549 were taken as evidence of a colossal failure of government, and the council laid the responsibility at the Protector's door. In July 1549, Paget wrote to Somerset: \"Every man of the council have misliked your proceedings ... would to God, that, at the first stir you had followed the matter hotly, and caused justice to be ministered in solemn fashion to the terror of others ...\".",
"title": "Somerset protectorate"
},
{
"paragraph_id": 27,
"text": "The sequence of events that led to Somerset's removal from power has often been called a coup d'état. By 1 October 1549, Somerset had been alerted that his rule faced a serious threat. He issued a proclamation calling for assistance, took possession of the king's person, and withdrew for safety to the fortified Windsor Castle, where Edward wrote, \"Me thinks I am in prison\". Meanwhile, a united council published details of Somerset's government mismanagement. They made clear that the Protector's power came from them, not from Henry VIII's will. On 11 October, the council had Somerset arrested and brought the king to Richmond Palace. Edward summarised the charges against Somerset in his Chronicle: \"ambition, vainglory, entering into rash wars in mine youth, negligent looking on Newhaven, enriching himself of my treasure, following his own opinion, and doing all by his own authority, etc.\" In February 1550, John Dudley, Earl of Warwick, emerged as the leader of the council and, in effect, as Somerset's successor. Although Somerset was released from the Tower and restored to the council, he was executed for felony in January 1552 after scheming to overthrow Dudley's regime. Edward noted his uncle's death in his Chronicle: \"the duke of Somerset had his head cut off upon Tower Hill between eight and nine o'clock in the morning\".",
"title": "Somerset protectorate"
},
{
"paragraph_id": 28,
"text": "Historians contrast the efficiency of Somerset's takeover of power, in which they detect the organising skills of allies such as Paget, the \"master of practices\", with the subsequent ineptitude of his rule. By autumn 1549, his costly wars had lost momentum, the crown faced financial ruin, and riots and rebellions had broken out around the country. Until recent decades, Somerset's reputation with historians was high, in view of his many proclamations that appeared to back the common people against a rapacious landowning class. More recently, however, he has often been portrayed as an arrogant and aloof ruler, lacking in political and administrative skills.",
"title": "Somerset protectorate"
},
{
"paragraph_id": 29,
"text": "In contrast, Somerset's successor the Earl of Warwick, made Duke of Northumberland in 1551, was once regarded by historians merely as a grasping schemer who cynically elevated and enriched himself at the expense of the crown. Since the 1970s, the administrative and economic achievements of his regime have been recognised, and he has been credited with restoring the authority of the royal council and returning the government to an even keel after the disasters of Somerset's protectorate.",
"title": "Northumberland's leadership"
},
{
"paragraph_id": 30,
"text": "The Earl of Warwick's rival for leadership of the new regime was Thomas Wriothesley, 1st Earl of Southampton, whose conservative supporters had allied with Warwick's followers to create a unanimous council which they and observers, such as the Holy Roman Emperor Charles V's ambassador, expected to reverse Somerset's policy of religious reform. Warwick, on the other hand, pinned his hopes on the king's strong Protestantism and, claiming that Edward was old enough to rule in person, moved himself and his people closer to the king, taking control of the Privy Chamber. Paget, accepting a barony, joined Warwick when he realised that a conservative policy would not bring the emperor onto the English side over Boulogne. Southampton prepared a case for executing Somerset, aiming to discredit Warwick through Somerset's statements that he had done all with Warwick's co-operation. As a counter-move, Warwick convinced Parliament to free Somerset, which it did on 14 January 1550. Warwick then had Southampton and his followers purged from the council after winning the support of council members in return for titles, and was made Lord President of the Council and great master of the king's household. Although not called a Protector, he was now clearly the head of the government.",
"title": "Northumberland's leadership"
},
{
"paragraph_id": 31,
"text": "As Edward was growing up, he was able to understand more and more government business. However, his actual involvement in decisions has long been a matter of debate, and during the 20th century, historians have presented the whole gamut of possibilities, \"balanc[ing] an articulate puppet against a mature, precocious, and essentially adult king\", in the words of Stephen Alford. A special \"Counsel for the Estate\" was created when Edward was fourteen. He chose the members himself. In the weekly meetings with this council, Edward was \"to hear the debating of things of most importance\". A major point of contact with the king was the Privy Chamber, and there Edward worked closely with William Cecil and William Petre, the principal secretaries. The king's greatest influence was in matters of religion, where the council followed the strongly Protestant policy that Edward favoured.",
"title": "Northumberland's leadership"
},
{
"paragraph_id": 32,
"text": "The Duke of Northumberland's mode of operation was very different from Somerset's. Careful to make sure he always commanded a majority of councillors, he encouraged a working council and used it to legitimise his authority. Lacking Somerset's blood-relationship with the king, he added members to the council from his own faction in order to control it. He also added members of his family to the royal household. He saw that to achieve personal dominance, he needed total procedural control of the council. In the words of historian John Guy, \"Like Somerset, he became quasi-king; the difference was that he managed the bureaucracy on the pretence that Edward had assumed full sovereignty, whereas Somerset had asserted the right to near-sovereignty as Protector\".",
"title": "Northumberland's leadership"
},
{
"paragraph_id": 33,
"text": "Warwick's war policies were more pragmatic than Somerset's, and they have earned him criticism for weakness. In 1550, he signed a peace treaty with France that agreed to withdrawal from Boulogne and recalled all English garrisons from Scotland. In 1551, Edward was betrothed to Elisabeth of Valois, King Henry II's daughter, and was made a Knight of Saint Michael. Warwick realised that England could no longer support the cost of wars. At home, he took measures to police local unrest. To forestall future rebellions, he kept permanent representatives of the crown in the localities, including lords lieutenant, who commanded military forces and reported back to central government.",
"title": "Northumberland's leadership"
},
{
"paragraph_id": 34,
"text": "Working with William Paulet and Walter Mildmay, Warwick tackled the disastrous state of the kingdom's finances. However, his regime first succumbed to the temptations of a quick profit by further debasing the coinage. The economic disaster that resulted caused Warwick to hand the initiative to the expert Thomas Gresham. By 1552, confidence in the coinage was restored, prices fell and trade at last improved. Though a full economic recovery was not achieved until Elizabeth's reign, its origins lay in the Duke of Northumberland's policies. The regime also cracked down on widespread embezzlement of government finances, and carried out a thorough review of revenue collection practices, which has been called \"one of the more remarkable achievements of Tudor administration\".",
"title": "Northumberland's leadership"
},
{
"paragraph_id": 35,
"text": "In the matter of religion, the regime of Northumberland followed the same policy as that of Somerset, supporting an increasingly vigorous programme of reform. Although Edward VI's practical influence on government was limited, his intense Protestantism made a reforming administration obligatory; his succession was managed by the reforming faction, who continued in power throughout his reign. The man Edward trusted most, Thomas Cranmer, Archbishop of Canterbury, introduced a series of religious reforms that revolutionised the English church from one that—while rejecting papal supremacy—remained essentially Catholic to one that was institutionally Protestant. The confiscation of church property that had begun under Henry VIII resumed under Edward—notably with the dissolution of the chantries—to the great monetary advantage of the crown and the new owners of the seized property. Church reform was therefore as much a political as a religious policy under Edward VI. By the end of his reign, the church had been financially ruined, with much of the property of the bishops transferred into lay hands.",
"title": "Reformation"
},
{
"paragraph_id": 36,
"text": "The religious convictions of both Somerset and Northumberland have proved elusive for historians, who are divided on the sincerity of their Protestantism. There is less doubt, however, about the religious fervour of King Edward, who was said to have read twelve chapters of scripture daily and enjoyed sermons, and was commemorated by John Foxe as a \"godly imp\". Edward was depicted during his life and afterwards as a new Josiah, the biblical king who destroyed the idols of Baal. He could be priggish in his anti-Catholicism and once asked Catherine Parr to persuade Lady Mary \"to attend no longer to foreign dances and merriments which do not become a most Christian princess\". Edward's biographer Jennifer Loach cautions, however, against accepting too readily the pious image of Edward handed down by the reformers, as in John Foxe's influential Acts and Monuments, where a woodcut depicts the young king listening to a sermon by Hugh Latimer. In the early part of his life, Edward conformed to the prevailing Catholic practices, including attendance at mass, but he became convinced, under the influence of Cranmer and the reformers among his tutors and courtiers, that \"true\" religion should be imposed in England.",
"title": "Reformation"
},
{
"paragraph_id": 37,
"text": "The English Reformation advanced under pressure from two directions: from the traditionalists on the one hand and the zealots on the other, who led incidents of iconoclasm (image-smashing) and complained that reform did not go far enough. Cranmer set himself the task of writing a uniform liturgy in English, detailing all weekly and daily services and religious festivals, to be made compulsory in the first Act of Uniformity of 1549. The Book of Common Prayer of 1549, intended as a compromise, was attacked by traditionalists for dispensing with many cherished rituals of the liturgy, such as the elevation of the bread and wine, while some reformers complained about the retention of too many \"popish\" elements, including vestiges of sacrificial rites at communion. Many senior Catholic clerics, including Bishops Stephen Gardiner of Winchester and Edmund Bonner of London, also opposed the prayer book. Both were imprisoned in the Tower and, along with others, deprived of their sees. In 1549, over 5,500 people lost their lives in the Prayer Book Rebellion in Devon and Cornwall.",
"title": "Reformation"
},
{
"paragraph_id": 38,
"text": "Reformed doctrines were made official, such as justification by faith alone and communion for laity as well as clergy in both kinds, of bread and wine. The Ordinal of 1550 replaced the divine ordination of priests with a government-run appointment system, authorising ministers to preach the gospel and administer the sacraments rather than, as before, \"to offer sacrifice and celebrate mass both for the living and the dead\".",
"title": "Reformation"
},
{
"paragraph_id": 39,
"text": "After 1551, the Reformation advanced further, with the approval and encouragement of Edward, who began to exert more personal influence in his role as Supreme Head of the church. The new changes were also a response to criticism from such reformers as John Hooper, Bishop of Gloucester, and the Scot John Knox, who was employed as a minister in Newcastle upon Tyne under the Duke of Northumberland and whose preaching at court prompted the king to oppose kneeling at communion. Cranmer was also influenced by the views of the continental reformer Martin Bucer, who died in England in 1551; by Peter Martyr, who was teaching at Oxford; and by other foreign theologians. The progress of the Reformation was further speeded by the consecration of more reformers as bishops. In the winter of 1551–52, Cranmer rewrote the Book of Common Prayer in less ambiguous reformist terms, revised canon law and prepared a doctrinal statement, the Forty-two Articles, to clarify the practice of the reformed religion, particularly in the divisive matter of the communion service. Cranmer's formulation of the reformed religion, finally divesting the communion service of any notion of the real presence of God in the bread and the wine, effectively abolished the mass. According to Elton, the publication of Cranmer's revised prayer book in 1552, supported by a second Act of Uniformity, \"marked the arrival of the English Church at Protestantism\". The prayer book of 1552 remains the foundation of the Church of England's services. However, Cranmer was unable to implement all these reforms once it became clear in spring 1553 that King Edward, upon whom the whole Reformation in England depended, was dying.",
"title": "Reformation"
},
{
"paragraph_id": 40,
"text": "After the Rough Wooing and Thomas Seymour's plan to marry him off to Lady Jane Grey, the 13-year-old King was betrothed to the five-year-old Elisabeth of Valois, daughter of Henry II of France and Catherine de' Medici, in 1550. The marriage alliance was negotiated in secrecy, although Pope Julius III became aware of the plan and threatened to excommunicate both Henry and Elisabeth if the marriage went forward. A dowry of 200,000 écus was agreed to, but was never paid due to Edward's death before marriage. Elisabeth later married his sister Mary's widower, Philip II of Spain.",
"title": "Betrothal"
},
{
"paragraph_id": 41,
"text": "In February 1553, Edward VI became ill, and by June, after several improvements and relapses, he was in a hopeless condition. The king's death and the succession of his Catholic half-sister Mary would jeopardise the English Reformation, and Edward's council and officers had many reasons to fear it. Edward himself opposed Mary's succession, not only on religious grounds but also on those of legitimacy and male inheritance, which also applied to Elizabeth. He composed a draft document, headed \"My devise for the succession\", in which he undertook to change the succession, most probably inspired by his father Henry VIII's precedent. He passed over the claims of his half-sisters and, at last, settled the Crown on his first cousin once removed, the 16-year-old Lady Jane Grey, who on 25 May 1553 had married Lord Guilford Dudley, a younger son of the Duke of Northumberland. In the document he writes:",
"title": "Death and succession crisis"
},
{
"paragraph_id": 42,
"text": "My devise for the Succession",
"title": "Death and succession crisis"
},
{
"paragraph_id": 43,
"text": "1. For lakke of issu [masle inserted above the line, but afterwards crossed out] of my body [to the issu (masle above the line) cumming of thissu femal, as i have after declared inserted, but crossed out]. To the L Franceses heires masles, [For lakke of erased] [if she have any inserted] such issu [befor my death inserted] to the L' Janes [and her inserted] heires masles, To the L Katerins heires masles, To the L Maries heires masles, To the heires masles of the daughters wich she shal haue hereafter. Then to the L Margets heires masles. For lakke of such issu, To th'eires masles of the L Janes daughters. To th'eires masles of the L Katerins daughters, and so forth til yow come to the L Margets [daughters inserted] heires masles.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 44,
"text": "2. If after my death theire masle be entred into 18 yere old, then he to have the hole rule and gouernauce therof.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 45,
"text": "3. But if he be under 18, then his mother to be gouuernres til he entre 18 yere old, But to doe nothing w'out th'auise (and agremet inserted) of 6 parcel of a counsel to be pointed by my last will to the nombre of 20.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 46,
"text": "4. If the mother die befor th'eire entre into 18 the realme to be gouuerned by the cousel Prouided that after he be 14 yere al great matters of importaunce be opened to him.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 47,
"text": "5. If i died w'out issu, and there were none heire masle, then the L Fraunces to be (reget altered to) gouuernres. For lakke of her, the her eldest daughters,4 and for lakke of them the L Marget to be gouuernres after as is aforsaid, til sume heire masle be borne, and then the mother of that child to be gouuernres.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 48,
"text": "6. And if during the rule of the gouuernres ther die 4 of the counsel, then shal she by her letters cal an asseble of the counsel w'in on month folowing and chose 4 more, wherin she shal haue thre uoices. But after her death the 16 shal chose emong themselfes til th'eire come to (18 erased) 14 yeare olde, and then he by ther aduice shal chose them\" (1553).",
"title": "Death and succession crisis"
},
{
"paragraph_id": 49,
"text": "In his document Edward provided, in case of \"lack of issue of my body\", for the succession of male heirs only – those of Lady Jane Grey's mother, Frances Grey, Duchess of Suffolk; of Jane herself; or of her sisters Katherine, Lady Herbert, and Lady Mary. As his death approached and possibly persuaded by Northumberland, he altered the wording so that Jane and her sisters themselves should be able to succeed. Yet Edward conceded their right only as an exception to male rule, demanded by reality, an example not to be followed if Jane and her sisters had only daughters. In the final document both Mary and Elizabeth were excluded because of bastardy; since both had been declared bastards under Henry VIII and never made legitimate again, this reason could be advanced for both sisters. The provisions to alter the succession directly contravened Henry VIII's Third Succession Act of 1544 and have been described as bizarre and illogical.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 50,
"text": "In early June, Edward personally supervised the drafting of a clean version of his devise by lawyers, to which he lent his signature \"in six several places.\" Then, on 15 June he summoned high-ranking judges to his sickbed, commanding them on their allegiance \"with sharp words and angry countenance\" to prepare his devise as letters patent and announced that he would have these passed in Parliament. His next measure was to have leading councillors and lawyers sign a bond in his presence, in which they agreed faithfully to perform Edward's will after his death. A few months later, Chief Justice Edward Montagu recalled that when he and his colleagues had raised legal objections to the devise, Northumberland had threatened them \"trembling for anger, and ... further said that he would fight in his shirt with any man in that quarrel\". Montagu also overheard a group of lords standing behind him conclude \"if they refused to do that, they were traitors\". At last, on 21 June, the devise was signed by over a hundred notables, including councillors, peers, archbishops, bishops and sheriffs; many of them later claimed that they had been bullied into doing so by Northumberland, although in the words of Edward's biographer Jennifer Loach, \"few of them gave any clear indication of reluctance at the time\".",
"title": "Death and succession crisis"
},
{
"paragraph_id": 51,
"text": "It was now common knowledge that Edward was dying, and foreign diplomats suspected that some scheme to debar Mary was under way. France found the prospect of the emperor's cousin on the English throne disagreeable and engaged in secret talks with Northumberland, indicating support. The diplomats were certain that the overwhelming majority of the English people backed Mary, but nevertheless believed that Queen Jane would be successfully established.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 52,
"text": "For centuries, the attempt to alter the succession was mostly seen as a one-man plot by the Duke of Northumberland. Since the 1970s, however, many historians have attributed the inception of the \"devise\" and the insistence on its implementation to the king's initiative. Diarmaid MacCulloch has made out Edward's \"teenage dreams of founding an evangelical realm of Christ\", while David Starkey has stated that \"Edward had a couple of co-operators, but the driving will was his\". Among other members of the Privy Chamber, Northumberland's intimate Sir John Gates has been suspected of suggesting to Edward to change his devise so that Lady Jane Grey herself—not just any sons of hers—could inherit the Crown. Whatever the degree of his contribution, Edward was convinced that his word was law and fully endorsed disinheriting his half-sisters: \"barring Mary from the succession was a cause in which the young King believed\".",
"title": "Death and succession crisis"
},
{
"paragraph_id": 53,
"text": "Edward became ill during January 1553 with a fever and cough that gradually worsened. The imperial ambassador, Jean Scheyfve, reported that \"he suffers a good deal when the fever is upon him, especially from a difficulty in drawing his breath, which is due to the compression of the organs on the right side\".",
"title": "Death and succession crisis"
},
{
"paragraph_id": 54,
"text": "Edward felt well enough in early April to take the air in the park at Westminster and to move to Greenwich, but by the end of the month he had weakened again. By 7 May he was \"much amended\", and the royal doctors had no doubt of his recovery. A few days later the king was watching the ships on the Thames, sitting at his window. However, he relapsed, and on 11 June Scheyfve, who had an informant in the king's household, reported that \"the matter he ejects from his mouth is sometimes coloured a greenish yellow and black, sometimes pink, like the colour of blood\". Now his doctors believed he was suffering from \"a suppurating tumour\" of the lung and admitted that Edward's life was beyond recovery. Soon, his legs became so swollen that he had to lie on his back, and he lost the strength to resist the disease. To his tutor John Cheke he whispered, \"I am glad to die\".",
"title": "Death and succession crisis"
},
{
"paragraph_id": 55,
"text": "Edward made his final appearance in public on 1 July, when he showed himself at his window in Greenwich Palace, horrifying those who saw him by his \"thin and wasted\" condition. During the next two days, large crowds arrived hoping to see the king again, but on 3 July, they were told that the weather was too chilly for him to appear. Edward died at the age of 15 at Greenwich Palace at 8 pm on 6 July 1553. According to John Foxe's legendary account of his death, his last words were: \"I am faint; Lord have mercy upon me, and take my spirit\".",
"title": "Death and succession crisis"
},
{
"paragraph_id": 56,
"text": "Edward was buried in the Henry VII Lady Chapel at Westminster Abbey on 8 August 1553, with reformed rites performed by Thomas Cranmer. The procession was led by \"a grett company of chylderyn in ther surples\" and watched by Londoners \"wepyng and lamenting\"; the funeral chariot, draped in cloth of gold, was topped by an effigy of Edward, with crown, sceptre, and garter. Edward's burial place was unmarked until as late as 1966, when an inscribed stone was laid in the chapel floor by Christ's Hospital school to commemorate its founder. The inscription reads as follows: \"In Memory Of King Edward VI Buried In This Chapel This Stone Was Placed Here By Christ's Hospital In Thanksgiving For Their Founder 7 October 1966\".",
"title": "Death and succession crisis"
},
{
"paragraph_id": 57,
"text": "The cause of Edward VI's death is not certain. As with many royal deaths in the 16th century, rumours of poisoning abounded, but no evidence has been found to support these. The Duke of Northumberland, whose unpopularity was underlined by the events that followed Edward's death, was widely believed to have ordered the imagined poisoning. Another theory held that Edward had been poisoned by Catholics seeking to bring Mary to the throne. The surgeon who opened Edward's chest after his death found that \"the disease whereof his majesty died was the disease of the lungs\". The Venetian ambassador reported that Edward had died of consumption—in other words, tuberculosis—a diagnosis accepted by many historians. Skidmore believes that Edward contracted tuberculosis after a bout of measles and smallpox in 1552 that suppressed his natural immunity to the disease. Loach suggests instead that his symptoms were typical of acute bronchopneumonia, leading to a \"suppurating pulmonary infection\" or lung abscess, septicaemia and kidney failure.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 58,
"text": "Lady Mary was last seen by Edward in February, and was kept informed about the state of her half-brother's health by Northumberland and through her contacts with the imperial ambassadors. Aware of Edward's imminent death, she left Hunsdon House, near London, and sped to her estates around Kenninghall in Norfolk, where she could count on the support of her tenants. Northumberland sent ships to the Norfolk coast to prevent her escape or the arrival of reinforcements from the continent. He delayed the announcement of the king's death while he gathered his forces, and Jane Grey was taken to the Tower on 10 July. On the same day, she was proclaimed queen in the streets of London, to murmurings of discontent. The Privy Council received a message from Mary asserting her \"right and title\" to the throne and commanding that the council proclaim her queen, as she had already proclaimed herself. The council replied that Jane was queen by Edward's authority and that Mary, by contrast, was illegitimate and supported only by \"a few lewd, base people\".",
"title": "Death and succession crisis"
},
{
"paragraph_id": 59,
"text": "Northumberland soon realised that he had miscalculated drastically, not least in failing to secure Mary's person before Edward's death. Although many of those who rallied to Mary were Catholics hoping to establish that religion and hoping for the defeat of Protestantism, her supporters also included many for whom her lawful claim to the throne overrode religious considerations. Northumberland was obliged to relinquish control of a nervous council in London and launch an unplanned pursuit of Mary into East Anglia, from where news was arriving of her growing support, which included a number of nobles and gentlemen and \"innumerable companies of the common people\". On 14 July Northumberland marched out of London with three thousand men, reaching Cambridge the next day; meanwhile, Mary rallied her forces at Framlingham Castle in Suffolk, gathering an army of nearly twenty thousand by 19 July.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 60,
"text": "It now dawned on the Privy Council that it had made a terrible mistake. Led by the Earls of Arundel and Pembroke, on 19 July the council publicly proclaimed Mary as queen; Jane's nine-day reign came to an end. The proclamation triggered wild rejoicing throughout London. Stranded in Cambridge, Northumberland himself proclaimed Mary queen—as he had been commanded to do by a letter from the council. William Paget and the Earl of Arundel rode to Framlingham to beg Mary's pardon, and Arundel arrested Northumberland on 24 July. Northumberland was beheaded on 22 August, shortly after renouncing Protestantism. His recantation dismayed his daughter-in-law, Jane, who followed him to the scaffold on 12 February 1554, after her father's involvement in Wyatt's rebellion.",
"title": "Death and succession crisis"
},
{
"paragraph_id": 61,
"text": "Although Edward reigned for only six years and died at the age of 15, his reign made a lasting contribution to the English Reformation and the structure of the Church of England. The last decade of Henry VIII's reign had seen a partial stalling of the Reformation, a drifting back to Catholic values. By contrast, Edward's reign saw radical progress in the Reformation, with the Church transferring from an essentially Catholic liturgy and structure to one that is usually identified as Protestant. In particular, the introduction of the Book of Common Prayer, the Ordinal of 1550 and Cranmer's Forty-two Articles formed the basis for English Church practices that continue to this day. Edward himself fully approved these changes, and though they were the work of reformers such as Thomas Cranmer, Hugh Latimer and Nicholas Ridley, backed by Edward's determinedly evangelical council, the fact of the king's religion was a catalyst in the acceleration of the Reformation during his reign.",
"title": "Protestant legacy"
},
{
"paragraph_id": 62,
"text": "Queen Mary's attempts to undo the reforming work of her brother's reign faced major obstacles. Despite her belief in the papal supremacy, she ruled constitutionally as the Supreme Head of the English Church, a contradiction under which she bridled. She found herself entirely unable to restore the vast number of ecclesiastical properties handed over or sold to private landowners. Although she burned a number of leading Protestant churchmen, many reformers either went into exile or remained subversively active in England during her reign, producing a torrent of reforming propaganda that she was unable to stem. Nevertheless, Protestantism was not yet \"printed in the stomachs\" of the English people, and had Mary lived longer, her Catholic reconstruction might have succeeded, leaving Edward's reign, rather than hers, as a historical aberration.",
"title": "Protestant legacy"
},
{
"paragraph_id": 63,
"text": "On Mary's death in 1558, the English Reformation resumed its course, and most of the reforms instituted during Edward's reign were reinstated in the Elizabethan Religious Settlement. Queen Elizabeth replaced Mary's councillors and bishops with ex-Edwardians, such as William Cecil, Northumberland's former secretary, and Richard Cox, Edward's old tutor, who preached an anti-Catholic sermon at the opening of Parliament in 1559. Parliament passed an Act of Uniformity the following spring that restored, with modifications, Cranmer's prayer book of 1552; and the Thirty-nine Articles of 1563 were largely based on Cranmer's Forty-two Articles. The theological developments of Edward's reign provided a vital source of reference for Elizabeth's religious policies, though the internationalism of the Edwardian Reformation was never revived.",
"title": "Protestant legacy"
}
]
| Edward VI was King of England and Ireland from 28 January 1547 until his death in 1553. He was crowned on 20 February 1547 at the age of nine. The only surviving son of Henry VIII by his third wife, Jane Seymour, Edward was the first English monarch to be raised as a Protestant. During his reign, the realm was governed by a regency council because Edward never reached maturity. The council was first led by his uncle Edward Seymour, 1st Duke of Somerset (1547–1549), and then by John Dudley, 1st Duke of Northumberland (1550–1553). Edward's reign was marked by economic problems and social unrest that in 1549 erupted into riot and rebellion. An expensive war with Scotland, at first successful, ended with military withdrawal from Scotland and Boulogne-sur-Mer in exchange for peace. The transformation of the Church of England into a recognisably Protestant body also occurred under Edward, who took great interest in religious matters. His father, Henry VIII, had severed the link between the English Church and Rome, but continued to uphold most Catholic doctrine and ceremony. It was during Edward's reign that Protestantism was established for the first time in England with reforms that included the abolition of clerical celibacy and the Mass, and the imposition of compulsory English in church services. In 1553, at age 15, Edward fell ill. When his sickness was discovered to be terminal, he and his council drew up a "Devise for the Succession" to prevent the country's return to Catholicism. Edward named his Protestant first cousin once removed, Lady Jane Grey, as his heir, excluding his half-sisters, Mary and Elizabeth. This decision was disputed following Edward's death, and Jane was deposed by Mary nine days after becoming queen. Mary, a Catholic, reversed Edward's Protestant reforms during her reign, but Elizabeth restored them in 1559. | 2001-12-11T02:19:57Z | 2023-12-30T14:07:47Z | [
"Template:Blockquote",
"Template:Refend",
"Template:S-aft",
"Template:Redirect",
"Template:Notelist",
"Template:Citation",
"Template:Cite EB1911",
"Template:Use British English",
"Template:Portal",
"Template:Refbegin",
"Template:Cite book",
"Template:Wikisource author",
"Template:S-reg",
"Template:S-vac",
"Template:S-end",
"Template:Tree chart",
"Template:Chart top",
"Template:Tree chart/end",
"Template:Reflist",
"Template:UK National Archives ID",
"Template:S-ttl",
"Template:S-break",
"Template:Dukes of Cornwall",
"Template:Infobox royalty",
"Template:Authority control",
"Template:Anglicanism (footer)",
"Template:Efn",
"Template:C.",
"Template:Cite web",
"Template:S-start",
"Template:S-hou",
"Template:Featured article",
"Template:For",
"Template:Sfn",
"Template:Harvnb",
"Template:Cite ODNB",
"Template:Librivox author",
"Template:S-bef",
"Template:Short description",
"Template:Chart bottom",
"Template:Commons",
"Template:Tree chart/start",
"Template:NPG name",
"Template:English, Scottish and British monarchs",
"Template:Princes of Wales",
"Template:The Prince and the Pauper",
"Template:Use dmy dates"
]
| https://en.wikipedia.org/wiki/Edward_VI |
10,248 | Extrapyramidal | Extrapyramidal can refer to: | [
{
"paragraph_id": 0,
"text": "Extrapyramidal can refer to:",
"title": ""
}
]
| Extrapyramidal can refer to: Extrapyramidal system
Extrapyramidal symptoms | 2019-12-28T11:23:02Z | [
"Template:Disambiguation"
]
| https://en.wikipedia.org/wiki/Extrapyramidal |
|
10,251 | EDSAC | The Electronic Delay Storage Automatic Calculator (EDSAC) was an early British computer. Inspired by John von Neumann's seminal First Draft of a Report on the EDVAC, the machine was constructed by Maurice Wilkes and his team at the University of Cambridge Mathematical Laboratory in England. EDSAC was the second electronic digital stored-program computer to go into regular service.
Later the project was supported by J. Lyons & Co. Ltd., intending to develop a commercially applied computer and succeeding in Lyons' development of LEO I, based on the EDSAC design. Work on EDSAC started during 1947, and it ran its first programs on 6 May 1949, when it calculated a table of square numbers and a list of prime numbers. EDSAC was finally shut down on 11 July 1958, having been superseded by EDSAC 2, which remained in use until 1965.
As soon as EDSAC was operational, it began serving the university's research needs. It used mercury delay lines for memory and derated vacuum tubes for logic. Power consumption was 11 kW of electricity. Cycle time was 1.5 ms for all ordinary instructions, 6 ms for multiplication. Input was via five-hole punched tape, and output was via a teleprinter.
Initially registers were limited to an accumulator and a multiplier register. In 1953, David Wheeler, returning from a stay at the University of Illinois, designed an index register as an extension to the original EDSAC hardware.
A magnetic-tape drive was added in 1952 but never worked sufficiently well to be of real use.
Until 1952, the available main memory (instructions and data) was only 512 18-bit words, and there was no backing store. The delay lines (or "tanks") were arranged in two batteries providing 512 words each. The second battery came into operation in 1952.
The full 1024-word delay-line store was not available until 1955 or early 1956, limiting programs to about 800 words until then.
John Lindley (diploma student 1958–1959) mentioned "the incredible difficulty we had ever to produce a single correct piece of paper tape with the crude and unreliable home-made punching, printing and verifying gear available in the late 50s".
The EDSAC's main memory consisted of 1024 locations, though only 512 locations were initially installed. Each contained 18 bits, but the topmost bit was always unavailable due to timing problems, so only 17 bits were used. An instruction consisted of a 5-bit instruction code, 1 spare bit, a 10-bit operand (usually a memory address), and 1 length bit to control whether the instruction used a 17-bit or a 35-bit operand (two consecutive words, little-endian). All instruction codes were by design represented by one mnemonic letter, so that the Add instruction, for example, used the EDSAC character code for the letter A.
Internally, the EDSAC used two's complement binary numbers. Numbers were either 17 bits (one word) or 35 bits (two words) long. Unusually, the multiplier was designed to treat numbers as fixed-point fractions in the range −1 ≤ x < 1, i.e. the binary point was immediately to the right of the sign. The accumulator could hold 71 bits, including the sign, allowing two long (35-bit) numbers to be multiplied without losing any precision.
The instructions available were:
There was no division instruction (but various division subroutines were supplied) and no way to directly load a number into the accumulator (a "sTore and zero accumulator" instruction followed by an "Add" instruction were necessary for this). There was no unconditional jump instruction, nor was there a procedure call instruction – it had not yet been invented.
Maurice Wilkes discussed relative addressing modes for the EDSAC in a paper published in 1953. He was making the proposals to facilitate the use of subroutines.
The initial orders were hard-wired on a set of uniselector switches and loaded into the low words of memory at startup. By May 1949, the initial orders provided a primitive relocating assembler taking advantage of the mnemonic design described above, all in 31 words. This was the world's first assembler, and arguably the start of the global software industry. There is a simulation of EDSAC available, and a full description of the initial orders and first programs.
The first calculation done by EDSAC was a square-number program run on 6 May 1949. The program was written by Beatrice Worsley, who had travelled from Canada to study the machine.
The machine was used by other members of the university to solve real problems, and many early techniques were developed that are now included in operating systems.
Users prepared their programs by punching them (in assembler) onto a paper tape. They soon became good at being able to hold the paper tape up to the light and read back the codes. When a program was ready, it was hung on a length of line strung up near the paper-tape reader. The machine operators, who were present during the day, selected the next tape from the line and loaded it into EDSAC. This is of course well known today as job queues. If it printed something, then the tape and the printout were returned to the user, otherwise they were informed at which memory location it had stopped. Debuggers were some time away, but a cathode-ray tube screen could be set to display the contents of a particular piece of memory. This was used to see whether a number was converging, for example. A loudspeaker was connected to the accumulator's sign bit; experienced users knew healthy and unhealthy sounds of programs, particularly programs "hung" in a loop.
After office hours certain "authorised users" were allowed to run the machine for themselves, which went on late into the night until a valve blew – which usually happened according to one such user. This is alluded to by Fred Hoyle in his novel The Black Cloud
The early programmers had to make use of techniques frowned upon today—in particular, the use of self-modifying code. As there was no index register until much later, the only way of accessing an array was to alter which memory location a particular instruction was referencing.
David Wheeler, who earned the world's first Computer Science PhD working on the project, is credited with inventing the concept of a subroutine. Users wrote programs that called a routine by jumping to the start of the subroutine with the return address (i.e. the location-plus-one of the jump itself) in the accumulator (a Wheeler Jump). By convention the subroutine expected this, and the first thing it did was to modify its concluding jump instruction to that return address. Multiple and nested subroutines could be called so long as the user knew the length of each one in order to calculate the location to jump to; recursive calls were forbidden. The user then copied the code for the subroutine from a master tape onto their own tape following the end of their own program. (However, Alan Turing discussed subroutines in a paper of 1945 on design proposals for the NPL ACE, going so far as to invent the concept of a return-address stack, which would have allowed recursion.)
The lack of an index register also posed a problem to the writer of a subroutine in that they could not know in advance where in memory the subroutine would be loaded, and therefore they could not know how to address any regions of the code that were used for storage of data (so-called "pseudo-orders"). This was solved by use of an initial input routine, which was responsible for loading subroutines from punched tape into memory. On loading a subroutine, it would note the start location and increment internal memory references as required. Thus, as Wilkes wrote, "the code used to represent orders outside the machine differs from that used inside, the differences being dictated by the different requirements of the programmer on the one hand, and of the control circuits of the machine on the other".
EDSAC's programmers used special techniques to make best use of the limited available memory. For example, at the point of loading a subroutine from punched tape into memory, it might happen that a particular constant would have to be calculated, a constant that would not subsequently need recalculation. In this situation, the constant would be calculated in an "interlude". The code required to calculate the constant would be supplied along with the full subroutine. After the initial input routine had loaded the calculation-code, it would transfer control to this code. Once the constant had been calculated and written into memory, control would return to the initial input routine, which would continue to write the remainder of the subroutine into memory, but first adjusting its starting point so as to overwrite the code that had calculated the constant. This allowed quite complicated adjustments to be made to a general-purpose subroutine without making its final footprint in memory any larger than had it been tailored to a specific circumstance.
The subroutine concept led to the availability of a substantial subroutine library. By 1951, 87 subroutines in the following categories were available for general use: floating-point arithmetic; arithmetic operations on complex numbers; checking; division; exponentiation; routines relating to functions; differential equations; special functions; power series; logarithms; miscellaneous; print and layout; quadrature; read (input); nth root; trigonometric functions; counting operations (simulating repeat until loops, while loops and for loops); vectors; and matrices.
The first assembly language appeared for the EDSAC, and inspired several other assembly languages:
EDSAC was designed specifically to form part of the Mathematical Laboratory's support service for calculation. The first scientific paper to be published using a computer for calculations was by Ronald Fisher. Wilkes and Wheeler had used EDSAC to solve a differential equation relating to gene frequencies for him. In 1951, Miller and Wheeler used the machine to discover a 79-digit prime – the largest known at the time.
The winners of three Nobel Prizes – John Kendrew and Max Perutz (Chemistry, 1962), Andrew Huxley (Medicine, 1963) and Martin Ryle (Physics, 1974) – benefitted from EDSAC's revolutionary computing power. In their acceptance prize speeches, each acknowledged the role that EDSAC had played in their research.
In the early 1960s Peter Swinnerton-Dyer used the EDSAC computer to calculate the number of points modulo p (denoted by Np) for a large number of primes p on elliptic curves whose rank was known. Based on these numerical results, Birch & Swinnerton-Dyer (1965) conjectured that Np for a curve E with rank r obeys an asymptotic law, the Birch and Swinnerton-Dyer conjecture, considered one of the top unsolved problems in mathematics as of 2022.
The "brain" [computer] may one day come down to our level [of the common people] and help with our income-tax and book-keeping calculations. But this is speculation and there is no sign of it so far.
In 1952, Sandy Douglas developed OXO, a version of noughts and crosses (tic-tac-toe) for the EDSAC, with graphical output to a VCR97 6" cathode-ray tube. This may well have been the world's first video game.
Another video game was created by Stanley Gill and involved a dot (termed a sheep) approaching a line in which one of two gates could be opened. The Stanley Gill game was controlled via the lightbeam of the EDSAC's paper-tape reader. Interrupting it (such as by the player placing their hand in it) would open the upper gate. Leaving the beam unbroken would result in the lower gate opening.
EDSAC's successor, EDSAC 2, was commissioned in 1958.
In 1961, an EDSAC 2 version of Autocode, an ALGOL-like high-level programming language for scientists and engineers, was developed by David Hartley.
In the mid-1960s, a successor to the EDSAC 2 was planned, but the move was instead made to the Titan, a prototype Atlas 2 developed from the Atlas Computer of the University of Manchester, Ferranti, and Plessey.
On 13 January 2011, the Computer Conservation Society announced that it planned to build a working replica of EDSAC, at the National Museum of Computing (TNMoC) in Bletchley Park supervised by Andrew Herbert, who studied under Maurice Wilkes. The first parts of the replica were switched on in November 2014. The EDSAC logical circuits were meticulously reconstructed through the development of a simulator and the reexamination of some rediscovered original schematics. This documentation has been released under a Creative Commons license. The ongoing project is open to visitors of the museum. In 2016, two original EDSAC operators, Margaret Marrs and Joyce Wheeler, visited the museum to assist the project. As of November 2016, commissioning of the fully completed and operational state of the replica was estimated to be the autumn of 2017. However, unforeseen project delays have resulted in an unknown date for a completed and fully operational machine. | [
{
"paragraph_id": 0,
"text": "The Electronic Delay Storage Automatic Calculator (EDSAC) was an early British computer. Inspired by John von Neumann's seminal First Draft of a Report on the EDVAC, the machine was constructed by Maurice Wilkes and his team at the University of Cambridge Mathematical Laboratory in England. EDSAC was the second electronic digital stored-program computer to go into regular service.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Later the project was supported by J. Lyons & Co. Ltd., intending to develop a commercially applied computer and succeeding in Lyons' development of LEO I, based on the EDSAC design. Work on EDSAC started during 1947, and it ran its first programs on 6 May 1949, when it calculated a table of square numbers and a list of prime numbers. EDSAC was finally shut down on 11 July 1958, having been superseded by EDSAC 2, which remained in use until 1965.",
"title": ""
},
{
"paragraph_id": 2,
"text": "As soon as EDSAC was operational, it began serving the university's research needs. It used mercury delay lines for memory and derated vacuum tubes for logic. Power consumption was 11 kW of electricity. Cycle time was 1.5 ms for all ordinary instructions, 6 ms for multiplication. Input was via five-hole punched tape, and output was via a teleprinter.",
"title": "Technical overview"
},
{
"paragraph_id": 3,
"text": "Initially registers were limited to an accumulator and a multiplier register. In 1953, David Wheeler, returning from a stay at the University of Illinois, designed an index register as an extension to the original EDSAC hardware.",
"title": "Technical overview"
},
{
"paragraph_id": 4,
"text": "A magnetic-tape drive was added in 1952 but never worked sufficiently well to be of real use.",
"title": "Technical overview"
},
{
"paragraph_id": 5,
"text": "Until 1952, the available main memory (instructions and data) was only 512 18-bit words, and there was no backing store. The delay lines (or \"tanks\") were arranged in two batteries providing 512 words each. The second battery came into operation in 1952.",
"title": "Technical overview"
},
{
"paragraph_id": 6,
"text": "The full 1024-word delay-line store was not available until 1955 or early 1956, limiting programs to about 800 words until then.",
"title": "Technical overview"
},
{
"paragraph_id": 7,
"text": "John Lindley (diploma student 1958–1959) mentioned \"the incredible difficulty we had ever to produce a single correct piece of paper tape with the crude and unreliable home-made punching, printing and verifying gear available in the late 50s\".",
"title": "Technical overview"
},
{
"paragraph_id": 8,
"text": "The EDSAC's main memory consisted of 1024 locations, though only 512 locations were initially installed. Each contained 18 bits, but the topmost bit was always unavailable due to timing problems, so only 17 bits were used. An instruction consisted of a 5-bit instruction code, 1 spare bit, a 10-bit operand (usually a memory address), and 1 length bit to control whether the instruction used a 17-bit or a 35-bit operand (two consecutive words, little-endian). All instruction codes were by design represented by one mnemonic letter, so that the Add instruction, for example, used the EDSAC character code for the letter A.",
"title": "Technical overview"
},
{
"paragraph_id": 9,
"text": "Internally, the EDSAC used two's complement binary numbers. Numbers were either 17 bits (one word) or 35 bits (two words) long. Unusually, the multiplier was designed to treat numbers as fixed-point fractions in the range −1 ≤ x < 1, i.e. the binary point was immediately to the right of the sign. The accumulator could hold 71 bits, including the sign, allowing two long (35-bit) numbers to be multiplied without losing any precision.",
"title": "Technical overview"
},
{
"paragraph_id": 10,
"text": "The instructions available were:",
"title": "Technical overview"
},
{
"paragraph_id": 11,
"text": "There was no division instruction (but various division subroutines were supplied) and no way to directly load a number into the accumulator (a \"sTore and zero accumulator\" instruction followed by an \"Add\" instruction were necessary for this). There was no unconditional jump instruction, nor was there a procedure call instruction – it had not yet been invented.",
"title": "Technical overview"
},
{
"paragraph_id": 12,
"text": "Maurice Wilkes discussed relative addressing modes for the EDSAC in a paper published in 1953. He was making the proposals to facilitate the use of subroutines.",
"title": "Technical overview"
},
{
"paragraph_id": 13,
"text": "The initial orders were hard-wired on a set of uniselector switches and loaded into the low words of memory at startup. By May 1949, the initial orders provided a primitive relocating assembler taking advantage of the mnemonic design described above, all in 31 words. This was the world's first assembler, and arguably the start of the global software industry. There is a simulation of EDSAC available, and a full description of the initial orders and first programs.",
"title": "Technical overview"
},
{
"paragraph_id": 14,
"text": "The first calculation done by EDSAC was a square-number program run on 6 May 1949. The program was written by Beatrice Worsley, who had travelled from Canada to study the machine.",
"title": "Technical overview"
},
{
"paragraph_id": 15,
"text": "The machine was used by other members of the university to solve real problems, and many early techniques were developed that are now included in operating systems.",
"title": "Technical overview"
},
{
"paragraph_id": 16,
"text": "Users prepared their programs by punching them (in assembler) onto a paper tape. They soon became good at being able to hold the paper tape up to the light and read back the codes. When a program was ready, it was hung on a length of line strung up near the paper-tape reader. The machine operators, who were present during the day, selected the next tape from the line and loaded it into EDSAC. This is of course well known today as job queues. If it printed something, then the tape and the printout were returned to the user, otherwise they were informed at which memory location it had stopped. Debuggers were some time away, but a cathode-ray tube screen could be set to display the contents of a particular piece of memory. This was used to see whether a number was converging, for example. A loudspeaker was connected to the accumulator's sign bit; experienced users knew healthy and unhealthy sounds of programs, particularly programs \"hung\" in a loop.",
"title": "Technical overview"
},
{
"paragraph_id": 17,
"text": "After office hours certain \"authorised users\" were allowed to run the machine for themselves, which went on late into the night until a valve blew – which usually happened according to one such user. This is alluded to by Fred Hoyle in his novel The Black Cloud",
"title": "Technical overview"
},
{
"paragraph_id": 18,
"text": "The early programmers had to make use of techniques frowned upon today—in particular, the use of self-modifying code. As there was no index register until much later, the only way of accessing an array was to alter which memory location a particular instruction was referencing.",
"title": "Technical overview"
},
{
"paragraph_id": 19,
"text": "David Wheeler, who earned the world's first Computer Science PhD working on the project, is credited with inventing the concept of a subroutine. Users wrote programs that called a routine by jumping to the start of the subroutine with the return address (i.e. the location-plus-one of the jump itself) in the accumulator (a Wheeler Jump). By convention the subroutine expected this, and the first thing it did was to modify its concluding jump instruction to that return address. Multiple and nested subroutines could be called so long as the user knew the length of each one in order to calculate the location to jump to; recursive calls were forbidden. The user then copied the code for the subroutine from a master tape onto their own tape following the end of their own program. (However, Alan Turing discussed subroutines in a paper of 1945 on design proposals for the NPL ACE, going so far as to invent the concept of a return-address stack, which would have allowed recursion.)",
"title": "Technical overview"
},
{
"paragraph_id": 20,
"text": "The lack of an index register also posed a problem to the writer of a subroutine in that they could not know in advance where in memory the subroutine would be loaded, and therefore they could not know how to address any regions of the code that were used for storage of data (so-called \"pseudo-orders\"). This was solved by use of an initial input routine, which was responsible for loading subroutines from punched tape into memory. On loading a subroutine, it would note the start location and increment internal memory references as required. Thus, as Wilkes wrote, \"the code used to represent orders outside the machine differs from that used inside, the differences being dictated by the different requirements of the programmer on the one hand, and of the control circuits of the machine on the other\".",
"title": "Technical overview"
},
{
"paragraph_id": 21,
"text": "EDSAC's programmers used special techniques to make best use of the limited available memory. For example, at the point of loading a subroutine from punched tape into memory, it might happen that a particular constant would have to be calculated, a constant that would not subsequently need recalculation. In this situation, the constant would be calculated in an \"interlude\". The code required to calculate the constant would be supplied along with the full subroutine. After the initial input routine had loaded the calculation-code, it would transfer control to this code. Once the constant had been calculated and written into memory, control would return to the initial input routine, which would continue to write the remainder of the subroutine into memory, but first adjusting its starting point so as to overwrite the code that had calculated the constant. This allowed quite complicated adjustments to be made to a general-purpose subroutine without making its final footprint in memory any larger than had it been tailored to a specific circumstance.",
"title": "Technical overview"
},
{
"paragraph_id": 22,
"text": "The subroutine concept led to the availability of a substantial subroutine library. By 1951, 87 subroutines in the following categories were available for general use: floating-point arithmetic; arithmetic operations on complex numbers; checking; division; exponentiation; routines relating to functions; differential equations; special functions; power series; logarithms; miscellaneous; print and layout; quadrature; read (input); nth root; trigonometric functions; counting operations (simulating repeat until loops, while loops and for loops); vectors; and matrices.",
"title": "Technical overview"
},
{
"paragraph_id": 23,
"text": "The first assembly language appeared for the EDSAC, and inspired several other assembly languages:",
"title": "Technical overview"
},
{
"paragraph_id": 24,
"text": "EDSAC was designed specifically to form part of the Mathematical Laboratory's support service for calculation. The first scientific paper to be published using a computer for calculations was by Ronald Fisher. Wilkes and Wheeler had used EDSAC to solve a differential equation relating to gene frequencies for him. In 1951, Miller and Wheeler used the machine to discover a 79-digit prime – the largest known at the time.",
"title": "Applications of EDSAC"
},
{
"paragraph_id": 25,
"text": "The winners of three Nobel Prizes – John Kendrew and Max Perutz (Chemistry, 1962), Andrew Huxley (Medicine, 1963) and Martin Ryle (Physics, 1974) – benefitted from EDSAC's revolutionary computing power. In their acceptance prize speeches, each acknowledged the role that EDSAC had played in their research.",
"title": "Applications of EDSAC"
},
{
"paragraph_id": 26,
"text": "In the early 1960s Peter Swinnerton-Dyer used the EDSAC computer to calculate the number of points modulo p (denoted by Np) for a large number of primes p on elliptic curves whose rank was known. Based on these numerical results, Birch & Swinnerton-Dyer (1965) conjectured that Np for a curve E with rank r obeys an asymptotic law, the Birch and Swinnerton-Dyer conjecture, considered one of the top unsolved problems in mathematics as of 2022.",
"title": "Applications of EDSAC"
},
{
"paragraph_id": 27,
"text": "The \"brain\" [computer] may one day come down to our level [of the common people] and help with our income-tax and book-keeping calculations. But this is speculation and there is no sign of it so far.",
"title": "Applications of EDSAC"
},
{
"paragraph_id": 28,
"text": "In 1952, Sandy Douglas developed OXO, a version of noughts and crosses (tic-tac-toe) for the EDSAC, with graphical output to a VCR97 6\" cathode-ray tube. This may well have been the world's first video game.",
"title": "Applications of EDSAC"
},
{
"paragraph_id": 29,
"text": "Another video game was created by Stanley Gill and involved a dot (termed a sheep) approaching a line in which one of two gates could be opened. The Stanley Gill game was controlled via the lightbeam of the EDSAC's paper-tape reader. Interrupting it (such as by the player placing their hand in it) would open the upper gate. Leaving the beam unbroken would result in the lower gate opening.",
"title": "Applications of EDSAC"
},
{
"paragraph_id": 30,
"text": "EDSAC's successor, EDSAC 2, was commissioned in 1958.",
"title": "Further developments"
},
{
"paragraph_id": 31,
"text": "In 1961, an EDSAC 2 version of Autocode, an ALGOL-like high-level programming language for scientists and engineers, was developed by David Hartley.",
"title": "Further developments"
},
{
"paragraph_id": 32,
"text": "In the mid-1960s, a successor to the EDSAC 2 was planned, but the move was instead made to the Titan, a prototype Atlas 2 developed from the Atlas Computer of the University of Manchester, Ferranti, and Plessey.",
"title": "Further developments"
},
{
"paragraph_id": 33,
"text": "On 13 January 2011, the Computer Conservation Society announced that it planned to build a working replica of EDSAC, at the National Museum of Computing (TNMoC) in Bletchley Park supervised by Andrew Herbert, who studied under Maurice Wilkes. The first parts of the replica were switched on in November 2014. The EDSAC logical circuits were meticulously reconstructed through the development of a simulator and the reexamination of some rediscovered original schematics. This documentation has been released under a Creative Commons license. The ongoing project is open to visitors of the museum. In 2016, two original EDSAC operators, Margaret Marrs and Joyce Wheeler, visited the museum to assist the project. As of November 2016, commissioning of the fully completed and operational state of the replica was estimated to be the autumn of 2017. However, unforeseen project delays have resulted in an unknown date for a completed and fully operational machine.",
"title": "EDSAC Replica Project"
}
]
| The Electronic Delay Storage Automatic Calculator (EDSAC) was an early British computer. Inspired by John von Neumann's seminal First Draft of a Report on the EDVAC, the machine was constructed by Maurice Wilkes and his team at the University of Cambridge Mathematical Laboratory in England. EDSAC was the second electronic digital stored-program computer to go into regular service. Later the project was supported by J. Lyons & Co. Ltd., intending to develop a commercially applied computer and succeeding in Lyons' development of LEO I, based on the EDSAC design. Work on EDSAC started during 1947, and it ran its first programs on 6 May 1949, when it calculated a table of square numbers and a list of prime numbers. EDSAC was finally shut down on 11 July 1958, having been superseded by EDSAC 2, which remained in use until 1965. | 2001-12-11T14:03:13Z | 2023-09-17T16:19:27Z | [
"Template:Cite book",
"Template:Citation",
"Template:Harvnb",
"Template:ISSN",
"Template:Sfn",
"Template:Harvtxt",
"Template:Blockquote",
"Template:Cite journal",
"Template:Use dmy dates",
"Template:Infobox information appliance",
"Template:Snd",
"Template:Cite news",
"Template:Citation needed",
"Template:Commons category",
"Template:Short description",
"Template:Distinguish",
"Template:Reflist",
"Template:Cite web"
]
| https://en.wikipedia.org/wiki/EDSAC |
10,252 | E. H. Shepard | Ernest Howard Shepard OBE MC (10 December 1879 – 24 March 1976) was an English artist and book illustrator. He is known especially for illustrations of the anthropomorphic animal and soft toy characters in The Wind in the Willows and Winnie-the-Pooh.
Shepard's original 1926 illustrated map of the Hundred Acre Wood, which features in the opening pages of Winnie-the-Pooh (and also appears in the opening animation in the first Disney adaptation in 1966), sold for £430,000 ($600,000) at Sotheby's in London, setting a world record for book illustrations.
Shepard was born in St John's Wood, London, son of Henry Donkin Shepard, an architect, and Jessie Harriet, daughter of watercolour painter William Lee. Having shown some promise in drawing at St Paul's School, in 1897 he enrolled in the Heatherley School of Fine Art in Chelsea. After a productive year there, he attended the Royal Academy Schools, winning a Landseer scholarship in 1899 and a British Institute prize in 1900. There he met Florence Eleanor Chaplin, whom he married in 1904. By 1906 Shepard had become a successful illustrator, having produced work for illustrated editions of Aesop's Fables, David Copperfield, and Tom Brown's Schooldays, while at the same time working as an illustrator on the staff of Punch. The couple bought a house in London, but in 1905 moved to Shamley Green, near Guildford.
Shepard was a prolific painter, showing in a number of exhibitions. He exhibited at the Royal Society of Artists, Birmingham—a traditional venue for generic painters—as well as in the more radical atmosphere of Glasgow's Institute of Fine Arts, where some of the most innovative artists were on show. He was twice an exhibitor at the Walker Art Gallery in Liverpool, one of the largest provincial galleries in the country, and another at the Manchester Art Gallery, a Victorian institution later part of the public libraries. But at heart, Shepard was a Londoner, showing sixteen times at the Royal Academy on Piccadilly. His wife, who was also a painter, found a home in London's West End venue for her own modest output during a 25-year career.
In his mid-thirties when World War I broke out in 1914, Shepard received a commission as a second lieutenant in the Royal Garrison Artillery, an arm of the Royal Artillery. He was assigned to the 105th Siege Battery, which crossed to France in May 1916 and went into action at the Battle of the Somme.
By the autumn of 1916, Shepard started working for the Intelligence Department sketching the combat area within the view of his battery position. On 16 February 1917, he was made an acting captain whilst second-in-command of his battery, and briefly served as an acting major in late April and early May of that year during the Battle of Arras before reverting to acting captain. He was promoted to substantive lieutenant on 1 July 1917. Whilst acting as Captain, he was awarded the Military Cross. His citation read:
For conspicuous gallantry and devotion to duty. As forward Observation Officer he continued to observe and send back valuable information, in spite of heavy shell and machine gun fire. His courage and coolness were conspicuous.
Later in 1917, the 105th Siege Battery participated in the final stages of the Battle of Passchendaele where it came under heavy fire and suffered a number of casualties. At the end of the year, it was sent to help retrieve a disastrous situation on the Italian Front, travelling by rail via Verona before coming into action on the Montello Hill.
Shepard missed the Second Battle of the Piave River in April 1918, being on leave in England (where he was invested with his MC by King George V at Buckingham Palace) and where he was attending a gunnery course. He was back in Italy with his battery for the victory at Vittorio Veneto. After the Armistice of Villa Giusti in November 1918, Shepard was promoted to acting major in command of the battery, and given the duty of administering captured enemy guns. Demobilisation began at Christmas 1918 and the 105th Siege Battery was disbanded in March 1919.
Throughout the war, he had been contributing to Punch. He was hired as a regular staff cartoonist in 1921 and became lead cartoonist in 1945. He was removed from this post in 1953 by Punch's new editor, Malcolm Muggeridge. His work was also part of the painting event in the art competition at the 1928 Summer Olympics.
Shepard was recommended to A. A. Milne in 1923 by another Punch staffer, E. V. Lucas. Milne initially thought Shepard's style was not what he wanted, but used him to illustrate the book of poems When We Were Very Young. Happy with the results, Milne then insisted Shepard illustrate Winnie-the-Pooh. Realising his illustrator's contribution to the book's success, the writer arranged for Shepard to receive a share of his royalties. Milne also inscribed a copy of Winnie-the-Pooh with the following personal verse:
When I am gone, Let Shepard decorate my tomb, And put (if there is room) Two pictures on the stone: Piglet from page a hundred and eleven, And Pooh and Piglet walking (157) ... And Peter, thinking that they are my own, Will welcome me to Heaven.
Eventually Shepard came to resent "that silly old bear" as he felt that the Pooh illustrations overshadowed his other work.
Shepard modelled Pooh not on the toy owned by Milne's son Christopher Robin but on "Growler", a stuffed bear owned by his own son. (Growler no longer exists, having been given to his granddaughter Minnie Hunt and subsequently destroyed by a neighbour's dog.) His Pooh work is so famous that 300 of his preliminary sketches were exhibited at the Victoria and Albert Museum in 1969, when he was 90 years old.
A Shepard painting of Winnie the Pooh, believed to have been painted in the 1930s for a Bristol teashop, is his only known oil painting of the famous teddy bear. It was purchased at an auction for $243,000 in London late in 2000. The painting is displayed in the Pavilion Gallery at Assiniboine Park in Winnipeg, Manitoba, Canada, the city after which Winnie is named.
Shepard wrote two autobiographies: Drawn from Memory (1957) and Drawn From Life (1961).
In 1972, Shepard gave his personal collection of papers and illustrations to the University of Surrey. These now form the E.H. Shepard Archive.
Shepard was made an Officer of the Order of the British Empire in the 1972 Birthday Honours.
Shepard lived at Melina Place in St John's Wood and from 1955 in Lodsworth, West Sussex. He and Florence had two children, Graham (born 1907) and Mary (born 1909), who both became illustrators. Lt. Graham Shepard died when his ship HMS Polyanthus was sunk by German submarine U-952 in September 1943. Mary married E.V. Knox, the editor of Punch, and became known as the illustrator of the Mary Poppins series of children's books. Florence Shepard died in 1927. In November 1943 Shepard married Norah Carroll, a nurse at St Mary's Hospital, Paddington. They remained married until his death on 24 March 1976. In 1966, he called the short film Winnie the Pooh and the Honey Tree a travesty. | [
{
"paragraph_id": 0,
"text": "Ernest Howard Shepard OBE MC (10 December 1879 – 24 March 1976) was an English artist and book illustrator. He is known especially for illustrations of the anthropomorphic animal and soft toy characters in The Wind in the Willows and Winnie-the-Pooh.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Shepard's original 1926 illustrated map of the Hundred Acre Wood, which features in the opening pages of Winnie-the-Pooh (and also appears in the opening animation in the first Disney adaptation in 1966), sold for £430,000 ($600,000) at Sotheby's in London, setting a world record for book illustrations.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Shepard was born in St John's Wood, London, son of Henry Donkin Shepard, an architect, and Jessie Harriet, daughter of watercolour painter William Lee. Having shown some promise in drawing at St Paul's School, in 1897 he enrolled in the Heatherley School of Fine Art in Chelsea. After a productive year there, he attended the Royal Academy Schools, winning a Landseer scholarship in 1899 and a British Institute prize in 1900. There he met Florence Eleanor Chaplin, whom he married in 1904. By 1906 Shepard had become a successful illustrator, having produced work for illustrated editions of Aesop's Fables, David Copperfield, and Tom Brown's Schooldays, while at the same time working as an illustrator on the staff of Punch. The couple bought a house in London, but in 1905 moved to Shamley Green, near Guildford.",
"title": "Early life and career"
},
{
"paragraph_id": 3,
"text": "Shepard was a prolific painter, showing in a number of exhibitions. He exhibited at the Royal Society of Artists, Birmingham—a traditional venue for generic painters—as well as in the more radical atmosphere of Glasgow's Institute of Fine Arts, where some of the most innovative artists were on show. He was twice an exhibitor at the Walker Art Gallery in Liverpool, one of the largest provincial galleries in the country, and another at the Manchester Art Gallery, a Victorian institution later part of the public libraries. But at heart, Shepard was a Londoner, showing sixteen times at the Royal Academy on Piccadilly. His wife, who was also a painter, found a home in London's West End venue for her own modest output during a 25-year career.",
"title": "Early life and career"
},
{
"paragraph_id": 4,
"text": "In his mid-thirties when World War I broke out in 1914, Shepard received a commission as a second lieutenant in the Royal Garrison Artillery, an arm of the Royal Artillery. He was assigned to the 105th Siege Battery, which crossed to France in May 1916 and went into action at the Battle of the Somme.",
"title": "Early life and career"
},
{
"paragraph_id": 5,
"text": "By the autumn of 1916, Shepard started working for the Intelligence Department sketching the combat area within the view of his battery position. On 16 February 1917, he was made an acting captain whilst second-in-command of his battery, and briefly served as an acting major in late April and early May of that year during the Battle of Arras before reverting to acting captain. He was promoted to substantive lieutenant on 1 July 1917. Whilst acting as Captain, he was awarded the Military Cross. His citation read:",
"title": "Early life and career"
},
{
"paragraph_id": 6,
"text": "For conspicuous gallantry and devotion to duty. As forward Observation Officer he continued to observe and send back valuable information, in spite of heavy shell and machine gun fire. His courage and coolness were conspicuous.",
"title": "Early life and career"
},
{
"paragraph_id": 7,
"text": "Later in 1917, the 105th Siege Battery participated in the final stages of the Battle of Passchendaele where it came under heavy fire and suffered a number of casualties. At the end of the year, it was sent to help retrieve a disastrous situation on the Italian Front, travelling by rail via Verona before coming into action on the Montello Hill.",
"title": "Early life and career"
},
{
"paragraph_id": 8,
"text": "Shepard missed the Second Battle of the Piave River in April 1918, being on leave in England (where he was invested with his MC by King George V at Buckingham Palace) and where he was attending a gunnery course. He was back in Italy with his battery for the victory at Vittorio Veneto. After the Armistice of Villa Giusti in November 1918, Shepard was promoted to acting major in command of the battery, and given the duty of administering captured enemy guns. Demobilisation began at Christmas 1918 and the 105th Siege Battery was disbanded in March 1919.",
"title": "Early life and career"
},
{
"paragraph_id": 9,
"text": "Throughout the war, he had been contributing to Punch. He was hired as a regular staff cartoonist in 1921 and became lead cartoonist in 1945. He was removed from this post in 1953 by Punch's new editor, Malcolm Muggeridge. His work was also part of the painting event in the art competition at the 1928 Summer Olympics.",
"title": "Early life and career"
},
{
"paragraph_id": 10,
"text": "Shepard was recommended to A. A. Milne in 1923 by another Punch staffer, E. V. Lucas. Milne initially thought Shepard's style was not what he wanted, but used him to illustrate the book of poems When We Were Very Young. Happy with the results, Milne then insisted Shepard illustrate Winnie-the-Pooh. Realising his illustrator's contribution to the book's success, the writer arranged for Shepard to receive a share of his royalties. Milne also inscribed a copy of Winnie-the-Pooh with the following personal verse:",
"title": "Early life and career"
},
{
"paragraph_id": 11,
"text": "When I am gone, Let Shepard decorate my tomb, And put (if there is room) Two pictures on the stone: Piglet from page a hundred and eleven, And Pooh and Piglet walking (157) ... And Peter, thinking that they are my own, Will welcome me to Heaven.",
"title": "Early life and career"
},
{
"paragraph_id": 12,
"text": "Eventually Shepard came to resent \"that silly old bear\" as he felt that the Pooh illustrations overshadowed his other work.",
"title": "Early life and career"
},
{
"paragraph_id": 13,
"text": "Shepard modelled Pooh not on the toy owned by Milne's son Christopher Robin but on \"Growler\", a stuffed bear owned by his own son. (Growler no longer exists, having been given to his granddaughter Minnie Hunt and subsequently destroyed by a neighbour's dog.) His Pooh work is so famous that 300 of his preliminary sketches were exhibited at the Victoria and Albert Museum in 1969, when he was 90 years old.",
"title": "Early life and career"
},
{
"paragraph_id": 14,
"text": "A Shepard painting of Winnie the Pooh, believed to have been painted in the 1930s for a Bristol teashop, is his only known oil painting of the famous teddy bear. It was purchased at an auction for $243,000 in London late in 2000. The painting is displayed in the Pavilion Gallery at Assiniboine Park in Winnipeg, Manitoba, Canada, the city after which Winnie is named.",
"title": "Early life and career"
},
{
"paragraph_id": 15,
"text": "Shepard wrote two autobiographies: Drawn from Memory (1957) and Drawn From Life (1961).",
"title": "Early life and career"
},
{
"paragraph_id": 16,
"text": "In 1972, Shepard gave his personal collection of papers and illustrations to the University of Surrey. These now form the E.H. Shepard Archive.",
"title": "Early life and career"
},
{
"paragraph_id": 17,
"text": "Shepard was made an Officer of the Order of the British Empire in the 1972 Birthday Honours.",
"title": "Early life and career"
},
{
"paragraph_id": 18,
"text": "Shepard lived at Melina Place in St John's Wood and from 1955 in Lodsworth, West Sussex. He and Florence had two children, Graham (born 1907) and Mary (born 1909), who both became illustrators. Lt. Graham Shepard died when his ship HMS Polyanthus was sunk by German submarine U-952 in September 1943. Mary married E.V. Knox, the editor of Punch, and became known as the illustrator of the Mary Poppins series of children's books. Florence Shepard died in 1927. In November 1943 Shepard married Norah Carroll, a nurse at St Mary's Hospital, Paddington. They remained married until his death on 24 March 1976. In 1966, he called the short film Winnie the Pooh and the Honey Tree a travesty.",
"title": "Personal life"
}
]
| Ernest Howard Shepard was an English artist and book illustrator. He is known especially for illustrations of the anthropomorphic animal and soft toy characters in The Wind in the Willows and Winnie-the-Pooh. Shepard's original 1926 illustrated map of the Hundred Acre Wood, which features in the opening pages of Winnie-the-Pooh, sold for £430,000 ($600,000) at Sotheby's in London, setting a world record for book illustrations. | 2001-12-11T17:58:54Z | 2023-11-01T16:25:32Z | [
"Template:Cite book",
"Template:Cite journal",
"Template:Commonscat-inline",
"Template:Short description",
"Template:Use dmy dates",
"Template:Reflist",
"Template:Cite news",
"Template:Wikisource author-inline",
"Template:LCAuth",
"Template:Post-nominals",
"Template:Blockquote",
"Template:Cite ODNB",
"Template:Portal",
"Template:Cite web",
"Template:Authority control",
"Template:Redirect",
"Template:Infobox military person",
"Template:Quote",
"Template:London Gazette",
"Template:ISBN",
"Template:Winnie-the-Pooh"
]
| https://en.wikipedia.org/wiki/E._H._Shepard |
10,253 | Enterobacteriaceae | Enterobacteriaceae is a large family of Gram-negative bacteria. It includes over 30 genera and more than 100 species. Its classification above the level of family is still a subject of debate, but one classification places it in the order Enterobacterales of the class Gammaproteobacteria in the phylum Pseudomonadota. In 2016, the description and members of this family were emended based on comparative genomic analyses by Adeolu et al.
Enterobacteriaceae includes, along with many harmless symbionts, many of the more familiar pathogens, such as Salmonella, Escherichia coli, Klebsiella, and Shigella. Other disease-causing bacteria in this family include Enterobacter and Citrobacter. Members of the Enterobacteriaceae can be trivially referred to as enterobacteria or "enteric bacteria", as several members live in the intestines of animals. In fact, the etymology of the family is enterobacterium with the suffix to designate a family (aceae)—not after the genus Enterobacter (which would be "Enterobacteraceae")—and the type genus is Escherichia.
Members of the Enterobacteriaceae are bacilli (rod-shaped), and are typically 1–5 μm in length. They typically appear as medium to large-sized grey colonies on blood agar, although some can express pigments.
Most have many flagella used to move about, but a few genera are nonmotile. Most members of Enterobacteriaceae have peritrichous, type I fimbriae involved in the adhesion of the bacterial cells to their hosts.
They are not spore-forming.
Like other Pseudomonadota, Enterobactericeae have Gram-negative stains, and they are facultative anaerobes, fermenting sugars to produce lactic acid and various other end products. Most also reduce nitrate to nitrite, although exceptions exist. Unlike most similar bacteria, Enterobacteriaceae generally lack cytochrome c oxidase, there are exceptions.
Catalase reactions vary among Enterobacteriaceae.
Many members of this family are normal members of the gut microbiota in humans and other animals, while others are found in water or soil, or are parasites on a variety of different animals and plants.
Escherichia coli is one of the most important model organisms, and its genetics and biochemistry have been closely studied.
Some enterobacteria are important pathogens, e.g. Salmonella, or Shigella e.g. because they produce endotoxins. Endotoxins reside in the cell wall and are released when the cell dies and the cell wall disintegrates. Some members of the Enterobacteriaceae produce endotoxins that, when released into the bloodstream following cell lysis, cause a systemic inflammatory and vasodilatory response. The most severe form of this is known as endotoxic shock, which can be rapidly fatal.
Enterobacteriaceae was originally the sole family under the order 'Enterobacteriales'. The family contained a large array of biochemically distinct species with different ecological niches, which made biochemical descriptions difficult. The original classification of species to this family and order was largely based on 16S rRNA genome sequence analyses, which is known to have low discriminatory power and the results of which changes depends on the algorithm and organism information used. Despite this, the analyses still exhibited polyphyletic branching, indicating the presence of distinct subgroups within the family.
In 2016, the order 'Enterobacteriales' was renamed to Enterobacterales, and divided into 7 new families, including the emended Enterobacteriaceae family. This emendation restricted the family to include only those genera directly related to the type genus, which included most of the enteric species under the order. This classification was proposed based on the construction of several robust phylogenetic trees using conserved genome sequences, 16S rRNA sequences and multilocus sequence analyses. Molecular markers, specifically conserved signature indels, specific to this family were identified as evidence supporting the division independent of phylogenetic trees.
In 2017, a subsequent study using comparative phylogenomic analyses identified the presence of 6 subfamily level clades within the family Enterobacteriaceae, namely the “Escherichia clade”, “Klebsiella clade”, “Enterobacter clade”, “Kosakonia clade”, “Cronobacter clade”, “Cedecea clade” and a “Enterobacteriaceae incertae sedis clade” containing species whose taxonomic placement within the family is unclear. However, this division was not officially proposed as the subfamily rank is generally not used.
Analyses of genome sequences from Enterobacteriaceae species identified 21 conserved signature indels (CSIs) that are uniquely present in this family in the proteins NADH:ubiquinone oxidoreductase (subunit M), twitching motility protein PilT, 2,3-dihydroxybenzoate-AMP ligase, ATP/GTP-binding protein, multifunctional fatty acid oxidation complex (subunit alpha), S-formylglutathione hydrolase, aspartate-semialdehyde dehydrogenase, epimerase, membrane protein, formate dehydrogenylase (subunit 7), glutathione S-transferase, major facilitator superfamily transporter, phosphoglucosamine mutase, glycosyl hydrolase 1 family protein, 23S rrna [uracil(1939)-C(5)]-methyltransferase, co-chaperone HscB, N-acetylmuramoyl-L-alanine amidase, sulfate ABC transporter ATP-binding protein CysA, and LPS assembly protein LptD. These CSIs provide a molecular means of distinguishing Enterobacteriaceae from other families within the order Enterobacterales and other bacteria.
The following genera have been validly published, thus they have "Standing in Nomenclature". The year the genus was proposed is listed in parentheses after the genus name.
The following genera have been effectively, but not validly, published, thus they do not have "Standing in Nomenclature". The year the genus was proposed is listed in parentheses after the genus name.
To identify different genera of Enterobacteriaceae, a microbiologist may run a series of tests in the lab. These include:
In a clinical setting, three species make up 80 to 95% of all isolates identified. These are Escherichia coli, Klebsiella pneumoniae, and Proteus mirabilis. However, Proteus mirabilis is now considered a part of the Morganellaceae, a sister clade within the Enterobacterales.
Several Enterobacteriaceae strains have been isolated which are resistant to antibiotics including carbapenems, which are often claimed as "the last line of antibiotic defense" against resistant organisms. For instance, some Klebsiella pneumoniae strains are carbapenem resistant. Various carbapenemases genes (blaOXA-48, blaKPC and blaNDM-1, blaVIM and blaIMP) have been identified in carbapenem resistant Enterobacteriaceae including Escherichia coli and Klebsiella pneumoniae. | [
{
"paragraph_id": 0,
"text": "Enterobacteriaceae is a large family of Gram-negative bacteria. It includes over 30 genera and more than 100 species. Its classification above the level of family is still a subject of debate, but one classification places it in the order Enterobacterales of the class Gammaproteobacteria in the phylum Pseudomonadota. In 2016, the description and members of this family were emended based on comparative genomic analyses by Adeolu et al.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Enterobacteriaceae includes, along with many harmless symbionts, many of the more familiar pathogens, such as Salmonella, Escherichia coli, Klebsiella, and Shigella. Other disease-causing bacteria in this family include Enterobacter and Citrobacter. Members of the Enterobacteriaceae can be trivially referred to as enterobacteria or \"enteric bacteria\", as several members live in the intestines of animals. In fact, the etymology of the family is enterobacterium with the suffix to designate a family (aceae)—not after the genus Enterobacter (which would be \"Enterobacteraceae\")—and the type genus is Escherichia.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Members of the Enterobacteriaceae are bacilli (rod-shaped), and are typically 1–5 μm in length. They typically appear as medium to large-sized grey colonies on blood agar, although some can express pigments.",
"title": "Morphology"
},
{
"paragraph_id": 3,
"text": "Most have many flagella used to move about, but a few genera are nonmotile. Most members of Enterobacteriaceae have peritrichous, type I fimbriae involved in the adhesion of the bacterial cells to their hosts.",
"title": "Morphology"
},
{
"paragraph_id": 4,
"text": "They are not spore-forming.",
"title": "Morphology"
},
{
"paragraph_id": 5,
"text": "Like other Pseudomonadota, Enterobactericeae have Gram-negative stains, and they are facultative anaerobes, fermenting sugars to produce lactic acid and various other end products. Most also reduce nitrate to nitrite, although exceptions exist. Unlike most similar bacteria, Enterobacteriaceae generally lack cytochrome c oxidase, there are exceptions.",
"title": "Metabolism"
},
{
"paragraph_id": 6,
"text": "Catalase reactions vary among Enterobacteriaceae.",
"title": "Metabolism"
},
{
"paragraph_id": 7,
"text": "Many members of this family are normal members of the gut microbiota in humans and other animals, while others are found in water or soil, or are parasites on a variety of different animals and plants.",
"title": "Ecology"
},
{
"paragraph_id": 8,
"text": "Escherichia coli is one of the most important model organisms, and its genetics and biochemistry have been closely studied.",
"title": "Model organisms and medical relevance"
},
{
"paragraph_id": 9,
"text": "Some enterobacteria are important pathogens, e.g. Salmonella, or Shigella e.g. because they produce endotoxins. Endotoxins reside in the cell wall and are released when the cell dies and the cell wall disintegrates. Some members of the Enterobacteriaceae produce endotoxins that, when released into the bloodstream following cell lysis, cause a systemic inflammatory and vasodilatory response. The most severe form of this is known as endotoxic shock, which can be rapidly fatal.",
"title": "Model organisms and medical relevance"
},
{
"paragraph_id": 10,
"text": "Enterobacteriaceae was originally the sole family under the order 'Enterobacteriales'. The family contained a large array of biochemically distinct species with different ecological niches, which made biochemical descriptions difficult. The original classification of species to this family and order was largely based on 16S rRNA genome sequence analyses, which is known to have low discriminatory power and the results of which changes depends on the algorithm and organism information used. Despite this, the analyses still exhibited polyphyletic branching, indicating the presence of distinct subgroups within the family.",
"title": "Historical systematics and taxonomy"
},
{
"paragraph_id": 11,
"text": "In 2016, the order 'Enterobacteriales' was renamed to Enterobacterales, and divided into 7 new families, including the emended Enterobacteriaceae family. This emendation restricted the family to include only those genera directly related to the type genus, which included most of the enteric species under the order. This classification was proposed based on the construction of several robust phylogenetic trees using conserved genome sequences, 16S rRNA sequences and multilocus sequence analyses. Molecular markers, specifically conserved signature indels, specific to this family were identified as evidence supporting the division independent of phylogenetic trees.",
"title": "Historical systematics and taxonomy"
},
{
"paragraph_id": 12,
"text": "In 2017, a subsequent study using comparative phylogenomic analyses identified the presence of 6 subfamily level clades within the family Enterobacteriaceae, namely the “Escherichia clade”, “Klebsiella clade”, “Enterobacter clade”, “Kosakonia clade”, “Cronobacter clade”, “Cedecea clade” and a “Enterobacteriaceae incertae sedis clade” containing species whose taxonomic placement within the family is unclear. However, this division was not officially proposed as the subfamily rank is generally not used.",
"title": "Historical systematics and taxonomy"
},
{
"paragraph_id": 13,
"text": "Analyses of genome sequences from Enterobacteriaceae species identified 21 conserved signature indels (CSIs) that are uniquely present in this family in the proteins NADH:ubiquinone oxidoreductase (subunit M), twitching motility protein PilT, 2,3-dihydroxybenzoate-AMP ligase, ATP/GTP-binding protein, multifunctional fatty acid oxidation complex (subunit alpha), S-formylglutathione hydrolase, aspartate-semialdehyde dehydrogenase, epimerase, membrane protein, formate dehydrogenylase (subunit 7), glutathione S-transferase, major facilitator superfamily transporter, phosphoglucosamine mutase, glycosyl hydrolase 1 family protein, 23S rrna [uracil(1939)-C(5)]-methyltransferase, co-chaperone HscB, N-acetylmuramoyl-L-alanine amidase, sulfate ABC transporter ATP-binding protein CysA, and LPS assembly protein LptD. These CSIs provide a molecular means of distinguishing Enterobacteriaceae from other families within the order Enterobacterales and other bacteria.",
"title": "Molecular signatures"
},
{
"paragraph_id": 14,
"text": "The following genera have been validly published, thus they have \"Standing in Nomenclature\". The year the genus was proposed is listed in parentheses after the genus name.",
"title": "Genera"
},
{
"paragraph_id": 15,
"text": "The following genera have been effectively, but not validly, published, thus they do not have \"Standing in Nomenclature\". The year the genus was proposed is listed in parentheses after the genus name.",
"title": "Genera"
},
{
"paragraph_id": 16,
"text": "To identify different genera of Enterobacteriaceae, a microbiologist may run a series of tests in the lab. These include:",
"title": "Identification"
},
{
"paragraph_id": 17,
"text": "In a clinical setting, three species make up 80 to 95% of all isolates identified. These are Escherichia coli, Klebsiella pneumoniae, and Proteus mirabilis. However, Proteus mirabilis is now considered a part of the Morganellaceae, a sister clade within the Enterobacterales.",
"title": "Identification"
},
{
"paragraph_id": 18,
"text": "Several Enterobacteriaceae strains have been isolated which are resistant to antibiotics including carbapenems, which are often claimed as \"the last line of antibiotic defense\" against resistant organisms. For instance, some Klebsiella pneumoniae strains are carbapenem resistant. Various carbapenemases genes (blaOXA-48, blaKPC and blaNDM-1, blaVIM and blaIMP) have been identified in carbapenem resistant Enterobacteriaceae including Escherichia coli and Klebsiella pneumoniae.",
"title": "Antibiotic resistance"
}
]
| Enterobacteriaceae is a large family of Gram-negative bacteria. It includes over 30 genera and more than 100 species. Its classification above the level of family is still a subject of debate, but one classification places it in the order Enterobacterales of the class Gammaproteobacteria in the phylum Pseudomonadota. In 2016, the description and members of this family were emended based on comparative genomic analyses by Adeolu et al. Enterobacteriaceae includes, along with many harmless symbionts, many of the more familiar pathogens, such as Salmonella, Escherichia coli, Klebsiella, and Shigella. Other disease-causing bacteria in this family include Enterobacter and Citrobacter. Members of the Enterobacteriaceae can be trivially referred to as enterobacteria or "enteric bacteria", as several members live in the intestines of animals. In fact, the etymology of the family is enterobacterium with the suffix to designate a family (aceae)—not after the genus Enterobacter—and the type genus is Escherichia. | 2002-02-25T15:43:11Z | 2023-11-07T14:43:26Z | [
"Template:Webarchive",
"Template:Citation",
"Template:Authority control",
"Template:Reflist",
"Template:Commons category-inline",
"Template:More citations needed",
"Template:Automatic taxobox",
"Template:Citation needed",
"Template:Div col",
"Template:Div col end",
"Template:Main",
"Template:Short description",
"Template:Distinguish",
"Template:Cite book",
"Template:Cite journal",
"Template:Cite web",
"Template:Taxonbar"
]
| https://en.wikipedia.org/wiki/Enterobacteriaceae |
10,256 | Eccentricity | Eccentricity or eccentric may refer to: | [
{
"paragraph_id": 0,
"text": "Eccentricity or eccentric may refer to:",
"title": ""
}
]
| Eccentricity or eccentric may refer to: Eccentricity (behavior), odd behavior on the part of a person, as opposed to being "normal" | 2021-06-29T01:13:28Z | [
"Template:Wiktionary",
"Template:Toc right",
"Template:Lookfrom",
"Template:Intitle",
"Template:Disambiguation"
]
| https://en.wikipedia.org/wiki/Eccentricity |
|
10,257 | Essendon Football Club | The Essendon Football Club, nicknamed the Bombers, is a professional Australian rules football club. The club plays in the Australian Football League (AFL), the game's premier competition. The club was formed by the McCracken family in their Ascot Vale home "Alisa", and while the exact date is unknown, it is generally accepted to have been in 1872. The club's first recorded game took place on 7 June 1873 against a Carlton seconds team. From 1878 until 1896, the club played in the Victorian Football Association (VFA), then joined seven other clubs in October 1896 to form the breakaway Victorian Football League (known as the Australian Football League since 1990). Headquartered at the Essendon Recreation Ground, known as Windy Hill, from 1922 to 2013, the club moved to The Hangar in Tullamarine in late 2013 on land owned by the Melbourne Airport corporation. The club shares its home games between Docklands Stadium and the Melbourne Cricket Ground. Zach Merrett is the current club captain.
Essendon is one of Australia's best-known and most successful football clubs. It has won 16 VFL/AFL premierships, which, along with Carlton and Collingwood, is the most of any club in the competition. The club won four consecutive VFA premierships between 1891 and 1894, a feat unmatched in that competition's history. Essendon also hold the distinction of being the only club to win a premiership in their inaugural season (1897). However, Essendon has struggled to remain competitive in the 21st century, having won its last premiership in 2000 and not winning a final since 2004.
During the early-to-mid 2010s, the team was the focus of an investigation by the AFL and independent regulatory bodies into their alleged use of illegal substances during the 2012 season, which led to 34 players receiving two-year suspensions, a $2 million fine, and disqualification from the 2013 finals series (among other penalties).
Three Essendon players—John Coleman, Bill Hutchison, and Dick Reynolds—and one coach, Kevin Sheedy, are classified as "Legends" in the Australian Football Hall of Fame.
Essendon also fields reserve men's and women's teams in the Victoria Football League and VFL Women's, respectively. Since 2022 (S7), it has fielded a senior women's team in the national AFL Women's competition.
The club was founded by members of the Royal Agricultural Society, the Melbourne Hunt Club and the Victorian Woolbrokers. The Essendon Football Club is thought to have been formed in 1872 at a meeting it the home of a well-known brewery family, the McCrackens, whose Ascot Vale property hosted a team of local junior players.
Robert McCracken (1813–1885), the owner of several city hotels, was the founder and first president of the Essendon Football Club, and his son, Alex McCracken, its first secretary. Alex later became president of the newly formed VFL. Alex's cousin Collier McCracken, who had already played with Melbourne, was the team's first captain.
The club played its first recorded match against the Carlton Second Twenty (the reserves) on 7 June 1873, with Essendon winning by one goal. Essendon played 13 matches in its first season, winning seven, with four draws and losing two. The club was one of the inaugural junior members of the Victorian Football Association (VFA) in 1877, and it began competing as a senior club from the 1878 season. During its early years in the Association, Essendon played its home matches at Flemington Hill, but it moved to the East Melbourne Cricket Ground in 1881.
In 1878, at Flemington Hill, Essendon played its first match on what would be considered by modern standards to be a full-sized field. In 1879, Essendon played Melbourne in one of the earliest night matches recorded when the ball was painted white. In 1883, the team played four matches in eight days in Adelaide: losing to Norwood (on 23 June) and defeating Port Adelaide (on 16 June), a combined South Australian team (on 18 June), and South Adelaide (on 20 June).
In 1891, Essendon won their first VFA premiership, which they repeated in 1892, 1893 and 1894. One of the club's greatest players, Albert Thurgood, played for the club during this period, making his debut in 1892. Essendon (18 wins, 2 draws) was undefeated in the 1893 season.
At the end of the 1896 season, Essendon, along with seven other clubs, formed the Victorian Football League. Essendon's first VFL game was in 1897 against Geelong at Corio Oval in Geelong. Essendon won its first VFL premiership by winning the 1897 VFL finals series in a round-robin event. Essendon again won the premiership in 1901, defeating Collingwood in the Grand Final. The club won successive premierships in 1911 and 1912 over Collingwood and South Melbourne, respectively.
The club is recorded as having played at McCracken's Paddock, Glass's Paddock, and Flemington Hill. It is likely that these are three different names for the one ground, given that McCracken's Paddock was a parcel of land that sat within the larger Glass's Paddock, which in turn was situated in an area widely known at the time as Flemington Hill. In 1882, the club moved home games to the East Melbourne Cricket Ground (since demolished) after an application to play on the Essendon Cricket Ground (later known as Windy Hill) was voted down by Lord Mayor of the City of Essendon, James Taylor, on the basis that the considered the Essendon Cricket Ground "to be suitable only for the gentleman's game of cricket".
The club became known by the nickname "the Same Old Essendon" from the title and hook of the principal song performed by a band of supporters which regularly occupied a section of the grandstand at the club's games. The nickname first appeared in print in the local North Melbourne Advertiser in 1889, and ended up gaining wide use, often as the diminutive "Same Olds".
This move away from Essendon, at a time when fans would walk to their local ground, didn't go down too well with many Essendon people; and, as a consequence, a new team and club was formed in 1900, unconnected with the first (although it played in the same colours), that was based at the Essendon Cricket Ground, and playing in the Victorian Football Association. It was known firstly as Essendon Town and, after 1905, as Essendon (although it was often called Essendon A, with the A standing for association).
After the 1921 season, the East Melbourne Cricket Ground was closed and demolished to expand the Flinders Street Railyard. Having played at the East Melbourne Cricket Ground from 1882 to 1921, and having won four VFA premierships (1891–1894) and four VFL premierships (1897, 1901, 1911 and 1912) whilst there, Essendon was looking for a new home. It was offered grounds at the current Royal Melbourne Showgrounds, Ascot Vale; at Victoria Park, Melbourne; at Arden St, North Melbourne; and the Essendon Cricket Ground. The Essendon City Council offered the (VFL) team the Essendon Cricket Ground, announcing that it would be prepared to spend over £12,000 ($1,009,066 in 2021 terms, according to the Retail Price Index) on improvements, including a new grandstand, scoreboard and re-fencing of the oval.
The club's first preference was to move to North Melbourne—a move which the North Melbourne Football Club (then in the VFA) saw as an opportunity to get into the VFL. Most of Essendon's members and players were from the North Melbourne area, and sportswriters believed that Essendon would have been taken over by or rebranded as North Melbourne within only a few years of the move. However, the VFA, desperate for its own strategic reasons not to lose its use of the North Melbourne Cricket Ground, successfully appealed to the State Government to block Essendon's move to North Melbourne. With its preferred option off the table, the club returned to Essendon, and the Essendon VFA club disbanded, with most of its players moving to North Melbourne.
The old "Same Olds" nickname fell into disuse, and by 1922 the other nicknames "Sash Wearers" and "Essendonians" that had been variously used from time to time were also abandoned. The team became universally known as "the Dons" (from EssenDON); it was not until much later, during the War years of the early 1940s, that they became known as "The Bombers" due to Windy Hill's proximity to the Essendon Aerodrome.
In the 1922 season, playing in Essendon for the first time in decades, Essendon reached the final four for the first time since 1912, finishing in third place. In the 1923 season, the club topped the ladder with 13 wins from 16 games. After a 17-point Second Semi-Final loss to South Melbourne, Essendon defeated Fitzroy (who had beaten South Melbourne) in the 1923 Grand Final (then known as a "Challenge Final" due to its different finals format): Essendon 8.15 (63) to Fitzroy 6.10 (46). Amongst Essendon's best players were half-forward flanker George "Tich" Shorten, centre half-forward Justin McCarthy, centre half-back Tom Fitzmaurice, rover Frank Maher, and wingman Jack Garden. This was one of Essendon's most famous sides, dubbed the "Mosquito Fleet" due to the number of small, very fast players in the side. Six players were 5'6" (167 cm) or smaller.
In the 1924 season, for the first time since their inaugural premiership in 1897, there was no ultimate match to decide the league's champion team – either "Challenge Final" or "Grand Final" – to determine the premiers; instead, the top four clubs after the home-and-away season played a round-robin to determine the premiers. Essendon, having previously defeated both Fitzroy (by 40 points) and South Melbourne (by 33 points), clinched the premiership by means of a 20-point loss to Richmond. With the Tigers having already lost a match to Fitzroy by a substantial margin, the Dons were declared premiers by virtue of their superior percentage, meaning that Essendon again managed to win successive premierships. But the low gates for the finals meant this was never attempted again, resulting in Essendon having the unique record of winning the only two premierships without a grand final.
Prominent contributors to Essendon's 1924 Premiership success included back pocket Clyde Donaldson, follower Norm Beckton, half-back flanker Roy Laing, follower Charlie May, and rover Charlie Hardy. The 1924 season was not without controversy, however, with rumours of numerous players accepting bribes. Regardless of the accuracy of these allegations, the club's image was tarnished, and the side experienced its lowest period during the decade that followed, with poor results on the field and decreased support off it.
There was worse to follow, with various Essendon players publicly blaming each other for a poor performance against Richmond, and then, with dissension still rife in the ranks, the side plummeted to an unexpected and humiliating 28-point loss to VFA premiers Footscray in a special charity match played a week later in front of 46,100 people, in aid of Dame Nellie Melba's Limbless Soldiers' Appeal Fund, purportedly (but not officially) for the championship of Victoria.
The club's fortunes dipped alarmingly—and persistently. Indeed, after finishing third in the 1926 season, it was to be 14 years later—in 1940—before Essendon would even contest a finals series.
After the malaise of the late 1920s and early 1930, the 1933 season proved a turning point in morale despite no finals entries for the entire 1930s. Essendon saw the debut of the player regarded as one of the game's greatest-ever players, Dick Reynolds. His impact was immediate. He won his first Brownlow Medal aged 19. His record of three Brownlow victories (1934, 1937, 1938), equalled Fitzroy's Haydn Bunton, Sr (1931, 1932, 1935), and later equalled by Bob Skilton (1959, 1963, 1968), and Ian Stewart (1965, 1966, 1971).
Reynolds went on to arguably even greater achievements as a coach, a position to which he was first appointed, jointly with Harry Hunter, in 1939 (this was while Reynolds was still a player). A year later he took the reins on a solo basis and was rewarded with immediate success (at least in terms of expectations at the time which, after so long in the wilderness, were somewhat modest). He was regarded as having a sound tactical knowledge of the game and being an inspirational leader, as he led the side into the finals in 1940 for the first time since 1926, when the side finished 3rd. Melbourne, which defeated Essendon by just 5 points in the preliminary final, later went on to trounce Richmond by 39 points in the grand final.
The Essendon Football Club adopted the nickname The Bombers in April 1940.
1941 brought Essendon's first grand final appearance since 1923, but the side again lowered its colours to Melbourne. A year later war broke out and the competition was considerably weakened, with Geelong being forced to pull out of the competition due to travel restrictions as a result of petrol rationing. Attendances at games also declined dramatically, whilst some clubs had to move from their normal grounds due to them being used for military purposes. Many players were lost to football due to their military service. Nevertheless, Essendon went on to win the 1942 Premiership with Western Australian Wally Buttsworth in irrepressible form at centre half-back. Finally, the long-awaited premiership was Essendon's after comprehensively outclassing Richmond in the grand final, 19.18 (132) to 11.13 (79). The match was played at Carlton in front of 49,000 spectators.
In any case, there could be no such reservations about Essendon's next premiership, which came just four years later. Prior to that Essendon lost a hard-fought grand final to Richmond in 1943 by 5 points, finished 3rd in 1944, and dropped to 8th in 1945.
After World War II, Essendon enjoyed great success. In the five years immediately after the war, Essendon won 3 premierships (1946, 1949, 1950) and were runners up twice (1947, 1948). In 1946, Essendon were clearly the VFL's supreme force, topping the ladder after the home-and-away games and surviving a drawn second semi-final against Collingwood to make it through to the grand final a week later with a score of 10.16 (76) to 8.9 (57). Then, in the grand final against Melbourne, Essendon set a grand final record score of 22.18 (150) to Melbourne 13.9 (87), featuring a 7-goal performance by centre half-forward Gordon Lane. Rover Bill Hutchinson, and defenders Wally Buttsworth, Cec Ruddell and Harold Lambert were among the best players.
The 1947 Grand Final has to go down in the ledger as 'one of the ones that got away', with Essendon losing to Carlton by a single point despite managing 30 scoring shots to 21. As if to prove that lightning does occasionally strike twice, the second of the 'ones that got away' came just a year later, the Dons finishing with a lamentable 7.27, to tie with Melbourne (who managed 10.9) in the 1948 grand final. A week later Essendon waved the premiership good-bye, as Melbourne raced to a 13.11 (89) to 7.8 (50) triumph. The club's Annual Report made an assessment that was at once restrained and, as was soon to emerge, tacitly and uncannily prophetic: "It is very apparent that no team is complete without a spearhead and your committee has high hopes of rectifying that fault this coming season."
The 1949 season heralded the arrival on the VFL scene of John Coleman, arguably the greatest player in Essendon's history, and, in the view of some, the finest player the game has known. In his first ever appearance for the Dons, against Hawthorn in Round 1, 1949, he booted 12 of his side's 18 goals to create an opening-round record which was to endure for forty-five years. More importantly, however, he went on to maintain the same high level of performance throughout the season, kicking precisely 100 goals for the year to become the first player to kick 100 goals in a season since Richmond's Jack Titus in 1940.
The Coleman factor was just what Essendon needed to enable them to take that vital final step to premiership glory, but even so it was not until the business end of the season that this became clear. Essendon struggled to make the finals in 4th place, but once there they suddenly ignited to put in one of the most consistently devastating September performances in VFL history.
Collingwood succumbed first as the Dons powered their way to an 82-point first semi-final victory, and a fortnight later it was the turn of the North Melbourne Football Club as Essendon won the preliminary final a good deal more comfortably than the ultimate margin of 17 points suggested. In the grand final, Essendon were pitted against Carlton and in a match that was a total travesty as a contest they overwhelmed the Blues to the tune of 73 points, 18.17 (125) to 6.16 (52). Best for the Dons included pacy aboriginal half-back flanker Norm McDonald, ruckman Bob McLure, and rovers Bill Hutchinson and Ron McEwin. John Coleman also did well, registering six goals.
A year later, in 1950, Essendon were—if anything—even more dominant, defeating the North Melbourne Football Club in both the Second Semi-Final and the Grand Final to secure consecutive VFL premierships for the third time. Best afield in the 1950 Grand Final, in what was officially his swan song as a player, was captain-coach Dick Reynolds, who received sterling support from the likes of Norm McDonald, ruckman/back pocket Wally May, back pocket Les Gardiner, and ruckman McLure.
With Reynolds, aka 'King Richard', still holding court as coach in 1951, albeit now in a non-playing capacity, Essendon seemed on course for a third consecutive flag, but a controversial four-week suspension dished out to John Coleman on the eve of the finals effectively destroyed their chances. Coleman was reported for retaliation after twice being struck by his direct Carlton opponent, Harry Caspar, and without him the Dons were rated a four-goals-poorer team. Nevertheless, they still managed to battle their way to a 6th successive grand final with wins over Footscray by 8 points in the first semi-final and Collingwood by 2 points in the preliminary final.
The Dons sustained numerous injuries in the preliminary final, and the selectors sprang a surprise on Grand Final day by naming the officially retired Dick Reynolds as 20th man. Reynolds was powerless to prevent the inevitable; although leading at half-time, Geelong kicked five goals to Essendon's two points in the third quarter to set up victory by 11 points.
Essendon slumped to 8th in 1952, but Coleman was in blistering form, managing 103 goals for the year. Hugh Buggy noted in The Argus: "It was the wettest season for twenty-two years and Coleman showed that since the war he was without peer in the art of goal kicking."
Two seasons later, Coleman's career was ended after he dislocated a knee during the Round 8 clash with the North Melbourne Football Club at Essendon. Aged just 25, he had kicked 537 goals in only 98 VFL games in what was generally a fairly low-scoring period for the game. His meteoric rise and fall were clearly the stuff of legend, and few (if any) players, either before or since, have had such an immense impact over so brief a period.
According to Alf Brown, football writer for The Herald:
Somewhat more colourfully, R.S. Whittington suggested:
Without Coleman, Essendon's fortunes plummeted, and there were to be no further premierships in the 1950s. The nearest miss came in 1957 when the Bombers (as they were popularly known by this time) earned premiership favouritism after a superb 16-point Second Semi-Final defeat of Melbourne—only to lose by over 10 goals against the same side a fortnight later.
1959 saw another grand final loss to Melbourne, this time by 37 points, but the fact that the average age of the Essendon side was only 22 was seen as providing considerable cause for optimism. However, it was to take another three years, and a change of coach, before the team's obvious potential was translated into tangible success.
John Coleman started his coaching career at Essendon in 1961, thus ending the Dick Reynolds era at the club. In the same year, Essendon finished the season mid-table, and supporters were not expecting too much for the following season. However, the club blitzed the opposition in 1962, losing only two matches and finishing top of the table. Both losses were to the previous year's grand finalists. The finals posed no problems for the resurgent Dons, easily accounting for Carlton in the season's climax, winning the 1962 Premiership by 32 points. This was a remarkable result for Coleman, who, in just his second season of coaching, claimed the ultimate prize in Australian football. As so often is the case after a flag, the following two years were below standard. A further premiership in 1965 (won from 4th position on the ladder) was also unexpected due to periods of poor form during the 1965 season. The Bombers were a different club when the finals came around, but some of the credit for the improvement was given to the influence of Brian Sampson and Ted Fordham during the finals. Coleman's time as coach turned out to be much like his playing career: highly successful but cut short when he had to stand down due to health problems in 1967. Only six years later, on the eve of the 1973 season, he died of a heart attack at just 44 years of age.
Following Coleman's retirement, the club experienced tough times on and off the field. Finals appearances were rare for the side, which was often in contention for the wooden spoon. Essendon did manage to make the 1968 VFL Grand Final, but it lost to Carlton by just three points and did not make it back to the big stage for a 15 years.
During the period from 1968 until 1980, five different coaches were tried, with none lasting longer than four years. Off the field, the club went through troubled times as well. In 1970, five players went on strike before the season even began, demanding higher payments. Essendon did make the finals in 1972 and 1973 under the autocratic direction of Des Tuddenham (Collingwood), but they were beaten badly in successive elimination finals by St. Kilda and did not taste finals action again until the very end of the decade. The 1970s' Essendon sides were involved in many rough and tough encounters under Tuddenham, who himself came to loggerheads with Ron Barassi at a quarter-time huddle where both coaches exchanged heated words. Essendon had tough but talented players with the likes of "Rotten Ronnie" Ron Andrews and experienced players such as Barry Davis, Ken Fletcher, Geoff Blethyn, Neville Fields and West Australian import Graham Moss. In May 1974, a controversial half-time all-in-brawl with Richmond at Windy Hill and a 1975 encounter with Carlton were testimony of the era. Following the Carlton match, the Herald described Windy Hill as "Boot Hill" because of the extent of the fights and the high number of reported players (eight in all—four from Carlton and four from Essendon). The peak of these incidents occurred in 1980 with new recruit Phil Carman making headlines for head-butting an umpire. The tribunal suspended him for sixteen weeks, and although most people thought this was a fair (or even lenient) sentence, he took his case to the supreme court, gathering even more unwanted publicity for the club. Despite this, the club had recruited many talented young players in the late 1970s who emerged as club greats. Three of those young players were Simon Madden, Tim Watson and Paul Van Der Haar. Terry Daniher and his brother Neale came via a trade with South Melbourne, and Roger Merrett joined soon afterwards to form the nucleus of what would become the formidable Essendon sides of the 1980s. This raw but talented group of youngsters took Essendon to an elimination final in 1979 under Barry Davis but were again thrashed in an Elimination Final, this time at the hands of Fitzroy. Davis resigned at the end of the 1980 season after missing out on a finals appearance.
One of the few highlights for Essendon supporters during this time was when Graham Moss won the 1976 Brownlow Medal; he was the only Bomber to do so in a 40-year span from 1953 to 1993. Even that was bittersweet, as he quit VFL football to move back to his native Western Australia, where Moss finished out his career as a player and coach at Claremont Football Club. In many ways, Moss's career reflects Essendon's mixed fortunes during the decade.
Former Richmond player Kevin Sheedy started as head coach in 1981.
Essendon reached the Grand Final in 1983, the first time since 1968. Hawthorn won by a then record 83 points.
In 1984, Essendon won the pre-season competition and completed the regular season on top of the ladder. The club played, and beat, Hawthorn in the 1984 VFL Grand Final to win their 13th premiership—their first since 1965. The teams met again in the 1985 Grand Final, which Essendon also won. At the start of 1986, Essendon were considered unbackable for three successive flags, but a succession of injuries to key players Paul Van der Haar (only fifteen games from 1986 to 1988), Tim Watson, Darren Williams, Roger Merrett and Simon Madden led the club to win only eight of its last eighteen games in 1986 and only nine games (plus a draw with Geelong) in 1987. In July 1987, the Bombers suffered a humiliation at the hands of Sydney, who fell two points short of scoring the then highest score in VFL history.
In 1988, Essendon made a rebound to sixth place with twelve wins, including a 140-point thrashing of Brisbane where they had a record sixteen individual goalkickers. In 1989, they rebounded further to second on the ladder with only five losses and thrashed Geelong in the Qualifying Final. However, after a fiery encounter with Hawthorn ended in a convincing defeat, the Bombers were no match for Geelong next week.
In 1990, Essendon were pace-setters almost from the start, but a disruption from the Qualifying Final draw between Collingwood and West Coast was a blow from which they never recovered. The Magpies comprehensively thrashed them in both the second semi-final and the grand final.
Following the 1991 season, Essendon moved its home games from its traditional home ground at Windy Hill to the larger and newly renovated MCG. This move generated large increases in game attendance, membership and revenue for the club. The club's training and administrative base remained at Windy Hill until 2013.
Following the retirement of Tim Watson and Simon Madden in the early 1990s, the team was built on new players such as Gavin Wanganeen, Joe Misiti, Mark Mercuri, Michael Long, Dustin Fletcher (son of Ken) and James Hird, who was taken at No. 79 in the 1990 draft. This side became known as the "Baby Bombers", as the core of the side was made up of young players early in their careers.
The team won the 1993 Grand Final against Carlton and that same year, Gavin Wanganeen won the Brownlow Medal, the first awarded to an Essendon player since 1976. Three years later, James Hird was jointly awarded the medal with Michael Voss of Brisbane.
In 2000, the club shifted the majority of its home games to the newly opened Docklands Stadium, signing a 25-year deal to play seven home matches per year at the venue, with the other four remaining at the MCG. The season was one of the most successful by any team in VFL/AFL history, and the club opened with 20 consecutive wins before they lost to the Western Bulldogs in round 21. The team went on to win their 16th premiership, defeating Melbourne, thereby completing the most dominant single season in AFL/VFL history. The defeat to the Bulldogs was the only defeat for Essendon throughout the entire calendar year (Essendon also won the 2000 pre-season competition).
Essendon was less successful after 2001. Lucrative contracts to a number of premiership players had caused serious pressure on the club's salary cap, forcing the club to trade several key players. Blake Caracella, Chris Heffernan, Justin Blumfield, Gary Moorcroft and Damien Hardwick had all departed by the end of 2002; in 2004, Mark Mercuri, Sean Wellman and Joe Misiti retired. The club remained competitive; however, they could progress no further than the second week of the finals each year for the years of 2002, 2003, and 2004. Sheedy signed a new three-year contract at the end of 2004.
In 2005, Essendon missed the finals for the first time since 1997, and in 2006, despite a first-round 27-point thrashing of defending premiers Sydney, in which newly appointed captain Matthew Lloyd kicked eight goals playing on Leo Barry, and a season-ending hamstring injury he subsequently suffered just two rounds later, the Bombers were uncompetitive for the majority of the season, recording only three wins and one draw from twenty-two games to suffer its worst season since 1933, as well as recording the least number of votes collectively as a team at the 2006 Brownlow Medal count. In Lloyd's absence, David Hille was appointed captain for the remainder of the season. The club improved its on-field position in 2007 but again missed the finals.
Sheedy's contract was not renewed after 2007, ending his 27-year tenure as Essendon coach. Matthew Knights replaced Sheedy as coach, and coached the club for three seasons, reaching the finals once—an eighth-place finish in 2009 at the expense of reigning premiers Hawthorn. On 29 August 2010, shortly after the end of the 2010 home-and-away season, Knights was dismissed as coach.
On 28 September 2010, former captain James Hird was named as Essendon's new coach from 2011 on a four-year deal. Formpremiership-winningGeelong dual-premiership-winning coach and Essendon triple-premiership-winning player Mark Thompson later joined Hird on the coaching panel. In his first season, Essendon finished eighth. The club started strongly in 2012, sitting fourth with a 10–3 record at the halfway mark of the season, but won only one more match for the season, finishing eleventh to miss the finals.
In 2013, the club moved its training and administrative base to The Hangar, a new facility in the suburb of Melbourne Airport which it had developed in conjunction with the Australian Paralympic Committee. Essendon holds a 37-year lease at the facility and maintains a lease at Windy Hill to use the venue for home matches for its reserves team in the Victorian Football League as well as for a social club and merchandise store on the site.
During 2013, the club was investigated by the AFL and the Australian Sports Anti-Doping Authority (ASADA) over its 2012 player supplements and sports science program, most specifically over allegations into illegal use of peptide supplements. An internal review found it to have "established a supplements program that was experimental, inappropriate and inadequately vetted and controlled", and on 27 August 2013, the club was found guilty of bringing the game into disrepute for this reason. Among its penalties, the club was fined A$2 million, stripped of early draft picks in the following two drafts, and forfeited its place in the 2013 finals series (having originally finished seventh on the ladder); Hird was suspended from coaching for twelve months. Several office-bearers also resigned their posts during the controversy, including chairman David Evans and CEO Ian Robson.
In the midst of the supplements saga, assistant coach Mark Thompson took over as coach for the 2014 season during Hird's suspension. He led the club back to the finals for a seventh-place finish but in a tense second elimination final against archrivals North Melbourne, the Bombers led by as much as 27 points at half time before a resurgent Kangaroos side came back and won the game by 12 points. After the 2014 season, Mark Thompson left the club to make way for Hird's return to the senior coaching role.
In June 2014, thirty-four players were issued show-cause notices alleging the use of banned peptide Thymosin beta-4 during the program. The players faced the AFL Anti-Doping Tribunal over the 2014/15 offseason, and on 31 March 2015 the tribunal returned a not guilty verdict, determining that it was "not comfortably satisfied" that the players had been administered the peptide.
Hird returned as senior coach for the 2015 season, and after a strong start, the club's form severely declined after the announcement that WADA would appeal the decision of the AFL Anti-Doping Tribunal. The effect of the appeal on the team's morale was devastating and they went on to win only six games for the year. Under extreme pressure, Hird resigned on 18 August 2015 following a disastrous 112-point loss to Adelaide. Former West Coast Eagles premiership coach John Worsfold was appointed as the new senior coach on a three-year contract.
On 12 January 2016 the Court of Arbitration for Sport overruled the AFL anti-doping tribunal's decision, deeming that 34 past and present players of the Essendon Football Club, took the banned substance Thymosin Beta-4. As a result, all 34 players, 12 of which were still at the club, were given two-year suspensions. However, all suspensions were effectively less due to players having previously taken part in provisional suspensions undertaken during the 2014/2015 off-season. As a result, Essendon contested the 2016 season with twelve of its regular senior players under suspension. In order for the club to remain competitive, the AFL granted Essendon the ability to upgrade all five of their rookie listed players and to sign an additional ten players to cover the loss of the suspended players for the season.
Due to this unprecedented situation, many in the football community predicted the club would go through the 2016 AFL season without a win; however, they were able to win three matches: against Melbourne, Gold Coast and Carlton in rounds 2, 21 and 23 respectively. The absence of its most experienced players also allowed the development of its young players, with Zach Merrett and Orazio Fantasia having breakout years, while Darcy Parish and Anthony McDonald-Tipungwuti, impressing in their debut seasons. Merrett acted as captain in the side's round 21 win over the Suns. The club eventually finished on the bottom of the ladder and thus claimed its first wooden spoon since 1933.
Essendon made their final financial settlement related to the supplements saga in September 2017, just before finals started. They also improved vastly on their 2016 performance, finishing 7th in the home-and-away season and becoming the first team since West Coast in 2011 to go from wooden spooner to a finals appearance, but they ultimately lost their only final to Sydney.
The 2017 season was also capped off by the retirement of much-loved club legend and ex-captain Jobe Watson, midfielder Brent Stanton, and ex-Geelong star James Kelly, who later took up a development coach role at the club. Midfielder Heath Hocking, who played 126 games for the club, was delisted.
Expectations were high for the 2018 season, with the club having an outstanding offseason. The recruitment of Jake Stringer, Adam Saad and Devon Smith from the Western Bulldogs, Gold Coast Suns and Greater Western Sydney Giants respectively was expected to throw Essendon firmly into premiership contention.
After beating the previous year's runner up Adelaide (which went on to beat reigning premiers Richmond the following round) in round one, Essendon's form slumped severely, only winning one game out of the next seven rounds and losing to the then-winless Carlton in round eight. Senior assistant coach Mark Neeld was sacked by the club the following Monday.
The team's form improved sharply after this, recording wins against top eight sides Geelong, GWS, eventual premiers West Coast and Sydney, and winning ten out of the last 13 games of the season. However, the mid-season revival was short-lived, with a loss to reigning premiers Richmond by eight points in round 22 ending any hopes they had of reaching the finals.
The 2018 season was capped off by the club not offering veteran Brendon Goddard a new contract for 2019.
Essendon acquired Dylan Shiel from Greater Western Sydney in one of the most high-profile trades of the 2018 AFL Trade Period. The Bombers had inconsistent form throughout the 2019 season but qualified for the finals for the second time in three seasons, finishing eighth on the ladder with 12 wins and 10 losses. The Bombers, however, were no match for the West Coast Eagles in the first elimination final and lost by 55 points to end their season. The defeat extended their 15-year finals winning drought, having not won a final since 2004.
Following the end of the 2019 season, assistant coach Ben Rutten was announced as John Worsfold's successor as senior coach, effective at the end of the 2020 AFL season. Rutten effectively shared co-coaching duties with Worsfold during the 2020 season.
2020 was a particularly disappointing year for the club. The Bombers failed to make the finals, finishing thirteenth on the AFL ladder with just six wins and a draw from 17 games. Conor McKenna became the first AFL player to test positive to COVID-19 during the pandemic. A number of players also left the club at the end of the 2020 season including Joe Daniher, Conor McKenna, Adam Saad and Orazio Fantasia.
With Rutten solely at the helm in 2021, Essendon improved significantly from the previous year and returned to the finals, finishing eighth on the ladder with 11 wins and 11 losses, and despite having beaten the Western Bulldogs towards the end of the regular season, the Bombers would lose to the same team by 49 points in the first elimination final.
Season 2022 was the club's 150th anniversary, and hopes were high, with some even predicting Essendon to break their 21-year premiership drought. However, these predictions proved drastically wrong as the Bombers went on to finish 15th, winning only 7 games with a percentage of 83.2%. This poor performance placed Rutten's position under scrutiny, and after a late attempt to lure former Hawthorn coach Alastair Clarkson failed, Rutten was unceremoniously sacked. He was replaced by former AFL General Manager of Football and North Melbourne coach Brad Scott. As a result of the 2022 season's turmoil, board members such as former CEO Xavier Campbell, former president Paul Brasher, former player Simon Madden, and Peter Allen left their roles. Campbell was replaced by Andrew Thorburn, who was pressured into resignation after only one day in the role due to his simultaneous position as a board member of the conservative City on the Hill Church Movement—whose controversial teachings conflicted with Essendon's progressive values—was made public. Craig Vozzo replaced Thorburn in November 2022.
Anthony McDonald-Tipungwuti, Devon Smith and Michael Hurley announced their retirements at the end of the 2022 season, however Tipungwuti revoked the announcement on 10 November 2022. Tipungwuti again announced his retirement at the end of the 2023 after playing only two games at senior level.
In 2023, reports emerged claiming that the club was reconsidering its logo. These included rumours that the current bomber logo was insensitive, given the operation of bomber jets in conflict. These reports were denied by then-captain Zach Merrett.
At the end of the 2023 season it was announced that former West Coast and Gold Coast player Matt Rosa would join Essendon as Talent & Operations Manager and that Adrian Dodoro will step back from his position of recruiting manager after the upcoming trade and draft periods.
In Brad Scott's first season as coach, Essendon sat in fifth position after round 17, but form fell off later in the season to finish 11th with 11 wins and 12 losses.
Essendon's first recorded jumpers were navy blue (The Footballers, edited by Thomas Power, 1875) although the club wore 'red and black caps and hose'. In 1877, The Footballers records the addition of 'a red sash over left shoulder'. This is the first time a red sash as part of the club jumper, and by 1878 there are newspaper reports referring to Essendon players as 'the men in the sash'.
Given that blue and navy blue were the most popular colours at the time, it is thought that Essendon adopted a red sash in 1877 to distinguish its players from others in similar-coloured jumpers.
In 2007, the AFL Commission laid down the requirement that all clubs must produce an alternative jumper for use in matches where jumpers are considered to clash. From 2007 to 2011, the Essendon clash guernsey was the same design as its home guernsey, but with a substantially wider sash such that the guernsey was predominantly red rather than predominantly black. This was changed after 2011 when the AFL deemed that the wider sash did not provide sufficient contrast.
From 2012 to 2016, Essendon's clash guernsey was predominantly grey, with a red sash fimbriated in black; the grey field contained, in small print, the names of all Essendon premiership players.
Before the 2016 season, Essendon's changed their clash guernsey to a predominantly red one, featuring a red sash outlined in black. Similar to the grey jumper, the names of Essendon premiership players were also printed outside the sash.
Following Adam Ramanauskas's personal battle with cancer, a "Clash for Cancer" match against Melbourne was launched in 2006. This was a joint venture between Essendon and the Cancer Council of Victoria to raise funds for the organisation. Despite a formal request to the AFL being denied, players wore yellow armbands for the match, which resulted in the club being fined $20,000. In 2007, the AFL agreed to allow yellow armbands to be incorporated into the left sleeve of the jumper. The 'Clash for Cancer' match against Melbourne has become an annual event, repeated in subsequent seasons, though in 2012, 2013, 2014 and 2016, Hawthorn (twice), the Sydney Swans and Brisbane Lions were the opponents in those respective seasons instead of Melbourne. In 2009, the jumpers were auctioned along with yellow boots worn by some players during the match.
The club's theme song, "See the Bombers Fly Up", is thought to have been written c. 1959 by Kevin Andrews in the home of player Jeff Gamble at which time Kevin Andrews was living. The song is based on the tune of Johnnie Hamp's 1929 song "(Keep Your) Sunny Side Up" at an increased tempo. Jeff Gamble came up with the line 'See the bombers fly up, up' while Kevin Andrews contributed all or most of the rest. At the time, "(Keep Your) Sunny Side Up" was the theme song for the popular Melbourne-based TV show on Channel 7 Sunnyside Up. The official version of the song was recorded in 1972 by the Fable Singers and is still used today.
The song, as with all other AFL clubs, is played prior to every match and at the conclusion of matches when the team is victorious.
Songwriter Mike Brady, of "Up There Cazaly" fame, penned an updated version of the song in 1999 complete with a new verse arrangement, but it was not well received. However, this version is occasionally played at club functions. In 2018, Andrews revealed that there was an error in the lyrics, in which in the line "The other teams they don't fear", the word "they" was supposed to be "we".
The club's current logo was introduced in 1998, making it the second oldest AFL logo currently in use, behind St. Kilda's logo, which was introduced in 1995.
Their mascot is known as "Skeeta Reynolds", and was named after Dick Reynolds. He is a mosquito and was created in honour of the team's back-to-back premiership sides in the 1920s known as the "Mosquito Fleet". He was first named through a competition run in the Bomber magazine with "Skeeta" being the winning entry. This was later changed to "Skeeta Reynolds". He appears as a red mosquito in an Essendon jumper and wears a red and black scarf.
The Essendon Football Club primary training and administration base has been at The Hangar since 2013. prior to this, the primary training and administration base of Essendon Football Club was based at Windy Hill Oval from 1922 until 2013. prior to this, the home ground of Essendon Football Club was at the East Melbourne Cricket Ground from 1882 until 1921.
Essendon's biggest rivals are Carlton, Richmond, and Collingwood, as these teams and Essendon are the four biggest and most supported clubs in Victoria. Matches between the clubs are often close regardless of form and ladder positions. If out of the race themselves, all four have the desire to deny the others a finals spot or a premiership. Essendon also has a fierce rivalry with Hawthorn, stemming from excessive on-field violence in the 1980s, perhaps reaching its zenith with the infamous Line in the Sand Match in 2004. Additionally, Essendon has a three-decade rivalry with the West Coast Eagles.
David Barham has served as chairman of the board since August 2022.
Essendon's board members are David Barham, Andrew Welsh, Melissa Verner Green, Dorothy Hisgrove, Andrew Muir, Kate O'Sullivan, and Kevin Sheedy AO.
The club's apparel is currently produced by Under Armour. The club's apparel has also been produced by Reebok, Fila, Puma, Adidas and ISC.
See Essendon Football Club honours.
To celebrate the 125th anniversary of the club, as well as 100 years of the VFL/AFL, Essendon announced its "Team of the Century" in 1997.
In 2002, a club panel chose and ranked the 25 greatest players to have played for Essendon.
Essendon Hall of Fame Legends (year inducted): Bill Brew (2013), Bill Busbridge (1996), Jack Clarke (1996), John Coleman (1996), Bill Cookson (1996), Wally Crichton (2010), Terry Daniher (1996), Barry Davis (2006), Ron Evans (2012), Tom Fitzmaurice (1996), Ken Fraser (1996), Allan Hird Sr (1996), James Hird (2011), Harry Hunter (2015), Bill Hutchison (1996), Matthew Lloyd (2013), Simon Madden (1996), Alex McCracken (1996), Michael Long (2010), Howard Okey (2012), Frank Reid (1996), Dick Reynolds (1996), Greg Sewell (2009), Kevin Sheedy (2008), Albert Thurgood (1996), Tim Watson (1998), Neale Daniher* (2018), Dustin Fletcher*, Dr Bruce Reid* (2014), Gavin Wanganeen*
*denotes recent elevation to Legend status
Essendon Hall of Fame members (year inducted): Noel Allanson (2015), Fred Baring (2013), John Birt (2010), Reg Burgess (2015), Wally Buttsworth (2010), Barry Capuano (2014), Kevin Egan (2015), Alec Epis (2014), Ken Fletcher (2011), Keith Forbes (2010), Garry Foulds (2010), Darryl Gerlach (2013), Mark Harvey (2014), Bruce Heymanson (2013), Jack Jones (2012), Ron Kirwan (2016), Harold Lambert (2018), Scott Lucas (2013), Roy McConnell (2013), Don McKenzie (2010), Roger Merrett (2018), Joe Misiti (2012), Hugh Mitchell (2012), Graham Moss (2012), Gary O'Donnell (2014), Dr Ian Reynolds (2018), Paul Salmon (2012), David Shaw (2011), Arthur Showers (2010), George Stuckey (2010), Hugh Torney (2011), Paul Vander Haar (2015)
The Essendon reserves are the reserves team of the club, playing in the Victorian Football League.
The team first competed in the Victorian Junior Football Association (later the AFL reserves) when the competition was established in 1919. Similar to Carlton District and Collingwood District, the team was initially known as Essendon District.
The team enjoyed success in the form of eight premierships between 1919 and 1999, including the last year of the reserves competition in 1999. From 2000 until 2002, the club's reserves team competed in the new Victorian Football League competition.
At the end of 2002, the club dissolved its reserves team and established a reserves affiliation with the Bendigo Football Club in the VFL. The affiliation ran for ten years from 2003 until 2012, allowing reserves players from the Essendon list to play with Bendigo. For all but the final year of the affiliation, Bendigo was known as the Bendigo Bombers.
The club re-established its reserves team in 2013, seeking greater developmental autonomy. The team plays its home games at Windy Hill. The team is made up of senior-listed AFL players and VFL-contracted players.
The side has been coached by former Essendon AFL player Brent Stanton since the start of the 2022 season.
Essendon refused to play the Grand Final in Geelong, so the premiership was awarded to Geelong.
Essendon fielded a team in the AFL Women's (AFLW) competition from its seventh season. In March 2022, former North Melbourne AFLW player and Essendon VFLW captain Georgia Nanscawen was announced as the club's first AFLW player signing, and Western Bulldogs AFLW assistant coach Natalie Wood was announced as the club's first AFLW coach a week later. The club's AFLW coaching panel was finalised in late June.
Essendon has fielded a team in the VFL Women's (VFLW) competition since the 2018 season. The league is the highest-grade competition for female footballers in Victoria and one of three second-tier female competitions underneath the national AFL Women's.
Sources: Club historical data and VFLW stats
In December 2017, Essendon entered e-sports by acquiring Australian League of Legends team Abyss ESports. This made them the second AFL team to acquire an e-sports division after Adelaide acquired Legacy ESports in May.
On 2 December 2019, it was announced that the Bombers' OPL slot had been sold to Perth-based internet provider Pentanet, marking Essendon's exit from the e-sports arena.
In 2018, the Essendon Football Club, along with four other AFL clubs, entered the Victorian Wheelchair Football League.
Starting with Norm McDonald in 1947, Essendon has a proud history of fostering Aborignal talent at the top level. This came to the fore during the 1990s with players such as Michael Long, Derek Kickett, Gavin Wanganeen, and Dean Rioli rising through the ranks and being fostered by Kevin Sheedy. Dreamtime at the 'G and the Long Walk are two prominent annual events staged to help promote and support Aboriginal culture. The Long Walk, specifically, is designed to raise money for Indigenous education programs across the country.
Additionally, Essendon is a supporter of the Voice to Parliament.
During the Australian Marriage Law Postal Survey, Essendon supported the Yes vote. | [
{
"paragraph_id": 0,
"text": "The Essendon Football Club, nicknamed the Bombers, is a professional Australian rules football club. The club plays in the Australian Football League (AFL), the game's premier competition. The club was formed by the McCracken family in their Ascot Vale home \"Alisa\", and while the exact date is unknown, it is generally accepted to have been in 1872. The club's first recorded game took place on 7 June 1873 against a Carlton seconds team. From 1878 until 1896, the club played in the Victorian Football Association (VFA), then joined seven other clubs in October 1896 to form the breakaway Victorian Football League (known as the Australian Football League since 1990). Headquartered at the Essendon Recreation Ground, known as Windy Hill, from 1922 to 2013, the club moved to The Hangar in Tullamarine in late 2013 on land owned by the Melbourne Airport corporation. The club shares its home games between Docklands Stadium and the Melbourne Cricket Ground. Zach Merrett is the current club captain.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Essendon is one of Australia's best-known and most successful football clubs. It has won 16 VFL/AFL premierships, which, along with Carlton and Collingwood, is the most of any club in the competition. The club won four consecutive VFA premierships between 1891 and 1894, a feat unmatched in that competition's history. Essendon also hold the distinction of being the only club to win a premiership in their inaugural season (1897). However, Essendon has struggled to remain competitive in the 21st century, having won its last premiership in 2000 and not winning a final since 2004.",
"title": ""
},
{
"paragraph_id": 2,
"text": "During the early-to-mid 2010s, the team was the focus of an investigation by the AFL and independent regulatory bodies into their alleged use of illegal substances during the 2012 season, which led to 34 players receiving two-year suspensions, a $2 million fine, and disqualification from the 2013 finals series (among other penalties).",
"title": ""
},
{
"paragraph_id": 3,
"text": "Three Essendon players—John Coleman, Bill Hutchison, and Dick Reynolds—and one coach, Kevin Sheedy, are classified as \"Legends\" in the Australian Football Hall of Fame.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Essendon also fields reserve men's and women's teams in the Victoria Football League and VFL Women's, respectively. Since 2022 (S7), it has fielded a senior women's team in the national AFL Women's competition.",
"title": ""
},
{
"paragraph_id": 5,
"text": "The club was founded by members of the Royal Agricultural Society, the Melbourne Hunt Club and the Victorian Woolbrokers. The Essendon Football Club is thought to have been formed in 1872 at a meeting it the home of a well-known brewery family, the McCrackens, whose Ascot Vale property hosted a team of local junior players.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "Robert McCracken (1813–1885), the owner of several city hotels, was the founder and first president of the Essendon Football Club, and his son, Alex McCracken, its first secretary. Alex later became president of the newly formed VFL. Alex's cousin Collier McCracken, who had already played with Melbourne, was the team's first captain.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "The club played its first recorded match against the Carlton Second Twenty (the reserves) on 7 June 1873, with Essendon winning by one goal. Essendon played 13 matches in its first season, winning seven, with four draws and losing two. The club was one of the inaugural junior members of the Victorian Football Association (VFA) in 1877, and it began competing as a senior club from the 1878 season. During its early years in the Association, Essendon played its home matches at Flemington Hill, but it moved to the East Melbourne Cricket Ground in 1881.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "In 1878, at Flemington Hill, Essendon played its first match on what would be considered by modern standards to be a full-sized field. In 1879, Essendon played Melbourne in one of the earliest night matches recorded when the ball was painted white. In 1883, the team played four matches in eight days in Adelaide: losing to Norwood (on 23 June) and defeating Port Adelaide (on 16 June), a combined South Australian team (on 18 June), and South Adelaide (on 20 June).",
"title": "History"
},
{
"paragraph_id": 9,
"text": "In 1891, Essendon won their first VFA premiership, which they repeated in 1892, 1893 and 1894. One of the club's greatest players, Albert Thurgood, played for the club during this period, making his debut in 1892. Essendon (18 wins, 2 draws) was undefeated in the 1893 season.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "At the end of the 1896 season, Essendon, along with seven other clubs, formed the Victorian Football League. Essendon's first VFL game was in 1897 against Geelong at Corio Oval in Geelong. Essendon won its first VFL premiership by winning the 1897 VFL finals series in a round-robin event. Essendon again won the premiership in 1901, defeating Collingwood in the Grand Final. The club won successive premierships in 1911 and 1912 over Collingwood and South Melbourne, respectively.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "The club is recorded as having played at McCracken's Paddock, Glass's Paddock, and Flemington Hill. It is likely that these are three different names for the one ground, given that McCracken's Paddock was a parcel of land that sat within the larger Glass's Paddock, which in turn was situated in an area widely known at the time as Flemington Hill. In 1882, the club moved home games to the East Melbourne Cricket Ground (since demolished) after an application to play on the Essendon Cricket Ground (later known as Windy Hill) was voted down by Lord Mayor of the City of Essendon, James Taylor, on the basis that the considered the Essendon Cricket Ground \"to be suitable only for the gentleman's game of cricket\".",
"title": "History"
},
{
"paragraph_id": 12,
"text": "The club became known by the nickname \"the Same Old Essendon\" from the title and hook of the principal song performed by a band of supporters which regularly occupied a section of the grandstand at the club's games. The nickname first appeared in print in the local North Melbourne Advertiser in 1889, and ended up gaining wide use, often as the diminutive \"Same Olds\".",
"title": "History"
},
{
"paragraph_id": 13,
"text": "This move away from Essendon, at a time when fans would walk to their local ground, didn't go down too well with many Essendon people; and, as a consequence, a new team and club was formed in 1900, unconnected with the first (although it played in the same colours), that was based at the Essendon Cricket Ground, and playing in the Victorian Football Association. It was known firstly as Essendon Town and, after 1905, as Essendon (although it was often called Essendon A, with the A standing for association).",
"title": "History"
},
{
"paragraph_id": 14,
"text": "After the 1921 season, the East Melbourne Cricket Ground was closed and demolished to expand the Flinders Street Railyard. Having played at the East Melbourne Cricket Ground from 1882 to 1921, and having won four VFA premierships (1891–1894) and four VFL premierships (1897, 1901, 1911 and 1912) whilst there, Essendon was looking for a new home. It was offered grounds at the current Royal Melbourne Showgrounds, Ascot Vale; at Victoria Park, Melbourne; at Arden St, North Melbourne; and the Essendon Cricket Ground. The Essendon City Council offered the (VFL) team the Essendon Cricket Ground, announcing that it would be prepared to spend over £12,000 ($1,009,066 in 2021 terms, according to the Retail Price Index) on improvements, including a new grandstand, scoreboard and re-fencing of the oval.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "The club's first preference was to move to North Melbourne—a move which the North Melbourne Football Club (then in the VFA) saw as an opportunity to get into the VFL. Most of Essendon's members and players were from the North Melbourne area, and sportswriters believed that Essendon would have been taken over by or rebranded as North Melbourne within only a few years of the move. However, the VFA, desperate for its own strategic reasons not to lose its use of the North Melbourne Cricket Ground, successfully appealed to the State Government to block Essendon's move to North Melbourne. With its preferred option off the table, the club returned to Essendon, and the Essendon VFA club disbanded, with most of its players moving to North Melbourne.",
"title": "History"
},
{
"paragraph_id": 16,
"text": "The old \"Same Olds\" nickname fell into disuse, and by 1922 the other nicknames \"Sash Wearers\" and \"Essendonians\" that had been variously used from time to time were also abandoned. The team became universally known as \"the Dons\" (from EssenDON); it was not until much later, during the War years of the early 1940s, that they became known as \"The Bombers\" due to Windy Hill's proximity to the Essendon Aerodrome.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "In the 1922 season, playing in Essendon for the first time in decades, Essendon reached the final four for the first time since 1912, finishing in third place. In the 1923 season, the club topped the ladder with 13 wins from 16 games. After a 17-point Second Semi-Final loss to South Melbourne, Essendon defeated Fitzroy (who had beaten South Melbourne) in the 1923 Grand Final (then known as a \"Challenge Final\" due to its different finals format): Essendon 8.15 (63) to Fitzroy 6.10 (46). Amongst Essendon's best players were half-forward flanker George \"Tich\" Shorten, centre half-forward Justin McCarthy, centre half-back Tom Fitzmaurice, rover Frank Maher, and wingman Jack Garden. This was one of Essendon's most famous sides, dubbed the \"Mosquito Fleet\" due to the number of small, very fast players in the side. Six players were 5'6\" (167 cm) or smaller.",
"title": "History"
},
{
"paragraph_id": 18,
"text": "In the 1924 season, for the first time since their inaugural premiership in 1897, there was no ultimate match to decide the league's champion team – either \"Challenge Final\" or \"Grand Final\" – to determine the premiers; instead, the top four clubs after the home-and-away season played a round-robin to determine the premiers. Essendon, having previously defeated both Fitzroy (by 40 points) and South Melbourne (by 33 points), clinched the premiership by means of a 20-point loss to Richmond. With the Tigers having already lost a match to Fitzroy by a substantial margin, the Dons were declared premiers by virtue of their superior percentage, meaning that Essendon again managed to win successive premierships. But the low gates for the finals meant this was never attempted again, resulting in Essendon having the unique record of winning the only two premierships without a grand final.",
"title": "History"
},
{
"paragraph_id": 19,
"text": "Prominent contributors to Essendon's 1924 Premiership success included back pocket Clyde Donaldson, follower Norm Beckton, half-back flanker Roy Laing, follower Charlie May, and rover Charlie Hardy. The 1924 season was not without controversy, however, with rumours of numerous players accepting bribes. Regardless of the accuracy of these allegations, the club's image was tarnished, and the side experienced its lowest period during the decade that followed, with poor results on the field and decreased support off it.",
"title": "History"
},
{
"paragraph_id": 20,
"text": "There was worse to follow, with various Essendon players publicly blaming each other for a poor performance against Richmond, and then, with dissension still rife in the ranks, the side plummeted to an unexpected and humiliating 28-point loss to VFA premiers Footscray in a special charity match played a week later in front of 46,100 people, in aid of Dame Nellie Melba's Limbless Soldiers' Appeal Fund, purportedly (but not officially) for the championship of Victoria.",
"title": "History"
},
{
"paragraph_id": 21,
"text": "The club's fortunes dipped alarmingly—and persistently. Indeed, after finishing third in the 1926 season, it was to be 14 years later—in 1940—before Essendon would even contest a finals series.",
"title": "History"
},
{
"paragraph_id": 22,
"text": "After the malaise of the late 1920s and early 1930, the 1933 season proved a turning point in morale despite no finals entries for the entire 1930s. Essendon saw the debut of the player regarded as one of the game's greatest-ever players, Dick Reynolds. His impact was immediate. He won his first Brownlow Medal aged 19. His record of three Brownlow victories (1934, 1937, 1938), equalled Fitzroy's Haydn Bunton, Sr (1931, 1932, 1935), and later equalled by Bob Skilton (1959, 1963, 1968), and Ian Stewart (1965, 1966, 1971).",
"title": "History"
},
{
"paragraph_id": 23,
"text": "Reynolds went on to arguably even greater achievements as a coach, a position to which he was first appointed, jointly with Harry Hunter, in 1939 (this was while Reynolds was still a player). A year later he took the reins on a solo basis and was rewarded with immediate success (at least in terms of expectations at the time which, after so long in the wilderness, were somewhat modest). He was regarded as having a sound tactical knowledge of the game and being an inspirational leader, as he led the side into the finals in 1940 for the first time since 1926, when the side finished 3rd. Melbourne, which defeated Essendon by just 5 points in the preliminary final, later went on to trounce Richmond by 39 points in the grand final.",
"title": "History"
},
{
"paragraph_id": 24,
"text": "The Essendon Football Club adopted the nickname The Bombers in April 1940.",
"title": "History"
},
{
"paragraph_id": 25,
"text": "1941 brought Essendon's first grand final appearance since 1923, but the side again lowered its colours to Melbourne. A year later war broke out and the competition was considerably weakened, with Geelong being forced to pull out of the competition due to travel restrictions as a result of petrol rationing. Attendances at games also declined dramatically, whilst some clubs had to move from their normal grounds due to them being used for military purposes. Many players were lost to football due to their military service. Nevertheless, Essendon went on to win the 1942 Premiership with Western Australian Wally Buttsworth in irrepressible form at centre half-back. Finally, the long-awaited premiership was Essendon's after comprehensively outclassing Richmond in the grand final, 19.18 (132) to 11.13 (79). The match was played at Carlton in front of 49,000 spectators.",
"title": "History"
},
{
"paragraph_id": 26,
"text": "In any case, there could be no such reservations about Essendon's next premiership, which came just four years later. Prior to that Essendon lost a hard-fought grand final to Richmond in 1943 by 5 points, finished 3rd in 1944, and dropped to 8th in 1945.",
"title": "History"
},
{
"paragraph_id": 27,
"text": "After World War II, Essendon enjoyed great success. In the five years immediately after the war, Essendon won 3 premierships (1946, 1949, 1950) and were runners up twice (1947, 1948). In 1946, Essendon were clearly the VFL's supreme force, topping the ladder after the home-and-away games and surviving a drawn second semi-final against Collingwood to make it through to the grand final a week later with a score of 10.16 (76) to 8.9 (57). Then, in the grand final against Melbourne, Essendon set a grand final record score of 22.18 (150) to Melbourne 13.9 (87), featuring a 7-goal performance by centre half-forward Gordon Lane. Rover Bill Hutchinson, and defenders Wally Buttsworth, Cec Ruddell and Harold Lambert were among the best players.",
"title": "History"
},
{
"paragraph_id": 28,
"text": "The 1947 Grand Final has to go down in the ledger as 'one of the ones that got away', with Essendon losing to Carlton by a single point despite managing 30 scoring shots to 21. As if to prove that lightning does occasionally strike twice, the second of the 'ones that got away' came just a year later, the Dons finishing with a lamentable 7.27, to tie with Melbourne (who managed 10.9) in the 1948 grand final. A week later Essendon waved the premiership good-bye, as Melbourne raced to a 13.11 (89) to 7.8 (50) triumph. The club's Annual Report made an assessment that was at once restrained and, as was soon to emerge, tacitly and uncannily prophetic: \"It is very apparent that no team is complete without a spearhead and your committee has high hopes of rectifying that fault this coming season.\"",
"title": "History"
},
{
"paragraph_id": 29,
"text": "The 1949 season heralded the arrival on the VFL scene of John Coleman, arguably the greatest player in Essendon's history, and, in the view of some, the finest player the game has known. In his first ever appearance for the Dons, against Hawthorn in Round 1, 1949, he booted 12 of his side's 18 goals to create an opening-round record which was to endure for forty-five years. More importantly, however, he went on to maintain the same high level of performance throughout the season, kicking precisely 100 goals for the year to become the first player to kick 100 goals in a season since Richmond's Jack Titus in 1940.",
"title": "History"
},
{
"paragraph_id": 30,
"text": "The Coleman factor was just what Essendon needed to enable them to take that vital final step to premiership glory, but even so it was not until the business end of the season that this became clear. Essendon struggled to make the finals in 4th place, but once there they suddenly ignited to put in one of the most consistently devastating September performances in VFL history.",
"title": "History"
},
{
"paragraph_id": 31,
"text": "Collingwood succumbed first as the Dons powered their way to an 82-point first semi-final victory, and a fortnight later it was the turn of the North Melbourne Football Club as Essendon won the preliminary final a good deal more comfortably than the ultimate margin of 17 points suggested. In the grand final, Essendon were pitted against Carlton and in a match that was a total travesty as a contest they overwhelmed the Blues to the tune of 73 points, 18.17 (125) to 6.16 (52). Best for the Dons included pacy aboriginal half-back flanker Norm McDonald, ruckman Bob McLure, and rovers Bill Hutchinson and Ron McEwin. John Coleman also did well, registering six goals.",
"title": "History"
},
{
"paragraph_id": 32,
"text": "A year later, in 1950, Essendon were—if anything—even more dominant, defeating the North Melbourne Football Club in both the Second Semi-Final and the Grand Final to secure consecutive VFL premierships for the third time. Best afield in the 1950 Grand Final, in what was officially his swan song as a player, was captain-coach Dick Reynolds, who received sterling support from the likes of Norm McDonald, ruckman/back pocket Wally May, back pocket Les Gardiner, and ruckman McLure.",
"title": "History"
},
{
"paragraph_id": 33,
"text": "With Reynolds, aka 'King Richard', still holding court as coach in 1951, albeit now in a non-playing capacity, Essendon seemed on course for a third consecutive flag, but a controversial four-week suspension dished out to John Coleman on the eve of the finals effectively destroyed their chances. Coleman was reported for retaliation after twice being struck by his direct Carlton opponent, Harry Caspar, and without him the Dons were rated a four-goals-poorer team. Nevertheless, they still managed to battle their way to a 6th successive grand final with wins over Footscray by 8 points in the first semi-final and Collingwood by 2 points in the preliminary final.",
"title": "History"
},
{
"paragraph_id": 34,
"text": "The Dons sustained numerous injuries in the preliminary final, and the selectors sprang a surprise on Grand Final day by naming the officially retired Dick Reynolds as 20th man. Reynolds was powerless to prevent the inevitable; although leading at half-time, Geelong kicked five goals to Essendon's two points in the third quarter to set up victory by 11 points.",
"title": "History"
},
{
"paragraph_id": 35,
"text": "Essendon slumped to 8th in 1952, but Coleman was in blistering form, managing 103 goals for the year. Hugh Buggy noted in The Argus: \"It was the wettest season for twenty-two years and Coleman showed that since the war he was without peer in the art of goal kicking.\"",
"title": "History"
},
{
"paragraph_id": 36,
"text": "Two seasons later, Coleman's career was ended after he dislocated a knee during the Round 8 clash with the North Melbourne Football Club at Essendon. Aged just 25, he had kicked 537 goals in only 98 VFL games in what was generally a fairly low-scoring period for the game. His meteoric rise and fall were clearly the stuff of legend, and few (if any) players, either before or since, have had such an immense impact over so brief a period.",
"title": "History"
},
{
"paragraph_id": 37,
"text": "According to Alf Brown, football writer for The Herald:",
"title": "History"
},
{
"paragraph_id": 38,
"text": "Somewhat more colourfully, R.S. Whittington suggested:",
"title": "History"
},
{
"paragraph_id": 39,
"text": "Without Coleman, Essendon's fortunes plummeted, and there were to be no further premierships in the 1950s. The nearest miss came in 1957 when the Bombers (as they were popularly known by this time) earned premiership favouritism after a superb 16-point Second Semi-Final defeat of Melbourne—only to lose by over 10 goals against the same side a fortnight later.",
"title": "History"
},
{
"paragraph_id": 40,
"text": "1959 saw another grand final loss to Melbourne, this time by 37 points, but the fact that the average age of the Essendon side was only 22 was seen as providing considerable cause for optimism. However, it was to take another three years, and a change of coach, before the team's obvious potential was translated into tangible success.",
"title": "History"
},
{
"paragraph_id": 41,
"text": "John Coleman started his coaching career at Essendon in 1961, thus ending the Dick Reynolds era at the club. In the same year, Essendon finished the season mid-table, and supporters were not expecting too much for the following season. However, the club blitzed the opposition in 1962, losing only two matches and finishing top of the table. Both losses were to the previous year's grand finalists. The finals posed no problems for the resurgent Dons, easily accounting for Carlton in the season's climax, winning the 1962 Premiership by 32 points. This was a remarkable result for Coleman, who, in just his second season of coaching, claimed the ultimate prize in Australian football. As so often is the case after a flag, the following two years were below standard. A further premiership in 1965 (won from 4th position on the ladder) was also unexpected due to periods of poor form during the 1965 season. The Bombers were a different club when the finals came around, but some of the credit for the improvement was given to the influence of Brian Sampson and Ted Fordham during the finals. Coleman's time as coach turned out to be much like his playing career: highly successful but cut short when he had to stand down due to health problems in 1967. Only six years later, on the eve of the 1973 season, he died of a heart attack at just 44 years of age.",
"title": "History"
},
{
"paragraph_id": 42,
"text": "Following Coleman's retirement, the club experienced tough times on and off the field. Finals appearances were rare for the side, which was often in contention for the wooden spoon. Essendon did manage to make the 1968 VFL Grand Final, but it lost to Carlton by just three points and did not make it back to the big stage for a 15 years.",
"title": "History"
},
{
"paragraph_id": 43,
"text": "During the period from 1968 until 1980, five different coaches were tried, with none lasting longer than four years. Off the field, the club went through troubled times as well. In 1970, five players went on strike before the season even began, demanding higher payments. Essendon did make the finals in 1972 and 1973 under the autocratic direction of Des Tuddenham (Collingwood), but they were beaten badly in successive elimination finals by St. Kilda and did not taste finals action again until the very end of the decade. The 1970s' Essendon sides were involved in many rough and tough encounters under Tuddenham, who himself came to loggerheads with Ron Barassi at a quarter-time huddle where both coaches exchanged heated words. Essendon had tough but talented players with the likes of \"Rotten Ronnie\" Ron Andrews and experienced players such as Barry Davis, Ken Fletcher, Geoff Blethyn, Neville Fields and West Australian import Graham Moss. In May 1974, a controversial half-time all-in-brawl with Richmond at Windy Hill and a 1975 encounter with Carlton were testimony of the era. Following the Carlton match, the Herald described Windy Hill as \"Boot Hill\" because of the extent of the fights and the high number of reported players (eight in all—four from Carlton and four from Essendon). The peak of these incidents occurred in 1980 with new recruit Phil Carman making headlines for head-butting an umpire. The tribunal suspended him for sixteen weeks, and although most people thought this was a fair (or even lenient) sentence, he took his case to the supreme court, gathering even more unwanted publicity for the club. Despite this, the club had recruited many talented young players in the late 1970s who emerged as club greats. Three of those young players were Simon Madden, Tim Watson and Paul Van Der Haar. Terry Daniher and his brother Neale came via a trade with South Melbourne, and Roger Merrett joined soon afterwards to form the nucleus of what would become the formidable Essendon sides of the 1980s. This raw but talented group of youngsters took Essendon to an elimination final in 1979 under Barry Davis but were again thrashed in an Elimination Final, this time at the hands of Fitzroy. Davis resigned at the end of the 1980 season after missing out on a finals appearance.",
"title": "History"
},
{
"paragraph_id": 44,
"text": "One of the few highlights for Essendon supporters during this time was when Graham Moss won the 1976 Brownlow Medal; he was the only Bomber to do so in a 40-year span from 1953 to 1993. Even that was bittersweet, as he quit VFL football to move back to his native Western Australia, where Moss finished out his career as a player and coach at Claremont Football Club. In many ways, Moss's career reflects Essendon's mixed fortunes during the decade.",
"title": "History"
},
{
"paragraph_id": 45,
"text": "Former Richmond player Kevin Sheedy started as head coach in 1981.",
"title": "History"
},
{
"paragraph_id": 46,
"text": "Essendon reached the Grand Final in 1983, the first time since 1968. Hawthorn won by a then record 83 points.",
"title": "History"
},
{
"paragraph_id": 47,
"text": "In 1984, Essendon won the pre-season competition and completed the regular season on top of the ladder. The club played, and beat, Hawthorn in the 1984 VFL Grand Final to win their 13th premiership—their first since 1965. The teams met again in the 1985 Grand Final, which Essendon also won. At the start of 1986, Essendon were considered unbackable for three successive flags, but a succession of injuries to key players Paul Van der Haar (only fifteen games from 1986 to 1988), Tim Watson, Darren Williams, Roger Merrett and Simon Madden led the club to win only eight of its last eighteen games in 1986 and only nine games (plus a draw with Geelong) in 1987. In July 1987, the Bombers suffered a humiliation at the hands of Sydney, who fell two points short of scoring the then highest score in VFL history.",
"title": "History"
},
{
"paragraph_id": 48,
"text": "In 1988, Essendon made a rebound to sixth place with twelve wins, including a 140-point thrashing of Brisbane where they had a record sixteen individual goalkickers. In 1989, they rebounded further to second on the ladder with only five losses and thrashed Geelong in the Qualifying Final. However, after a fiery encounter with Hawthorn ended in a convincing defeat, the Bombers were no match for Geelong next week.",
"title": "History"
},
{
"paragraph_id": 49,
"text": "In 1990, Essendon were pace-setters almost from the start, but a disruption from the Qualifying Final draw between Collingwood and West Coast was a blow from which they never recovered. The Magpies comprehensively thrashed them in both the second semi-final and the grand final.",
"title": "History"
},
{
"paragraph_id": 50,
"text": "Following the 1991 season, Essendon moved its home games from its traditional home ground at Windy Hill to the larger and newly renovated MCG. This move generated large increases in game attendance, membership and revenue for the club. The club's training and administrative base remained at Windy Hill until 2013.",
"title": "History"
},
{
"paragraph_id": 51,
"text": "Following the retirement of Tim Watson and Simon Madden in the early 1990s, the team was built on new players such as Gavin Wanganeen, Joe Misiti, Mark Mercuri, Michael Long, Dustin Fletcher (son of Ken) and James Hird, who was taken at No. 79 in the 1990 draft. This side became known as the \"Baby Bombers\", as the core of the side was made up of young players early in their careers.",
"title": "History"
},
{
"paragraph_id": 52,
"text": "The team won the 1993 Grand Final against Carlton and that same year, Gavin Wanganeen won the Brownlow Medal, the first awarded to an Essendon player since 1976. Three years later, James Hird was jointly awarded the medal with Michael Voss of Brisbane.",
"title": "History"
},
{
"paragraph_id": 53,
"text": "In 2000, the club shifted the majority of its home games to the newly opened Docklands Stadium, signing a 25-year deal to play seven home matches per year at the venue, with the other four remaining at the MCG. The season was one of the most successful by any team in VFL/AFL history, and the club opened with 20 consecutive wins before they lost to the Western Bulldogs in round 21. The team went on to win their 16th premiership, defeating Melbourne, thereby completing the most dominant single season in AFL/VFL history. The defeat to the Bulldogs was the only defeat for Essendon throughout the entire calendar year (Essendon also won the 2000 pre-season competition).",
"title": "History"
},
{
"paragraph_id": 54,
"text": "Essendon was less successful after 2001. Lucrative contracts to a number of premiership players had caused serious pressure on the club's salary cap, forcing the club to trade several key players. Blake Caracella, Chris Heffernan, Justin Blumfield, Gary Moorcroft and Damien Hardwick had all departed by the end of 2002; in 2004, Mark Mercuri, Sean Wellman and Joe Misiti retired. The club remained competitive; however, they could progress no further than the second week of the finals each year for the years of 2002, 2003, and 2004. Sheedy signed a new three-year contract at the end of 2004.",
"title": "History"
},
{
"paragraph_id": 55,
"text": "In 2005, Essendon missed the finals for the first time since 1997, and in 2006, despite a first-round 27-point thrashing of defending premiers Sydney, in which newly appointed captain Matthew Lloyd kicked eight goals playing on Leo Barry, and a season-ending hamstring injury he subsequently suffered just two rounds later, the Bombers were uncompetitive for the majority of the season, recording only three wins and one draw from twenty-two games to suffer its worst season since 1933, as well as recording the least number of votes collectively as a team at the 2006 Brownlow Medal count. In Lloyd's absence, David Hille was appointed captain for the remainder of the season. The club improved its on-field position in 2007 but again missed the finals.",
"title": "History"
},
{
"paragraph_id": 56,
"text": "Sheedy's contract was not renewed after 2007, ending his 27-year tenure as Essendon coach. Matthew Knights replaced Sheedy as coach, and coached the club for three seasons, reaching the finals once—an eighth-place finish in 2009 at the expense of reigning premiers Hawthorn. On 29 August 2010, shortly after the end of the 2010 home-and-away season, Knights was dismissed as coach.",
"title": "History"
},
{
"paragraph_id": 57,
"text": "On 28 September 2010, former captain James Hird was named as Essendon's new coach from 2011 on a four-year deal. Formpremiership-winningGeelong dual-premiership-winning coach and Essendon triple-premiership-winning player Mark Thompson later joined Hird on the coaching panel. In his first season, Essendon finished eighth. The club started strongly in 2012, sitting fourth with a 10–3 record at the halfway mark of the season, but won only one more match for the season, finishing eleventh to miss the finals.",
"title": "History"
},
{
"paragraph_id": 58,
"text": "In 2013, the club moved its training and administrative base to The Hangar, a new facility in the suburb of Melbourne Airport which it had developed in conjunction with the Australian Paralympic Committee. Essendon holds a 37-year lease at the facility and maintains a lease at Windy Hill to use the venue for home matches for its reserves team in the Victorian Football League as well as for a social club and merchandise store on the site.",
"title": "History"
},
{
"paragraph_id": 59,
"text": "During 2013, the club was investigated by the AFL and the Australian Sports Anti-Doping Authority (ASADA) over its 2012 player supplements and sports science program, most specifically over allegations into illegal use of peptide supplements. An internal review found it to have \"established a supplements program that was experimental, inappropriate and inadequately vetted and controlled\", and on 27 August 2013, the club was found guilty of bringing the game into disrepute for this reason. Among its penalties, the club was fined A$2 million, stripped of early draft picks in the following two drafts, and forfeited its place in the 2013 finals series (having originally finished seventh on the ladder); Hird was suspended from coaching for twelve months. Several office-bearers also resigned their posts during the controversy, including chairman David Evans and CEO Ian Robson.",
"title": "History"
},
{
"paragraph_id": 60,
"text": "In the midst of the supplements saga, assistant coach Mark Thompson took over as coach for the 2014 season during Hird's suspension. He led the club back to the finals for a seventh-place finish but in a tense second elimination final against archrivals North Melbourne, the Bombers led by as much as 27 points at half time before a resurgent Kangaroos side came back and won the game by 12 points. After the 2014 season, Mark Thompson left the club to make way for Hird's return to the senior coaching role.",
"title": "History"
},
{
"paragraph_id": 61,
"text": "In June 2014, thirty-four players were issued show-cause notices alleging the use of banned peptide Thymosin beta-4 during the program. The players faced the AFL Anti-Doping Tribunal over the 2014/15 offseason, and on 31 March 2015 the tribunal returned a not guilty verdict, determining that it was \"not comfortably satisfied\" that the players had been administered the peptide.",
"title": "History"
},
{
"paragraph_id": 62,
"text": "Hird returned as senior coach for the 2015 season, and after a strong start, the club's form severely declined after the announcement that WADA would appeal the decision of the AFL Anti-Doping Tribunal. The effect of the appeal on the team's morale was devastating and they went on to win only six games for the year. Under extreme pressure, Hird resigned on 18 August 2015 following a disastrous 112-point loss to Adelaide. Former West Coast Eagles premiership coach John Worsfold was appointed as the new senior coach on a three-year contract.",
"title": "History"
},
{
"paragraph_id": 63,
"text": "On 12 January 2016 the Court of Arbitration for Sport overruled the AFL anti-doping tribunal's decision, deeming that 34 past and present players of the Essendon Football Club, took the banned substance Thymosin Beta-4. As a result, all 34 players, 12 of which were still at the club, were given two-year suspensions. However, all suspensions were effectively less due to players having previously taken part in provisional suspensions undertaken during the 2014/2015 off-season. As a result, Essendon contested the 2016 season with twelve of its regular senior players under suspension. In order for the club to remain competitive, the AFL granted Essendon the ability to upgrade all five of their rookie listed players and to sign an additional ten players to cover the loss of the suspended players for the season.",
"title": "History"
},
{
"paragraph_id": 64,
"text": "Due to this unprecedented situation, many in the football community predicted the club would go through the 2016 AFL season without a win; however, they were able to win three matches: against Melbourne, Gold Coast and Carlton in rounds 2, 21 and 23 respectively. The absence of its most experienced players also allowed the development of its young players, with Zach Merrett and Orazio Fantasia having breakout years, while Darcy Parish and Anthony McDonald-Tipungwuti, impressing in their debut seasons. Merrett acted as captain in the side's round 21 win over the Suns. The club eventually finished on the bottom of the ladder and thus claimed its first wooden spoon since 1933.",
"title": "History"
},
{
"paragraph_id": 65,
"text": "Essendon made their final financial settlement related to the supplements saga in September 2017, just before finals started. They also improved vastly on their 2016 performance, finishing 7th in the home-and-away season and becoming the first team since West Coast in 2011 to go from wooden spooner to a finals appearance, but they ultimately lost their only final to Sydney.",
"title": "History"
},
{
"paragraph_id": 66,
"text": "The 2017 season was also capped off by the retirement of much-loved club legend and ex-captain Jobe Watson, midfielder Brent Stanton, and ex-Geelong star James Kelly, who later took up a development coach role at the club. Midfielder Heath Hocking, who played 126 games for the club, was delisted.",
"title": "History"
},
{
"paragraph_id": 67,
"text": "Expectations were high for the 2018 season, with the club having an outstanding offseason. The recruitment of Jake Stringer, Adam Saad and Devon Smith from the Western Bulldogs, Gold Coast Suns and Greater Western Sydney Giants respectively was expected to throw Essendon firmly into premiership contention.",
"title": "History"
},
{
"paragraph_id": 68,
"text": "After beating the previous year's runner up Adelaide (which went on to beat reigning premiers Richmond the following round) in round one, Essendon's form slumped severely, only winning one game out of the next seven rounds and losing to the then-winless Carlton in round eight. Senior assistant coach Mark Neeld was sacked by the club the following Monday.",
"title": "History"
},
{
"paragraph_id": 69,
"text": "The team's form improved sharply after this, recording wins against top eight sides Geelong, GWS, eventual premiers West Coast and Sydney, and winning ten out of the last 13 games of the season. However, the mid-season revival was short-lived, with a loss to reigning premiers Richmond by eight points in round 22 ending any hopes they had of reaching the finals.",
"title": "History"
},
{
"paragraph_id": 70,
"text": "The 2018 season was capped off by the club not offering veteran Brendon Goddard a new contract for 2019.",
"title": "History"
},
{
"paragraph_id": 71,
"text": "Essendon acquired Dylan Shiel from Greater Western Sydney in one of the most high-profile trades of the 2018 AFL Trade Period. The Bombers had inconsistent form throughout the 2019 season but qualified for the finals for the second time in three seasons, finishing eighth on the ladder with 12 wins and 10 losses. The Bombers, however, were no match for the West Coast Eagles in the first elimination final and lost by 55 points to end their season. The defeat extended their 15-year finals winning drought, having not won a final since 2004.",
"title": "History"
},
{
"paragraph_id": 72,
"text": "Following the end of the 2019 season, assistant coach Ben Rutten was announced as John Worsfold's successor as senior coach, effective at the end of the 2020 AFL season. Rutten effectively shared co-coaching duties with Worsfold during the 2020 season.",
"title": "History"
},
{
"paragraph_id": 73,
"text": "2020 was a particularly disappointing year for the club. The Bombers failed to make the finals, finishing thirteenth on the AFL ladder with just six wins and a draw from 17 games. Conor McKenna became the first AFL player to test positive to COVID-19 during the pandemic. A number of players also left the club at the end of the 2020 season including Joe Daniher, Conor McKenna, Adam Saad and Orazio Fantasia.",
"title": "History"
},
{
"paragraph_id": 74,
"text": "With Rutten solely at the helm in 2021, Essendon improved significantly from the previous year and returned to the finals, finishing eighth on the ladder with 11 wins and 11 losses, and despite having beaten the Western Bulldogs towards the end of the regular season, the Bombers would lose to the same team by 49 points in the first elimination final.",
"title": "History"
},
{
"paragraph_id": 75,
"text": "Season 2022 was the club's 150th anniversary, and hopes were high, with some even predicting Essendon to break their 21-year premiership drought. However, these predictions proved drastically wrong as the Bombers went on to finish 15th, winning only 7 games with a percentage of 83.2%. This poor performance placed Rutten's position under scrutiny, and after a late attempt to lure former Hawthorn coach Alastair Clarkson failed, Rutten was unceremoniously sacked. He was replaced by former AFL General Manager of Football and North Melbourne coach Brad Scott. As a result of the 2022 season's turmoil, board members such as former CEO Xavier Campbell, former president Paul Brasher, former player Simon Madden, and Peter Allen left their roles. Campbell was replaced by Andrew Thorburn, who was pressured into resignation after only one day in the role due to his simultaneous position as a board member of the conservative City on the Hill Church Movement—whose controversial teachings conflicted with Essendon's progressive values—was made public. Craig Vozzo replaced Thorburn in November 2022.",
"title": "History"
},
{
"paragraph_id": 76,
"text": "Anthony McDonald-Tipungwuti, Devon Smith and Michael Hurley announced their retirements at the end of the 2022 season, however Tipungwuti revoked the announcement on 10 November 2022. Tipungwuti again announced his retirement at the end of the 2023 after playing only two games at senior level.",
"title": "History"
},
{
"paragraph_id": 77,
"text": "In 2023, reports emerged claiming that the club was reconsidering its logo. These included rumours that the current bomber logo was insensitive, given the operation of bomber jets in conflict. These reports were denied by then-captain Zach Merrett.",
"title": "History"
},
{
"paragraph_id": 78,
"text": "At the end of the 2023 season it was announced that former West Coast and Gold Coast player Matt Rosa would join Essendon as Talent & Operations Manager and that Adrian Dodoro will step back from his position of recruiting manager after the upcoming trade and draft periods.",
"title": "History"
},
{
"paragraph_id": 79,
"text": "In Brad Scott's first season as coach, Essendon sat in fifth position after round 17, but form fell off later in the season to finish 11th with 11 wins and 12 losses.",
"title": "History"
},
{
"paragraph_id": 80,
"text": "Essendon's first recorded jumpers were navy blue (The Footballers, edited by Thomas Power, 1875) although the club wore 'red and black caps and hose'. In 1877, The Footballers records the addition of 'a red sash over left shoulder'. This is the first time a red sash as part of the club jumper, and by 1878 there are newspaper reports referring to Essendon players as 'the men in the sash'.",
"title": "Club symbols"
},
{
"paragraph_id": 81,
"text": "Given that blue and navy blue were the most popular colours at the time, it is thought that Essendon adopted a red sash in 1877 to distinguish its players from others in similar-coloured jumpers.",
"title": "Club symbols"
},
{
"paragraph_id": 82,
"text": "In 2007, the AFL Commission laid down the requirement that all clubs must produce an alternative jumper for use in matches where jumpers are considered to clash. From 2007 to 2011, the Essendon clash guernsey was the same design as its home guernsey, but with a substantially wider sash such that the guernsey was predominantly red rather than predominantly black. This was changed after 2011 when the AFL deemed that the wider sash did not provide sufficient contrast.",
"title": "Club symbols"
},
{
"paragraph_id": 83,
"text": "From 2012 to 2016, Essendon's clash guernsey was predominantly grey, with a red sash fimbriated in black; the grey field contained, in small print, the names of all Essendon premiership players.",
"title": "Club symbols"
},
{
"paragraph_id": 84,
"text": "Before the 2016 season, Essendon's changed their clash guernsey to a predominantly red one, featuring a red sash outlined in black. Similar to the grey jumper, the names of Essendon premiership players were also printed outside the sash.",
"title": "Club symbols"
},
{
"paragraph_id": 85,
"text": "Following Adam Ramanauskas's personal battle with cancer, a \"Clash for Cancer\" match against Melbourne was launched in 2006. This was a joint venture between Essendon and the Cancer Council of Victoria to raise funds for the organisation. Despite a formal request to the AFL being denied, players wore yellow armbands for the match, which resulted in the club being fined $20,000. In 2007, the AFL agreed to allow yellow armbands to be incorporated into the left sleeve of the jumper. The 'Clash for Cancer' match against Melbourne has become an annual event, repeated in subsequent seasons, though in 2012, 2013, 2014 and 2016, Hawthorn (twice), the Sydney Swans and Brisbane Lions were the opponents in those respective seasons instead of Melbourne. In 2009, the jumpers were auctioned along with yellow boots worn by some players during the match.",
"title": "Club symbols"
},
{
"paragraph_id": 86,
"text": "The club's theme song, \"See the Bombers Fly Up\", is thought to have been written c. 1959 by Kevin Andrews in the home of player Jeff Gamble at which time Kevin Andrews was living. The song is based on the tune of Johnnie Hamp's 1929 song \"(Keep Your) Sunny Side Up\" at an increased tempo. Jeff Gamble came up with the line 'See the bombers fly up, up' while Kevin Andrews contributed all or most of the rest. At the time, \"(Keep Your) Sunny Side Up\" was the theme song for the popular Melbourne-based TV show on Channel 7 Sunnyside Up. The official version of the song was recorded in 1972 by the Fable Singers and is still used today.",
"title": "Club symbols"
},
{
"paragraph_id": 87,
"text": "The song, as with all other AFL clubs, is played prior to every match and at the conclusion of matches when the team is victorious.",
"title": "Club symbols"
},
{
"paragraph_id": 88,
"text": "Songwriter Mike Brady, of \"Up There Cazaly\" fame, penned an updated version of the song in 1999 complete with a new verse arrangement, but it was not well received. However, this version is occasionally played at club functions. In 2018, Andrews revealed that there was an error in the lyrics, in which in the line \"The other teams they don't fear\", the word \"they\" was supposed to be \"we\".",
"title": "Club symbols"
},
{
"paragraph_id": 89,
"text": "The club's current logo was introduced in 1998, making it the second oldest AFL logo currently in use, behind St. Kilda's logo, which was introduced in 1995.",
"title": "Club symbols"
},
{
"paragraph_id": 90,
"text": "Their mascot is known as \"Skeeta Reynolds\", and was named after Dick Reynolds. He is a mosquito and was created in honour of the team's back-to-back premiership sides in the 1920s known as the \"Mosquito Fleet\". He was first named through a competition run in the Bomber magazine with \"Skeeta\" being the winning entry. This was later changed to \"Skeeta Reynolds\". He appears as a red mosquito in an Essendon jumper and wears a red and black scarf.",
"title": "Club symbols"
},
{
"paragraph_id": 91,
"text": "The Essendon Football Club primary training and administration base has been at The Hangar since 2013. prior to this, the primary training and administration base of Essendon Football Club was based at Windy Hill Oval from 1922 until 2013. prior to this, the home ground of Essendon Football Club was at the East Melbourne Cricket Ground from 1882 until 1921.",
"title": "Club symbols"
},
{
"paragraph_id": 92,
"text": "Essendon's biggest rivals are Carlton, Richmond, and Collingwood, as these teams and Essendon are the four biggest and most supported clubs in Victoria. Matches between the clubs are often close regardless of form and ladder positions. If out of the race themselves, all four have the desire to deny the others a finals spot or a premiership. Essendon also has a fierce rivalry with Hawthorn, stemming from excessive on-field violence in the 1980s, perhaps reaching its zenith with the infamous Line in the Sand Match in 2004. Additionally, Essendon has a three-decade rivalry with the West Coast Eagles.",
"title": "Rivalries"
},
{
"paragraph_id": 93,
"text": "David Barham has served as chairman of the board since August 2022.",
"title": "Organisation and finance"
},
{
"paragraph_id": 94,
"text": "Essendon's board members are David Barham, Andrew Welsh, Melissa Verner Green, Dorothy Hisgrove, Andrew Muir, Kate O'Sullivan, and Kevin Sheedy AO.",
"title": "Organisation and finance"
},
{
"paragraph_id": 95,
"text": "The club's apparel is currently produced by Under Armour. The club's apparel has also been produced by Reebok, Fila, Puma, Adidas and ISC.",
"title": "Organisation and finance"
},
{
"paragraph_id": 96,
"text": "See Essendon Football Club honours.",
"title": "Honours"
},
{
"paragraph_id": 97,
"text": "To celebrate the 125th anniversary of the club, as well as 100 years of the VFL/AFL, Essendon announced its \"Team of the Century\" in 1997.",
"title": "Honours"
},
{
"paragraph_id": 98,
"text": "In 2002, a club panel chose and ranked the 25 greatest players to have played for Essendon.",
"title": "Honours"
},
{
"paragraph_id": 99,
"text": "Essendon Hall of Fame Legends (year inducted): Bill Brew (2013), Bill Busbridge (1996), Jack Clarke (1996), John Coleman (1996), Bill Cookson (1996), Wally Crichton (2010), Terry Daniher (1996), Barry Davis (2006), Ron Evans (2012), Tom Fitzmaurice (1996), Ken Fraser (1996), Allan Hird Sr (1996), James Hird (2011), Harry Hunter (2015), Bill Hutchison (1996), Matthew Lloyd (2013), Simon Madden (1996), Alex McCracken (1996), Michael Long (2010), Howard Okey (2012), Frank Reid (1996), Dick Reynolds (1996), Greg Sewell (2009), Kevin Sheedy (2008), Albert Thurgood (1996), Tim Watson (1998), Neale Daniher* (2018), Dustin Fletcher*, Dr Bruce Reid* (2014), Gavin Wanganeen*",
"title": "Honours"
},
{
"paragraph_id": 100,
"text": "*denotes recent elevation to Legend status",
"title": "Honours"
},
{
"paragraph_id": 101,
"text": "Essendon Hall of Fame members (year inducted): Noel Allanson (2015), Fred Baring (2013), John Birt (2010), Reg Burgess (2015), Wally Buttsworth (2010), Barry Capuano (2014), Kevin Egan (2015), Alec Epis (2014), Ken Fletcher (2011), Keith Forbes (2010), Garry Foulds (2010), Darryl Gerlach (2013), Mark Harvey (2014), Bruce Heymanson (2013), Jack Jones (2012), Ron Kirwan (2016), Harold Lambert (2018), Scott Lucas (2013), Roy McConnell (2013), Don McKenzie (2010), Roger Merrett (2018), Joe Misiti (2012), Hugh Mitchell (2012), Graham Moss (2012), Gary O'Donnell (2014), Dr Ian Reynolds (2018), Paul Salmon (2012), David Shaw (2011), Arthur Showers (2010), George Stuckey (2010), Hugh Torney (2011), Paul Vander Haar (2015)",
"title": "Honours"
},
{
"paragraph_id": 102,
"text": "The Essendon reserves are the reserves team of the club, playing in the Victorian Football League.",
"title": "Reserves team"
},
{
"paragraph_id": 103,
"text": "The team first competed in the Victorian Junior Football Association (later the AFL reserves) when the competition was established in 1919. Similar to Carlton District and Collingwood District, the team was initially known as Essendon District.",
"title": "Reserves team"
},
{
"paragraph_id": 104,
"text": "The team enjoyed success in the form of eight premierships between 1919 and 1999, including the last year of the reserves competition in 1999. From 2000 until 2002, the club's reserves team competed in the new Victorian Football League competition.",
"title": "Reserves team"
},
{
"paragraph_id": 105,
"text": "At the end of 2002, the club dissolved its reserves team and established a reserves affiliation with the Bendigo Football Club in the VFL. The affiliation ran for ten years from 2003 until 2012, allowing reserves players from the Essendon list to play with Bendigo. For all but the final year of the affiliation, Bendigo was known as the Bendigo Bombers.",
"title": "Reserves team"
},
{
"paragraph_id": 106,
"text": "The club re-established its reserves team in 2013, seeking greater developmental autonomy. The team plays its home games at Windy Hill. The team is made up of senior-listed AFL players and VFL-contracted players.",
"title": "Reserves team"
},
{
"paragraph_id": 107,
"text": "The side has been coached by former Essendon AFL player Brent Stanton since the start of the 2022 season.",
"title": "Reserves team"
},
{
"paragraph_id": 108,
"text": "Essendon refused to play the Grand Final in Geelong, so the premiership was awarded to Geelong.",
"title": "Reserves team"
},
{
"paragraph_id": 109,
"text": "Essendon fielded a team in the AFL Women's (AFLW) competition from its seventh season. In March 2022, former North Melbourne AFLW player and Essendon VFLW captain Georgia Nanscawen was announced as the club's first AFLW player signing, and Western Bulldogs AFLW assistant coach Natalie Wood was announced as the club's first AFLW coach a week later. The club's AFLW coaching panel was finalised in late June.",
"title": "Women's teams"
},
{
"paragraph_id": 110,
"text": "Essendon has fielded a team in the VFL Women's (VFLW) competition since the 2018 season. The league is the highest-grade competition for female footballers in Victoria and one of three second-tier female competitions underneath the national AFL Women's.",
"title": "Women's teams"
},
{
"paragraph_id": 111,
"text": "Sources: Club historical data and VFLW stats",
"title": "Women's teams"
},
{
"paragraph_id": 112,
"text": "In December 2017, Essendon entered e-sports by acquiring Australian League of Legends team Abyss ESports. This made them the second AFL team to acquire an e-sports division after Adelaide acquired Legacy ESports in May.",
"title": "Other ventures"
},
{
"paragraph_id": 113,
"text": "On 2 December 2019, it was announced that the Bombers' OPL slot had been sold to Perth-based internet provider Pentanet, marking Essendon's exit from the e-sports arena.",
"title": "Other ventures"
},
{
"paragraph_id": 114,
"text": "In 2018, the Essendon Football Club, along with four other AFL clubs, entered the Victorian Wheelchair Football League.",
"title": "Other ventures"
},
{
"paragraph_id": 115,
"text": "Starting with Norm McDonald in 1947, Essendon has a proud history of fostering Aborignal talent at the top level. This came to the fore during the 1990s with players such as Michael Long, Derek Kickett, Gavin Wanganeen, and Dean Rioli rising through the ranks and being fostered by Kevin Sheedy. Dreamtime at the 'G and the Long Walk are two prominent annual events staged to help promote and support Aboriginal culture. The Long Walk, specifically, is designed to raise money for Indigenous education programs across the country.",
"title": "Activism"
},
{
"paragraph_id": 116,
"text": "Additionally, Essendon is a supporter of the Voice to Parliament.",
"title": "Activism"
},
{
"paragraph_id": 117,
"text": "During the Australian Marriage Law Postal Survey, Essendon supported the Yes vote.",
"title": "Activism"
}
]
| The Essendon Football Club, nicknamed the Bombers, is a professional Australian rules football club. The club plays in the Australian Football League (AFL), the game's premier competition. The club was formed by the McCracken family in their Ascot Vale home "Alisa", and while the exact date is unknown, it is generally accepted to have been in 1872. The club's first recorded game took place on 7 June 1873 against a Carlton seconds team. From 1878 until 1896, the club played in the Victorian Football Association (VFA), then joined seven other clubs in October 1896 to form the breakaway Victorian Football League. Headquartered at the Essendon Recreation Ground, known as Windy Hill, from 1922 to 2013, the club moved to The Hangar in Tullamarine in late 2013 on land owned by the Melbourne Airport corporation. The club shares its home games between Docklands Stadium and the Melbourne Cricket Ground. Zach Merrett is the current club captain. Essendon is one of Australia's best-known and most successful football clubs. It has won 16 VFL/AFL premierships, which, along with Carlton and Collingwood, is the most of any club in the competition. The club won four consecutive VFA premierships between 1891 and 1894, a feat unmatched in that competition's history. Essendon also hold the distinction of being the only club to win a premiership in their inaugural season (1897). However, Essendon has struggled to remain competitive in the 21st century, having won its last premiership in 2000 and not winning a final since 2004. During the early-to-mid 2010s, the team was the focus of an investigation by the AFL and independent regulatory bodies into their alleged use of illegal substances during the 2012 season, which led to 34 players receiving two-year suspensions, a $2 million fine, and disqualification from the 2013 finals series. Three Essendon players—John Coleman, Bill Hutchison, and Dick Reynolds—and one coach, Kevin Sheedy, are classified as "Legends" in the Australian Football Hall of Fame. Essendon also fields reserve men's and women's teams in the Victoria Football League and VFL Women's, respectively. Since 2022 (S7), it has fielded a senior women's team in the national AFL Women's competition. | 2001-12-12T05:52:08Z | 2023-12-23T01:41:40Z | [
"Template:Div col end",
"Template:Essendon Football Club current squad",
"Template:Cite web",
"Template:Redirect",
"Template:Citation needed",
"Template:Who",
"Template:AFL Haw",
"Template:AFL Gee",
"Template:Short description",
"Template:Infobox Australian football club",
"Template:AFLW WB",
"Template:ISBN",
"Template:Cite book",
"Template:Use Australian English",
"Template:AFL GC",
"Template:AFL Nor",
"Template:Div col",
"Template:Ref label",
"Template:Citation",
"Template:Navboxes",
"Template:Aussie rules team",
"Template:Organize section",
"Template:AFL SM",
"Template:Note label",
"Template:Reflist",
"Template:AFL Ric",
"Template:CN",
"Template:AFLW NM",
"Template:For",
"Template:AFL Car",
"Template:AFL Mel",
"Template:AFL WC",
"Template:AFL Ade",
"Template:Portal",
"Template:Authority control",
"Template:Commons category",
"Template:AFL Syd",
"Template:AFL GWS",
"Template:See also",
"Template:AFL StK",
"Template:Cite news",
"Template:Use dmy dates",
"Template:AFL Col",
"Template:Essendon AFL Women's current squad",
"Template:Official website",
"Template:Essendon Football Club",
"Template:AFL Foo",
"Template:AFL Fit",
"Template:Cbignore"
]
| https://en.wikipedia.org/wiki/Essendon_Football_Club |
10,258 | Enid Blyton | Enid Mary Blyton (11 August 1897 – 28 November 1968) was an English children's writer, whose books have been worldwide bestsellers since the 1930s, selling more than 600 million copies. Her books are still enormously popular and have been translated into ninety languages. As of June 2019, Blyton held 4th place for the most translated author. She wrote on a wide range of topics, including education, natural history, fantasy, mystery, and biblical narratives. She is best remembered today for her Noddy, Famous Five, Secret Seven, the Five Find-Outers, and Malory Towers books, although she also wrote many others, including the St. Clare's, The Naughtiest Girl, and The Faraway Tree series.
Her first book, Child Whispers, a 24-page collection of poems, was published in 1922. Following the commercial success of her early novels, such as Adventures of the Wishing-Chair (1937) and The Enchanted Wood (1939), Blyton went on to build a literary empire, sometimes producing fifty books a year in addition to her prolific magazine and newspaper contributions. Her writing was unplanned and sprang largely from her unconscious mind; she typed her stories as events unfolded before her. The sheer volume of her work and the speed with which she produced it led to rumours that Blyton employed an army of ghost writers, a charge she vigorously denied.
Blyton's work became increasingly controversial among literary critics, teachers, and parents beginning in the 1950s due to the alleged unchallenging nature of her writing and her themes, particularly in the Noddy series. Some libraries and schools banned her works, and from the 1930s until the 1950s, the BBC refused to broadcast her stories because of their perceived lack of literary merit. Her books have been criticised as elitist, sexist, racist, xenophobic, and at odds with the more progressive environment that was emerging in post-World War II Britain, but they have continued to be bestsellers since her death in 1968.
She felt she had a responsibility to provide her readers with a strong moral framework, so she encouraged them to support worthy causes. In particular, through the clubs she set up or supported, she encouraged and organised them to raise funds for animal and paediatric charities.
The story of Blyton's life was dramatised in Enid, a BBC television film featuring Helena Bonham Carter in the title role. It was first broadcast in the UK on BBC Four in 2009.
Enid Blyton was born on 11 August 1897 in East Dulwich, South London, United Kingdom, the eldest of three children, to Thomas Carey Blyton (1870–1920), a cutlery salesman (recorded in the 1911 census with the occupation of "Mantle Manufacturer dealer [in] women's suits, skirts, etc.") and his wife Theresa Mary (née Harrison; 1874–1950). Enid's younger brothers, Hanly (1899–1983) and Carey (1902–1976), were born after the family had moved to a semi-detached house in Beckenham, then a village in Kent. A few months after her birth, Enid almost died from whooping cough, but was nursed back to health by her father, whom she adored. Thomas Blyton ignited Enid's interest in nature; in her autobiography she wrote that he "loved flowers and birds and wild animals, and knew more about them than anyone I had ever met". He also passed on his interest in gardening, art, music, literature, and theatre, and the pair often went on nature walks, much to the disapproval of Enid's mother, who showed little interest in her daughter's pursuits. Enid was devastated when her father left the family shortly after her 13th birthday to live with another woman. Enid and her mother did not have a good relationship, and Enid did not attend either of her parents' funerals.
From 1907 to 1915, Blyton attended St Christopher's School in Beckenham, where she enjoyed physical activities and became school tennis champion and lacrosse captain. She was not keen on all the academic subjects, but excelled in writing and, in 1911, entered Arthur Mee's children's poetry competition. Mee offered to print her verses, encouraging her to produce more. Blyton's mother considered her efforts at writing to be a "waste of time and money", but she was encouraged to persevere by Mabel Attenborough, the aunt of school friend Mary Potter.
Blyton's father taught her to play the piano, which she mastered well enough for him to believe she might follow in his sister's footsteps and become a professional musician. Blyton considered enrolling at the Guildhall School of Music, but decided she was better suited to becoming a writer. After finishing school, in 1915, as head girl, she moved out of the family home to live with her friend Mary Attenborough, before going to stay with George and Emily Hunt at Seckford Hall, near Woodbridge, in Suffolk. Seckford Hall, with its allegedly haunted room and secret passageway, provided inspiration for her later writing. At Woodbridge Congregational Church, Blyton met Ida Hunt, who taught at Ipswich High School and suggested she train there as a teacher. Blyton was introduced to the children at the nursery school and, recognising her natural affinity with them, enrolled in a National Froebel Union teacher training course at the school in September 1916. By this time, she had nearly terminated all contact with her family.
Blyton's manuscripts were rejected by publishers on many occasions, which only made her more determined to succeed, saying, "it is partly the struggle that helps you so much, that gives you determination, character, self-reliance –all things that help in any profession or trade, and most certainly in writing." In March 1916, her first poems were published in Nash's Magazine. She completed her teacher training course in December 1918 and, the following month, obtained a teaching appointment at Bickley Park School, a small, independent establishment for boys in Bickley, Kent. Two months later, Blyton received a teaching certificate with distinctions in zoology and principles of education; first class in botany, geography, practice and history of education, child hygiene, and classroom teaching; and second class in literature and elementary mathematics. In 1920, she moved to Southernhay, in Hook Road Surbiton, as nursery governess to the four sons of architect Horace Thompson and his wife Gertrude, with whom Blyton spent four happy years. With the shortage of area schools, neighbouring children soon joined her charges, and a small school developed at the house.
In 1920, Blyton moved to Chessington and began writing in her spare time. The following year, she won the Saturday Westminster Review writing competition with her essay "On the Popular Fallacy that to the Pure All Things are Pure". Publications such as The Londoner, Home Weekly and The Bystander began to show an interest in her short stories and poems.
Blyton's first book, Child Whispers, a 24-page collection of poems, was published in 1922. Its illustrator, Enid's schoolfriend Phyllis Chase collaborated on several of her early works. Also in that year, Blyton began writing in annuals for Cassell and George Newnes, and her first piece of writing, "Peronel and his Pot of Glue", was accepted for publication in Teachers' World. Further boosting her success, in 1923, her poems appeared alongside those of Rudyard Kipling, Walter de la Mare, and G. K. Chesterton in a special issue of Teachers' World. Blyton's educational texts were influential in the 1920s and 1930s, with her most sizable being the three-volume The Teacher's Treasury (1926), the six-volume Modern Teaching (1928), the eight-volume Pictorial Knowledge (1930), and the four-volume Modern Teaching in the Infant School (1932).
In July 1923, Blyton published Real Fairies, a collection of thirty-three poems written especially for the book with the exception of "Pretending", which had appeared earlier in Punch magazine. The following year, she published The Enid Blyton Book of Fairies, illustrated by Horace J. Knowles, and in 1926 the Book of Brownies. Several books of plays appeared in 1927, including A Book of Little Plays and The Play's the Thing with the illustrator Alfred Bestall.
In the 1930s, Blyton developed an interest in writing stories related to various myths, including those of ancient Greece and Rome; The Knights of the Round Table, Tales of Ancient Greece and Tales of Robin Hood were published in 1930. In Tales of Ancient Greece Blyton retold 16 well-known ancient Greek myths, but used the Latin rather than the Greek names and invented conversations between characters. The Adventures of Odysseus, Tales of the Ancient Greeks and Persians and Tales of the Romans followed in 1934.
The first of twenty-eight books in Blyton's Old Thatch series, The Talking Teapot and Other Tales, was published in 1934, the same year as Brer Rabbit Retold; (note that Brer Rabbit originally featured in Uncle Remus stories by Joel Chandler Harris), her first serial story and first full-length book, Adventures of the Wishing-Chair, followed in 1937. The Enchanted Wood, the first book in the Faraway Tree series, published in 1939, is about a magic tree inspired by the Norse mythology that had fascinated Blyton as a child. According to Blyton's daughter Gillian the inspiration for the magic tree came from "thinking up a story one day and suddenly she was walking in the enchanted wood and found the tree. In her imagination she climbed up through the branches and met Moon-Face, Silky, the Saucepan Man and the rest of the characters. She had all she needed." As in the Wishing-Chair series, these fantasy books typically involve children being transported into a magical world in which they meet fairies, goblins, elves, pixies and other mythological creatures.
Blyton's first full-length adventure novel, The Secret Island, was published in 1938, featuring the characters of Jack, Mike, Peggy and Nora. Described by The Glasgow Herald as a "Robinson Crusoe-style adventure on an island in an English lake", The Secret Island was a lifelong favourite of Gillian's and spawned the Secret series. The following year Blyton released her first book in the Circus series and her initial book in the Amelia Jane series, Naughty Amelia Jane! According to Gillian the main character was based on a large handmade doll given to her by her mother on her third birthday.
During the 1940s Blyton became a prolific author, her success enhanced by her "marketing, publicity and branding that was far ahead of its time". In 1940 Blyton published two books – Three Boys and a Circus and Children of Kidillin – under the pseudonym of Mary Pollock (middle name plus first married name), in addition to the eleven published under her own name that year. So popular were Pollock's books that one reviewer was prompted to observe that "Enid Blyton had better look to her laurels". But Blyton's readers were not so easily deceived and many complained about the subterfuge to her and her publisher, with the result that all six books published under the name of Mary Pollock – two in 1940 and four in 1943 – were reissued under Blyton's name. Later in 1940 Blyton published the first of her boarding school story books and the first novel in the Naughtiest Girl series, The Naughtiest Girl in the School, which followed the exploits of the mischievous schoolgirl Elizabeth Allen at the fictional Whyteleafe School. The first of her six novels in the St. Clare's series, The Twins at St. Clare's, appeared the following year, featuring the twin sisters Patricia and Isabel O'Sullivan.
In 1942 Blyton released the first book in the Mary Mouse series, Mary Mouse and the Dolls' House, about a mouse exiled from her mousehole who becomes a maid at a dolls' house. Twenty-three books in the series were produced between 1942 and 1964; 10,000 copies were sold in 1942 alone. The same year, Blyton published the first novel in the Famous Five series, Five on a Treasure Island, with illustrations by Eileen Soper. Its popularity resulted in twenty-one books between then and 1963, and the characters of Julian, Dick, Anne, George (Georgina) and Timmy the dog became household names in Britain. Matthew Grenby, author of Children's Literature, states that the five were involved with "unmasking hardened villains and solving serious crimes", although the novels were "hardly 'hard-boiled' thrillers". Blyton based the character of Georgina, a tomboy she described as "short-haired, freckled, sturdy, and snub-nosed" and "bold and daring, hot-tempered and loyal", on herself.
Blyton had an interest in biblical narratives, and retold Old and New Testament stories. The Land of Far-Beyond (1942) is a Christian parable along the lines of John Bunyan's The Pilgrim's Progress (1698), with contemporary children as the main characters. In 1943 she published The Children's Life of Christ, a collection of fifty-nine short stories related to the life of Jesus, with her own slant on popular biblical stories, from the Nativity and the Three Wise Men through to the trial, the crucifixion and the resurrection. Tales from the Bible was published the following year, followed by The Boy with the Loaves and Fishes in 1948.
The first book in Blyton's Five Find-Outers series, The Mystery of the Burnt Cottage, was published in 1943, as was the second book in the Faraway series, The Magic Faraway Tree, which in 2003 was voted 66th in the BBC's Big Read poll to find the UK's favourite book. Several of Blyton's works during this period have seaside themes; John Jolly by the Sea (1943), a picture book intended for younger readers, was published in a booklet format by Evans Brothers. Other books with a maritime theme include The Secret of Cliff Castle and Smuggler Ben, both attributed to Mary Pollock in 1943; The Island of Adventure, the first in the Adventure series of eight novels from 1944 onwards; and various novels of the Famous Five series such as Five on a Treasure Island (1942), Five on Kirrin Island Again (1947) and Five Go Down to the Sea (1953).
Capitalising on her success, with a loyal and ever-growing readership, Blyton produced a new edition of many of her series such as the Famous Five, the Five Find-Outers and St. Clare's every year in addition to many other novels, short stories and books. In 1946 Blyton launched the first in the Malory Towers series of six books based around the schoolgirl Darrell Rivers, First Term at Malory Towers, which became extremely popular, particularly with girls.
The first book in Blyton's Barney Mysteries series, The Rockingdown Mystery, was published in 1949, as was the first of her fifteen Secret Seven novels. The Secret Seven Society consists of Peter, his sister Janet, and their friends Colin, George, Jack, Pam and Barbara, who meet regularly in a shed in the garden to discuss peculiar events in their local community. Blyton rewrote the stories so they could be adapted into cartoons, which appeared in Mickey Mouse Weekly in 1951 with illustrations by George Brook. The French author Evelyne Lallemand continued the series in the 1970s, producing an additional twelve books, nine of which were translated into English by Anthea Bell between 1983 and 1987.
Blyton's Noddy, about a little wooden boy from Toyland, first appeared in the Sunday Graphic on 5 June 1949, and in November that year Noddy Goes to Toyland, the first of at least two dozen books in the series, was published. The idea was conceived by one of Blyton's publishers, Sampson, Low, Marston and Company, who in 1949 arranged a meeting between Blyton and the Dutch illustrator Harmsen van der Beek. Despite having to communicate via an interpreter, he provided some initial sketches of how Toyland and its characters would be represented. Four days after the meeting Blyton sent the text of the first two Noddy books to her publisher, to be forwarded to van der Beek. The Noddy books became one of her most successful and best-known series, and were hugely popular in the 1950s. An extensive range of sub-series, spin-offs and strip books were produced throughout the decade, including Noddy's Library, Noddy's Garage of Books, Noddy's Castle of Books, Noddy's Toy Station of Books and Noddy's Shop of Books.
In 1950 Blyton established the company Darrell Waters Ltd to manage her affairs. By the early 1950s she had reached the peak of her output, often publishing more than fifty books a year, and she remained extremely prolific throughout much of the decade. By 1955 Blyton had written her fourteenth Famous Five novel, Five Have Plenty of Fun, her fifteenth Mary Mouse book, Mary Mouse in Nursery Rhyme Land, her eighth book in the Adventure series, The River of Adventure, and her seventh Secret Seven novel, Secret Seven Win Through. She completed the sixth and final book of the Malory Towers series, Last Term at Malory Towers, in 1951.
Blyton published several further books featuring the character of Scamp the terrier, following on from The Adventures of Scamp, a novel she had released in 1943 under the pseudonym of Mary Pollock. Scamp Goes on Holiday (1952) and Scamp and Bimbo, Scamp at School, Scamp and Caroline and Scamp Goes to the Zoo (1954) were illustrated by Pierre Probst. She introduced the character of Bom, a stylish toy drummer dressed in a bright red coat and helmet, alongside Noddy in TV Comic in July 1956. A book series began the same year with Bom the Little Toy Drummer, featuring illustrations by R. Paul-Hoye, and followed with Bom and His Magic Drumstick (1957), Bom Goes Adventuring and Bom Goes to Ho Ho Village (1958), Bom and the Clown and Bom and the Rainbow (1959) and Bom Goes to Magic Town (1960). In 1958 she produced two annuals featuring the character, the first of which included twenty short stories, poems and picture strips.
Many of Blyton's series, including Noddy and The Famous Five, continued to be successful in the 1960s; by 1962, 26 million copies of Noddy had been sold. Blyton concluded several of her long-running series in 1963, publishing the last books of The Famous Five (Five Are Together Again) and The Secret Seven (Fun for the Secret Seven); she also produced three more Brer Rabbit books with the illustrator Grace Lodge: Brer Rabbit Again, Brer Rabbit Book, and Brer Rabbit's a Rascal. In 1962 many of her books were among the first to be published by Armada Books in paperback, making them more affordable to children.
After 1963 Blyton's output was generally confined to short stories and books intended for very young readers, such as Learn to Count with Noddy and Learn to Tell Time with Noddy in 1965, and Stories for Bedtime and the Sunshine Picture Story Book collection in 1966. Her declining health and a falling off in readership among older children have been put forward as the principal reasons for this change in trend. Blyton published her last book in the Noddy series, Noddy and the Aeroplane, in February 1964. In May the following year she published Mixed Bag, a song book with music written by her nephew Carey, and in August she released her last full-length books, The Man Who Stopped to Help and The Boy Who Came Back.
Blyton cemented her reputation as a children's writer when in 1926 she took over the editing of Sunny Stories, a magazine that typically included the re-telling of legends, myths, stories and other articles for children. That same year she was given her own column in Teachers' World, entitled "From my Window". Three years later she began contributing a weekly page in the magazine, in which she published letters from her fox terrier dog Bobs. They proved to be so popular that in 1933 they were published in book form as Letters from Bobs, and sold ten thousand copies in the first week. Her most popular feature was "Round the Year with Enid Blyton", which consisted of forty-eight articles covering aspects of natural history such as weather, pond life, how to plant a school garden and how to make a bird table. Among Blyton's other nature projects was her monthly "Country Letter" feature that appeared in The Nature Lover magazine in 1935.
Sunny Stories was renamed Enid Blyton's Sunny Stories in January 1937, and served as a vehicle for the serialisation of Blyton's books. Her first Naughty Amelia Jane story, about an anti-heroine based on a doll owned by her daughter Gillian, was published in the magazine. Blyton stopped contributing in 1952, and it closed down the following year, shortly before the appearance of the new fortnightly Enid Blyton Magazine written entirely by Blyton. The first edition appeared on 18 March 1953, and the magazine ran until September 1959.
Noddy made his first appearance in the Sunday Graphic in 1949, the same year as Blyton's first daily Noddy strip for the London Evening Standard. It was illustrated by van der Beek until his death in 1953.
Blyton worked in a wide range of fictional genres, from fairy tales to animal, nature, detective, mystery, and circus stories, but she often "blurred the boundaries" in her books, and encompassed a range of genres even in her short stories. In a 1958 article published in The Author, she wrote that there were a "dozen or more different types of stories for children", and she had tried them all, but her favourites were those with a family at their centre.
In a letter to the psychologist Peter McKellar, Blyton describes her writing technique:
I shut my eyes for a few minutes, with my portable typewriter on my knee – I make my mind a blank and wait – and then, as clearly as I would see real children, my characters stand before me in my mind's eye ... The first sentence comes straight into my mind, I don't have to think of it – I don't have to think of anything.
In another letter to McKellar she describes how in just five days she wrote the 60,000-word book The River of Adventure, the eighth in her Adventure Series, by listening to what she referred to as her "under-mind", which she contrasted with her "upper conscious mind". Blyton was unwilling to conduct any research or planning before beginning work on a new book, which coupled with the lack of variety in her life according to Druce almost inevitably presented the danger that she might unconsciously, and clearly did, plagiarise the books she had read, including her own. Gillian has recalled that her mother "never knew where her stories came from", but that she used to talk about them "coming from her 'mind's eye'", as did William Wordsworth and Charles Dickens. Blyton had "thought it was made up of every experience she'd ever had, everything she's seen or heard or read, much of which had long disappeared from her conscious memory" but never knew the direction her stories would take. Blyton further explained in her biography that "If I tried to think out or invent the whole book, I could not do it. For one thing, it would bore me and for another, it would lack the 'verve' and the extraordinary touches and surprising ideas that flood out from my imagination."
Blyton's daily routine varied little over the years. She usually began writing soon after breakfast, with her portable typewriter on her knee and her favourite red Moroccan shawl nearby; she believed that the colour red acted as a "mental stimulus" for her. Stopping only for a short lunch break she continued writing until five o'clock, by which time she would usually have produced 6,000–10,000 words.
A 2000 article in The Malay Mail considers Blyton's children to have "lived in a world shaped by the realities of post-war austerity", enjoying freedom without the political correctness of today, which serves modern readers of Blyton's novels with a form of escapism. Brandon Robshaw of The Independent refers to the Blyton universe as "crammed with colour and character", "self-contained and internally consistent", noting that Blyton exemplifies a strong mistrust of adults and figures of authority in her works, creating a world in which children govern. Gillian noted that in her mother's adventure, detective and school stories for older children, "the hook is the strong storyline with plenty of cliffhangers, a trick she acquired from her years of writing serialised stories for children's magazines. There is always a strong moral framework in which bravery and loyalty are (eventually) rewarded". Blyton herself wrote that "my love of children is the whole foundation of all my work".
Victor Watson, Assistant Director of Research at Homerton College, Cambridge, believes that Blyton's works reveal an "essential longing and potential associated with childhood", and notes how the opening pages of The Mountain of Adventure present a "deeply appealing ideal of childhood". He argues that Blyton's work differs from that of many other authors in its approach, describing the narrative of The Famous Five series for instance as "like a powerful spotlight, it seeks to illuminate, to explain, to demystify. It takes its readers on a roller-coaster story in which the darkness is always banished; everything puzzling, arbitrary, evocative is either dismissed or explained". Watson further notes how Blyton often used minimalist visual descriptions and introduced a few careless phrases such as "gleamed enchantingly" to appeal to her young readers.
From the mid-1950s rumours began to circulate that Blyton had not written all the books attributed to her, a charge she found particularly distressing. She published an appeal in her magazine asking children to let her know if they heard such stories and, after one mother informed her that she had attended a parents' meeting at her daughter's school during which a young librarian had repeated the allegation, Blyton decided in 1955 to begin legal proceedings. The librarian was eventually forced to make a public apology in open court early the following year, but the rumours that Blyton operated "a 'company' of ghost writers" persisted, as some found it difficult to believe that one woman working alone could produce such a volume of work.
Blyton felt a responsibility to provide her readers with a positive moral framework, and she encouraged them to support worthy causes. Her view, expressed in a 1957 article, was that children should help animals and other children rather than adults:
[children] are not interested in helping adults; indeed, they think that adults themselves should tackle adult needs. But they are intensely interested in animals and other children and feel compassion for the blind boys and girls, and for the spastics who are unable to walk or talk.
Blyton and the members of the children's clubs she promoted via her magazines raised a great deal of money for various charities; according to Blyton, membership of her clubs meant "working for others, for no reward". The largest of the clubs she was involved with was the Busy Bees, the junior section of the People's Dispensary for Sick Animals, which Blyton had actively supported since 1933. The club had been set up by Maria Dickin in 1934, and after Blyton publicised its existence in the Enid Blyton Magazine it attracted 100,000 members in three years. Such was Blyton's popularity among children that after she became Queen Bee in 1952 more than 20,000 additional members were recruited in her first year in office. The Enid Blyton Magazine Club was formed in 1953. Its primary objective was to raise funds to help those children with cerebral palsy who attended a centre in Cheyne Walk, in Chelsea, London, by furnishing an on-site hostel among other things.
The Famous Five series gathered such a following that readers asked Blyton if they might form a fan club. She agreed, on condition that it serve a useful purpose, and suggested that it could raise funds for the Shaftesbury Society Babies' Home in Beaconsfield, on whose committee she had served since 1948. The club was established in 1952, and provided funds for equipping a Famous Five Ward at the home, a paddling pool, sun room, summer house, playground, birthday and Christmas celebrations, and visits to the pantomime. By the late 1950s Blyton's clubs had a membership of 500,000, and raised £35,000 in the six years of the Enid Blyton Magazine's run.
By 1974 the Famous Five Club had a membership of 220,000, and was growing at the rate of 6,000 new members a year. The Beaconsfield home it was set up to support closed in 1967, but the club continued to raise funds for other paediatric charities, including an Enid Blyton bed at Great Ormond Street Hospital and a mini-bus for disabled children at Stoke Mandeville Hospital.
Blyton capitalised upon her commercial success as an author by negotiating agreements with jigsaw puzzle and games manufacturers from the late 1940s onwards; by the early 1960s some 146 different companies were involved in merchandising Noddy alone. In 1948 Bestime released four jigsaw puzzles featuring her characters, and the first Enid Blyton board game appeared, Journey Through Fairyland, created by BGL. The first card game, Faraway Tree, appeared from Pepys in 1950. In 1954 Bestime released the first four jigsaw puzzles of the Secret Seven, and the following year a Secret Seven card game appeared.
Bestime released the Little Noddy Car Game in 1953 and the Little Noddy Leap Frog Game in 1955, and in 1956 American manufacturer Parker Brothers released Little Noddy's Taxi Game, a board game which features Noddy driving about town, picking up various characters. Bestime released its Plywood Noddy Jigsaws series in 1957 and a Noddy jigsaw series featuring cards appeared from 1963, with illustrations by Robert Lee. Arrow Games became the chief producer of Noddy jigsaws in the late 1970s and early 1980s. Whitman manufactured four new Secret Seven jigsaw puzzles in 1975, and produced four new Malory Towers ones two years later. In 1979 the company released a Famous Five adventure board game, Famous Five Kirrin Island Treasure. Stephen Thraves wrote eight Famous Five adventure game books, published by Hodder & Stoughton in the 1980s. The first adventure game book of the series, The Wreckers' Tower Game, was published in October 1984.
On 28 August 1924, Blyton married Major Hugh Alexander Pollock, DSO (1888–1971) at Bromley Register Office, without inviting her family. They married shortly after his divorce from his first wife, with whom he had two sons, one of them already deceased. Pollock was editor of the book department in the publishing firm George Newnes, which became Blyton's regular publisher. It was he who requested her to write a book about animals, resulting in The Zoo Book, completed in the month before their marriage. They initially lived in a flat in Chelsea before moving to Elfin Cottage in Beckenham in 1926 and then to Old Thatch in Bourne End (called Peterswood in her books) in 1929. Blyton's first daughter, Gillian, was born on 15 July 1931, and, after a miscarriage in 1934, she gave birth to a second daughter, Imogen, on 27 October 1935.
In 1938, she and her family moved to a house in Beaconsfield, named Green Hedges by Blyton's readers, following a competition in her magazine. By the mid-1930s, Pollock had become a secret alcoholic, withdrawing increasingly from public life—possibly triggered through his meetings, as a publisher, with Winston Churchill, which may have reawakened the trauma Pollock suffered during World War I. With the outbreak of World War II, he became involved in the Home Guard and also re-encountered Ida Crowe, an aspiring writer 19 years his junior, whom he had first met years earlier. He made her an offer to join him as secretary in his posting to a Home Guard training center at Denbies, a Gothic mansion in Surrey belonging to Lord Ashcombe, and they began a romantic relationship.
Blyton's marriage to Pollock was troubled for years, and according to Crowe's memoir, she had a series of affairs, including a lesbian relationship with one of the children's nannies. In 1941, Blyton met Kenneth Fraser Darrell Waters, a London surgeon with whom she began a serious affair. Pollock discovered the liaison, and threatened to initiate divorce proceedings. Due to fears that exposure of her adultery would ruin her public image, it was ultimately agreed that Blyton would instead file for divorce against Pollock. According to Crowe's memoir, Blyton promised that if he admitted to infidelity, she would allow him parental access to their daughters; but after the divorce, he was denied contact with them, and Blyton made sure he was subsequently unable to find work in publishing. Pollock, having married Crowe on 26 October 1943, eventually resumed his heavy drinking and was forced to petition for bankruptcy in 1950.
Blyton and Darrell Waters married at the City of Westminster Register Office on 20 October 1943. She changed the surname of her daughters to Darrell Waters and publicly embraced her new role as a happily married and devoted doctor's wife. After discovering she was pregnant in the spring of 1945, Blyton miscarried five months later, following a fall from a ladder. The baby would have been Darrell Waters's first child and the son for which they both longed.
Her love of tennis included playing naked, with nude tennis "a common practice in those days among the more louche members of the middle classes".
Blyton's health began to deteriorate in 1957, when, during a round of golf, she started to feel faint and breathless, and, by 1960, she was displaying signs of dementia. Her agent, George Greenfield, recalled that it was "unthinkable" for the "most famous and successful of children's authors with her enormous energy and computerlike memory" to be losing her mind and suffering from what is now known as Alzheimer's disease in her mid-60s. Worsening Blyton's situation was her husband's declining health throughout the 1960s; he suffered from severe arthritis in his neck and hips, deafness, and became increasingly ill-tempered and erratic until his death on 15 September 1967.
The story of Blyton's life was dramatised in a BBC film entitled Enid, which aired in the United Kingdom on BBC Four on 16 November 2009. Helena Bonham Carter, who played the title role, described Blyton as "a complete workaholic, an achievement junkie and an extremely canny businesswoman" who "knew how to brand herself, right down to the famous signature".
During the months following her husband's death, Blyton became increasingly ill and moved into a nursing home three months before her death. She died in her sleep of Alzheimer's disease at the Greenways Nursing Home, Hampstead, North London, on 28 November 1968, aged 71. A memorial service was held at St James's Church, Piccadilly and she was cremated at Golders Green Crematorium, where her ashes remain. Blyton's home, Green Hedges, was auctioned on 26 May 1971 and demolished in 1973; the site is now occupied by houses and a street named Blyton Close. An English Heritage blue plaque commemorates Blyton at Hook Road in Chessington, where she lived from 1920 to 1924. In 2014, a plaque recording her time as a Beaconsfield resident from 1938 until her death in 1968 was unveiled in the town hall gardens, next to small iron figures of Noddy and Big Ears.
Since her death and the publication of her daughter Imogen's 1989 autobiography, A Childhood at Green Hedges, Blyton has emerged as an emotionally immature, unstable and often malicious figure. Imogen considered her mother to be "arrogant, insecure, pretentious, very skilled at putting difficult or unpleasant things out of her mind, and without a trace of maternal instinct. As a child, I viewed her as a rather strict authority. As an adult I pitied her." Blyton's eldest daughter Gillian remembered her rather differently however, as "a fair and loving mother, and a fascinating companion".
The Enid Blyton Trust for Children was established in 1982, with Imogen as its first chairman, and in 1985 it established the National Library for the Handicapped Child. Enid Blyton's Adventure Magazine began publication in September 1985 and, on 14 October 1992, the BBC began publishing Noddy Magazine and released the Noddy CD-Rom in October 1996.
The first Enid Blyton Day was held at Rickmansworth on 6 March 1993 and, in October 1996, the Enid Blyton award, The Enid, was given to those who have made outstanding contributions towards children. The Enid Blyton Society was formed in early 1995, to provide "a focal point for collectors and enthusiasts of Enid Blyton" through its thrice-annual Enid Blyton Society Journal, its annual Enid Blyton Day and its website. On 16 December 1996, Channel 4 broadcast a documentary about Blyton, Secret Lives. To celebrate her centenary in 1997, exhibitions were put on at the London Toy & Model Museum (now closed), Hereford and Worcester County Museum and Bromley Library and, on 9 September, the Royal Mail issued centenary stamps.
The London-based entertainment and retail company Trocadero plc purchased Blyton's Darrell Waters Ltd in 1995 for £14.6 million and established a subsidiary, Enid Blyton Ltd, to handle all intellectual properties, character brands and media in Blyton's works. The group changed its name to Chorion in 1998 but, after financial difficulties in 2012, sold its assets. Hachette UK acquired from Chorion world rights in the Blyton estate in March 2013, including The Famous Five series but excluding the rights to Noddy, which had been sold to DreamWorks Classics (formerly Classic Media, now a subsidiary of DreamWorks Animation) in 2012.
Blyton's granddaughter, Sophie Smallwood, wrote a new Noddy book to celebrate the character's 60th birthday, 46 years after the last book was published; Noddy and the Farmyard Muddle (2009) was illustrated by Robert Tyndall. In February 2011, the manuscript of a previously unknown Blyton novel, Mr Tumpy's Caravan, was discovered by the archivist at Seven Stories, National Centre for Children's Books in a collection of papers belonging to Blyton's daughter Gillian, purchased by Seven Stories in 2010 following her death. It was initially thought to belong to a comic strip collection of the same name published in 1949, but it appears to be unrelated and is believed to be something written in the 1930s, which had been rejected by a publisher.
In a 1982 survey of 10,000 eleven-year-old children, Blyton was voted their most popular writer. She is the world's fourth most-translated author, behind Agatha Christie, Jules Verne and William Shakespeare with her books being translated into 90 languages. From 2000 to 2010, Blyton was listed as a Top Ten author, selling almost 8 million copies (worth £31.2 million) in the UK alone. In 2003, The Magic Faraway Tree was voted 66th in the BBC's Big Read, a year-long survey of the UK's best-loved novels. In a 2008 poll conducted by the Costa Book Awards, Blyton was voted the UK's best-loved author ahead of Roald Dahl, J. K. Rowling, Jane Austen and Shakespeare. Her books continue to be very popular among children in Commonwealth nations such as India, Pakistan, Sri Lanka, Singapore, Malta, New Zealand and Australia, and around the world. They have also seen a surge of popularity in China, where they are "big with every generation". In March 2004, Chorion and the Chinese publisher Foreign Language Teaching and Research Press negotiated an agreement over the Noddy franchise, which included bringing the character to an animated series on television, with a potential audience of a further 95 million children under the age of five. Chorion spent around £10 million digitising Noddy and, as of 2002, had made television agreements with at least 11 countries worldwide.
Novelists influenced by Blyton include the crime writer Denise Danks, whose fictional detective Georgina Powers is based on George from the Famous Five. Peter Hunt's A Step off the Path (1985) is also influenced by the Famous Five, and the St. Clare's and Malory Towers series provided the inspiration for Jacqueline Wilson's Double Act (1996) and Adèle Geras's Egerton Hall trilogy (1990–92) respectively. Blyton was important to Stieg Larsson. "The series Stieg Larsson most often mentioned were the Famous Five and the Adventure books."
A.H. Thompson, who compiled an extensive overview of censorship efforts in the United Kingdom's public libraries, dedicated an entire chapter to "The Enid Blyton Affair", and wrote of her in 1975:
"No single author has caused more controversy among librarians, literary critics, teachers, and other educationalists and parents during the last thirty years, than Enid Blyton. How is it that the books of this tremendously popular writer for children should have given rise to accusations of censorship against librarians in Australia, New Zealand, and the United Kingdom?"
Blyton's range of plots and settings has been described as limited, repetitive and continually recycled. Many of her books were critically assessed by teachers and librarians, deemed unfit for children to read, and removed from syllabuses and public libraries. Responding to claims that her moral views were "dependably predictable", Blyton commented that "most of you could write down perfectly correctly all the things that I believe in and stand for – you have found them in my books, and a writer's books are always a faithful reflection of himself".
From the 1930s to the 1950s the BBC operated a de facto ban on dramatising Blyton's books for radio, considering her to be a "second-rater" whose work was without literary merit. The children's literary critic Margery Fisher likened Blyton's books to "slow poison", and Jean E. Sutcliffe of the BBC's schools broadcast department wrote of Blyton's ability to churn out "mediocre material", noting that "her capacity to do so amounts to genius ... anyone else would have died of boredom long ago". Michael Rosen, Children's Laureate from 2007 until 2009, wrote that "I find myself flinching at occasional bursts of snobbery and the assumed level of privilege of the children and families in the books." The children's author Anne Fine presented an overview of the concerns about Blyton's work and responses to them on BBC Radio 4 in November 2008, in which she noted the "drip, drip, drip of disapproval" associated with the books. Blyton's response to her critics was that she was uninterested in the views of anyone over the age of 12, stating that half the attacks on her work were motivated by jealousy and the rest came from "stupid people who don't know what they're talking about because they've never read any of my books".
Despite criticism by contemporaries that her work's quality began to suffer in the 1950s at the expense of its increasing volume, Blyton nevertheless capitalised on being generally regarded at the time as "a more 'savoury', English alternative" to what some considered an "invasion" of Britain by American culture, in the form of "rock music, horror comics, television, teenage culture, delinquency, and Disney".
According to British academic Nicholas Tucker, the works of Enid Blyton have been "banned from more public libraries over the years than is the case with any other adult or children's author", though such attempts to quell the popularity of her books over the years seem to have been largely unsuccessful, and "she still remains very widely read".
Some librarians felt that Blyton's restricted use of language, a conscious product of her teaching background, was prejudicial to an appreciation of more literary qualities. In a scathing article published in Encounter in 1958, the journalist Colin Welch remarked that it was "hard to see how a diet of Miss Blyton could help with the 11-plus or even with the Cambridge English Tripos", but reserved his harshest criticism for Blyton's Noddy, describing him as an "unnaturally priggish ... sanctimonious ... witless, spiritless, snivelling, sneaking doll."
The author and educational psychologist Nicholas Tucker notes that it was common to see Blyton cited as people's favourite or least favourite author according to their age, and argues that her books create an "encapsulated world for young readers that simply dissolves with age, leaving behind only memories of excitement and strong identification". Fred Inglis considers Blyton's books to be technically easy to read, but to also be "emotionally and cognitively easy". He mentions that the psychologist Michael Woods believed that Blyton was different from many other older authors writing for children in that she seemed untroubled by presenting them with a world that differed from reality. Woods surmised that Blyton "was a child, she thought as a child, and wrote as a child ... the basic feeling is essentially pre-adolescent ... Enid Blyton has no moral dilemmas ... Inevitably Enid Blyton was labelled by rumour a child-hater. If true, such a fact should come as no surprise to us, for as a child herself all other children can be nothing but rivals for her." Inglis argues though that Blyton was clearly devoted to children and put an enormous amount of energy into her work, with a powerful belief in "representing the crude moral diagrams and garish fantasies of a readership". Blyton's daughter Imogen has stated that she "loved a relationship with children through her books", but real children were an intrusion, and there was no room for intruders in the world that Blyton occupied through her writing.
Accusations of racism in Blyton's books were first made by Lena Jeger in a Guardian article published in 1966. In the context of discussing possible moves to restrict publications inciting racial hatred, Jeger was critical of Blyton's The Little Black Doll, originally published in 1937. Sambo, the black doll of the title, is hated by his owner and other toys owing to his "ugly black face", and runs away. A shower of "magic rain" washes his face clean, after which he is welcomed back home with his now pink face. Jamaica Kincaid also considers the Noddy books to be "deeply racist" because of the blonde children and the black golliwogs. In Blyton's 1944 novel The Island of Adventure, a black servant named Jo-Jo is very intelligent, but is particularly cruel to the children.
Accusations of xenophobia were also made. As George Greenfield observed, "Enid was very much part of that between the wars middle class which believed that foreigners were untrustworthy or funny or sometimes both". The publisher Macmillan conducted an internal assessment of Blyton's The Mystery That Never Was, submitted to them at the height of her fame in 1960. The review was carried out by the author and books editor Phyllis Hartnoll, in whose view "There is a faint but unattractive touch of old-fashioned xenophobia in the author's attitude to the thieves; they are 'foreign' ... and this seems to be regarded as sufficient to explain their criminality." Macmillan rejected the manuscript, but it was published by William Collins in 1961, and then again in 1965 and 1983.
Blyton's depictions of boys and girls are considered by many critics to be sexist. In a Guardian article published in 2005 Lucy Mangan proposed that The Famous Five series depicts a power struggle between Julian, Dick and George (Georgina), in which the female characters either act like boys or are talked down to, as when Dick lectures George: "it's really time you gave up thinking you're as good as a boy".
To address criticisms levelled at Blyton's work, some later editions have been altered to reflect more politically progressive attitudes towards issues such as race, gender, violence between young persons, the treatment of children by adults, and legal changes in Britain as to what is allowable for young children to do in the years since the stories were originally written (e.g. purchasing fireworks); modern reprints of the Noddy series substitute teddy bears or goblins for golliwogs, for instance. The golliwogs who steal Noddy's car and dump him naked in the Dark Wood in Here Comes Noddy Again are replaced by goblins in the 1986 revision, who strip Noddy only of his shoes and hat and return at the end of the story to apologise.
The Faraway Tree's Dame Slap, who made regular use of corporal punishment, was changed to Dame Snap who no longer did so, and the names of Dick and Fanny in the same series were changed to Rick and Frannie. Characters in the Malory Towers and St. Clare's series are no longer spanked or threatened with a spanking, but are instead scolded. References to George's short hair making her look like a boy were removed in revisions to Five on a Hike Together, reflecting the idea that girls need not have long hair to be considered feminine or normal. Anne of The Famous Five stating that boys cannot wear pretty dresses or like girls' dolls was removed. In The Adventurous Four, the names of the young twin girls were changed from Jill and Mary to Pippa and Zoe.
In 2010 Hodder, the publisher of the Famous Five series, announced its intention to update the language used in the books, of which it sold more than half a million copies a year. The changes, which Hodder described as "subtle", mainly affect the dialogue rather than the narrative. For instance, "school tunic" becomes "uniform", "mother and father" and "mother and daddy" (this latter one used by young female characters and deemed sexist) become "mum and dad", "bathing" is replaced by "swimming", and "jersey" by "jumper". Some commentators see the changes as necessary to encourage modern readers, whereas others regard them as unnecessary and patronising. In 2016 Hodder's parent company Hachette announced that they would abandon the revisions as, based on feedback, they had not been a success.
In 1954 Blyton adapted Noddy for the stage, producing the Noddy in Toyland pantomime in just two or three weeks. The production was staged at the 2660-seat Stoll Theatre in Kingsway, London at Christmas. Its popularity resulted in the show running during the Christmas season for five or six years. Blyton was delighted with its reception by children in the audience, and attended the theatre three or four times a week. TV adaptations of Noddy since 1954 include one in the 1970s narrated by Richard Briers. In 1955 a stage play based on the Famous Five was produced, and in January 1997 the King's Head Theatre embarked on a six-month tour of the UK with The Famous Five Musical, to commemorate Blyton's centenary. On 21 November 1998 The Secret Seven Save the World was first performed at the Sherman Theatre in Cardiff.
There have also been several film and television adaptations of the Famous Five: by the Children's Film Foundation in 1957 and 1964, Southern Television in 1978–79, and Zenith Productions in 1995–97. The series was also adapted for the German film Fünf Freunde, directed by Mike Marzuk and released in 2011.
The Comic Strip, a group of British comedians, produced two extreme parodies of the Famous Five for Channel 4 television: Five Go Mad in Dorset, broadcast in 1982, and Five Go Mad on Mescalin, broadcast the following year. A third in the series, Five Go to Rehab, was broadcast on Sky in 2012.
Blyton's The Faraway Tree series of books has also been adapted to television and film. On 29 September 1997 the BBC began broadcasting an animated series called The Enchanted Lands, based on the series. It was announced in October 2014 that a deal had been signed with publishers Hachette for "The Faraway Tree" series to be adapted into a live-action film by director Sam Mendes' production company. Marlene Johnson, head of children's books at Hachette, said: "Enid Blyton was a passionate advocate of children's storytelling, and The Magic Faraway Tree is a fantastic example of her creative imagination."
Blyton's Malory Towers has been adapted into a musical of the same name by Emma Rice's theatre company. It was scheduled to do a UK spring tour in 2020 which has been postponed due to the COVID-19 pandemic.
In 2020, Malory Towers was adapted as a 13 part TV series for the BBC. It is made partly in Toronto and partly in the UK in association with Canada's Family Channel. The series went to air in the UK from April 2020 and has been renewed for three more series.
Seven Stories, the National Centre for Children's Books in Newcastle upon Tyne, holds the largest public collection of Blyton's papers and typescripts. The Seven Stories collection contains a significant number of Blyton's typescripts, including the previously unpublished novel, Mr Tumpy's Caravan, as well as personal papers and diaries. The purchase of the material in 2010 was made possible by special funding from the Heritage Lottery Fund, the MLA/V&A Purchase Grant Fund, and two private donations. | [
{
"paragraph_id": 0,
"text": "Enid Mary Blyton (11 August 1897 – 28 November 1968) was an English children's writer, whose books have been worldwide bestsellers since the 1930s, selling more than 600 million copies. Her books are still enormously popular and have been translated into ninety languages. As of June 2019, Blyton held 4th place for the most translated author. She wrote on a wide range of topics, including education, natural history, fantasy, mystery, and biblical narratives. She is best remembered today for her Noddy, Famous Five, Secret Seven, the Five Find-Outers, and Malory Towers books, although she also wrote many others, including the St. Clare's, The Naughtiest Girl, and The Faraway Tree series.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Her first book, Child Whispers, a 24-page collection of poems, was published in 1922. Following the commercial success of her early novels, such as Adventures of the Wishing-Chair (1937) and The Enchanted Wood (1939), Blyton went on to build a literary empire, sometimes producing fifty books a year in addition to her prolific magazine and newspaper contributions. Her writing was unplanned and sprang largely from her unconscious mind; she typed her stories as events unfolded before her. The sheer volume of her work and the speed with which she produced it led to rumours that Blyton employed an army of ghost writers, a charge she vigorously denied.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Blyton's work became increasingly controversial among literary critics, teachers, and parents beginning in the 1950s due to the alleged unchallenging nature of her writing and her themes, particularly in the Noddy series. Some libraries and schools banned her works, and from the 1930s until the 1950s, the BBC refused to broadcast her stories because of their perceived lack of literary merit. Her books have been criticised as elitist, sexist, racist, xenophobic, and at odds with the more progressive environment that was emerging in post-World War II Britain, but they have continued to be bestsellers since her death in 1968.",
"title": ""
},
{
"paragraph_id": 3,
"text": "She felt she had a responsibility to provide her readers with a strong moral framework, so she encouraged them to support worthy causes. In particular, through the clubs she set up or supported, she encouraged and organised them to raise funds for animal and paediatric charities.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The story of Blyton's life was dramatised in Enid, a BBC television film featuring Helena Bonham Carter in the title role. It was first broadcast in the UK on BBC Four in 2009.",
"title": ""
},
{
"paragraph_id": 5,
"text": "Enid Blyton was born on 11 August 1897 in East Dulwich, South London, United Kingdom, the eldest of three children, to Thomas Carey Blyton (1870–1920), a cutlery salesman (recorded in the 1911 census with the occupation of \"Mantle Manufacturer dealer [in] women's suits, skirts, etc.\") and his wife Theresa Mary (née Harrison; 1874–1950). Enid's younger brothers, Hanly (1899–1983) and Carey (1902–1976), were born after the family had moved to a semi-detached house in Beckenham, then a village in Kent. A few months after her birth, Enid almost died from whooping cough, but was nursed back to health by her father, whom she adored. Thomas Blyton ignited Enid's interest in nature; in her autobiography she wrote that he \"loved flowers and birds and wild animals, and knew more about them than anyone I had ever met\". He also passed on his interest in gardening, art, music, literature, and theatre, and the pair often went on nature walks, much to the disapproval of Enid's mother, who showed little interest in her daughter's pursuits. Enid was devastated when her father left the family shortly after her 13th birthday to live with another woman. Enid and her mother did not have a good relationship, and Enid did not attend either of her parents' funerals.",
"title": "Early life and education"
},
{
"paragraph_id": 6,
"text": "From 1907 to 1915, Blyton attended St Christopher's School in Beckenham, where she enjoyed physical activities and became school tennis champion and lacrosse captain. She was not keen on all the academic subjects, but excelled in writing and, in 1911, entered Arthur Mee's children's poetry competition. Mee offered to print her verses, encouraging her to produce more. Blyton's mother considered her efforts at writing to be a \"waste of time and money\", but she was encouraged to persevere by Mabel Attenborough, the aunt of school friend Mary Potter.",
"title": "Early life and education"
},
{
"paragraph_id": 7,
"text": "Blyton's father taught her to play the piano, which she mastered well enough for him to believe she might follow in his sister's footsteps and become a professional musician. Blyton considered enrolling at the Guildhall School of Music, but decided she was better suited to becoming a writer. After finishing school, in 1915, as head girl, she moved out of the family home to live with her friend Mary Attenborough, before going to stay with George and Emily Hunt at Seckford Hall, near Woodbridge, in Suffolk. Seckford Hall, with its allegedly haunted room and secret passageway, provided inspiration for her later writing. At Woodbridge Congregational Church, Blyton met Ida Hunt, who taught at Ipswich High School and suggested she train there as a teacher. Blyton was introduced to the children at the nursery school and, recognising her natural affinity with them, enrolled in a National Froebel Union teacher training course at the school in September 1916. By this time, she had nearly terminated all contact with her family.",
"title": "Early life and education"
},
{
"paragraph_id": 8,
"text": "Blyton's manuscripts were rejected by publishers on many occasions, which only made her more determined to succeed, saying, \"it is partly the struggle that helps you so much, that gives you determination, character, self-reliance –all things that help in any profession or trade, and most certainly in writing.\" In March 1916, her first poems were published in Nash's Magazine. She completed her teacher training course in December 1918 and, the following month, obtained a teaching appointment at Bickley Park School, a small, independent establishment for boys in Bickley, Kent. Two months later, Blyton received a teaching certificate with distinctions in zoology and principles of education; first class in botany, geography, practice and history of education, child hygiene, and classroom teaching; and second class in literature and elementary mathematics. In 1920, she moved to Southernhay, in Hook Road Surbiton, as nursery governess to the four sons of architect Horace Thompson and his wife Gertrude, with whom Blyton spent four happy years. With the shortage of area schools, neighbouring children soon joined her charges, and a small school developed at the house.",
"title": "Early life and education"
},
{
"paragraph_id": 9,
"text": "In 1920, Blyton moved to Chessington and began writing in her spare time. The following year, she won the Saturday Westminster Review writing competition with her essay \"On the Popular Fallacy that to the Pure All Things are Pure\". Publications such as The Londoner, Home Weekly and The Bystander began to show an interest in her short stories and poems.",
"title": "Early writing career"
},
{
"paragraph_id": 10,
"text": "Blyton's first book, Child Whispers, a 24-page collection of poems, was published in 1922. Its illustrator, Enid's schoolfriend Phyllis Chase collaborated on several of her early works. Also in that year, Blyton began writing in annuals for Cassell and George Newnes, and her first piece of writing, \"Peronel and his Pot of Glue\", was accepted for publication in Teachers' World. Further boosting her success, in 1923, her poems appeared alongside those of Rudyard Kipling, Walter de la Mare, and G. K. Chesterton in a special issue of Teachers' World. Blyton's educational texts were influential in the 1920s and 1930s, with her most sizable being the three-volume The Teacher's Treasury (1926), the six-volume Modern Teaching (1928), the eight-volume Pictorial Knowledge (1930), and the four-volume Modern Teaching in the Infant School (1932).",
"title": "Early writing career"
},
{
"paragraph_id": 11,
"text": "In July 1923, Blyton published Real Fairies, a collection of thirty-three poems written especially for the book with the exception of \"Pretending\", which had appeared earlier in Punch magazine. The following year, she published The Enid Blyton Book of Fairies, illustrated by Horace J. Knowles, and in 1926 the Book of Brownies. Several books of plays appeared in 1927, including A Book of Little Plays and The Play's the Thing with the illustrator Alfred Bestall.",
"title": "Early writing career"
},
{
"paragraph_id": 12,
"text": "In the 1930s, Blyton developed an interest in writing stories related to various myths, including those of ancient Greece and Rome; The Knights of the Round Table, Tales of Ancient Greece and Tales of Robin Hood were published in 1930. In Tales of Ancient Greece Blyton retold 16 well-known ancient Greek myths, but used the Latin rather than the Greek names and invented conversations between characters. The Adventures of Odysseus, Tales of the Ancient Greeks and Persians and Tales of the Romans followed in 1934.",
"title": "Early writing career"
},
{
"paragraph_id": 13,
"text": "The first of twenty-eight books in Blyton's Old Thatch series, The Talking Teapot and Other Tales, was published in 1934, the same year as Brer Rabbit Retold; (note that Brer Rabbit originally featured in Uncle Remus stories by Joel Chandler Harris), her first serial story and first full-length book, Adventures of the Wishing-Chair, followed in 1937. The Enchanted Wood, the first book in the Faraway Tree series, published in 1939, is about a magic tree inspired by the Norse mythology that had fascinated Blyton as a child. According to Blyton's daughter Gillian the inspiration for the magic tree came from \"thinking up a story one day and suddenly she was walking in the enchanted wood and found the tree. In her imagination she climbed up through the branches and met Moon-Face, Silky, the Saucepan Man and the rest of the characters. She had all she needed.\" As in the Wishing-Chair series, these fantasy books typically involve children being transported into a magical world in which they meet fairies, goblins, elves, pixies and other mythological creatures.",
"title": "Commercial success"
},
{
"paragraph_id": 14,
"text": "Blyton's first full-length adventure novel, The Secret Island, was published in 1938, featuring the characters of Jack, Mike, Peggy and Nora. Described by The Glasgow Herald as a \"Robinson Crusoe-style adventure on an island in an English lake\", The Secret Island was a lifelong favourite of Gillian's and spawned the Secret series. The following year Blyton released her first book in the Circus series and her initial book in the Amelia Jane series, Naughty Amelia Jane! According to Gillian the main character was based on a large handmade doll given to her by her mother on her third birthday.",
"title": "Commercial success"
},
{
"paragraph_id": 15,
"text": "During the 1940s Blyton became a prolific author, her success enhanced by her \"marketing, publicity and branding that was far ahead of its time\". In 1940 Blyton published two books – Three Boys and a Circus and Children of Kidillin – under the pseudonym of Mary Pollock (middle name plus first married name), in addition to the eleven published under her own name that year. So popular were Pollock's books that one reviewer was prompted to observe that \"Enid Blyton had better look to her laurels\". But Blyton's readers were not so easily deceived and many complained about the subterfuge to her and her publisher, with the result that all six books published under the name of Mary Pollock – two in 1940 and four in 1943 – were reissued under Blyton's name. Later in 1940 Blyton published the first of her boarding school story books and the first novel in the Naughtiest Girl series, The Naughtiest Girl in the School, which followed the exploits of the mischievous schoolgirl Elizabeth Allen at the fictional Whyteleafe School. The first of her six novels in the St. Clare's series, The Twins at St. Clare's, appeared the following year, featuring the twin sisters Patricia and Isabel O'Sullivan.",
"title": "Commercial success"
},
{
"paragraph_id": 16,
"text": "In 1942 Blyton released the first book in the Mary Mouse series, Mary Mouse and the Dolls' House, about a mouse exiled from her mousehole who becomes a maid at a dolls' house. Twenty-three books in the series were produced between 1942 and 1964; 10,000 copies were sold in 1942 alone. The same year, Blyton published the first novel in the Famous Five series, Five on a Treasure Island, with illustrations by Eileen Soper. Its popularity resulted in twenty-one books between then and 1963, and the characters of Julian, Dick, Anne, George (Georgina) and Timmy the dog became household names in Britain. Matthew Grenby, author of Children's Literature, states that the five were involved with \"unmasking hardened villains and solving serious crimes\", although the novels were \"hardly 'hard-boiled' thrillers\". Blyton based the character of Georgina, a tomboy she described as \"short-haired, freckled, sturdy, and snub-nosed\" and \"bold and daring, hot-tempered and loyal\", on herself.",
"title": "Commercial success"
},
{
"paragraph_id": 17,
"text": "Blyton had an interest in biblical narratives, and retold Old and New Testament stories. The Land of Far-Beyond (1942) is a Christian parable along the lines of John Bunyan's The Pilgrim's Progress (1698), with contemporary children as the main characters. In 1943 she published The Children's Life of Christ, a collection of fifty-nine short stories related to the life of Jesus, with her own slant on popular biblical stories, from the Nativity and the Three Wise Men through to the trial, the crucifixion and the resurrection. Tales from the Bible was published the following year, followed by The Boy with the Loaves and Fishes in 1948.",
"title": "Commercial success"
},
{
"paragraph_id": 18,
"text": "The first book in Blyton's Five Find-Outers series, The Mystery of the Burnt Cottage, was published in 1943, as was the second book in the Faraway series, The Magic Faraway Tree, which in 2003 was voted 66th in the BBC's Big Read poll to find the UK's favourite book. Several of Blyton's works during this period have seaside themes; John Jolly by the Sea (1943), a picture book intended for younger readers, was published in a booklet format by Evans Brothers. Other books with a maritime theme include The Secret of Cliff Castle and Smuggler Ben, both attributed to Mary Pollock in 1943; The Island of Adventure, the first in the Adventure series of eight novels from 1944 onwards; and various novels of the Famous Five series such as Five on a Treasure Island (1942), Five on Kirrin Island Again (1947) and Five Go Down to the Sea (1953).",
"title": "Commercial success"
},
{
"paragraph_id": 19,
"text": "Capitalising on her success, with a loyal and ever-growing readership, Blyton produced a new edition of many of her series such as the Famous Five, the Five Find-Outers and St. Clare's every year in addition to many other novels, short stories and books. In 1946 Blyton launched the first in the Malory Towers series of six books based around the schoolgirl Darrell Rivers, First Term at Malory Towers, which became extremely popular, particularly with girls.",
"title": "Commercial success"
},
{
"paragraph_id": 20,
"text": "The first book in Blyton's Barney Mysteries series, The Rockingdown Mystery, was published in 1949, as was the first of her fifteen Secret Seven novels. The Secret Seven Society consists of Peter, his sister Janet, and their friends Colin, George, Jack, Pam and Barbara, who meet regularly in a shed in the garden to discuss peculiar events in their local community. Blyton rewrote the stories so they could be adapted into cartoons, which appeared in Mickey Mouse Weekly in 1951 with illustrations by George Brook. The French author Evelyne Lallemand continued the series in the 1970s, producing an additional twelve books, nine of which were translated into English by Anthea Bell between 1983 and 1987.",
"title": "Commercial success"
},
{
"paragraph_id": 21,
"text": "Blyton's Noddy, about a little wooden boy from Toyland, first appeared in the Sunday Graphic on 5 June 1949, and in November that year Noddy Goes to Toyland, the first of at least two dozen books in the series, was published. The idea was conceived by one of Blyton's publishers, Sampson, Low, Marston and Company, who in 1949 arranged a meeting between Blyton and the Dutch illustrator Harmsen van der Beek. Despite having to communicate via an interpreter, he provided some initial sketches of how Toyland and its characters would be represented. Four days after the meeting Blyton sent the text of the first two Noddy books to her publisher, to be forwarded to van der Beek. The Noddy books became one of her most successful and best-known series, and were hugely popular in the 1950s. An extensive range of sub-series, spin-offs and strip books were produced throughout the decade, including Noddy's Library, Noddy's Garage of Books, Noddy's Castle of Books, Noddy's Toy Station of Books and Noddy's Shop of Books.",
"title": "Commercial success"
},
{
"paragraph_id": 22,
"text": "In 1950 Blyton established the company Darrell Waters Ltd to manage her affairs. By the early 1950s she had reached the peak of her output, often publishing more than fifty books a year, and she remained extremely prolific throughout much of the decade. By 1955 Blyton had written her fourteenth Famous Five novel, Five Have Plenty of Fun, her fifteenth Mary Mouse book, Mary Mouse in Nursery Rhyme Land, her eighth book in the Adventure series, The River of Adventure, and her seventh Secret Seven novel, Secret Seven Win Through. She completed the sixth and final book of the Malory Towers series, Last Term at Malory Towers, in 1951.",
"title": "Commercial success"
},
{
"paragraph_id": 23,
"text": "Blyton published several further books featuring the character of Scamp the terrier, following on from The Adventures of Scamp, a novel she had released in 1943 under the pseudonym of Mary Pollock. Scamp Goes on Holiday (1952) and Scamp and Bimbo, Scamp at School, Scamp and Caroline and Scamp Goes to the Zoo (1954) were illustrated by Pierre Probst. She introduced the character of Bom, a stylish toy drummer dressed in a bright red coat and helmet, alongside Noddy in TV Comic in July 1956. A book series began the same year with Bom the Little Toy Drummer, featuring illustrations by R. Paul-Hoye, and followed with Bom and His Magic Drumstick (1957), Bom Goes Adventuring and Bom Goes to Ho Ho Village (1958), Bom and the Clown and Bom and the Rainbow (1959) and Bom Goes to Magic Town (1960). In 1958 she produced two annuals featuring the character, the first of which included twenty short stories, poems and picture strips.",
"title": "Commercial success"
},
{
"paragraph_id": 24,
"text": "Many of Blyton's series, including Noddy and The Famous Five, continued to be successful in the 1960s; by 1962, 26 million copies of Noddy had been sold. Blyton concluded several of her long-running series in 1963, publishing the last books of The Famous Five (Five Are Together Again) and The Secret Seven (Fun for the Secret Seven); she also produced three more Brer Rabbit books with the illustrator Grace Lodge: Brer Rabbit Again, Brer Rabbit Book, and Brer Rabbit's a Rascal. In 1962 many of her books were among the first to be published by Armada Books in paperback, making them more affordable to children.",
"title": "Commercial success"
},
{
"paragraph_id": 25,
"text": "After 1963 Blyton's output was generally confined to short stories and books intended for very young readers, such as Learn to Count with Noddy and Learn to Tell Time with Noddy in 1965, and Stories for Bedtime and the Sunshine Picture Story Book collection in 1966. Her declining health and a falling off in readership among older children have been put forward as the principal reasons for this change in trend. Blyton published her last book in the Noddy series, Noddy and the Aeroplane, in February 1964. In May the following year she published Mixed Bag, a song book with music written by her nephew Carey, and in August she released her last full-length books, The Man Who Stopped to Help and The Boy Who Came Back.",
"title": "Commercial success"
},
{
"paragraph_id": 26,
"text": "Blyton cemented her reputation as a children's writer when in 1926 she took over the editing of Sunny Stories, a magazine that typically included the re-telling of legends, myths, stories and other articles for children. That same year she was given her own column in Teachers' World, entitled \"From my Window\". Three years later she began contributing a weekly page in the magazine, in which she published letters from her fox terrier dog Bobs. They proved to be so popular that in 1933 they were published in book form as Letters from Bobs, and sold ten thousand copies in the first week. Her most popular feature was \"Round the Year with Enid Blyton\", which consisted of forty-eight articles covering aspects of natural history such as weather, pond life, how to plant a school garden and how to make a bird table. Among Blyton's other nature projects was her monthly \"Country Letter\" feature that appeared in The Nature Lover magazine in 1935.",
"title": "Magazine and newspaper contributions"
},
{
"paragraph_id": 27,
"text": "Sunny Stories was renamed Enid Blyton's Sunny Stories in January 1937, and served as a vehicle for the serialisation of Blyton's books. Her first Naughty Amelia Jane story, about an anti-heroine based on a doll owned by her daughter Gillian, was published in the magazine. Blyton stopped contributing in 1952, and it closed down the following year, shortly before the appearance of the new fortnightly Enid Blyton Magazine written entirely by Blyton. The first edition appeared on 18 March 1953, and the magazine ran until September 1959.",
"title": "Magazine and newspaper contributions"
},
{
"paragraph_id": 28,
"text": "Noddy made his first appearance in the Sunday Graphic in 1949, the same year as Blyton's first daily Noddy strip for the London Evening Standard. It was illustrated by van der Beek until his death in 1953.",
"title": "Magazine and newspaper contributions"
},
{
"paragraph_id": 29,
"text": "Blyton worked in a wide range of fictional genres, from fairy tales to animal, nature, detective, mystery, and circus stories, but she often \"blurred the boundaries\" in her books, and encompassed a range of genres even in her short stories. In a 1958 article published in The Author, she wrote that there were a \"dozen or more different types of stories for children\", and she had tried them all, but her favourites were those with a family at their centre.",
"title": "Writing style and technique"
},
{
"paragraph_id": 30,
"text": "In a letter to the psychologist Peter McKellar, Blyton describes her writing technique:",
"title": "Writing style and technique"
},
{
"paragraph_id": 31,
"text": "I shut my eyes for a few minutes, with my portable typewriter on my knee – I make my mind a blank and wait – and then, as clearly as I would see real children, my characters stand before me in my mind's eye ... The first sentence comes straight into my mind, I don't have to think of it – I don't have to think of anything.",
"title": "Writing style and technique"
},
{
"paragraph_id": 32,
"text": "In another letter to McKellar she describes how in just five days she wrote the 60,000-word book The River of Adventure, the eighth in her Adventure Series, by listening to what she referred to as her \"under-mind\", which she contrasted with her \"upper conscious mind\". Blyton was unwilling to conduct any research or planning before beginning work on a new book, which coupled with the lack of variety in her life according to Druce almost inevitably presented the danger that she might unconsciously, and clearly did, plagiarise the books she had read, including her own. Gillian has recalled that her mother \"never knew where her stories came from\", but that she used to talk about them \"coming from her 'mind's eye'\", as did William Wordsworth and Charles Dickens. Blyton had \"thought it was made up of every experience she'd ever had, everything she's seen or heard or read, much of which had long disappeared from her conscious memory\" but never knew the direction her stories would take. Blyton further explained in her biography that \"If I tried to think out or invent the whole book, I could not do it. For one thing, it would bore me and for another, it would lack the 'verve' and the extraordinary touches and surprising ideas that flood out from my imagination.\"",
"title": "Writing style and technique"
},
{
"paragraph_id": 33,
"text": "Blyton's daily routine varied little over the years. She usually began writing soon after breakfast, with her portable typewriter on her knee and her favourite red Moroccan shawl nearby; she believed that the colour red acted as a \"mental stimulus\" for her. Stopping only for a short lunch break she continued writing until five o'clock, by which time she would usually have produced 6,000–10,000 words.",
"title": "Writing style and technique"
},
{
"paragraph_id": 34,
"text": "A 2000 article in The Malay Mail considers Blyton's children to have \"lived in a world shaped by the realities of post-war austerity\", enjoying freedom without the political correctness of today, which serves modern readers of Blyton's novels with a form of escapism. Brandon Robshaw of The Independent refers to the Blyton universe as \"crammed with colour and character\", \"self-contained and internally consistent\", noting that Blyton exemplifies a strong mistrust of adults and figures of authority in her works, creating a world in which children govern. Gillian noted that in her mother's adventure, detective and school stories for older children, \"the hook is the strong storyline with plenty of cliffhangers, a trick she acquired from her years of writing serialised stories for children's magazines. There is always a strong moral framework in which bravery and loyalty are (eventually) rewarded\". Blyton herself wrote that \"my love of children is the whole foundation of all my work\".",
"title": "Writing style and technique"
},
{
"paragraph_id": 35,
"text": "Victor Watson, Assistant Director of Research at Homerton College, Cambridge, believes that Blyton's works reveal an \"essential longing and potential associated with childhood\", and notes how the opening pages of The Mountain of Adventure present a \"deeply appealing ideal of childhood\". He argues that Blyton's work differs from that of many other authors in its approach, describing the narrative of The Famous Five series for instance as \"like a powerful spotlight, it seeks to illuminate, to explain, to demystify. It takes its readers on a roller-coaster story in which the darkness is always banished; everything puzzling, arbitrary, evocative is either dismissed or explained\". Watson further notes how Blyton often used minimalist visual descriptions and introduced a few careless phrases such as \"gleamed enchantingly\" to appeal to her young readers.",
"title": "Writing style and technique"
},
{
"paragraph_id": 36,
"text": "From the mid-1950s rumours began to circulate that Blyton had not written all the books attributed to her, a charge she found particularly distressing. She published an appeal in her magazine asking children to let her know if they heard such stories and, after one mother informed her that she had attended a parents' meeting at her daughter's school during which a young librarian had repeated the allegation, Blyton decided in 1955 to begin legal proceedings. The librarian was eventually forced to make a public apology in open court early the following year, but the rumours that Blyton operated \"a 'company' of ghost writers\" persisted, as some found it difficult to believe that one woman working alone could produce such a volume of work.",
"title": "Writing style and technique"
},
{
"paragraph_id": 37,
"text": "Blyton felt a responsibility to provide her readers with a positive moral framework, and she encouraged them to support worthy causes. Her view, expressed in a 1957 article, was that children should help animals and other children rather than adults:",
"title": "Charitable work"
},
{
"paragraph_id": 38,
"text": "[children] are not interested in helping adults; indeed, they think that adults themselves should tackle adult needs. But they are intensely interested in animals and other children and feel compassion for the blind boys and girls, and for the spastics who are unable to walk or talk.",
"title": "Charitable work"
},
{
"paragraph_id": 39,
"text": "Blyton and the members of the children's clubs she promoted via her magazines raised a great deal of money for various charities; according to Blyton, membership of her clubs meant \"working for others, for no reward\". The largest of the clubs she was involved with was the Busy Bees, the junior section of the People's Dispensary for Sick Animals, which Blyton had actively supported since 1933. The club had been set up by Maria Dickin in 1934, and after Blyton publicised its existence in the Enid Blyton Magazine it attracted 100,000 members in three years. Such was Blyton's popularity among children that after she became Queen Bee in 1952 more than 20,000 additional members were recruited in her first year in office. The Enid Blyton Magazine Club was formed in 1953. Its primary objective was to raise funds to help those children with cerebral palsy who attended a centre in Cheyne Walk, in Chelsea, London, by furnishing an on-site hostel among other things.",
"title": "Charitable work"
},
{
"paragraph_id": 40,
"text": "The Famous Five series gathered such a following that readers asked Blyton if they might form a fan club. She agreed, on condition that it serve a useful purpose, and suggested that it could raise funds for the Shaftesbury Society Babies' Home in Beaconsfield, on whose committee she had served since 1948. The club was established in 1952, and provided funds for equipping a Famous Five Ward at the home, a paddling pool, sun room, summer house, playground, birthday and Christmas celebrations, and visits to the pantomime. By the late 1950s Blyton's clubs had a membership of 500,000, and raised £35,000 in the six years of the Enid Blyton Magazine's run.",
"title": "Charitable work"
},
{
"paragraph_id": 41,
"text": "By 1974 the Famous Five Club had a membership of 220,000, and was growing at the rate of 6,000 new members a year. The Beaconsfield home it was set up to support closed in 1967, but the club continued to raise funds for other paediatric charities, including an Enid Blyton bed at Great Ormond Street Hospital and a mini-bus for disabled children at Stoke Mandeville Hospital.",
"title": "Charitable work"
},
{
"paragraph_id": 42,
"text": "Blyton capitalised upon her commercial success as an author by negotiating agreements with jigsaw puzzle and games manufacturers from the late 1940s onwards; by the early 1960s some 146 different companies were involved in merchandising Noddy alone. In 1948 Bestime released four jigsaw puzzles featuring her characters, and the first Enid Blyton board game appeared, Journey Through Fairyland, created by BGL. The first card game, Faraway Tree, appeared from Pepys in 1950. In 1954 Bestime released the first four jigsaw puzzles of the Secret Seven, and the following year a Secret Seven card game appeared.",
"title": "Jigsaw puzzle and games"
},
{
"paragraph_id": 43,
"text": "Bestime released the Little Noddy Car Game in 1953 and the Little Noddy Leap Frog Game in 1955, and in 1956 American manufacturer Parker Brothers released Little Noddy's Taxi Game, a board game which features Noddy driving about town, picking up various characters. Bestime released its Plywood Noddy Jigsaws series in 1957 and a Noddy jigsaw series featuring cards appeared from 1963, with illustrations by Robert Lee. Arrow Games became the chief producer of Noddy jigsaws in the late 1970s and early 1980s. Whitman manufactured four new Secret Seven jigsaw puzzles in 1975, and produced four new Malory Towers ones two years later. In 1979 the company released a Famous Five adventure board game, Famous Five Kirrin Island Treasure. Stephen Thraves wrote eight Famous Five adventure game books, published by Hodder & Stoughton in the 1980s. The first adventure game book of the series, The Wreckers' Tower Game, was published in October 1984.",
"title": "Jigsaw puzzle and games"
},
{
"paragraph_id": 44,
"text": "On 28 August 1924, Blyton married Major Hugh Alexander Pollock, DSO (1888–1971) at Bromley Register Office, without inviting her family. They married shortly after his divorce from his first wife, with whom he had two sons, one of them already deceased. Pollock was editor of the book department in the publishing firm George Newnes, which became Blyton's regular publisher. It was he who requested her to write a book about animals, resulting in The Zoo Book, completed in the month before their marriage. They initially lived in a flat in Chelsea before moving to Elfin Cottage in Beckenham in 1926 and then to Old Thatch in Bourne End (called Peterswood in her books) in 1929. Blyton's first daughter, Gillian, was born on 15 July 1931, and, after a miscarriage in 1934, she gave birth to a second daughter, Imogen, on 27 October 1935.",
"title": "Personal life"
},
{
"paragraph_id": 45,
"text": "In 1938, she and her family moved to a house in Beaconsfield, named Green Hedges by Blyton's readers, following a competition in her magazine. By the mid-1930s, Pollock had become a secret alcoholic, withdrawing increasingly from public life—possibly triggered through his meetings, as a publisher, with Winston Churchill, which may have reawakened the trauma Pollock suffered during World War I. With the outbreak of World War II, he became involved in the Home Guard and also re-encountered Ida Crowe, an aspiring writer 19 years his junior, whom he had first met years earlier. He made her an offer to join him as secretary in his posting to a Home Guard training center at Denbies, a Gothic mansion in Surrey belonging to Lord Ashcombe, and they began a romantic relationship.",
"title": "Personal life"
},
{
"paragraph_id": 46,
"text": "Blyton's marriage to Pollock was troubled for years, and according to Crowe's memoir, she had a series of affairs, including a lesbian relationship with one of the children's nannies. In 1941, Blyton met Kenneth Fraser Darrell Waters, a London surgeon with whom she began a serious affair. Pollock discovered the liaison, and threatened to initiate divorce proceedings. Due to fears that exposure of her adultery would ruin her public image, it was ultimately agreed that Blyton would instead file for divorce against Pollock. According to Crowe's memoir, Blyton promised that if he admitted to infidelity, she would allow him parental access to their daughters; but after the divorce, he was denied contact with them, and Blyton made sure he was subsequently unable to find work in publishing. Pollock, having married Crowe on 26 October 1943, eventually resumed his heavy drinking and was forced to petition for bankruptcy in 1950.",
"title": "Personal life"
},
{
"paragraph_id": 47,
"text": "Blyton and Darrell Waters married at the City of Westminster Register Office on 20 October 1943. She changed the surname of her daughters to Darrell Waters and publicly embraced her new role as a happily married and devoted doctor's wife. After discovering she was pregnant in the spring of 1945, Blyton miscarried five months later, following a fall from a ladder. The baby would have been Darrell Waters's first child and the son for which they both longed.",
"title": "Personal life"
},
{
"paragraph_id": 48,
"text": "Her love of tennis included playing naked, with nude tennis \"a common practice in those days among the more louche members of the middle classes\".",
"title": "Personal life"
},
{
"paragraph_id": 49,
"text": "Blyton's health began to deteriorate in 1957, when, during a round of golf, she started to feel faint and breathless, and, by 1960, she was displaying signs of dementia. Her agent, George Greenfield, recalled that it was \"unthinkable\" for the \"most famous and successful of children's authors with her enormous energy and computerlike memory\" to be losing her mind and suffering from what is now known as Alzheimer's disease in her mid-60s. Worsening Blyton's situation was her husband's declining health throughout the 1960s; he suffered from severe arthritis in his neck and hips, deafness, and became increasingly ill-tempered and erratic until his death on 15 September 1967.",
"title": "Personal life"
},
{
"paragraph_id": 50,
"text": "The story of Blyton's life was dramatised in a BBC film entitled Enid, which aired in the United Kingdom on BBC Four on 16 November 2009. Helena Bonham Carter, who played the title role, described Blyton as \"a complete workaholic, an achievement junkie and an extremely canny businesswoman\" who \"knew how to brand herself, right down to the famous signature\".",
"title": "Personal life"
},
{
"paragraph_id": 51,
"text": "During the months following her husband's death, Blyton became increasingly ill and moved into a nursing home three months before her death. She died in her sleep of Alzheimer's disease at the Greenways Nursing Home, Hampstead, North London, on 28 November 1968, aged 71. A memorial service was held at St James's Church, Piccadilly and she was cremated at Golders Green Crematorium, where her ashes remain. Blyton's home, Green Hedges, was auctioned on 26 May 1971 and demolished in 1973; the site is now occupied by houses and a street named Blyton Close. An English Heritage blue plaque commemorates Blyton at Hook Road in Chessington, where she lived from 1920 to 1924. In 2014, a plaque recording her time as a Beaconsfield resident from 1938 until her death in 1968 was unveiled in the town hall gardens, next to small iron figures of Noddy and Big Ears.",
"title": "Death and legacy"
},
{
"paragraph_id": 52,
"text": "Since her death and the publication of her daughter Imogen's 1989 autobiography, A Childhood at Green Hedges, Blyton has emerged as an emotionally immature, unstable and often malicious figure. Imogen considered her mother to be \"arrogant, insecure, pretentious, very skilled at putting difficult or unpleasant things out of her mind, and without a trace of maternal instinct. As a child, I viewed her as a rather strict authority. As an adult I pitied her.\" Blyton's eldest daughter Gillian remembered her rather differently however, as \"a fair and loving mother, and a fascinating companion\".",
"title": "Death and legacy"
},
{
"paragraph_id": 53,
"text": "The Enid Blyton Trust for Children was established in 1982, with Imogen as its first chairman, and in 1985 it established the National Library for the Handicapped Child. Enid Blyton's Adventure Magazine began publication in September 1985 and, on 14 October 1992, the BBC began publishing Noddy Magazine and released the Noddy CD-Rom in October 1996.",
"title": "Death and legacy"
},
{
"paragraph_id": 54,
"text": "The first Enid Blyton Day was held at Rickmansworth on 6 March 1993 and, in October 1996, the Enid Blyton award, The Enid, was given to those who have made outstanding contributions towards children. The Enid Blyton Society was formed in early 1995, to provide \"a focal point for collectors and enthusiasts of Enid Blyton\" through its thrice-annual Enid Blyton Society Journal, its annual Enid Blyton Day and its website. On 16 December 1996, Channel 4 broadcast a documentary about Blyton, Secret Lives. To celebrate her centenary in 1997, exhibitions were put on at the London Toy & Model Museum (now closed), Hereford and Worcester County Museum and Bromley Library and, on 9 September, the Royal Mail issued centenary stamps.",
"title": "Death and legacy"
},
{
"paragraph_id": 55,
"text": "The London-based entertainment and retail company Trocadero plc purchased Blyton's Darrell Waters Ltd in 1995 for £14.6 million and established a subsidiary, Enid Blyton Ltd, to handle all intellectual properties, character brands and media in Blyton's works. The group changed its name to Chorion in 1998 but, after financial difficulties in 2012, sold its assets. Hachette UK acquired from Chorion world rights in the Blyton estate in March 2013, including The Famous Five series but excluding the rights to Noddy, which had been sold to DreamWorks Classics (formerly Classic Media, now a subsidiary of DreamWorks Animation) in 2012.",
"title": "Death and legacy"
},
{
"paragraph_id": 56,
"text": "Blyton's granddaughter, Sophie Smallwood, wrote a new Noddy book to celebrate the character's 60th birthday, 46 years after the last book was published; Noddy and the Farmyard Muddle (2009) was illustrated by Robert Tyndall. In February 2011, the manuscript of a previously unknown Blyton novel, Mr Tumpy's Caravan, was discovered by the archivist at Seven Stories, National Centre for Children's Books in a collection of papers belonging to Blyton's daughter Gillian, purchased by Seven Stories in 2010 following her death. It was initially thought to belong to a comic strip collection of the same name published in 1949, but it appears to be unrelated and is believed to be something written in the 1930s, which had been rejected by a publisher.",
"title": "Death and legacy"
},
{
"paragraph_id": 57,
"text": "In a 1982 survey of 10,000 eleven-year-old children, Blyton was voted their most popular writer. She is the world's fourth most-translated author, behind Agatha Christie, Jules Verne and William Shakespeare with her books being translated into 90 languages. From 2000 to 2010, Blyton was listed as a Top Ten author, selling almost 8 million copies (worth £31.2 million) in the UK alone. In 2003, The Magic Faraway Tree was voted 66th in the BBC's Big Read, a year-long survey of the UK's best-loved novels. In a 2008 poll conducted by the Costa Book Awards, Blyton was voted the UK's best-loved author ahead of Roald Dahl, J. K. Rowling, Jane Austen and Shakespeare. Her books continue to be very popular among children in Commonwealth nations such as India, Pakistan, Sri Lanka, Singapore, Malta, New Zealand and Australia, and around the world. They have also seen a surge of popularity in China, where they are \"big with every generation\". In March 2004, Chorion and the Chinese publisher Foreign Language Teaching and Research Press negotiated an agreement over the Noddy franchise, which included bringing the character to an animated series on television, with a potential audience of a further 95 million children under the age of five. Chorion spent around £10 million digitising Noddy and, as of 2002, had made television agreements with at least 11 countries worldwide.",
"title": "Death and legacy"
},
{
"paragraph_id": 58,
"text": "Novelists influenced by Blyton include the crime writer Denise Danks, whose fictional detective Georgina Powers is based on George from the Famous Five. Peter Hunt's A Step off the Path (1985) is also influenced by the Famous Five, and the St. Clare's and Malory Towers series provided the inspiration for Jacqueline Wilson's Double Act (1996) and Adèle Geras's Egerton Hall trilogy (1990–92) respectively. Blyton was important to Stieg Larsson. \"The series Stieg Larsson most often mentioned were the Famous Five and the Adventure books.\"",
"title": "Death and legacy"
},
{
"paragraph_id": 59,
"text": "A.H. Thompson, who compiled an extensive overview of censorship efforts in the United Kingdom's public libraries, dedicated an entire chapter to \"The Enid Blyton Affair\", and wrote of her in 1975:",
"title": "Critical backlash"
},
{
"paragraph_id": 60,
"text": "\"No single author has caused more controversy among librarians, literary critics, teachers, and other educationalists and parents during the last thirty years, than Enid Blyton. How is it that the books of this tremendously popular writer for children should have given rise to accusations of censorship against librarians in Australia, New Zealand, and the United Kingdom?\"",
"title": "Critical backlash"
},
{
"paragraph_id": 61,
"text": "Blyton's range of plots and settings has been described as limited, repetitive and continually recycled. Many of her books were critically assessed by teachers and librarians, deemed unfit for children to read, and removed from syllabuses and public libraries. Responding to claims that her moral views were \"dependably predictable\", Blyton commented that \"most of you could write down perfectly correctly all the things that I believe in and stand for – you have found them in my books, and a writer's books are always a faithful reflection of himself\".",
"title": "Critical backlash"
},
{
"paragraph_id": 62,
"text": "From the 1930s to the 1950s the BBC operated a de facto ban on dramatising Blyton's books for radio, considering her to be a \"second-rater\" whose work was without literary merit. The children's literary critic Margery Fisher likened Blyton's books to \"slow poison\", and Jean E. Sutcliffe of the BBC's schools broadcast department wrote of Blyton's ability to churn out \"mediocre material\", noting that \"her capacity to do so amounts to genius ... anyone else would have died of boredom long ago\". Michael Rosen, Children's Laureate from 2007 until 2009, wrote that \"I find myself flinching at occasional bursts of snobbery and the assumed level of privilege of the children and families in the books.\" The children's author Anne Fine presented an overview of the concerns about Blyton's work and responses to them on BBC Radio 4 in November 2008, in which she noted the \"drip, drip, drip of disapproval\" associated with the books. Blyton's response to her critics was that she was uninterested in the views of anyone over the age of 12, stating that half the attacks on her work were motivated by jealousy and the rest came from \"stupid people who don't know what they're talking about because they've never read any of my books\".",
"title": "Critical backlash"
},
{
"paragraph_id": 63,
"text": "Despite criticism by contemporaries that her work's quality began to suffer in the 1950s at the expense of its increasing volume, Blyton nevertheless capitalised on being generally regarded at the time as \"a more 'savoury', English alternative\" to what some considered an \"invasion\" of Britain by American culture, in the form of \"rock music, horror comics, television, teenage culture, delinquency, and Disney\".",
"title": "Critical backlash"
},
{
"paragraph_id": 64,
"text": "According to British academic Nicholas Tucker, the works of Enid Blyton have been \"banned from more public libraries over the years than is the case with any other adult or children's author\", though such attempts to quell the popularity of her books over the years seem to have been largely unsuccessful, and \"she still remains very widely read\".",
"title": "Critical backlash"
},
{
"paragraph_id": 65,
"text": "Some librarians felt that Blyton's restricted use of language, a conscious product of her teaching background, was prejudicial to an appreciation of more literary qualities. In a scathing article published in Encounter in 1958, the journalist Colin Welch remarked that it was \"hard to see how a diet of Miss Blyton could help with the 11-plus or even with the Cambridge English Tripos\", but reserved his harshest criticism for Blyton's Noddy, describing him as an \"unnaturally priggish ... sanctimonious ... witless, spiritless, snivelling, sneaking doll.\"",
"title": "Critical backlash"
},
{
"paragraph_id": 66,
"text": "The author and educational psychologist Nicholas Tucker notes that it was common to see Blyton cited as people's favourite or least favourite author according to their age, and argues that her books create an \"encapsulated world for young readers that simply dissolves with age, leaving behind only memories of excitement and strong identification\". Fred Inglis considers Blyton's books to be technically easy to read, but to also be \"emotionally and cognitively easy\". He mentions that the psychologist Michael Woods believed that Blyton was different from many other older authors writing for children in that she seemed untroubled by presenting them with a world that differed from reality. Woods surmised that Blyton \"was a child, she thought as a child, and wrote as a child ... the basic feeling is essentially pre-adolescent ... Enid Blyton has no moral dilemmas ... Inevitably Enid Blyton was labelled by rumour a child-hater. If true, such a fact should come as no surprise to us, for as a child herself all other children can be nothing but rivals for her.\" Inglis argues though that Blyton was clearly devoted to children and put an enormous amount of energy into her work, with a powerful belief in \"representing the crude moral diagrams and garish fantasies of a readership\". Blyton's daughter Imogen has stated that she \"loved a relationship with children through her books\", but real children were an intrusion, and there was no room for intruders in the world that Blyton occupied through her writing.",
"title": "Critical backlash"
},
{
"paragraph_id": 67,
"text": "Accusations of racism in Blyton's books were first made by Lena Jeger in a Guardian article published in 1966. In the context of discussing possible moves to restrict publications inciting racial hatred, Jeger was critical of Blyton's The Little Black Doll, originally published in 1937. Sambo, the black doll of the title, is hated by his owner and other toys owing to his \"ugly black face\", and runs away. A shower of \"magic rain\" washes his face clean, after which he is welcomed back home with his now pink face. Jamaica Kincaid also considers the Noddy books to be \"deeply racist\" because of the blonde children and the black golliwogs. In Blyton's 1944 novel The Island of Adventure, a black servant named Jo-Jo is very intelligent, but is particularly cruel to the children.",
"title": "Critical backlash"
},
{
"paragraph_id": 68,
"text": "Accusations of xenophobia were also made. As George Greenfield observed, \"Enid was very much part of that between the wars middle class which believed that foreigners were untrustworthy or funny or sometimes both\". The publisher Macmillan conducted an internal assessment of Blyton's The Mystery That Never Was, submitted to them at the height of her fame in 1960. The review was carried out by the author and books editor Phyllis Hartnoll, in whose view \"There is a faint but unattractive touch of old-fashioned xenophobia in the author's attitude to the thieves; they are 'foreign' ... and this seems to be regarded as sufficient to explain their criminality.\" Macmillan rejected the manuscript, but it was published by William Collins in 1961, and then again in 1965 and 1983.",
"title": "Critical backlash"
},
{
"paragraph_id": 69,
"text": "Blyton's depictions of boys and girls are considered by many critics to be sexist. In a Guardian article published in 2005 Lucy Mangan proposed that The Famous Five series depicts a power struggle between Julian, Dick and George (Georgina), in which the female characters either act like boys or are talked down to, as when Dick lectures George: \"it's really time you gave up thinking you're as good as a boy\".",
"title": "Critical backlash"
},
{
"paragraph_id": 70,
"text": "To address criticisms levelled at Blyton's work, some later editions have been altered to reflect more politically progressive attitudes towards issues such as race, gender, violence between young persons, the treatment of children by adults, and legal changes in Britain as to what is allowable for young children to do in the years since the stories were originally written (e.g. purchasing fireworks); modern reprints of the Noddy series substitute teddy bears or goblins for golliwogs, for instance. The golliwogs who steal Noddy's car and dump him naked in the Dark Wood in Here Comes Noddy Again are replaced by goblins in the 1986 revision, who strip Noddy only of his shoes and hat and return at the end of the story to apologise.",
"title": "Critical backlash"
},
{
"paragraph_id": 71,
"text": "The Faraway Tree's Dame Slap, who made regular use of corporal punishment, was changed to Dame Snap who no longer did so, and the names of Dick and Fanny in the same series were changed to Rick and Frannie. Characters in the Malory Towers and St. Clare's series are no longer spanked or threatened with a spanking, but are instead scolded. References to George's short hair making her look like a boy were removed in revisions to Five on a Hike Together, reflecting the idea that girls need not have long hair to be considered feminine or normal. Anne of The Famous Five stating that boys cannot wear pretty dresses or like girls' dolls was removed. In The Adventurous Four, the names of the young twin girls were changed from Jill and Mary to Pippa and Zoe.",
"title": "Critical backlash"
},
{
"paragraph_id": 72,
"text": "In 2010 Hodder, the publisher of the Famous Five series, announced its intention to update the language used in the books, of which it sold more than half a million copies a year. The changes, which Hodder described as \"subtle\", mainly affect the dialogue rather than the narrative. For instance, \"school tunic\" becomes \"uniform\", \"mother and father\" and \"mother and daddy\" (this latter one used by young female characters and deemed sexist) become \"mum and dad\", \"bathing\" is replaced by \"swimming\", and \"jersey\" by \"jumper\". Some commentators see the changes as necessary to encourage modern readers, whereas others regard them as unnecessary and patronising. In 2016 Hodder's parent company Hachette announced that they would abandon the revisions as, based on feedback, they had not been a success.",
"title": "Critical backlash"
},
{
"paragraph_id": 73,
"text": "In 1954 Blyton adapted Noddy for the stage, producing the Noddy in Toyland pantomime in just two or three weeks. The production was staged at the 2660-seat Stoll Theatre in Kingsway, London at Christmas. Its popularity resulted in the show running during the Christmas season for five or six years. Blyton was delighted with its reception by children in the audience, and attended the theatre three or four times a week. TV adaptations of Noddy since 1954 include one in the 1970s narrated by Richard Briers. In 1955 a stage play based on the Famous Five was produced, and in January 1997 the King's Head Theatre embarked on a six-month tour of the UK with The Famous Five Musical, to commemorate Blyton's centenary. On 21 November 1998 The Secret Seven Save the World was first performed at the Sherman Theatre in Cardiff.",
"title": "Stage, film and television adaptations"
},
{
"paragraph_id": 74,
"text": "There have also been several film and television adaptations of the Famous Five: by the Children's Film Foundation in 1957 and 1964, Southern Television in 1978–79, and Zenith Productions in 1995–97. The series was also adapted for the German film Fünf Freunde, directed by Mike Marzuk and released in 2011.",
"title": "Stage, film and television adaptations"
},
{
"paragraph_id": 75,
"text": "The Comic Strip, a group of British comedians, produced two extreme parodies of the Famous Five for Channel 4 television: Five Go Mad in Dorset, broadcast in 1982, and Five Go Mad on Mescalin, broadcast the following year. A third in the series, Five Go to Rehab, was broadcast on Sky in 2012.",
"title": "Stage, film and television adaptations"
},
{
"paragraph_id": 76,
"text": "Blyton's The Faraway Tree series of books has also been adapted to television and film. On 29 September 1997 the BBC began broadcasting an animated series called The Enchanted Lands, based on the series. It was announced in October 2014 that a deal had been signed with publishers Hachette for \"The Faraway Tree\" series to be adapted into a live-action film by director Sam Mendes' production company. Marlene Johnson, head of children's books at Hachette, said: \"Enid Blyton was a passionate advocate of children's storytelling, and The Magic Faraway Tree is a fantastic example of her creative imagination.\"",
"title": "Stage, film and television adaptations"
},
{
"paragraph_id": 77,
"text": "Blyton's Malory Towers has been adapted into a musical of the same name by Emma Rice's theatre company. It was scheduled to do a UK spring tour in 2020 which has been postponed due to the COVID-19 pandemic.",
"title": "Stage, film and television adaptations"
},
{
"paragraph_id": 78,
"text": "In 2020, Malory Towers was adapted as a 13 part TV series for the BBC. It is made partly in Toronto and partly in the UK in association with Canada's Family Channel. The series went to air in the UK from April 2020 and has been renewed for three more series.",
"title": "Stage, film and television adaptations"
},
{
"paragraph_id": 79,
"text": "Seven Stories, the National Centre for Children's Books in Newcastle upon Tyne, holds the largest public collection of Blyton's papers and typescripts. The Seven Stories collection contains a significant number of Blyton's typescripts, including the previously unpublished novel, Mr Tumpy's Caravan, as well as personal papers and diaries. The purchase of the material in 2010 was made possible by special funding from the Heritage Lottery Fund, the MLA/V&A Purchase Grant Fund, and two private donations.",
"title": "Papers"
}
]
| Enid Mary Blyton was an English children's writer, whose books have been worldwide bestsellers since the 1930s, selling more than 600 million copies. Her books are still enormously popular and have been translated into ninety languages. As of June 2019, Blyton held 4th place for the most translated author. She wrote on a wide range of topics, including education, natural history, fantasy, mystery, and biblical narratives. She is best remembered today for her Noddy, Famous Five, Secret Seven, the Five Find-Outers, and Malory Towers books, although she also wrote many others, including the St. Clare's, The Naughtiest Girl, and The Faraway Tree series. Her first book, Child Whispers, a 24-page collection of poems, was published in 1922. Following the commercial success of her early novels, such as Adventures of the Wishing-Chair (1937) and The Enchanted Wood (1939), Blyton went on to build a literary empire, sometimes producing fifty books a year in addition to her prolific magazine and newspaper contributions. Her writing was unplanned and sprang largely from her unconscious mind; she typed her stories as events unfolded before her. The sheer volume of her work and the speed with which she produced it led to rumours that Blyton employed an army of ghost writers, a charge she vigorously denied. Blyton's work became increasingly controversial among literary critics, teachers, and parents beginning in the 1950s due to the alleged unchallenging nature of her writing and her themes, particularly in the Noddy series. Some libraries and schools banned her works, and from the 1930s until the 1950s, the BBC refused to broadcast her stories because of their perceived lack of literary merit. Her books have been criticised as elitist, sexist, racist, xenophobic, and at odds with the more progressive environment that was emerging in post-World War II Britain, but they have continued to be bestsellers since her death in 1968. She felt she had a responsibility to provide her readers with a strong moral framework, so she encouraged them to support worthy causes. In particular, through the clubs she set up or supported, she encouraged and organised them to raise funds for animal and paediatric charities. The story of Blyton's life was dramatised in Enid, a BBC television film featuring Helena Bonham Carter in the title role. It was first broadcast in the UK on BBC Four in 2009. | 2001-12-12T06:38:33Z | 2023-12-08T03:01:44Z | [
"Template:FadedPage",
"Template:Librivox author",
"Template:'",
"Template:Notelist",
"Template:Reflist",
"Template:Commons category",
"Template:Sfnp",
"Template:Details",
"Template:Refbegin",
"Template:Gutenberg author",
"Template:Navboxes",
"Template:Authority control",
"Template:Wikisource",
"Template:Use dmy dates",
"Template:Quote",
"Template:Cite book",
"Template:Short description",
"Template:Use British English",
"Template:Enid Blyton",
"Template:Featured article",
"Template:Portal",
"Template:Refend",
"Template:Infobox writer",
"Template:R",
"Template:Isfdb name",
"Template:Citation",
"Template:Efn",
"Template:Cite web",
"Template:Cite news"
]
| https://en.wikipedia.org/wiki/Enid_Blyton |
10,259 | Epipalaeolithic Near East | The Epipalaeolithic Near East designates the Epipalaeolithic ("Final Old Stone Age", also known as Mesolithic) in the prehistory of the Near East. It is the period after the Upper Palaeolithic and before the Neolithic, between approximately 20,000 and 10,000 years Before Present (BP). The people of the Epipalaeolithic were nomadic hunter-gatherers who generally lived in small, seasonal camps rather than permanent villages. They made sophisticated stone tools using microliths—small, finely-produced blades that were hafted in wooden implements. These are the primary artifacts by which archaeologists recognise and classify Epipalaeolithic sites.
The start of the Epipalaeolithic is defined by the appearance of microliths. Although this is an arbitrary boundary, the Epipalaeolithic does differ significantly from the preceding Upper Palaeolithic. Epipalaeolithic sites are more numerous, better preserved, and can be accurately radiocarbon dated. The period coincides with the gradual retreat of glacial climatic conditions between the Last Glacial Maximum and the start of the Holocene, and it is characterised by population growth and economic intensification. The Epipalaeolithic ended with the "Neolithic Revolution" and the onset of domestication, food production, and sedentism, although archaeologists now recognise that these trends began in the Epipalaeolithic.
The period may be subdivided into Early, Middle and Late Epipalaeolithic: The Early Epipalaeolithic corresponds to the Kebaran culture, c. 20,000 to 14,500 years ago, the Middle Epipalaeolithic is the Geometric Kebaran or late phase of the Kebaran, and the Late Epipalaeolithic to the Natufian, 14,500–11,500 BP. The Natufian overlaps with the incipient Neolithic Revolution, the Pre-Pottery Neolithic A.
The Early Epipalaeolithic, also known as Kebaran, lasted from 20,000 to 12,150 BP. It followed the Upper Paleolithic Levantine Aurignacian (formerly called Antelian) period throughout the Levant. By the end of the Levantine Aurignacian, gradual changes took place in stone industries. Small stone tools called microliths and retouched bladelets can be found for the first time. The microliths of this culture period differ markedly from the Aurignacian artifacts.
By 18,000 BP the climate and environment had changed, starting a period of transition. The Levant became more arid and the forest vegetation retreated, to be replaced by steppe. The cool and dry period ended at the beginning of Mesolithic 1. The hunter-gatherers of the Aurignacian would have had to modify their way of living and their pattern of settlement to adapt to the changing conditions. The crystallization of these new patterns resulted in Mesolithic 1. The people developed new types of settlements and new stone industries.
The inhabitants of a small Mesolithic 1 site in the Levant left little more than their chipped stone tools behind. The industry was of small tools made of bladelets struck off single-platform cores. Besides bladelets, burins and end-scrapers have been found. A few bone tools and some ground stones have also been found. These so-called Mesolithic sites of Asia are far less numerous than those of the Neolithic, and the archeological remains are very poor.
The type site is Kebara Cave south of Haifa. The Kebaran was characterized by small, geometric microliths. The people were thought to lack the specialized grinders and pounders found in later Near Eastern cultures. The Kebaran is preceded by the Athlitian phase of the Levantine Aurignacian (formerly called Antelian) and followed by the proto-agrarian Natufian culture of the Epipalaeolithic. The appearance of the Kebarian culture, of microlithic type, implies a significant rupture in the cultural continuity of Levantine Upper Paleolithic. The Kebaran culture, with its use of microliths, is associated also with the use of the bow and arrow and the domestication of the dog. The Kebaran is also characterised by the earliest collecting and processing of wild cereals, known due to the excavation of grain-grinding tools. This was the first step towards the Neolithic Revolution. The Kebaran people are believed to have migrated seasonally, dispersing to upland environments in the summer, and gathering in caves and rock shelters near lowland lakes in the winter. This diversity of environments may be the reason for the variety of tools found in their toolkits.
The Kebaran is generally thought to have been ancestral to the later Natufian culture that occupied much of the same range.
The earliest evidence for the use of composite cereal harvesting tools are the glossed flint blades that have been found at the site of Ohalo II, a 23,000-year-old fisher-hunter-gatherers’ camp on the shore of the Sea of Galilee, Northern Israel. The Ohalo site is dated at the junction of the Upper Paleolithic and the Early Epipalaeolithic, and has been attributed to both periods. The wear traces on the tools indicate that these were used for harvesting near-ripe, semi-green wild cereals, shortly before grains ripen enough to disperse naturally. The study shows that the tools were not used intensively, and they reflect two harvesting modes: flint knives held by hand and inserts hafted into a handle. The finds reveal the existence of cereal harvesting techniques and tools some 8,000 years before the Natufian, and 12,000 years before the establishment of sedentary farming communities in the Near East during the Neolithic Revolution. Furthermore, the new finds accord well with evidence for the earliest ever cereal cultivation at the site, and for the use of stone-made grinding implements.
Evidence for symbolic behavior of Late Pleistocene foragers in the Levant has been found in engraved limestone plaquettes from the Epipalaeolithic open-air site Ein Qashish South in the Jezreel Valley, Israel. The engravings were uncovered in Kebaran and Geometric Kebaran deposits (ca. 23,000 and ca. 16,500 BP), and include the image of a bird, the first figurative representation known so far from a pre-Natufian Epipalaeolithic site, together with geometric motifs such as chevrons, cross-hatchings, and ladders. Some of the engravings closely resemble roughly contemporary European finds, and may be interpreted as "systems of notations" or "artificial memory systems" related to the timing of seasonal resources and related important events for nomadic groups.
Similar-looking signs and patterns are well known from the context of the local Natufian, a final Epipalaeolithic period when sedentary or semi-sedentary foragers started practicing agriculture.
The Late Epipalaeolithic is also called the Natufian culture. This period is characterized by the early rise of agriculture, which later emerged more fully in the Neolithic period. Radiocarbon dating places the Natufian culture between 12,500 and 9500 BCE, just before the end of the Pleistocene. This period is characterised by the beginning of agriculture.
The Natufian culture is commonly split into two subperiods: Early Natufian (12,500–10,800 BCE) (Christopher Delage gives c. 13,000–11,500 BP uncalibrated, equivalent to c. 13,700–11,500 BCE) and Late Natufian (10,800–9500 BCE). The Late Natufian most likely occurred in tandem with the Younger Dryas. The following period is often called the Pre-Pottery Neolithic.
Until recently, it was thought that the Arabian Peninsula was too arid and inhospitable for human settlement in the Late Pleistocene. The earliest known sites belonged to the early Neolithic, c. 9000 to 8000 BP, and it was supposed that people were able to recolonise the region then due to the wetter climate of the early Holocene.
However, in 2014, archaeologists working in the southern Nefud desert discovered an Epipalaeolithic site dating to between 12,000 and 10,000 BP. The site is located in the Jubbah basin, a palaeolake which retained water in the otherwise dry conditions of the Terminal Pleistocene. The stone tools found bore a close resemblance to the Geometric Kebaran, a Levantine industry associated with the Middle Epipalaeolithic. The excavators of the site, therefore, proposed that northern Arabia was colonised by foragers from the Levant around 15,000 years ago. These groups may then have been cut off by the drying climate and retreated to refugia like the Jubbah palaeolake.
The Epipalaeolithic is best understood when discussing the southern Levant, as the period is well documented due to good preservation at the sites, at least of animal remains. The most prevalent animal food sources in the Levant during this period were: deer, gazelle, and ibex of various species, and smaller animals including birds, lizards, foxes, tortoises, and hares. Less common were aurochs, wild equids, wild boar, wild cattle, and hartebeest. At Neve David near Haifa, 15 mammal species were found, and two reptile species. Despite then being very close to the coast, the rather small number of seashells found (7 genera) and the piercing of many, suggests these may have been collected as ornaments rather than food.
However, the period seems to be marked by an increase in plant foods and a decrease in meat-eating. Over 40 plant species have been found by analysing one site in the Jordan Valley, and some grains were processed and baked. Stones with evidence of grinding have been found. These were most likely the main food sources throughout the Pre-Pottery Neolithic A, which introduced the widespread agricultural growing of crops. | [
{
"paragraph_id": 0,
"text": "The Epipalaeolithic Near East designates the Epipalaeolithic (\"Final Old Stone Age\", also known as Mesolithic) in the prehistory of the Near East. It is the period after the Upper Palaeolithic and before the Neolithic, between approximately 20,000 and 10,000 years Before Present (BP). The people of the Epipalaeolithic were nomadic hunter-gatherers who generally lived in small, seasonal camps rather than permanent villages. They made sophisticated stone tools using microliths—small, finely-produced blades that were hafted in wooden implements. These are the primary artifacts by which archaeologists recognise and classify Epipalaeolithic sites.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The start of the Epipalaeolithic is defined by the appearance of microliths. Although this is an arbitrary boundary, the Epipalaeolithic does differ significantly from the preceding Upper Palaeolithic. Epipalaeolithic sites are more numerous, better preserved, and can be accurately radiocarbon dated. The period coincides with the gradual retreat of glacial climatic conditions between the Last Glacial Maximum and the start of the Holocene, and it is characterised by population growth and economic intensification. The Epipalaeolithic ended with the \"Neolithic Revolution\" and the onset of domestication, food production, and sedentism, although archaeologists now recognise that these trends began in the Epipalaeolithic.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The period may be subdivided into Early, Middle and Late Epipalaeolithic: The Early Epipalaeolithic corresponds to the Kebaran culture, c. 20,000 to 14,500 years ago, the Middle Epipalaeolithic is the Geometric Kebaran or late phase of the Kebaran, and the Late Epipalaeolithic to the Natufian, 14,500–11,500 BP. The Natufian overlaps with the incipient Neolithic Revolution, the Pre-Pottery Neolithic A.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The Early Epipalaeolithic, also known as Kebaran, lasted from 20,000 to 12,150 BP. It followed the Upper Paleolithic Levantine Aurignacian (formerly called Antelian) period throughout the Levant. By the end of the Levantine Aurignacian, gradual changes took place in stone industries. Small stone tools called microliths and retouched bladelets can be found for the first time. The microliths of this culture period differ markedly from the Aurignacian artifacts.",
"title": "Levant"
},
{
"paragraph_id": 4,
"text": "By 18,000 BP the climate and environment had changed, starting a period of transition. The Levant became more arid and the forest vegetation retreated, to be replaced by steppe. The cool and dry period ended at the beginning of Mesolithic 1. The hunter-gatherers of the Aurignacian would have had to modify their way of living and their pattern of settlement to adapt to the changing conditions. The crystallization of these new patterns resulted in Mesolithic 1. The people developed new types of settlements and new stone industries.",
"title": "Levant"
},
{
"paragraph_id": 5,
"text": "The inhabitants of a small Mesolithic 1 site in the Levant left little more than their chipped stone tools behind. The industry was of small tools made of bladelets struck off single-platform cores. Besides bladelets, burins and end-scrapers have been found. A few bone tools and some ground stones have also been found. These so-called Mesolithic sites of Asia are far less numerous than those of the Neolithic, and the archeological remains are very poor.",
"title": "Levant"
},
{
"paragraph_id": 6,
"text": "The type site is Kebara Cave south of Haifa. The Kebaran was characterized by small, geometric microliths. The people were thought to lack the specialized grinders and pounders found in later Near Eastern cultures. The Kebaran is preceded by the Athlitian phase of the Levantine Aurignacian (formerly called Antelian) and followed by the proto-agrarian Natufian culture of the Epipalaeolithic. The appearance of the Kebarian culture, of microlithic type, implies a significant rupture in the cultural continuity of Levantine Upper Paleolithic. The Kebaran culture, with its use of microliths, is associated also with the use of the bow and arrow and the domestication of the dog. The Kebaran is also characterised by the earliest collecting and processing of wild cereals, known due to the excavation of grain-grinding tools. This was the first step towards the Neolithic Revolution. The Kebaran people are believed to have migrated seasonally, dispersing to upland environments in the summer, and gathering in caves and rock shelters near lowland lakes in the winter. This diversity of environments may be the reason for the variety of tools found in their toolkits.",
"title": "Levant"
},
{
"paragraph_id": 7,
"text": "The Kebaran is generally thought to have been ancestral to the later Natufian culture that occupied much of the same range.",
"title": "Levant"
},
{
"paragraph_id": 8,
"text": "The earliest evidence for the use of composite cereal harvesting tools are the glossed flint blades that have been found at the site of Ohalo II, a 23,000-year-old fisher-hunter-gatherers’ camp on the shore of the Sea of Galilee, Northern Israel. The Ohalo site is dated at the junction of the Upper Paleolithic and the Early Epipalaeolithic, and has been attributed to both periods. The wear traces on the tools indicate that these were used for harvesting near-ripe, semi-green wild cereals, shortly before grains ripen enough to disperse naturally. The study shows that the tools were not used intensively, and they reflect two harvesting modes: flint knives held by hand and inserts hafted into a handle. The finds reveal the existence of cereal harvesting techniques and tools some 8,000 years before the Natufian, and 12,000 years before the establishment of sedentary farming communities in the Near East during the Neolithic Revolution. Furthermore, the new finds accord well with evidence for the earliest ever cereal cultivation at the site, and for the use of stone-made grinding implements.",
"title": "Levant"
},
{
"paragraph_id": 9,
"text": "Evidence for symbolic behavior of Late Pleistocene foragers in the Levant has been found in engraved limestone plaquettes from the Epipalaeolithic open-air site Ein Qashish South in the Jezreel Valley, Israel. The engravings were uncovered in Kebaran and Geometric Kebaran deposits (ca. 23,000 and ca. 16,500 BP), and include the image of a bird, the first figurative representation known so far from a pre-Natufian Epipalaeolithic site, together with geometric motifs such as chevrons, cross-hatchings, and ladders. Some of the engravings closely resemble roughly contemporary European finds, and may be interpreted as \"systems of notations\" or \"artificial memory systems\" related to the timing of seasonal resources and related important events for nomadic groups.",
"title": "Levant"
},
{
"paragraph_id": 10,
"text": "Similar-looking signs and patterns are well known from the context of the local Natufian, a final Epipalaeolithic period when sedentary or semi-sedentary foragers started practicing agriculture.",
"title": "Levant"
},
{
"paragraph_id": 11,
"text": "The Late Epipalaeolithic is also called the Natufian culture. This period is characterized by the early rise of agriculture, which later emerged more fully in the Neolithic period. Radiocarbon dating places the Natufian culture between 12,500 and 9500 BCE, just before the end of the Pleistocene. This period is characterised by the beginning of agriculture.",
"title": "Levant"
},
{
"paragraph_id": 12,
"text": "The Natufian culture is commonly split into two subperiods: Early Natufian (12,500–10,800 BCE) (Christopher Delage gives c. 13,000–11,500 BP uncalibrated, equivalent to c. 13,700–11,500 BCE) and Late Natufian (10,800–9500 BCE). The Late Natufian most likely occurred in tandem with the Younger Dryas. The following period is often called the Pre-Pottery Neolithic.",
"title": "Levant"
},
{
"paragraph_id": 13,
"text": "Until recently, it was thought that the Arabian Peninsula was too arid and inhospitable for human settlement in the Late Pleistocene. The earliest known sites belonged to the early Neolithic, c. 9000 to 8000 BP, and it was supposed that people were able to recolonise the region then due to the wetter climate of the early Holocene.",
"title": "Other regions"
},
{
"paragraph_id": 14,
"text": "However, in 2014, archaeologists working in the southern Nefud desert discovered an Epipalaeolithic site dating to between 12,000 and 10,000 BP. The site is located in the Jubbah basin, a palaeolake which retained water in the otherwise dry conditions of the Terminal Pleistocene. The stone tools found bore a close resemblance to the Geometric Kebaran, a Levantine industry associated with the Middle Epipalaeolithic. The excavators of the site, therefore, proposed that northern Arabia was colonised by foragers from the Levant around 15,000 years ago. These groups may then have been cut off by the drying climate and retreated to refugia like the Jubbah palaeolake.",
"title": "Other regions"
},
{
"paragraph_id": 15,
"text": "The Epipalaeolithic is best understood when discussing the southern Levant, as the period is well documented due to good preservation at the sites, at least of animal remains. The most prevalent animal food sources in the Levant during this period were: deer, gazelle, and ibex of various species, and smaller animals including birds, lizards, foxes, tortoises, and hares. Less common were aurochs, wild equids, wild boar, wild cattle, and hartebeest. At Neve David near Haifa, 15 mammal species were found, and two reptile species. Despite then being very close to the coast, the rather small number of seashells found (7 genera) and the piercing of many, suggests these may have been collected as ornaments rather than food.",
"title": "Food sources"
},
{
"paragraph_id": 16,
"text": "However, the period seems to be marked by an increase in plant foods and a decrease in meat-eating. Over 40 plant species have been found by analysing one site in the Jordan Valley, and some grains were processed and baked. Stones with evidence of grinding have been found. These were most likely the main food sources throughout the Pre-Pottery Neolithic A, which introduced the widespread agricultural growing of crops.",
"title": "Food sources"
}
]
| The Epipalaeolithic Near East designates the Epipalaeolithic in the prehistory of the Near East. It is the period after the Upper Palaeolithic and before the Neolithic, between approximately 20,000 and 10,000 years Before Present (BP). The people of the Epipalaeolithic were nomadic hunter-gatherers who generally lived in small, seasonal camps rather than permanent villages. They made sophisticated stone tools using microliths—small, finely-produced blades that were hafted in wooden implements. These are the primary artifacts by which archaeologists recognise and classify Epipalaeolithic sites. The start of the Epipalaeolithic is defined by the appearance of microliths. Although this is an arbitrary boundary, the Epipalaeolithic does differ significantly from the preceding Upper Palaeolithic. Epipalaeolithic sites are more numerous, better preserved, and can be accurately radiocarbon dated. The period coincides with the gradual retreat of glacial climatic conditions between the Last Glacial Maximum and the start of the Holocene, and it is characterised by population growth and economic intensification. The Epipalaeolithic ended with the "Neolithic Revolution" and the onset of domestication, food production, and sedentism, although archaeologists now recognise that these trends began in the Epipalaeolithic. The period may be subdivided into Early, Middle and Late Epipalaeolithic: The Early Epipalaeolithic corresponds to the Kebaran culture, c. 20,000 to 14,500 years ago, the Middle Epipalaeolithic is the Geometric Kebaran or late phase of the Kebaran, and the Late Epipalaeolithic to the Natufian, 14,500–11,500 BP. The Natufian overlaps with the incipient Neolithic Revolution, the Pre-Pottery Neolithic A. | 2001-12-12T23:33:48Z | 2023-12-24T09:56:24Z | [
"Template:Prehistoric Southwest Asia timeline",
"Template:See",
"Template:Main",
"Template:Cite book",
"Template:ISBN",
"Template:Epipalaeolithic Southwest Asia",
"Template:Cite journal",
"Template:Use dmy dates",
"Template:Multiple image",
"Template:Circa",
"Template:British-Museum-db",
"Template:Paleolithic",
"Template:Reflist"
]
| https://en.wikipedia.org/wiki/Epipalaeolithic_Near_East |
10,263 | Executive (government) | The executive, also referred as the executive branch or executive power, is the term commonly used to describe that part of government which executes the law.
The scope of executive power varies greatly depending on the political context in which it emerges, and it can change over time in a given country. In democratic countries, the executive often exercises broad influence over national politics, though limitations are often applied to the executive.
In political systems based on the separation of powers, such as the US, government authority is distributed between several branches in order to prevent power being concentrated in the hands of a single person or group. To achieve this, each branch is subject to checks by the other two; in general, the role of the legislature is to pass laws, which are then enforced by the executive, and interpreted by the judiciary. The executive can also be the source of certain types of law, such as a decree or executive order.
In those that use fusion of powers, typically parliamentary systems, the executive forms the government, and its members generally belong to the political party that controls the legislature or "parliament". Since the executive requires the support or approval of the legislature, the two bodies are "fused" together, rather than being independent. The principle of parliamentary sovereignty means powers possessed by the executive are solely dependent on those granted by the legislature, which can also subject its actions to judicial review. However, the executive often has wide-ranging powers stemming from the control of the government bureaucracy, especially in the areas of overall economic or foreign policy.
In parliamentary systems, the executive is responsible to the elected legislature, i.e. must maintain the confidence of the legislature (or one part of it, if bicameral). In certain circumstances (varying by state), the legislature can express its lack of confidence in the executive, which causes either a change in governing party or group of parties or a general election. Parliamentary systems have a head of government (who leads the executive, often called ministers) normally distinct from the head of state (who continues through governmental and electoral changes). In the Westminster type of parliamentary system, the principle of separation of powers is not as entrenched as in some others. Members of the executive (ministers), are also members of the legislature, and hence play an important part in both the writing and enforcing of law. In presidential systems, the directly elected head of government appoints the ministers. The ministers can be directly elected by voters.
In this context, the executive consists of a leader or leader of an office or multiple offices. Specifically, the top leadership roles of the executive branch may include:
In a presidential system, the leader of the executive is both the head of state and government.
In a parliamentary system, a cabinet minister responsible to the legislature is the head of government, while the head of state is usually a largely ceremonial monarch or president.
thanks | [
{
"paragraph_id": 0,
"text": "The executive, also referred as the executive branch or executive power, is the term commonly used to describe that part of government which executes the law.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The scope of executive power varies greatly depending on the political context in which it emerges, and it can change over time in a given country. In democratic countries, the executive often exercises broad influence over national politics, though limitations are often applied to the executive.",
"title": "Function"
},
{
"paragraph_id": 2,
"text": "In political systems based on the separation of powers, such as the US, government authority is distributed between several branches in order to prevent power being concentrated in the hands of a single person or group. To achieve this, each branch is subject to checks by the other two; in general, the role of the legislature is to pass laws, which are then enforced by the executive, and interpreted by the judiciary. The executive can also be the source of certain types of law, such as a decree or executive order.",
"title": "Function"
},
{
"paragraph_id": 3,
"text": "In those that use fusion of powers, typically parliamentary systems, the executive forms the government, and its members generally belong to the political party that controls the legislature or \"parliament\". Since the executive requires the support or approval of the legislature, the two bodies are \"fused\" together, rather than being independent. The principle of parliamentary sovereignty means powers possessed by the executive are solely dependent on those granted by the legislature, which can also subject its actions to judicial review. However, the executive often has wide-ranging powers stemming from the control of the government bureaucracy, especially in the areas of overall economic or foreign policy.",
"title": "Function"
},
{
"paragraph_id": 4,
"text": "In parliamentary systems, the executive is responsible to the elected legislature, i.e. must maintain the confidence of the legislature (or one part of it, if bicameral). In certain circumstances (varying by state), the legislature can express its lack of confidence in the executive, which causes either a change in governing party or group of parties or a general election. Parliamentary systems have a head of government (who leads the executive, often called ministers) normally distinct from the head of state (who continues through governmental and electoral changes). In the Westminster type of parliamentary system, the principle of separation of powers is not as entrenched as in some others. Members of the executive (ministers), are also members of the legislature, and hence play an important part in both the writing and enforcing of law. In presidential systems, the directly elected head of government appoints the ministers. The ministers can be directly elected by voters.",
"title": "Ministers"
},
{
"paragraph_id": 5,
"text": "In this context, the executive consists of a leader or leader of an office or multiple offices. Specifically, the top leadership roles of the executive branch may include:",
"title": "Ministers"
},
{
"paragraph_id": 6,
"text": "In a presidential system, the leader of the executive is both the head of state and government.",
"title": "Presidents and ministers"
},
{
"paragraph_id": 7,
"text": "In a parliamentary system, a cabinet minister responsible to the legislature is the head of government, while the head of state is usually a largely ceremonial monarch or president.",
"title": "Presidents and ministers"
},
{
"paragraph_id": 8,
"text": "thanks",
"title": "References"
}
]
| The executive, also referred as the executive branch or executive power, is the term commonly used to describe that part of government which executes the law. | 2001-12-13T22:12:20Z | 2023-12-17T10:40:41Z | [
"Template:Executive",
"Template:Reflist",
"Template:Cite journal",
"Template:Authority control",
"Template:Law",
"Template:Separation of powers",
"Template:Short description",
"Template:Multiple",
"Template:Politics sidebar",
"Template:Cite web",
"Template:-",
"Template:Civil service"
]
| https://en.wikipedia.org/wiki/Executive_(government) |
10,264 | Enrico Fermi | Enrico Fermi (Italian: [enˈriːko ˈfermi]; 29 September 1901 – 28 November 1954) was an Italian and later naturalized American physicist, renowned for being the creator of the world's first nuclear reactor, the Chicago Pile-1, and a member of the Manhattan Project. He has been called the "architect of the nuclear age" and the "architect of the atomic bomb". He was one of very few physicists to excel in both theoretical physics and experimental physics. Fermi was awarded the 1938 Nobel Prize in Physics for his work on induced radioactivity by neutron bombardment and for the discovery of transuranium elements. With his colleagues, Fermi filed several patents related to the use of nuclear power, all of which were taken over by the US government. He made significant contributions to the development of statistical mechanics, quantum theory, and nuclear and particle physics.
Fermi's first major contribution involved the field of statistical mechanics. After Wolfgang Pauli formulated his exclusion principle in 1925, Fermi followed with a paper in which he applied the principle to an ideal gas, employing a statistical formulation now known as Fermi–Dirac statistics. Today, particles that obey the exclusion principle are called "fermions". Pauli later postulated the existence of an uncharged invisible particle emitted along with an electron during beta decay, to satisfy the law of conservation of energy. Fermi took up this idea, developing a model that incorporated the postulated particle, which he named the "neutrino". His theory, later referred to as Fermi's interaction and now called weak interaction, described one of the four fundamental interactions in nature. Through experiments inducing radioactivity with the recently discovered neutron, Fermi discovered that slow neutrons were more easily captured by atomic nuclei than fast ones, and he developed the Fermi age equation to describe this. After bombarding thorium and uranium with slow neutrons, he concluded that he had created new elements. Although he was awarded the Nobel Prize for this discovery, the new elements were later revealed to be nuclear fission products.
Fermi left Italy in 1938 to escape new Italian racial laws that affected his Jewish wife, Laura Capon. He emigrated to the United States, where he worked on the Manhattan Project during World War II. Fermi led the team at the University of Chicago that designed and built Chicago Pile-1, which went critical on 2 December 1942, demonstrating the first human-created, self-sustaining nuclear chain reaction. He was on hand when the X-10 Graphite Reactor at Oak Ridge, Tennessee went critical in 1943, and when the B Reactor at the Hanford Site did so the next year. At Los Alamos, he headed F Division, part of which worked on Edward Teller's thermonuclear "Super" bomb. He was present at the Trinity test on 16 July 1945, where he used his Fermi method to estimate the bomb's yield.
After the war, Fermi served under J. Robert Oppenheimer on the General Advisory Committee, which advised the Atomic Energy Commission on nuclear matters. After the detonation of the first Soviet fission bomb in August 1949, he strongly opposed the development of a hydrogen bomb on both moral and technical grounds. He was among the scientists who testified on Oppenheimer's behalf at the 1954 hearing that resulted in the denial of Oppenheimer's security clearance.
Fermi did important work in particle physics, especially related to pions and muons, and he speculated that cosmic rays arose when material was accelerated by magnetic fields in interstellar space. Many awards, concepts, and institutions are named after Fermi, including the Enrico Fermi Award, the Enrico Fermi Institute, the Fermi National Accelerator Laboratory (Fermilab), the Fermi Gamma-ray Space Telescope, the Fermi paradox, and the synthetic element fermium, making him one of 16 scientists who have elements named after them.
Enrico Fermi was born in Rome, Italy, on 29 September 1901. He was the third child of Alberto Fermi, a division head in the Ministry of Railways, and Ida de Gattis, an elementary school teacher. His sister, Maria, was two years older, his brother Giulio a year older. After the two boys were sent to a rural community to be wet nursed, Enrico rejoined his family in Rome when he was two and a half. Although he was baptized a Roman Catholic in accordance with his grandparents' wishes, his family was not particularly religious; Enrico was an agnostic throughout his adult life. As a young boy, he shared the same interests as his brother Giulio, building electric motors and playing with electrical and mechanical toys. Giulio died during an operation on a throat abscess in 1915 and Maria died in an airplane crash near Milan in 1959.
At a local market in Campo de' Fiori, Fermi found a physics book, the 900-page Elementorum physicae mathematicae. Written in Latin by Jesuit Father Andrea Caraffa [it], a professor at the Collegio Romano, it presented mathematics, classical mechanics, astronomy, optics, and acoustics as they were understood at the time of its 1840 publication. With a scientifically inclined friend, Enrico Persico, Fermi pursued projects such as building gyroscopes and measuring the acceleration of Earth's gravity.
In 1914, Fermi, who used to often meet with his father in front of the office after work, met a colleague of his father called Adolfo Amidei, who would walk part of the way home with Alberto. Enrico had learned that Adolfo was interested in mathematics and physics and took the opportunity to ask Adolfo a question about geometry. Adolfo understood that the young Fermi was referring to projective geometry and then proceeded to give him a book on the subject written by Theodor Reye. Two months later, Fermi returned the book, having solved all the problems proposed at the end of the book, some of which Adolfo considered difficult. Upon verifying this, Adolfo felt that Fermi was "a prodigy, at least with respect to geometry", and further mentored the boy, providing him with more books on physics and mathematics. Adolfo noted that Fermi had a very good memory and thus could return the books after having read them because he could remember their content very well.
Fermi graduated from high school in July 1918, having skipped the third year entirely. At Amidei's urging, Fermi learned German to be able to read the many scientific papers that were published in that language at the time, and he applied to the Scuola Normale Superiore in Pisa. Amidei felt that the Scuola would provide better conditions for Fermi's development than the Sapienza University of Rome could at the time. Having lost one son, Fermi's parents only reluctantly allowed him to live in the school's lodgings away from Rome for four years. Fermi took first place in the difficult entrance exam, which included an essay on the theme of "Specific characteristics of Sounds"; the 17-year-old Fermi chose to use Fourier analysis to derive and solve the partial differential equation for a vibrating rod, and after interviewing Fermi the examiner declared he would become an outstanding physicist.
At the Scuola Normale Superiore, Fermi played pranks with fellow student Franco Rasetti; the two became close friends and collaborators. Fermi was advised by Luigi Puccianti, director of the physics laboratory, who said there was little he could teach Fermi and often asked Fermi to teach him something instead. Fermi's knowledge of quantum physics was such that Puccianti asked him to organize seminars on the topic. During this time Fermi learned tensor calculus, a technique key to general relativity. Fermi initially chose mathematics as his major, but soon switched to physics. He remained largely self-taught, studying general relativity, quantum mechanics, and atomic physics.
In September 1920, Fermi was admitted to the physics department. Since there were only three students in the department—Fermi, Rasetti, and Nello Carrara—Puccianti let them freely use the laboratory for whatever purposes they chose. Fermi decided that they should research X-ray crystallography, and the three worked to produce a Laue photograph—an X-ray photograph of a crystal. During 1921, his third year at the university, Fermi published his first scientific works in the Italian journal Nuovo Cimento. The first was entitled "On the dynamics of a rigid system of electrical charges in translational motion" (Sulla dinamica di un sistema rigido di cariche elettriche in moto traslatorio). A sign of things to come was that the mass was expressed as a tensor—a mathematical construct commonly used to describe something moving and changing in three-dimensional space. In classical mechanics, mass is a scalar quantity, but in relativity, it changes with velocity. The second paper was "On the electrostatics of a uniform gravitational field of electromagnetic charges and on the weight of electromagnetic charges" (Sull'elettrostatica di un campo gravitazionale uniforme e sul peso delle masse elettromagnetiche). Using general relativity, Fermi showed that a charge has a weight equal to U/c, where U was the electrostatic energy of the system, and c is the speed of light.
The first paper seemed to point out a contradiction between the electrodynamic theory and the relativistic one concerning the calculation of the electromagnetic masses, as the former predicted a value of 4/3 U/c. Fermi addressed this the next year in a paper "Concerning a contradiction between electrodynamic and the relativistic theory of electromagnetic mass" in which he showed that the apparent contradiction was a consequence of relativity. This paper was sufficiently well-regarded that it was translated into German and published in the German scientific journal Physikalische Zeitschrift in 1922. That year, Fermi submitted his article "On the phenomena occurring near a world line" (Sopra i fenomeni che avvengono in vicinanza di una linea oraria) to the Italian journal I Rendiconti dell'Accademia dei Lincei [it]. In this article he examined the Principle of Equivalence, and introduced the so-called "Fermi coordinates". He proved that on a world line close to the timeline, space behaves as if it were a Euclidean space.
Fermi submitted his thesis, "A theorem on probability and some of its applications" (Un teorema di calcolo delle probabilità ed alcune sue applicazioni), to the Scuola Normale Superiore in July 1922, and received his laurea at the unusually young age of 20. The thesis was on X-ray diffraction images. Theoretical physics was not yet considered a discipline in Italy, and the only thesis that would have been accepted was experimental physics. For this reason, Italian physicists were slow in embracing the new ideas like relativity coming from Germany. Since Fermi was quite at home in the lab doing experimental work, this did not pose insurmountable problems for him.
While writing the appendix for the Italian edition of the book Fundamentals of Einstein Relativity by August Kopff in 1923, Fermi was the first to point out that hidden inside the Einstein equation (E = mc) was an enormous amount of nuclear potential energy to be exploited. "It does not seem possible, at least in the near future", he wrote, "to find a way to release these dreadful amounts of energy—which is all to the good because the first effect of an explosion of such a dreadful amount of energy would be to smash into smithereens the physicist who had the misfortune to find a way to do it."
In 1924, Fermi was initiated into the Masonic Lodge "Adriano Lemmi" of the Grand Orient of Italy.
In 1923–1924, Fermi spent a semester studying under Max Born at the University of Göttingen, where he met Werner Heisenberg and Pascual Jordan. Fermi then studied in Leiden with Paul Ehrenfest from September to December 1924 on a fellowship from the Rockefeller Foundation obtained through the intercession of the mathematician Vito Volterra. Here Fermi met Hendrik Lorentz and Albert Einstein, and became friends with Samuel Goudsmit and Jan Tinbergen. From January 1925 to late 1926, Fermi taught mathematical physics and theoretical mechanics at the University of Florence, where he teamed up with Rasetti to conduct a series of experiments on the effects of magnetic fields on mercury vapor. He also participated in seminars at the Sapienza University of Rome, giving lectures on quantum mechanics and solid state physics. While giving lectures on the new quantum mechanics based on the remarkable accuracy of predictions of the Schrödinger equation, Fermi would often say, "It has no business to fit so well!"
After Wolfgang Pauli announced his exclusion principle in 1925, Fermi responded with a paper "On the quantization of the perfect monoatomic gas" (Sulla quantizzazione del gas perfetto monoatomico), in which he applied the exclusion principle to an ideal gas. The paper was especially notable for Fermi's statistical formulation, which describes the distribution of particles in systems of many identical particles that obey the exclusion principle. This was independently developed soon after by the British physicist Paul Dirac, who also showed how it was related to the Bose–Einstein statistics. Accordingly, it is now known as Fermi–Dirac statistics. After Dirac, particles that obey the exclusion principle are today called "fermions", while those that do not are called "bosons".
Professorships in Italy were granted by competition (concorso) for a vacant chair, the applicants being rated on their publications by a committee of professors. Fermi applied for a chair of mathematical physics at the University of Cagliari on Sardinia, but was narrowly passed over in favour of Giovanni Giorgi. In 1926, at the age of 24, he applied for a professorship at the Sapienza University of Rome. This was a new chair, one of the first three in theoretical physics in Italy, that had been created by the Minister of Education at the urging of professor Orso Mario Corbino, who was the university's professor of experimental physics, the director of the Institute of Physics, and a member of Benito Mussolini's cabinet. Corbino, who also chaired the selection committee, hoped that the new chair would raise the standard and reputation of physics in Italy. The committee chose Fermi ahead of Enrico Persico and Aldo Pontremoli, and Corbino helped Fermi recruit his team, which was soon joined by notable students such as Edoardo Amaldi, Bruno Pontecorvo, Ettore Majorana and Emilio Segrè, and by Franco Rasetti, whom Fermi had appointed as his assistant. They soon nicknamed the "Via Panisperna boys" after the street where the Institute of Physics was located.
Fermi married Laura Capon, a science student at the university, on 19 July 1928. They had two children: Nella, born in January 1931, and Giulio, born in February 1936. On 18 March 1929, Fermi was appointed a member of the Royal Academy of Italy by Mussolini, and on 27 April he joined the Fascist Party. He later opposed Fascism when the 1938 racial laws were promulgated by Mussolini in order to bring Italian Fascism ideologically closer to German Nazism. These laws threatened Laura, who was Jewish, and put many of Fermi's research assistants out of work.
During their time in Rome, Fermi and his group made important contributions to many practical and theoretical aspects of physics. In 1928, he published his Introduction to Atomic Physics (Introduzione alla fisica atomica), which provided Italian university students with an up-to-date and accessible text. Fermi also conducted public lectures and wrote popular articles for scientists and teachers in order to spread knowledge of the new physics as widely as possible. Part of his teaching method was to gather his colleagues and graduate students together at the end of the day and go over a problem, often from his own research. A sign of success was that foreign students now began to come to Italy. The most notable of these was the German physicist Hans Bethe, who came to Rome as a Rockefeller Foundation fellow, and collaborated with Fermi on a 1932 paper "On the Interaction between Two Electrons" (German: Über die Wechselwirkung von Zwei Elektronen).
At this time, physicists were puzzled by beta decay, in which an electron was emitted from the atomic nucleus. To satisfy the law of conservation of energy, Pauli postulated the existence of an invisible particle with no charge and little or no mass that was also emitted at the same time. Fermi took up this idea, which he developed in a tentative paper in 1933, and then a longer paper the next year that incorporated the postulated particle, which Fermi called a "neutrino". His theory, later referred to as Fermi's interaction, and still later as the theory of the weak interaction, described one of the four fundamental forces of nature. The neutrino was detected after his death, and his interaction theory showed why it was so difficult to detect. When he submitted his paper to the British journal Nature, that journal's editor turned it down because it contained speculations which were "too remote from physical reality to be of interest to readers". Thus Fermi saw the theory published in Italian and German before it was published in English.
In the introduction to the 1968 English translation, physicist Fred L. Wilson noted that:
Fermi's theory, aside from bolstering Pauli's proposal of the neutrino, has a special significance in the history of modern physics. One must remember that only the naturally occurring β emitters were known at the time the theory was proposed. Later when positron decay was discovered, the process was easily incorporated within Fermi's original framework. On the basis of his theory, the capture of an orbital electron by a nucleus was predicted and eventually observed. With time, experimental data accumulated significantly. Although peculiarities have been observed many times in β decay, Fermi's theory always has been equal to the challenge.The consequences of the Fermi theory are vast. For example, β spectroscopy was established as a powerful tool for the study of nuclear structure. But perhaps the most influential aspect of this work of Fermi is that his particular form of the β interaction established a pattern that has been appropriate for the study of other types of interactions. It was the first successful theory of the creation and annihilation of material particles. Previously, only photons had been known to be created and destroyed.
In January 1934, Irène Joliot-Curie and Frédéric Joliot announced that they had bombarded elements with alpha particles and induced radioactivity in them. By March, Fermi's assistant Gian-Carlo Wick had provided a theoretical explanation using Fermi's theory of beta decay. Fermi decided to switch to experimental physics, using the neutron, which James Chadwick had discovered in 1932. In March 1934, Fermi wanted to see if he could induce radioactivity with Rasetti's polonium-beryllium neutron source. Neutrons had no electric charge, and so would not be deflected by the positively charged nucleus. This meant that they needed much less energy to penetrate the nucleus than charged particles, and so would not require a particle accelerator, which the Via Panisperna boys did not have.
Fermi had the idea to resort to replacing the polonium-beryllium neutron source with a radon-beryllium one, which he created by filling a glass bulb with beryllium powder, evacuating the air, and then adding 50 mCi of radon gas, supplied by Giulio Cesare Trabacchi. This created a much stronger neutron source, the effectiveness of which declined with the 3.8-day half-life of radon. He knew that this source would also emit gamma rays, but, on the basis of his theory, he believed that this would not affect the results of the experiment. He started by bombarding platinum, an element with a high atomic number that was readily available, without success. He turned to aluminium, which emitted an alpha particle and produced sodium, which then decayed into magnesium by beta particle emission. He tried lead, without success, and then fluorine in the form of calcium fluoride, which emitted an alpha particle and produced nitrogen, decaying into oxygen by beta particle emission. In all, he induced radioactivity in 22 different elements. Fermi rapidly reported the discovery of neutron-induced radioactivity in the Italian journal La Ricerca Scientifica on 25 March 1934.
The natural radioactivity of thorium and uranium made it hard to determine what was happening when these elements were bombarded with neutrons but, after correctly eliminating the presence of elements lighter than uranium but heavier than lead, Fermi concluded that they had created new elements, which he called hesperium and ausonium. The chemist Ida Noddack suggested that some of the experiments could have produced lighter elements than lead rather than new, heavier elements. Her suggestion was not taken seriously at the time because her team had not carried out any experiments with uranium or built the theoretical basis for this possibility. At that time, fission was thought to be improbable if not impossible on theoretical grounds. While physicists expected elements with higher atomic numbers to form from neutron bombardment of lighter elements, nobody expected neutrons to have enough energy to split a heavier atom into two light element fragments in the manner that Noddack suggested.
The Via Panisperna boys also noticed some unexplained effects. The experiment seemed to work better on a wooden table than on a marble tabletop. Fermi remembered that Joliot-Curie and Chadwick had noted that paraffin wax was effective at slowing neutrons, so he decided to try that. When neutrons were passed through paraffin wax, they induced a hundred times as much radioactivity in silver compared with when it was bombarded without the paraffin. Fermi guessed that this was due to the hydrogen atoms in the paraffin. Those in wood similarly explained the difference between the wooden and the marble tabletops. This was confirmed by repeating the effect with water. He concluded that collisions with hydrogen atoms slowed the neutrons. The lower the atomic number of the nucleus it collides with, the more energy a neutron loses per collision, and therefore the fewer collisions that are required to slow a neutron down by a given amount. Fermi realised that this induced more radioactivity because slow neutrons were more easily captured than fast ones. He developed a diffusion equation to describe this, which became known as the Fermi age equation.
In 1938, Fermi received the Nobel Prize in Physics at the age of 37 for his "demonstrations of the existence of new radioactive elements produced by neutron irradiation, and for his related discovery of nuclear reactions brought about by slow neutrons". After Fermi received the prize in Stockholm, he did not return home to Italy but rather continued to New York City with his family in December 1938, where they applied for permanent residency. The decision to move to America and become US citizens was due primarily to the racial laws in Italy.
Fermi arrived in New York City on 2 January 1939. He was immediately offered positions at five universities, and accepted one at Columbia University, where he had already given summer lectures in 1936. He received the news that in December 1938, the German chemists Otto Hahn and Fritz Strassmann had detected the element barium after bombarding uranium with neutrons, which Lise Meitner and her nephew Otto Frisch correctly interpreted as the result of nuclear fission. Frisch confirmed this experimentally on 13 January 1939. The news of Meitner and Frisch's interpretation of Hahn and Strassmann's discovery crossed the Atlantic with Niels Bohr, who was to lecture at Princeton University. Isidor Isaac Rabi and Willis Lamb, two Columbia University physicists working at Princeton, found out about it and carried it back to Columbia. Rabi said he told Enrico Fermi, but Fermi later gave the credit to Lamb:
I remember very vividly the first month, January, 1939, that I started working at the Pupin Laboratories because things began happening very fast. In that period, Niels Bohr was on a lecture engagement at the Princeton University and I remember one afternoon Willis Lamb came back very excited and said that Bohr had leaked out great news. The great news that had leaked out was the discovery of fission and at least the outline of its interpretation. Then, somewhat later that same month, there was a meeting in Washington where the possible importance of the newly discovered phenomenon of fission was first discussed in semi-jocular earnest as a possible source of nuclear power.
Noddack was proven right after all. Fermi had dismissed the possibility of fission on the basis of his calculations, but he had not taken into account the binding energy that would appear when a nuclide with an odd number of neutrons absorbed an extra neutron. For Fermi, the news came as a profound embarrassment, as the transuranic elements that he had partly been awarded the Nobel Prize for discovering had not been transuranic elements at all, but fission products. He added a footnote to this effect to his Nobel Prize acceptance speech.
The scientists at Columbia decided that they should try to detect the energy released in the nuclear fission of uranium when bombarded by neutrons. On 25 January 1939, in the basement of Pupin Hall at Columbia, an experimental team including Fermi conducted the first nuclear fission experiment in the United States. The other members of the team were Herbert L. Anderson, Eugene T. Booth, John R. Dunning, G. Norris Glasoe, and Francis G. Slack. The next day, the Fifth Washington Conference on Theoretical Physics began in Washington, D.C. under the joint auspices of George Washington University and the Carnegie Institution of Washington. There, the news on nuclear fission was spread even further, fostering many more experimental demonstrations.
French scientists Hans von Halban, Lew Kowarski, and Frédéric Joliot-Curie had demonstrated that uranium bombarded by neutrons emitted more neutrons than it absorbed, suggesting the possibility of a chain reaction. Fermi and Anderson did so too a few weeks later. Leó Szilárd obtained 200 kilograms (440 lb) of uranium oxide from Canadian radium producer Eldorado Gold Mines Limited, allowing Fermi and Anderson to conduct experiments with fission on a much larger scale. Fermi and Szilárd collaborated on the design of a device to achieve a self-sustaining nuclear reaction—a nuclear reactor. Owing to the rate of absorption of neutrons by the hydrogen in water, it was unlikely that a self-sustaining reaction could be achieved with natural uranium and water as a neutron moderator. Fermi suggested, based on his work with neutrons, that the reaction could be achieved with uranium oxide blocks and graphite as a moderator instead of water. This would reduce the neutron capture rate, and in theory make a self-sustaining chain reaction possible. Szilárd came up with a workable design: a pile of uranium oxide blocks interspersed with graphite bricks. Szilárd, Anderson, and Fermi published a paper on "Neutron Production in Uranium". But their work habits and personalities were different, and Fermi had trouble working with Szilárd.
Fermi was among the first to warn military leaders about the potential impact of nuclear energy, giving a lecture on the subject at the Navy Department on 18 March 1939. The response fell short of what he had hoped for, although the Navy agreed to provide $1,500 towards further research at Columbia. Later that year, Szilárd, Eugene Wigner, and Edward Teller sent the letter signed by Einstein to US president Franklin D. Roosevelt, warning that Nazi Germany was likely to build an atomic bomb. In response, Roosevelt formed the Advisory Committee on Uranium to investigate the matter.
The Advisory Committee on Uranium provided money for Fermi to buy graphite, and he built a pile of graphite bricks on the seventh floor of the Pupin Hall laboratory. By August 1941, he had six tons of uranium oxide and thirty tons of graphite, which he used to build a still larger pile in Schermerhorn Hall at Columbia.
The S-1 Section of the Office of Scientific Research and Development, as the Advisory Committee on Uranium was now known, met on 18 December 1941, with the US now engaged in World War II, making its work urgent. Most of the effort sponsored by the committee had been directed at producing enriched uranium, but Committee member Arthur Compton determined that a feasible alternative was plutonium, which could be mass-produced in nuclear reactors by the end of 1944. He decided to concentrate the plutonium work at the University of Chicago. Fermi reluctantly moved, and his team became part of the new Metallurgical Laboratory there.
The possible results of a self-sustaining nuclear reaction were unknown, so it seemed inadvisable to build the first nuclear reactor on the University of Chicago campus in the middle of the city. Compton found a location in the Argonne Woods Forest Preserve, about 20 miles (32 km) from Chicago. Stone & Webster was contracted to develop the site, but the work was halted by an industrial dispute. Fermi then persuaded Compton that he could build the reactor in the squash court under the stands of the University of Chicago's Stagg Field. Construction of the pile began on 6 November 1942, and Chicago Pile-1 went critical on 2 December. The shape of the pile was intended to be roughly spherical, but as work proceeded Fermi calculated that criticality could be achieved without finishing the entire pile as planned.
This experiment was a landmark in the quest for energy, and it was typical of Fermi's approach. Every step was carefully planned, and every calculation was meticulously done. When the first self-sustained nuclear chain reaction was achieved, Compton made a coded phone call to James B. Conant, the chairman of the National Defense Research Committee.
I picked up the phone and called Conant. He was reached at the President's office at Harvard University. "Jim," I said, "you'll be interested to know that the Italian navigator has just landed in the new world." Then, half apologetically, because I had led the S-l Committee to believe that it would be another week or more before the pile could be completed, I added, "the earth was not as large as he had estimated, and he arrived at the new world sooner than he had expected."
"Is that so," was Conant's excited response. "Were the natives friendly?"
"Everyone landed safe and happy."
To continue the research where it would not pose a public health hazard, the reactor was disassembled and moved to the Argonne Woods site. There Fermi directed experiments on nuclear reactions, reveling in the opportunities provided by the reactor's abundant production of free neutrons. The laboratory soon branched out from physics and engineering into using the reactor for biological and medical research. Initially, Argonne was run by Fermi as part of the University of Chicago, but it became a separate entity with Fermi as its director in May 1944.
When the air-cooled X-10 Graphite Reactor at Oak Ridge went critical on 4 November 1943, Fermi was on hand just in case something went wrong. The technicians woke him early so that he could see it happen. Getting X-10 operational was another milestone in the plutonium project. It provided data on reactor design, training for DuPont staff in reactor operation, and produced the first small quantities of reactor-bred plutonium. Fermi became an American citizen in July 1944, the earliest date the law allowed.
In September 1944, Fermi inserted the first uranium fuel slug into the B Reactor at the Hanford Site, the production reactor designed to breed plutonium in large quantities. Like X-10, it had been designed by Fermi's team at the Metallurgical Laboratory and built by DuPont, but it was much larger and was water-cooled. Over the next few days, 838 tubes were loaded, and the reactor went critical. Shortly after midnight on 27 September, the operators began to withdraw the control rods to initiate production. At first, all appeared to be well, but around 03:00, the power level started to drop and by 06:30 the reactor had shut down completely. The Army and DuPont turned to Fermi's team for answers. The cooling water was investigated to see if there was a leak or contamination. The next day the reactor suddenly started up again, only to shut down once more a few hours later. The problem was traced to neutron poisoning from xenon-135 or Xe-135, a fission product with a half-life of 9.1 to 9.4 hours. Fermi and John Wheeler both deduced that Xe-135 was responsible for absorbing neutrons in the reactor, thereby sabotaging the fission process. Fermi was recommended by colleague Emilio Segrè to ask Chien-Shiung Wu, as she prepared a printed draft on this topic to be published by the Physical Review. Upon reading the draft, Fermi and the scientists confirmed their suspicions: Xe-135 indeed absorbed neutrons, in fact it had a huge neutron cross-section. DuPont had deviated from the Metallurgical Laboratory's original design in which the reactor had 1,500 tubes arranged in a circle, and had added 504 tubes to fill in the corners. The scientists had originally considered this over-engineering a waste of time and money, but Fermi realized that if all 2,004 tubes were loaded, the reactor could reach the required power level and efficiently produce plutonium.
In April 1943, Fermi raised with Robert Oppenheimer the possibility of using the radioactive byproducts from enrichment to contaminate the German food supply. The background was fear that the German atomic bomb project was already at an advanced stage, and Fermi was also skeptical at the time that an atomic bomb could be developed quickly enough. Oppenheimer discussed the "promising" proposal with Edward Teller, who suggested the use of strontium-90. James B. Conant and Leslie Groves were also briefed, but Oppenheimer wanted to proceed with the plan only if enough food could be contaminated with the weapon to kill half a million people.
In mid-1944, Oppenheimer persuaded Fermi to join his Project Y at Los Alamos, New Mexico. Arriving in September, Fermi was appointed an associate director of the laboratory, with broad responsibility for nuclear and theoretical physics, and was placed in charge of F Division, which was named after him. F Division had four branches: F-1 Super and General Theory under Teller, which investigated the "Super" (thermonuclear) bomb; F-2 Water Boiler under L. D. P. King, which looked after the "water boiler" aqueous homogeneous research reactor; F-3 Super Experimentation under Egon Bretscher; and F-4 Fission Studies under Anderson. Fermi observed the Trinity test on 16 July 1945 and conducted an experiment to estimate the bomb's yield by dropping strips of paper into the blast wave. He paced off the distance they were blown by the explosion, and calculated the yield as ten kilotons of TNT; the actual yield was about 18.6 kilotons.
Along with Oppenheimer, Compton, and Ernest Lawrence, Fermi was part of the scientific panel that advised the Interim Committee on target selection. The panel agreed with the committee that atomic bombs would be used without warning against an industrial target. Like others at the Los Alamos Laboratory, Fermi found out about the atomic bombings of Hiroshima and Nagasaki from the public address system in the technical area. Fermi did not believe that atomic bombs would deter nations from starting wars, nor did he think that the time was ripe for world government. He therefore did not join the Association of Los Alamos Scientists.
Fermi became the Charles H. Swift Distinguished Professor of Physics at the University of Chicago on 1 July 1945, although he did not depart the Los Alamos Laboratory with his family until 31 December 1945. He was elected a member of the US National Academy of Sciences in 1945. The Metallurgical Laboratory became the Argonne National Laboratory on 1 July 1946, the first of the national laboratories established by the Manhattan Project. The short distance between Chicago and Argonne allowed Fermi to work at both places. At Argonne he continued experimental physics, investigating neutron scattering with Leona Marshall. He also discussed theoretical physics with Maria Mayer, helping her develop insights into spin–orbit coupling that would lead to her receiving the Nobel Prize.
The Manhattan Project was replaced by the Atomic Energy Commission (AEC) on 1 January 1947. Fermi served on the AEC General Advisory Committee, an influential scientific committee chaired by Robert Oppenheimer. He also liked to spend a few weeks each year at the Los Alamos National Laboratory, where he collaborated with Nicholas Metropolis, and with John von Neumann on Rayleigh–Taylor instability, the science of what occurs at the border between two fluids of different densities.
After the detonation of the first Soviet fission bomb in August 1949, Fermi, along with Isidor Rabi, wrote a strongly worded report for the committee, opposing the development of a hydrogen bomb on moral and technical grounds. Nonetheless, Fermi continued to participate in work on the hydrogen bomb at Los Alamos as a consultant. Along with Stanislaw Ulam, he calculated that not only would the amount of tritium needed for Teller's model of a thermonuclear weapon be prohibitive, but a fusion reaction could still not be assured to propagate even with this large quantity of tritium. Fermi was among the scientists who testified on Oppenheimer's behalf at the Oppenheimer security hearing in 1954 that resulted in the denial of Oppenheimer's security clearance.
In his later years, Fermi continued teaching at the University of Chicago, where he was a founder of what later became the Enrico Fermi Institute. His PhD students in the postwar period included Owen Chamberlain, Geoffrey Chew, Jerome Friedman, Marvin Goldberger, Tsung-Dao Lee, Arthur Rosenfeld and Sam Treiman. Jack Steinberger was a graduate student, and Mildred Dresselhaus was highly influenced by Fermi during the year she overlapped with him as a PhD student. Fermi conducted important research in particle physics, especially related to pions and muons. He made the first predictions of pion-nucleon resonance, relying on statistical methods, since he reasoned that exact answers were not required when the theory was wrong anyway. In a paper coauthored with Chen Ning Yang, he speculated that pions might actually be composite particles. The idea was elaborated by Shoichi Sakata. It has since been supplanted by the quark model, in which the pion is made up of quarks, which completed Fermi's model, and vindicated his approach.
Fermi wrote a paper "On the Origin of Cosmic Radiation" in which he proposed that cosmic rays arose through material being accelerated by magnetic fields in interstellar space, which led to a difference of opinion with Teller. Fermi examined the issues surrounding magnetic fields in the arms of a spiral galaxy. He mused about what is now referred to as the "Fermi paradox": the contradiction between the presumed probability of the existence of extraterrestrial life and the fact that contact has not been made.
Toward the end of his life, Fermi questioned his faith in society at large to make wise choices about nuclear technology. He said:
Some of you may ask, what is the good of working so hard merely to collect a few facts which will bring no pleasure except to a few long-haired professors who love to collect such things and will be of no use to anybody because only few specialists at best will be able to understand them? In answer to such question[s] I may venture a fairly safe prediction.
The history of science and technology has consistently taught us that scientific advances in basic understanding have sooner or later led to technical and industrial applications that have revolutionized our way of life. It seems to me improbable that this effort to get at the structure of matter should be an exception to this rule. What is less certain, and what we all fervently hope, is that man will soon grow sufficiently adult to make good use of the powers that he acquires over nature.
Fermi underwent what was called an "exploratory" operation in Billings Memorial Hospital in October 1954, after which he returned home. Fifty days later he died of inoperable stomach cancer in his home in Chicago. He was 53. Fermi suspected working near the nuclear pile involved great risk but he pressed on because he felt the benefits outweighed the risks to his personal safety. Two of his graduate student assistants working near the pile also died of cancer.
A memorial service was held at the University of Chicago chapel, where colleagues Samuel K. Allison, Emilio Segrè, and Herbert L. Anderson spoke to mourn the loss of one of the world's "most brilliant and productive physicists." His body was interred at Oak Woods Cemetery where a private graveside service for the immediate family took place presided by a Lutheran chaplain.
Fermi received numerous awards in recognition of his achievements, including the Matteucci Medal in 1926, the Nobel Prize for Physics in 1938, the Hughes Medal in 1942, the Franklin Medal in 1947, and the Rumford Prize in 1953. He was awarded the Medal for Merit in 1946 for his contribution to the Manhattan Project. Fermi was elected member of the American Philosophical Society in 1939 and a Foreign Member of the Royal Society (FRS) in 1950. The Basilica of Santa Croce, Florence, known as the Temple of Italian Glories for its many graves of artists, scientists and prominent figures in Italian history, has a plaque commemorating Fermi. In 1999, Time named Fermi on its list of the top 100 persons of the twentieth century. Fermi was widely regarded as an unusual case of a 20th-century physicist who excelled both theoretically and experimentally. Chemist and novelist C. P. Snow wrote, "if Fermi had been born a few years earlier, one could well imagine him discovering Rutherford's atomic nucleus, and then developing Bohr's theory of the hydrogen atom. If this sounds like hyperbole, anything about Fermi is likely to sound like hyperbole".
Fermi was known as an inspiring teacher and was noted for his attention to detail, simplicity, and careful preparation of his lectures. Later, his lecture notes were transcribed into books. His papers and notebooks are today in the University of Chicago. Victor Weisskopf noted how Fermi "always managed to find the simplest and most direct approach, with the minimum of complication and sophistication." He disliked complicated theories, and while he had great mathematical ability, he would never use it when the job could be done much more simply. He was famous for getting quick and accurate answers to problems that would stump other people. Later on, his method of getting approximate and quick answers through back-of-the-envelope calculations became informally known as the "Fermi method", and is widely taught.
Fermi was fond of pointing out that when Alessandro Volta was working in his laboratory, Volta had no idea where the study of electricity would lead. Fermi is generally remembered for his work on nuclear power and nuclear weapons, especially the creation of the first nuclear reactor, and the development of the first atomic and hydrogen bombs. His scientific work has stood the test of time. This includes his theory of beta decay, his work with non-linear systems, his discovery of the effects of slow neutrons, his study of pion-nucleon collisions, and his Fermi–Dirac statistics. His speculation that a pion was not a fundamental particle pointed the way towards the study of quarks and leptons.
As a person, Fermi seemed simplicity itself. He was extraordinarily vigorous and loved games and sport. On such occasions his ambitious nature became apparent. He played tennis with considerable ferocity and when climbing mountains acted rather as a guide. One might have called him a benevolent dictator. I remember once at the top of a mountain Fermi got up and said: "Well, it is two minutes to two, let's all leave at two o'clock"; and of course, everybody got up faithfully and obediently. This leadership and self-assurance gave Fermi the name of "The Pope" whose pronouncements were infallible in physics. He once said: "I can calculate anything in physics within a factor 2 on a few sheets; to get the numerical factor in front of the formula right may well take a physicist a year to calculate, but I am not interested in that." His leadership could go so far that it was a danger to the independence of the person working with him. I recollect once, at a party at his house when my wife cut the bread, Fermi came along and said he had a different philosophy on bread-cutting and took the knife out of my wife's hand and proceeded with the job because he was convinced that his own method was superior. But all this did not offend at all, but rather charmed everybody into liking Fermi. He had very few interests outside physics and when he once heard me play on Teller's piano he confessed that his interest in music was restricted to simple tunes.
Many things bear Fermi's name. These include the Fermilab particle accelerator and physics lab in Batavia, Illinois, which was renamed in his honor in 1974, and the Fermi Gamma-ray Space Telescope, which was named after him in 2008, in recognition of his work on cosmic rays. Three nuclear reactor installations have been named after him: the Fermi 1 and Fermi 2 nuclear power plants in Newport, Michigan, the Enrico Fermi Nuclear Power Plant at Trino Vercellese in Italy, and the RA-1 Enrico Fermi research reactor in Argentina. A synthetic element isolated from the debris of the 1952 Ivy Mike nuclear test was named fermium, in honor of Fermi's contributions to the scientific community. This makes him one of 16 scientists who have elements named after them.
Since 1956, the United States Atomic Energy Commission has named its highest honor, the Fermi Award, after him. Recipients of the award have included Otto Hahn, Robert Oppenheimer, Edward Teller and Hans Bethe.
For a full list of his papers, see pages 75–78 in ref. | [
{
"paragraph_id": 0,
"text": "Enrico Fermi (Italian: [enˈriːko ˈfermi]; 29 September 1901 – 28 November 1954) was an Italian and later naturalized American physicist, renowned for being the creator of the world's first nuclear reactor, the Chicago Pile-1, and a member of the Manhattan Project. He has been called the \"architect of the nuclear age\" and the \"architect of the atomic bomb\". He was one of very few physicists to excel in both theoretical physics and experimental physics. Fermi was awarded the 1938 Nobel Prize in Physics for his work on induced radioactivity by neutron bombardment and for the discovery of transuranium elements. With his colleagues, Fermi filed several patents related to the use of nuclear power, all of which were taken over by the US government. He made significant contributions to the development of statistical mechanics, quantum theory, and nuclear and particle physics.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Fermi's first major contribution involved the field of statistical mechanics. After Wolfgang Pauli formulated his exclusion principle in 1925, Fermi followed with a paper in which he applied the principle to an ideal gas, employing a statistical formulation now known as Fermi–Dirac statistics. Today, particles that obey the exclusion principle are called \"fermions\". Pauli later postulated the existence of an uncharged invisible particle emitted along with an electron during beta decay, to satisfy the law of conservation of energy. Fermi took up this idea, developing a model that incorporated the postulated particle, which he named the \"neutrino\". His theory, later referred to as Fermi's interaction and now called weak interaction, described one of the four fundamental interactions in nature. Through experiments inducing radioactivity with the recently discovered neutron, Fermi discovered that slow neutrons were more easily captured by atomic nuclei than fast ones, and he developed the Fermi age equation to describe this. After bombarding thorium and uranium with slow neutrons, he concluded that he had created new elements. Although he was awarded the Nobel Prize for this discovery, the new elements were later revealed to be nuclear fission products.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Fermi left Italy in 1938 to escape new Italian racial laws that affected his Jewish wife, Laura Capon. He emigrated to the United States, where he worked on the Manhattan Project during World War II. Fermi led the team at the University of Chicago that designed and built Chicago Pile-1, which went critical on 2 December 1942, demonstrating the first human-created, self-sustaining nuclear chain reaction. He was on hand when the X-10 Graphite Reactor at Oak Ridge, Tennessee went critical in 1943, and when the B Reactor at the Hanford Site did so the next year. At Los Alamos, he headed F Division, part of which worked on Edward Teller's thermonuclear \"Super\" bomb. He was present at the Trinity test on 16 July 1945, where he used his Fermi method to estimate the bomb's yield.",
"title": ""
},
{
"paragraph_id": 3,
"text": "After the war, Fermi served under J. Robert Oppenheimer on the General Advisory Committee, which advised the Atomic Energy Commission on nuclear matters. After the detonation of the first Soviet fission bomb in August 1949, he strongly opposed the development of a hydrogen bomb on both moral and technical grounds. He was among the scientists who testified on Oppenheimer's behalf at the 1954 hearing that resulted in the denial of Oppenheimer's security clearance.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Fermi did important work in particle physics, especially related to pions and muons, and he speculated that cosmic rays arose when material was accelerated by magnetic fields in interstellar space. Many awards, concepts, and institutions are named after Fermi, including the Enrico Fermi Award, the Enrico Fermi Institute, the Fermi National Accelerator Laboratory (Fermilab), the Fermi Gamma-ray Space Telescope, the Fermi paradox, and the synthetic element fermium, making him one of 16 scientists who have elements named after them.",
"title": ""
},
{
"paragraph_id": 5,
"text": "Enrico Fermi was born in Rome, Italy, on 29 September 1901. He was the third child of Alberto Fermi, a division head in the Ministry of Railways, and Ida de Gattis, an elementary school teacher. His sister, Maria, was two years older, his brother Giulio a year older. After the two boys were sent to a rural community to be wet nursed, Enrico rejoined his family in Rome when he was two and a half. Although he was baptized a Roman Catholic in accordance with his grandparents' wishes, his family was not particularly religious; Enrico was an agnostic throughout his adult life. As a young boy, he shared the same interests as his brother Giulio, building electric motors and playing with electrical and mechanical toys. Giulio died during an operation on a throat abscess in 1915 and Maria died in an airplane crash near Milan in 1959.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "At a local market in Campo de' Fiori, Fermi found a physics book, the 900-page Elementorum physicae mathematicae. Written in Latin by Jesuit Father Andrea Caraffa [it], a professor at the Collegio Romano, it presented mathematics, classical mechanics, astronomy, optics, and acoustics as they were understood at the time of its 1840 publication. With a scientifically inclined friend, Enrico Persico, Fermi pursued projects such as building gyroscopes and measuring the acceleration of Earth's gravity.",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "In 1914, Fermi, who used to often meet with his father in front of the office after work, met a colleague of his father called Adolfo Amidei, who would walk part of the way home with Alberto. Enrico had learned that Adolfo was interested in mathematics and physics and took the opportunity to ask Adolfo a question about geometry. Adolfo understood that the young Fermi was referring to projective geometry and then proceeded to give him a book on the subject written by Theodor Reye. Two months later, Fermi returned the book, having solved all the problems proposed at the end of the book, some of which Adolfo considered difficult. Upon verifying this, Adolfo felt that Fermi was \"a prodigy, at least with respect to geometry\", and further mentored the boy, providing him with more books on physics and mathematics. Adolfo noted that Fermi had a very good memory and thus could return the books after having read them because he could remember their content very well.",
"title": "Early life"
},
{
"paragraph_id": 8,
"text": "Fermi graduated from high school in July 1918, having skipped the third year entirely. At Amidei's urging, Fermi learned German to be able to read the many scientific papers that were published in that language at the time, and he applied to the Scuola Normale Superiore in Pisa. Amidei felt that the Scuola would provide better conditions for Fermi's development than the Sapienza University of Rome could at the time. Having lost one son, Fermi's parents only reluctantly allowed him to live in the school's lodgings away from Rome for four years. Fermi took first place in the difficult entrance exam, which included an essay on the theme of \"Specific characteristics of Sounds\"; the 17-year-old Fermi chose to use Fourier analysis to derive and solve the partial differential equation for a vibrating rod, and after interviewing Fermi the examiner declared he would become an outstanding physicist.",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 9,
"text": "At the Scuola Normale Superiore, Fermi played pranks with fellow student Franco Rasetti; the two became close friends and collaborators. Fermi was advised by Luigi Puccianti, director of the physics laboratory, who said there was little he could teach Fermi and often asked Fermi to teach him something instead. Fermi's knowledge of quantum physics was such that Puccianti asked him to organize seminars on the topic. During this time Fermi learned tensor calculus, a technique key to general relativity. Fermi initially chose mathematics as his major, but soon switched to physics. He remained largely self-taught, studying general relativity, quantum mechanics, and atomic physics.",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 10,
"text": "In September 1920, Fermi was admitted to the physics department. Since there were only three students in the department—Fermi, Rasetti, and Nello Carrara—Puccianti let them freely use the laboratory for whatever purposes they chose. Fermi decided that they should research X-ray crystallography, and the three worked to produce a Laue photograph—an X-ray photograph of a crystal. During 1921, his third year at the university, Fermi published his first scientific works in the Italian journal Nuovo Cimento. The first was entitled \"On the dynamics of a rigid system of electrical charges in translational motion\" (Sulla dinamica di un sistema rigido di cariche elettriche in moto traslatorio). A sign of things to come was that the mass was expressed as a tensor—a mathematical construct commonly used to describe something moving and changing in three-dimensional space. In classical mechanics, mass is a scalar quantity, but in relativity, it changes with velocity. The second paper was \"On the electrostatics of a uniform gravitational field of electromagnetic charges and on the weight of electromagnetic charges\" (Sull'elettrostatica di un campo gravitazionale uniforme e sul peso delle masse elettromagnetiche). Using general relativity, Fermi showed that a charge has a weight equal to U/c, where U was the electrostatic energy of the system, and c is the speed of light.",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 11,
"text": "The first paper seemed to point out a contradiction between the electrodynamic theory and the relativistic one concerning the calculation of the electromagnetic masses, as the former predicted a value of 4/3 U/c. Fermi addressed this the next year in a paper \"Concerning a contradiction between electrodynamic and the relativistic theory of electromagnetic mass\" in which he showed that the apparent contradiction was a consequence of relativity. This paper was sufficiently well-regarded that it was translated into German and published in the German scientific journal Physikalische Zeitschrift in 1922. That year, Fermi submitted his article \"On the phenomena occurring near a world line\" (Sopra i fenomeni che avvengono in vicinanza di una linea oraria) to the Italian journal I Rendiconti dell'Accademia dei Lincei [it]. In this article he examined the Principle of Equivalence, and introduced the so-called \"Fermi coordinates\". He proved that on a world line close to the timeline, space behaves as if it were a Euclidean space.",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 12,
"text": "Fermi submitted his thesis, \"A theorem on probability and some of its applications\" (Un teorema di calcolo delle probabilità ed alcune sue applicazioni), to the Scuola Normale Superiore in July 1922, and received his laurea at the unusually young age of 20. The thesis was on X-ray diffraction images. Theoretical physics was not yet considered a discipline in Italy, and the only thesis that would have been accepted was experimental physics. For this reason, Italian physicists were slow in embracing the new ideas like relativity coming from Germany. Since Fermi was quite at home in the lab doing experimental work, this did not pose insurmountable problems for him.",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 13,
"text": "While writing the appendix for the Italian edition of the book Fundamentals of Einstein Relativity by August Kopff in 1923, Fermi was the first to point out that hidden inside the Einstein equation (E = mc) was an enormous amount of nuclear potential energy to be exploited. \"It does not seem possible, at least in the near future\", he wrote, \"to find a way to release these dreadful amounts of energy—which is all to the good because the first effect of an explosion of such a dreadful amount of energy would be to smash into smithereens the physicist who had the misfortune to find a way to do it.\"",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 14,
"text": "In 1924, Fermi was initiated into the Masonic Lodge \"Adriano Lemmi\" of the Grand Orient of Italy.",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 15,
"text": "In 1923–1924, Fermi spent a semester studying under Max Born at the University of Göttingen, where he met Werner Heisenberg and Pascual Jordan. Fermi then studied in Leiden with Paul Ehrenfest from September to December 1924 on a fellowship from the Rockefeller Foundation obtained through the intercession of the mathematician Vito Volterra. Here Fermi met Hendrik Lorentz and Albert Einstein, and became friends with Samuel Goudsmit and Jan Tinbergen. From January 1925 to late 1926, Fermi taught mathematical physics and theoretical mechanics at the University of Florence, where he teamed up with Rasetti to conduct a series of experiments on the effects of magnetic fields on mercury vapor. He also participated in seminars at the Sapienza University of Rome, giving lectures on quantum mechanics and solid state physics. While giving lectures on the new quantum mechanics based on the remarkable accuracy of predictions of the Schrödinger equation, Fermi would often say, \"It has no business to fit so well!\"",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 16,
"text": "After Wolfgang Pauli announced his exclusion principle in 1925, Fermi responded with a paper \"On the quantization of the perfect monoatomic gas\" (Sulla quantizzazione del gas perfetto monoatomico), in which he applied the exclusion principle to an ideal gas. The paper was especially notable for Fermi's statistical formulation, which describes the distribution of particles in systems of many identical particles that obey the exclusion principle. This was independently developed soon after by the British physicist Paul Dirac, who also showed how it was related to the Bose–Einstein statistics. Accordingly, it is now known as Fermi–Dirac statistics. After Dirac, particles that obey the exclusion principle are today called \"fermions\", while those that do not are called \"bosons\".",
"title": "Scuola Normale Superiore in Pisa"
},
{
"paragraph_id": 17,
"text": "Professorships in Italy were granted by competition (concorso) for a vacant chair, the applicants being rated on their publications by a committee of professors. Fermi applied for a chair of mathematical physics at the University of Cagliari on Sardinia, but was narrowly passed over in favour of Giovanni Giorgi. In 1926, at the age of 24, he applied for a professorship at the Sapienza University of Rome. This was a new chair, one of the first three in theoretical physics in Italy, that had been created by the Minister of Education at the urging of professor Orso Mario Corbino, who was the university's professor of experimental physics, the director of the Institute of Physics, and a member of Benito Mussolini's cabinet. Corbino, who also chaired the selection committee, hoped that the new chair would raise the standard and reputation of physics in Italy. The committee chose Fermi ahead of Enrico Persico and Aldo Pontremoli, and Corbino helped Fermi recruit his team, which was soon joined by notable students such as Edoardo Amaldi, Bruno Pontecorvo, Ettore Majorana and Emilio Segrè, and by Franco Rasetti, whom Fermi had appointed as his assistant. They soon nicknamed the \"Via Panisperna boys\" after the street where the Institute of Physics was located.",
"title": "Professor in Rome"
},
{
"paragraph_id": 18,
"text": "Fermi married Laura Capon, a science student at the university, on 19 July 1928. They had two children: Nella, born in January 1931, and Giulio, born in February 1936. On 18 March 1929, Fermi was appointed a member of the Royal Academy of Italy by Mussolini, and on 27 April he joined the Fascist Party. He later opposed Fascism when the 1938 racial laws were promulgated by Mussolini in order to bring Italian Fascism ideologically closer to German Nazism. These laws threatened Laura, who was Jewish, and put many of Fermi's research assistants out of work.",
"title": "Professor in Rome"
},
{
"paragraph_id": 19,
"text": "During their time in Rome, Fermi and his group made important contributions to many practical and theoretical aspects of physics. In 1928, he published his Introduction to Atomic Physics (Introduzione alla fisica atomica), which provided Italian university students with an up-to-date and accessible text. Fermi also conducted public lectures and wrote popular articles for scientists and teachers in order to spread knowledge of the new physics as widely as possible. Part of his teaching method was to gather his colleagues and graduate students together at the end of the day and go over a problem, often from his own research. A sign of success was that foreign students now began to come to Italy. The most notable of these was the German physicist Hans Bethe, who came to Rome as a Rockefeller Foundation fellow, and collaborated with Fermi on a 1932 paper \"On the Interaction between Two Electrons\" (German: Über die Wechselwirkung von Zwei Elektronen).",
"title": "Professor in Rome"
},
{
"paragraph_id": 20,
"text": "At this time, physicists were puzzled by beta decay, in which an electron was emitted from the atomic nucleus. To satisfy the law of conservation of energy, Pauli postulated the existence of an invisible particle with no charge and little or no mass that was also emitted at the same time. Fermi took up this idea, which he developed in a tentative paper in 1933, and then a longer paper the next year that incorporated the postulated particle, which Fermi called a \"neutrino\". His theory, later referred to as Fermi's interaction, and still later as the theory of the weak interaction, described one of the four fundamental forces of nature. The neutrino was detected after his death, and his interaction theory showed why it was so difficult to detect. When he submitted his paper to the British journal Nature, that journal's editor turned it down because it contained speculations which were \"too remote from physical reality to be of interest to readers\". Thus Fermi saw the theory published in Italian and German before it was published in English.",
"title": "Professor in Rome"
},
{
"paragraph_id": 21,
"text": "In the introduction to the 1968 English translation, physicist Fred L. Wilson noted that:",
"title": "Professor in Rome"
},
{
"paragraph_id": 22,
"text": "Fermi's theory, aside from bolstering Pauli's proposal of the neutrino, has a special significance in the history of modern physics. One must remember that only the naturally occurring β emitters were known at the time the theory was proposed. Later when positron decay was discovered, the process was easily incorporated within Fermi's original framework. On the basis of his theory, the capture of an orbital electron by a nucleus was predicted and eventually observed. With time, experimental data accumulated significantly. Although peculiarities have been observed many times in β decay, Fermi's theory always has been equal to the challenge.The consequences of the Fermi theory are vast. For example, β spectroscopy was established as a powerful tool for the study of nuclear structure. But perhaps the most influential aspect of this work of Fermi is that his particular form of the β interaction established a pattern that has been appropriate for the study of other types of interactions. It was the first successful theory of the creation and annihilation of material particles. Previously, only photons had been known to be created and destroyed.",
"title": "Professor in Rome"
},
{
"paragraph_id": 23,
"text": "In January 1934, Irène Joliot-Curie and Frédéric Joliot announced that they had bombarded elements with alpha particles and induced radioactivity in them. By March, Fermi's assistant Gian-Carlo Wick had provided a theoretical explanation using Fermi's theory of beta decay. Fermi decided to switch to experimental physics, using the neutron, which James Chadwick had discovered in 1932. In March 1934, Fermi wanted to see if he could induce radioactivity with Rasetti's polonium-beryllium neutron source. Neutrons had no electric charge, and so would not be deflected by the positively charged nucleus. This meant that they needed much less energy to penetrate the nucleus than charged particles, and so would not require a particle accelerator, which the Via Panisperna boys did not have.",
"title": "Professor in Rome"
},
{
"paragraph_id": 24,
"text": "Fermi had the idea to resort to replacing the polonium-beryllium neutron source with a radon-beryllium one, which he created by filling a glass bulb with beryllium powder, evacuating the air, and then adding 50 mCi of radon gas, supplied by Giulio Cesare Trabacchi. This created a much stronger neutron source, the effectiveness of which declined with the 3.8-day half-life of radon. He knew that this source would also emit gamma rays, but, on the basis of his theory, he believed that this would not affect the results of the experiment. He started by bombarding platinum, an element with a high atomic number that was readily available, without success. He turned to aluminium, which emitted an alpha particle and produced sodium, which then decayed into magnesium by beta particle emission. He tried lead, without success, and then fluorine in the form of calcium fluoride, which emitted an alpha particle and produced nitrogen, decaying into oxygen by beta particle emission. In all, he induced radioactivity in 22 different elements. Fermi rapidly reported the discovery of neutron-induced radioactivity in the Italian journal La Ricerca Scientifica on 25 March 1934.",
"title": "Professor in Rome"
},
{
"paragraph_id": 25,
"text": "The natural radioactivity of thorium and uranium made it hard to determine what was happening when these elements were bombarded with neutrons but, after correctly eliminating the presence of elements lighter than uranium but heavier than lead, Fermi concluded that they had created new elements, which he called hesperium and ausonium. The chemist Ida Noddack suggested that some of the experiments could have produced lighter elements than lead rather than new, heavier elements. Her suggestion was not taken seriously at the time because her team had not carried out any experiments with uranium or built the theoretical basis for this possibility. At that time, fission was thought to be improbable if not impossible on theoretical grounds. While physicists expected elements with higher atomic numbers to form from neutron bombardment of lighter elements, nobody expected neutrons to have enough energy to split a heavier atom into two light element fragments in the manner that Noddack suggested.",
"title": "Professor in Rome"
},
{
"paragraph_id": 26,
"text": "The Via Panisperna boys also noticed some unexplained effects. The experiment seemed to work better on a wooden table than on a marble tabletop. Fermi remembered that Joliot-Curie and Chadwick had noted that paraffin wax was effective at slowing neutrons, so he decided to try that. When neutrons were passed through paraffin wax, they induced a hundred times as much radioactivity in silver compared with when it was bombarded without the paraffin. Fermi guessed that this was due to the hydrogen atoms in the paraffin. Those in wood similarly explained the difference between the wooden and the marble tabletops. This was confirmed by repeating the effect with water. He concluded that collisions with hydrogen atoms slowed the neutrons. The lower the atomic number of the nucleus it collides with, the more energy a neutron loses per collision, and therefore the fewer collisions that are required to slow a neutron down by a given amount. Fermi realised that this induced more radioactivity because slow neutrons were more easily captured than fast ones. He developed a diffusion equation to describe this, which became known as the Fermi age equation.",
"title": "Professor in Rome"
},
{
"paragraph_id": 27,
"text": "In 1938, Fermi received the Nobel Prize in Physics at the age of 37 for his \"demonstrations of the existence of new radioactive elements produced by neutron irradiation, and for his related discovery of nuclear reactions brought about by slow neutrons\". After Fermi received the prize in Stockholm, he did not return home to Italy but rather continued to New York City with his family in December 1938, where they applied for permanent residency. The decision to move to America and become US citizens was due primarily to the racial laws in Italy.",
"title": "Professor in Rome"
},
{
"paragraph_id": 28,
"text": "Fermi arrived in New York City on 2 January 1939. He was immediately offered positions at five universities, and accepted one at Columbia University, where he had already given summer lectures in 1936. He received the news that in December 1938, the German chemists Otto Hahn and Fritz Strassmann had detected the element barium after bombarding uranium with neutrons, which Lise Meitner and her nephew Otto Frisch correctly interpreted as the result of nuclear fission. Frisch confirmed this experimentally on 13 January 1939. The news of Meitner and Frisch's interpretation of Hahn and Strassmann's discovery crossed the Atlantic with Niels Bohr, who was to lecture at Princeton University. Isidor Isaac Rabi and Willis Lamb, two Columbia University physicists working at Princeton, found out about it and carried it back to Columbia. Rabi said he told Enrico Fermi, but Fermi later gave the credit to Lamb:",
"title": "Manhattan Project"
},
{
"paragraph_id": 29,
"text": "I remember very vividly the first month, January, 1939, that I started working at the Pupin Laboratories because things began happening very fast. In that period, Niels Bohr was on a lecture engagement at the Princeton University and I remember one afternoon Willis Lamb came back very excited and said that Bohr had leaked out great news. The great news that had leaked out was the discovery of fission and at least the outline of its interpretation. Then, somewhat later that same month, there was a meeting in Washington where the possible importance of the newly discovered phenomenon of fission was first discussed in semi-jocular earnest as a possible source of nuclear power.",
"title": "Manhattan Project"
},
{
"paragraph_id": 30,
"text": "Noddack was proven right after all. Fermi had dismissed the possibility of fission on the basis of his calculations, but he had not taken into account the binding energy that would appear when a nuclide with an odd number of neutrons absorbed an extra neutron. For Fermi, the news came as a profound embarrassment, as the transuranic elements that he had partly been awarded the Nobel Prize for discovering had not been transuranic elements at all, but fission products. He added a footnote to this effect to his Nobel Prize acceptance speech.",
"title": "Manhattan Project"
},
{
"paragraph_id": 31,
"text": "The scientists at Columbia decided that they should try to detect the energy released in the nuclear fission of uranium when bombarded by neutrons. On 25 January 1939, in the basement of Pupin Hall at Columbia, an experimental team including Fermi conducted the first nuclear fission experiment in the United States. The other members of the team were Herbert L. Anderson, Eugene T. Booth, John R. Dunning, G. Norris Glasoe, and Francis G. Slack. The next day, the Fifth Washington Conference on Theoretical Physics began in Washington, D.C. under the joint auspices of George Washington University and the Carnegie Institution of Washington. There, the news on nuclear fission was spread even further, fostering many more experimental demonstrations.",
"title": "Manhattan Project"
},
{
"paragraph_id": 32,
"text": "French scientists Hans von Halban, Lew Kowarski, and Frédéric Joliot-Curie had demonstrated that uranium bombarded by neutrons emitted more neutrons than it absorbed, suggesting the possibility of a chain reaction. Fermi and Anderson did so too a few weeks later. Leó Szilárd obtained 200 kilograms (440 lb) of uranium oxide from Canadian radium producer Eldorado Gold Mines Limited, allowing Fermi and Anderson to conduct experiments with fission on a much larger scale. Fermi and Szilárd collaborated on the design of a device to achieve a self-sustaining nuclear reaction—a nuclear reactor. Owing to the rate of absorption of neutrons by the hydrogen in water, it was unlikely that a self-sustaining reaction could be achieved with natural uranium and water as a neutron moderator. Fermi suggested, based on his work with neutrons, that the reaction could be achieved with uranium oxide blocks and graphite as a moderator instead of water. This would reduce the neutron capture rate, and in theory make a self-sustaining chain reaction possible. Szilárd came up with a workable design: a pile of uranium oxide blocks interspersed with graphite bricks. Szilárd, Anderson, and Fermi published a paper on \"Neutron Production in Uranium\". But their work habits and personalities were different, and Fermi had trouble working with Szilárd.",
"title": "Manhattan Project"
},
{
"paragraph_id": 33,
"text": "Fermi was among the first to warn military leaders about the potential impact of nuclear energy, giving a lecture on the subject at the Navy Department on 18 March 1939. The response fell short of what he had hoped for, although the Navy agreed to provide $1,500 towards further research at Columbia. Later that year, Szilárd, Eugene Wigner, and Edward Teller sent the letter signed by Einstein to US president Franklin D. Roosevelt, warning that Nazi Germany was likely to build an atomic bomb. In response, Roosevelt formed the Advisory Committee on Uranium to investigate the matter.",
"title": "Manhattan Project"
},
{
"paragraph_id": 34,
"text": "The Advisory Committee on Uranium provided money for Fermi to buy graphite, and he built a pile of graphite bricks on the seventh floor of the Pupin Hall laboratory. By August 1941, he had six tons of uranium oxide and thirty tons of graphite, which he used to build a still larger pile in Schermerhorn Hall at Columbia.",
"title": "Manhattan Project"
},
{
"paragraph_id": 35,
"text": "The S-1 Section of the Office of Scientific Research and Development, as the Advisory Committee on Uranium was now known, met on 18 December 1941, with the US now engaged in World War II, making its work urgent. Most of the effort sponsored by the committee had been directed at producing enriched uranium, but Committee member Arthur Compton determined that a feasible alternative was plutonium, which could be mass-produced in nuclear reactors by the end of 1944. He decided to concentrate the plutonium work at the University of Chicago. Fermi reluctantly moved, and his team became part of the new Metallurgical Laboratory there.",
"title": "Manhattan Project"
},
{
"paragraph_id": 36,
"text": "The possible results of a self-sustaining nuclear reaction were unknown, so it seemed inadvisable to build the first nuclear reactor on the University of Chicago campus in the middle of the city. Compton found a location in the Argonne Woods Forest Preserve, about 20 miles (32 km) from Chicago. Stone & Webster was contracted to develop the site, but the work was halted by an industrial dispute. Fermi then persuaded Compton that he could build the reactor in the squash court under the stands of the University of Chicago's Stagg Field. Construction of the pile began on 6 November 1942, and Chicago Pile-1 went critical on 2 December. The shape of the pile was intended to be roughly spherical, but as work proceeded Fermi calculated that criticality could be achieved without finishing the entire pile as planned.",
"title": "Manhattan Project"
},
{
"paragraph_id": 37,
"text": "This experiment was a landmark in the quest for energy, and it was typical of Fermi's approach. Every step was carefully planned, and every calculation was meticulously done. When the first self-sustained nuclear chain reaction was achieved, Compton made a coded phone call to James B. Conant, the chairman of the National Defense Research Committee.",
"title": "Manhattan Project"
},
{
"paragraph_id": 38,
"text": "I picked up the phone and called Conant. He was reached at the President's office at Harvard University. \"Jim,\" I said, \"you'll be interested to know that the Italian navigator has just landed in the new world.\" Then, half apologetically, because I had led the S-l Committee to believe that it would be another week or more before the pile could be completed, I added, \"the earth was not as large as he had estimated, and he arrived at the new world sooner than he had expected.\"",
"title": "Manhattan Project"
},
{
"paragraph_id": 39,
"text": "\"Is that so,\" was Conant's excited response. \"Were the natives friendly?\"",
"title": "Manhattan Project"
},
{
"paragraph_id": 40,
"text": "\"Everyone landed safe and happy.\"",
"title": "Manhattan Project"
},
{
"paragraph_id": 41,
"text": "To continue the research where it would not pose a public health hazard, the reactor was disassembled and moved to the Argonne Woods site. There Fermi directed experiments on nuclear reactions, reveling in the opportunities provided by the reactor's abundant production of free neutrons. The laboratory soon branched out from physics and engineering into using the reactor for biological and medical research. Initially, Argonne was run by Fermi as part of the University of Chicago, but it became a separate entity with Fermi as its director in May 1944.",
"title": "Manhattan Project"
},
{
"paragraph_id": 42,
"text": "When the air-cooled X-10 Graphite Reactor at Oak Ridge went critical on 4 November 1943, Fermi was on hand just in case something went wrong. The technicians woke him early so that he could see it happen. Getting X-10 operational was another milestone in the plutonium project. It provided data on reactor design, training for DuPont staff in reactor operation, and produced the first small quantities of reactor-bred plutonium. Fermi became an American citizen in July 1944, the earliest date the law allowed.",
"title": "Manhattan Project"
},
{
"paragraph_id": 43,
"text": "In September 1944, Fermi inserted the first uranium fuel slug into the B Reactor at the Hanford Site, the production reactor designed to breed plutonium in large quantities. Like X-10, it had been designed by Fermi's team at the Metallurgical Laboratory and built by DuPont, but it was much larger and was water-cooled. Over the next few days, 838 tubes were loaded, and the reactor went critical. Shortly after midnight on 27 September, the operators began to withdraw the control rods to initiate production. At first, all appeared to be well, but around 03:00, the power level started to drop and by 06:30 the reactor had shut down completely. The Army and DuPont turned to Fermi's team for answers. The cooling water was investigated to see if there was a leak or contamination. The next day the reactor suddenly started up again, only to shut down once more a few hours later. The problem was traced to neutron poisoning from xenon-135 or Xe-135, a fission product with a half-life of 9.1 to 9.4 hours. Fermi and John Wheeler both deduced that Xe-135 was responsible for absorbing neutrons in the reactor, thereby sabotaging the fission process. Fermi was recommended by colleague Emilio Segrè to ask Chien-Shiung Wu, as she prepared a printed draft on this topic to be published by the Physical Review. Upon reading the draft, Fermi and the scientists confirmed their suspicions: Xe-135 indeed absorbed neutrons, in fact it had a huge neutron cross-section. DuPont had deviated from the Metallurgical Laboratory's original design in which the reactor had 1,500 tubes arranged in a circle, and had added 504 tubes to fill in the corners. The scientists had originally considered this over-engineering a waste of time and money, but Fermi realized that if all 2,004 tubes were loaded, the reactor could reach the required power level and efficiently produce plutonium.",
"title": "Manhattan Project"
},
{
"paragraph_id": 44,
"text": "In April 1943, Fermi raised with Robert Oppenheimer the possibility of using the radioactive byproducts from enrichment to contaminate the German food supply. The background was fear that the German atomic bomb project was already at an advanced stage, and Fermi was also skeptical at the time that an atomic bomb could be developed quickly enough. Oppenheimer discussed the \"promising\" proposal with Edward Teller, who suggested the use of strontium-90. James B. Conant and Leslie Groves were also briefed, but Oppenheimer wanted to proceed with the plan only if enough food could be contaminated with the weapon to kill half a million people.",
"title": "Manhattan Project"
},
{
"paragraph_id": 45,
"text": "In mid-1944, Oppenheimer persuaded Fermi to join his Project Y at Los Alamos, New Mexico. Arriving in September, Fermi was appointed an associate director of the laboratory, with broad responsibility for nuclear and theoretical physics, and was placed in charge of F Division, which was named after him. F Division had four branches: F-1 Super and General Theory under Teller, which investigated the \"Super\" (thermonuclear) bomb; F-2 Water Boiler under L. D. P. King, which looked after the \"water boiler\" aqueous homogeneous research reactor; F-3 Super Experimentation under Egon Bretscher; and F-4 Fission Studies under Anderson. Fermi observed the Trinity test on 16 July 1945 and conducted an experiment to estimate the bomb's yield by dropping strips of paper into the blast wave. He paced off the distance they were blown by the explosion, and calculated the yield as ten kilotons of TNT; the actual yield was about 18.6 kilotons.",
"title": "Manhattan Project"
},
{
"paragraph_id": 46,
"text": "Along with Oppenheimer, Compton, and Ernest Lawrence, Fermi was part of the scientific panel that advised the Interim Committee on target selection. The panel agreed with the committee that atomic bombs would be used without warning against an industrial target. Like others at the Los Alamos Laboratory, Fermi found out about the atomic bombings of Hiroshima and Nagasaki from the public address system in the technical area. Fermi did not believe that atomic bombs would deter nations from starting wars, nor did he think that the time was ripe for world government. He therefore did not join the Association of Los Alamos Scientists.",
"title": "Manhattan Project"
},
{
"paragraph_id": 47,
"text": "Fermi became the Charles H. Swift Distinguished Professor of Physics at the University of Chicago on 1 July 1945, although he did not depart the Los Alamos Laboratory with his family until 31 December 1945. He was elected a member of the US National Academy of Sciences in 1945. The Metallurgical Laboratory became the Argonne National Laboratory on 1 July 1946, the first of the national laboratories established by the Manhattan Project. The short distance between Chicago and Argonne allowed Fermi to work at both places. At Argonne he continued experimental physics, investigating neutron scattering with Leona Marshall. He also discussed theoretical physics with Maria Mayer, helping her develop insights into spin–orbit coupling that would lead to her receiving the Nobel Prize.",
"title": "Postwar work"
},
{
"paragraph_id": 48,
"text": "The Manhattan Project was replaced by the Atomic Energy Commission (AEC) on 1 January 1947. Fermi served on the AEC General Advisory Committee, an influential scientific committee chaired by Robert Oppenheimer. He also liked to spend a few weeks each year at the Los Alamos National Laboratory, where he collaborated with Nicholas Metropolis, and with John von Neumann on Rayleigh–Taylor instability, the science of what occurs at the border between two fluids of different densities.",
"title": "Postwar work"
},
{
"paragraph_id": 49,
"text": "After the detonation of the first Soviet fission bomb in August 1949, Fermi, along with Isidor Rabi, wrote a strongly worded report for the committee, opposing the development of a hydrogen bomb on moral and technical grounds. Nonetheless, Fermi continued to participate in work on the hydrogen bomb at Los Alamos as a consultant. Along with Stanislaw Ulam, he calculated that not only would the amount of tritium needed for Teller's model of a thermonuclear weapon be prohibitive, but a fusion reaction could still not be assured to propagate even with this large quantity of tritium. Fermi was among the scientists who testified on Oppenheimer's behalf at the Oppenheimer security hearing in 1954 that resulted in the denial of Oppenheimer's security clearance.",
"title": "Postwar work"
},
{
"paragraph_id": 50,
"text": "In his later years, Fermi continued teaching at the University of Chicago, where he was a founder of what later became the Enrico Fermi Institute. His PhD students in the postwar period included Owen Chamberlain, Geoffrey Chew, Jerome Friedman, Marvin Goldberger, Tsung-Dao Lee, Arthur Rosenfeld and Sam Treiman. Jack Steinberger was a graduate student, and Mildred Dresselhaus was highly influenced by Fermi during the year she overlapped with him as a PhD student. Fermi conducted important research in particle physics, especially related to pions and muons. He made the first predictions of pion-nucleon resonance, relying on statistical methods, since he reasoned that exact answers were not required when the theory was wrong anyway. In a paper coauthored with Chen Ning Yang, he speculated that pions might actually be composite particles. The idea was elaborated by Shoichi Sakata. It has since been supplanted by the quark model, in which the pion is made up of quarks, which completed Fermi's model, and vindicated his approach.",
"title": "Postwar work"
},
{
"paragraph_id": 51,
"text": "Fermi wrote a paper \"On the Origin of Cosmic Radiation\" in which he proposed that cosmic rays arose through material being accelerated by magnetic fields in interstellar space, which led to a difference of opinion with Teller. Fermi examined the issues surrounding magnetic fields in the arms of a spiral galaxy. He mused about what is now referred to as the \"Fermi paradox\": the contradiction between the presumed probability of the existence of extraterrestrial life and the fact that contact has not been made.",
"title": "Postwar work"
},
{
"paragraph_id": 52,
"text": "Toward the end of his life, Fermi questioned his faith in society at large to make wise choices about nuclear technology. He said:",
"title": "Postwar work"
},
{
"paragraph_id": 53,
"text": "Some of you may ask, what is the good of working so hard merely to collect a few facts which will bring no pleasure except to a few long-haired professors who love to collect such things and will be of no use to anybody because only few specialists at best will be able to understand them? In answer to such question[s] I may venture a fairly safe prediction.",
"title": "Postwar work"
},
{
"paragraph_id": 54,
"text": "The history of science and technology has consistently taught us that scientific advances in basic understanding have sooner or later led to technical and industrial applications that have revolutionized our way of life. It seems to me improbable that this effort to get at the structure of matter should be an exception to this rule. What is less certain, and what we all fervently hope, is that man will soon grow sufficiently adult to make good use of the powers that he acquires over nature.",
"title": "Postwar work"
},
{
"paragraph_id": 55,
"text": "Fermi underwent what was called an \"exploratory\" operation in Billings Memorial Hospital in October 1954, after which he returned home. Fifty days later he died of inoperable stomach cancer in his home in Chicago. He was 53. Fermi suspected working near the nuclear pile involved great risk but he pressed on because he felt the benefits outweighed the risks to his personal safety. Two of his graduate student assistants working near the pile also died of cancer.",
"title": "Death"
},
{
"paragraph_id": 56,
"text": "A memorial service was held at the University of Chicago chapel, where colleagues Samuel K. Allison, Emilio Segrè, and Herbert L. Anderson spoke to mourn the loss of one of the world's \"most brilliant and productive physicists.\" His body was interred at Oak Woods Cemetery where a private graveside service for the immediate family took place presided by a Lutheran chaplain.",
"title": "Death"
},
{
"paragraph_id": 57,
"text": "Fermi received numerous awards in recognition of his achievements, including the Matteucci Medal in 1926, the Nobel Prize for Physics in 1938, the Hughes Medal in 1942, the Franklin Medal in 1947, and the Rumford Prize in 1953. He was awarded the Medal for Merit in 1946 for his contribution to the Manhattan Project. Fermi was elected member of the American Philosophical Society in 1939 and a Foreign Member of the Royal Society (FRS) in 1950. The Basilica of Santa Croce, Florence, known as the Temple of Italian Glories for its many graves of artists, scientists and prominent figures in Italian history, has a plaque commemorating Fermi. In 1999, Time named Fermi on its list of the top 100 persons of the twentieth century. Fermi was widely regarded as an unusual case of a 20th-century physicist who excelled both theoretically and experimentally. Chemist and novelist C. P. Snow wrote, \"if Fermi had been born a few years earlier, one could well imagine him discovering Rutherford's atomic nucleus, and then developing Bohr's theory of the hydrogen atom. If this sounds like hyperbole, anything about Fermi is likely to sound like hyperbole\".",
"title": "Impact and legacy"
},
{
"paragraph_id": 58,
"text": "Fermi was known as an inspiring teacher and was noted for his attention to detail, simplicity, and careful preparation of his lectures. Later, his lecture notes were transcribed into books. His papers and notebooks are today in the University of Chicago. Victor Weisskopf noted how Fermi \"always managed to find the simplest and most direct approach, with the minimum of complication and sophistication.\" He disliked complicated theories, and while he had great mathematical ability, he would never use it when the job could be done much more simply. He was famous for getting quick and accurate answers to problems that would stump other people. Later on, his method of getting approximate and quick answers through back-of-the-envelope calculations became informally known as the \"Fermi method\", and is widely taught.",
"title": "Impact and legacy"
},
{
"paragraph_id": 59,
"text": "Fermi was fond of pointing out that when Alessandro Volta was working in his laboratory, Volta had no idea where the study of electricity would lead. Fermi is generally remembered for his work on nuclear power and nuclear weapons, especially the creation of the first nuclear reactor, and the development of the first atomic and hydrogen bombs. His scientific work has stood the test of time. This includes his theory of beta decay, his work with non-linear systems, his discovery of the effects of slow neutrons, his study of pion-nucleon collisions, and his Fermi–Dirac statistics. His speculation that a pion was not a fundamental particle pointed the way towards the study of quarks and leptons.",
"title": "Impact and legacy"
},
{
"paragraph_id": 60,
"text": "As a person, Fermi seemed simplicity itself. He was extraordinarily vigorous and loved games and sport. On such occasions his ambitious nature became apparent. He played tennis with considerable ferocity and when climbing mountains acted rather as a guide. One might have called him a benevolent dictator. I remember once at the top of a mountain Fermi got up and said: \"Well, it is two minutes to two, let's all leave at two o'clock\"; and of course, everybody got up faithfully and obediently. This leadership and self-assurance gave Fermi the name of \"The Pope\" whose pronouncements were infallible in physics. He once said: \"I can calculate anything in physics within a factor 2 on a few sheets; to get the numerical factor in front of the formula right may well take a physicist a year to calculate, but I am not interested in that.\" His leadership could go so far that it was a danger to the independence of the person working with him. I recollect once, at a party at his house when my wife cut the bread, Fermi came along and said he had a different philosophy on bread-cutting and took the knife out of my wife's hand and proceeded with the job because he was convinced that his own method was superior. But all this did not offend at all, but rather charmed everybody into liking Fermi. He had very few interests outside physics and when he once heard me play on Teller's piano he confessed that his interest in music was restricted to simple tunes.",
"title": "Impact and legacy"
},
{
"paragraph_id": 61,
"text": "Many things bear Fermi's name. These include the Fermilab particle accelerator and physics lab in Batavia, Illinois, which was renamed in his honor in 1974, and the Fermi Gamma-ray Space Telescope, which was named after him in 2008, in recognition of his work on cosmic rays. Three nuclear reactor installations have been named after him: the Fermi 1 and Fermi 2 nuclear power plants in Newport, Michigan, the Enrico Fermi Nuclear Power Plant at Trino Vercellese in Italy, and the RA-1 Enrico Fermi research reactor in Argentina. A synthetic element isolated from the debris of the 1952 Ivy Mike nuclear test was named fermium, in honor of Fermi's contributions to the scientific community. This makes him one of 16 scientists who have elements named after them.",
"title": "Impact and legacy"
},
{
"paragraph_id": 62,
"text": "Since 1956, the United States Atomic Energy Commission has named its highest honor, the Fermi Award, after him. Recipients of the award have included Otto Hahn, Robert Oppenheimer, Edward Teller and Hans Bethe.",
"title": "Impact and legacy"
},
{
"paragraph_id": 63,
"text": "For a full list of his papers, see pages 75–78 in ref.",
"title": "Publications"
}
]
| Enrico Fermi was an Italian and later naturalized American physicist, renowned for being the creator of the world's first nuclear reactor, the Chicago Pile-1, and a member of the Manhattan Project. He has been called the "architect of the nuclear age" and the "architect of the atomic bomb". He was one of very few physicists to excel in both theoretical physics and experimental physics. Fermi was awarded the 1938 Nobel Prize in Physics for his work on induced radioactivity by neutron bombardment and for the discovery of transuranium elements. With his colleagues, Fermi filed several patents related to the use of nuclear power, all of which were taken over by the US government. He made significant contributions to the development of statistical mechanics, quantum theory, and nuclear and particle physics. Fermi's first major contribution involved the field of statistical mechanics. After Wolfgang Pauli formulated his exclusion principle in 1925, Fermi followed with a paper in which he applied the principle to an ideal gas, employing a statistical formulation now known as Fermi–Dirac statistics. Today, particles that obey the exclusion principle are called "fermions". Pauli later postulated the existence of an uncharged invisible particle emitted along with an electron during beta decay, to satisfy the law of conservation of energy. Fermi took up this idea, developing a model that incorporated the postulated particle, which he named the "neutrino". His theory, later referred to as Fermi's interaction and now called weak interaction, described one of the four fundamental interactions in nature. Through experiments inducing radioactivity with the recently discovered neutron, Fermi discovered that slow neutrons were more easily captured by atomic nuclei than fast ones, and he developed the Fermi age equation to describe this. After bombarding thorium and uranium with slow neutrons, he concluded that he had created new elements. Although he was awarded the Nobel Prize for this discovery, the new elements were later revealed to be nuclear fission products. Fermi left Italy in 1938 to escape new Italian racial laws that affected his Jewish wife, Laura Capon. He emigrated to the United States, where he worked on the Manhattan Project during World War II. Fermi led the team at the University of Chicago that designed and built Chicago Pile-1, which went critical on 2 December 1942, demonstrating the first human-created, self-sustaining nuclear chain reaction. He was on hand when the X-10 Graphite Reactor at Oak Ridge, Tennessee went critical in 1943, and when the B Reactor at the Hanford Site did so the next year. At Los Alamos, he headed F Division, part of which worked on Edward Teller's thermonuclear "Super" bomb. He was present at the Trinity test on 16 July 1945, where he used his Fermi method to estimate the bomb's yield. After the war, Fermi served under J. Robert Oppenheimer on the General Advisory Committee, which advised the Atomic Energy Commission on nuclear matters. After the detonation of the first Soviet fission bomb in August 1949, he strongly opposed the development of a hydrogen bomb on both moral and technical grounds. He was among the scientists who testified on Oppenheimer's behalf at the 1954 hearing that resulted in the denial of Oppenheimer's security clearance. Fermi did important work in particle physics, especially related to pions and muons, and he speculated that cosmic rays arose when material was accelerated by magnetic fields in interstellar space. Many awards, concepts, and institutions are named after Fermi, including the Enrico Fermi Award, the Enrico Fermi Institute, the Fermi National Accelerator Laboratory (Fermilab), the Fermi Gamma-ray Space Telescope, the Fermi paradox, and the synthetic element fermium, making him one of 16 scientists who have elements named after them. | 2001-12-13T23:53:26Z | 2023-12-30T16:05:06Z | [
"Template:New Mexico during World War II",
"Template:Subject bar",
"Template:Redirect",
"Template:Use dmy dates",
"Template:Convert",
"Template:Refend",
"Template:1938 Nobel Prize winners",
"Template:Short description",
"Template:Circa",
"Template:Blockquote",
"Template:Authority control",
"Template:People whose names are used in chemical element names",
"Template:Lang-de",
"Template:Reflist",
"Template:Cite journal",
"Template:Wikiquote",
"Template:Commons",
"Template:Presidents of the American Physical Society",
"Template:Cite book",
"Template:Cite patent",
"Template:Cite news",
"Template:Cite web",
"Template:MathGenealogy",
"Template:Nowrap",
"Template:Time 100: The Most Important People of the Century",
"Template:Infobox scientist",
"Template:IPA-it",
"Template:Ill",
"Template:Lang",
"Template:Main",
"Template:Wikisource author",
"Template:Nobel Prize in Physics Laureates 1926–1950",
"Template:Manhattan Project",
"Template:Featured article",
"Template:Sfn",
"Template:Quote",
"Template:Nobelprize",
"Template:Refbegin"
]
| https://en.wikipedia.org/wiki/Enrico_Fermi |
10,267 | Entente | Entente, meaning a diplomatic "understanding", may refer to a number of agreements: | [
{
"paragraph_id": 0,
"text": "Entente, meaning a diplomatic \"understanding\", may refer to a number of agreements:",
"title": ""
}
]
| Entente, meaning a diplomatic "understanding", may refer to a number of agreements: | 2023-02-25T01:13:45Z | [
"Template:Wiktionary",
"Template:Disambiguation"
]
| https://en.wikipedia.org/wiki/Entente |
|
10,268 | Editor war | The editor war is the rivalry between users of the Emacs and vi (now usually Vim, or more recently Neovim) text editors. The rivalry has become an enduring part of hacker culture and the free software community.
The Emacs versus vi debate was one of the original "holy wars" conducted on Usenet groups, with many flame wars fought between those insisting that their editor of choice is the paragon of editing perfection, and insulting the other, since at least 1985. Related battles have been fought over operating systems, programming languages, version control systems, and even source code indent style.
The most important historical differences between vi and Emacs are presented in the following table:
Many small editors that were based on or derived from vi in the past were successful. This was because it was crucial to preserve the memory that was, at the time, relatively sparsely available. As computers have become more powerful, many vi clones, Vim in particular, have grown in size and code complexity. These vi variants of today, as with the old lightweight Emacs variants, tend to have many of the perceived benefits and drawbacks of the opposing side. For example, Vim without any extensions requires about ten times the disk space required by vi, and recent versions of Vim can have more extensions and run slower than Emacs. In The Art of Unix Programming, Eric S. Raymond called Vim's supposed light weight when compared with Emacs "a shared myth". Moreover, with the large amounts of RAM in modern computers, both Emacs and vi are lightweight compared to large integrated development environments such as Eclipse, which tend to draw derision from Emacs and vi users alike.
Tim O'Reilly said, in 1999, that O'Reilly Media's tutorial on vi sells twice as many copies as that on Emacs (but noted that Emacs came with a free manual). Many programmers use either Emacs and vi or their various offshoots, including Linus Torvalds who uses MicroEMACS. Also in 1999, vi creator Bill Joy said that vi was "written for a world that doesn't exist anymore" and stated that Emacs was written on much more capable machines with faster displays so they could have "funny commands with the screen shimmering and all that, and meanwhile, I'm sitting at home in sort of World War II surplus housing at Berkeley with a modem and a terminal that can just barely get the cursor off the bottom line".
In addition to Emacs and vi workalikes, pico and its free and open-source clone nano and other text editors such as ne often have their own third-party advocates in the editor wars, though not to the extent of Emacs and vi.
As of 2020, both Emacs and vi can lay claim to being among the longest-lived application programs of all time, as well as being the two most commonly used text editors on Linux and Unix. Many operating systems, especially Linux and BSD derivatives, bundle multiple text editors with the operating system to cater to user demand. For example, a default installation of macOS contains ed, pico (nano before MacOS Ventura 12.3), TextEdit, and Vim. Frequently, at some point in the discussion, someone will point out that ed is the standard text editor.
The Church of Emacs, formed by Emacs and the GNU Project's creator Richard Stallman, is a parody religion. While it refers to vi as the "editor of the beast" (vi-vi-vi being 6-6-6 in Roman numerals), it does not oppose the use of vi; rather, it calls proprietary software anathema. ("Using a free version of vi is not a sin but a penance.") The Church of Emacs has its own newsgroup, alt.religion.emacs, that has posts purporting to support this belief system.
Stallman has referred to himself as St IGNU−cius, a saint in the Church of Emacs.
Supporters of vi have created an opposing Cult of vi, argued by the more hard-line Emacs users to be an attempt to "ape their betters".
Regarding vi's modal nature (a common point of frustration for new users) some Emacs users joke that vi has two modes – "beep repeatedly" and "break everything". vi users enjoy joking that Emacs's key-sequences induce carpal tunnel syndrome, or mentioning one of many satirical expansions of the acronym EMACS, such as "Escape Meta Alt Control Shift" (a jab at Emacs's reliance on modifier keys) or "Eight Megabytes And Constantly Swapping" (in a time when that was a great amount of memory) or "EMACS Makes Any Computer Slow" (a recursive acronym like those Stallman uses) or "Eventually Munches All Computer Storage", in reference to Emacs's high system resource requirements. GNU EMACS has been expanded to "Generally Not Used, Except by Middle-Aged Computer Scientists" referencing its most ardent fans, and its declining usage among younger programmers compared to more graphically oriented editors such as Atom, BBEdit, Sublime Text, TextMate, and Visual Studio Code.
As a poke at Emacs' creeping featurism, vi advocates have been known to describe Emacs as "a great operating system, lacking only a decent editor". Emacs advocates have been known to respond that the editor is actually very good, but the operating system could use improvement (referring to Emacs' famous lack of concurrency, which has now been added).
A game among UNIX users, either to test the depth of an Emacs user's understanding of the editor or to poke fun at the complexity of Emacs, involved predicting what would happen if a user held down a modifier key (such as Ctrl or Alt) and typed their own name. This game humor originated with users of the older TECO editor, which was the implementation basis, via macros, of the original Emacs.
Due to how one exits vi (":q", among others), hackers joke about a proposed method of creating a pseudorandom character sequence by having a user unfamiliar with vi seated in front of an open editor and asking them to exit the program.
The Google search engine also joined in on the joke by having searches for vi resulting in the question "Did you mean: emacs" prompted at the top of the page, and searches for emacs resulting in "Did you mean: vi".
In the web series A Murder at the End of the World, there is a scene referencing the editor wars where a character asks a women if she uses Vi or Emacs. | [
{
"paragraph_id": 0,
"text": "The editor war is the rivalry between users of the Emacs and vi (now usually Vim, or more recently Neovim) text editors. The rivalry has become an enduring part of hacker culture and the free software community.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The Emacs versus vi debate was one of the original \"holy wars\" conducted on Usenet groups, with many flame wars fought between those insisting that their editor of choice is the paragon of editing perfection, and insulting the other, since at least 1985. Related battles have been fought over operating systems, programming languages, version control systems, and even source code indent style.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The most important historical differences between vi and Emacs are presented in the following table:",
"title": "Comparison"
},
{
"paragraph_id": 3,
"text": "Many small editors that were based on or derived from vi in the past were successful. This was because it was crucial to preserve the memory that was, at the time, relatively sparsely available. As computers have become more powerful, many vi clones, Vim in particular, have grown in size and code complexity. These vi variants of today, as with the old lightweight Emacs variants, tend to have many of the perceived benefits and drawbacks of the opposing side. For example, Vim without any extensions requires about ten times the disk space required by vi, and recent versions of Vim can have more extensions and run slower than Emacs. In The Art of Unix Programming, Eric S. Raymond called Vim's supposed light weight when compared with Emacs \"a shared myth\". Moreover, with the large amounts of RAM in modern computers, both Emacs and vi are lightweight compared to large integrated development environments such as Eclipse, which tend to draw derision from Emacs and vi users alike.",
"title": "Evolution"
},
{
"paragraph_id": 4,
"text": "Tim O'Reilly said, in 1999, that O'Reilly Media's tutorial on vi sells twice as many copies as that on Emacs (but noted that Emacs came with a free manual). Many programmers use either Emacs and vi or their various offshoots, including Linus Torvalds who uses MicroEMACS. Also in 1999, vi creator Bill Joy said that vi was \"written for a world that doesn't exist anymore\" and stated that Emacs was written on much more capable machines with faster displays so they could have \"funny commands with the screen shimmering and all that, and meanwhile, I'm sitting at home in sort of World War II surplus housing at Berkeley with a modem and a terminal that can just barely get the cursor off the bottom line\".",
"title": "Evolution"
},
{
"paragraph_id": 5,
"text": "In addition to Emacs and vi workalikes, pico and its free and open-source clone nano and other text editors such as ne often have their own third-party advocates in the editor wars, though not to the extent of Emacs and vi.",
"title": "Evolution"
},
{
"paragraph_id": 6,
"text": "As of 2020, both Emacs and vi can lay claim to being among the longest-lived application programs of all time, as well as being the two most commonly used text editors on Linux and Unix. Many operating systems, especially Linux and BSD derivatives, bundle multiple text editors with the operating system to cater to user demand. For example, a default installation of macOS contains ed, pico (nano before MacOS Ventura 12.3), TextEdit, and Vim. Frequently, at some point in the discussion, someone will point out that ed is the standard text editor.",
"title": "Evolution"
},
{
"paragraph_id": 7,
"text": "The Church of Emacs, formed by Emacs and the GNU Project's creator Richard Stallman, is a parody religion. While it refers to vi as the \"editor of the beast\" (vi-vi-vi being 6-6-6 in Roman numerals), it does not oppose the use of vi; rather, it calls proprietary software anathema. (\"Using a free version of vi is not a sin but a penance.\") The Church of Emacs has its own newsgroup, alt.religion.emacs, that has posts purporting to support this belief system.",
"title": "Humor"
},
{
"paragraph_id": 8,
"text": "Stallman has referred to himself as St IGNU−cius, a saint in the Church of Emacs.",
"title": "Humor"
},
{
"paragraph_id": 9,
"text": "Supporters of vi have created an opposing Cult of vi, argued by the more hard-line Emacs users to be an attempt to \"ape their betters\".",
"title": "Humor"
},
{
"paragraph_id": 10,
"text": "Regarding vi's modal nature (a common point of frustration for new users) some Emacs users joke that vi has two modes – \"beep repeatedly\" and \"break everything\". vi users enjoy joking that Emacs's key-sequences induce carpal tunnel syndrome, or mentioning one of many satirical expansions of the acronym EMACS, such as \"Escape Meta Alt Control Shift\" (a jab at Emacs's reliance on modifier keys) or \"Eight Megabytes And Constantly Swapping\" (in a time when that was a great amount of memory) or \"EMACS Makes Any Computer Slow\" (a recursive acronym like those Stallman uses) or \"Eventually Munches All Computer Storage\", in reference to Emacs's high system resource requirements. GNU EMACS has been expanded to \"Generally Not Used, Except by Middle-Aged Computer Scientists\" referencing its most ardent fans, and its declining usage among younger programmers compared to more graphically oriented editors such as Atom, BBEdit, Sublime Text, TextMate, and Visual Studio Code.",
"title": "Humor"
},
{
"paragraph_id": 11,
"text": "As a poke at Emacs' creeping featurism, vi advocates have been known to describe Emacs as \"a great operating system, lacking only a decent editor\". Emacs advocates have been known to respond that the editor is actually very good, but the operating system could use improvement (referring to Emacs' famous lack of concurrency, which has now been added).",
"title": "Humor"
},
{
"paragraph_id": 12,
"text": "A game among UNIX users, either to test the depth of an Emacs user's understanding of the editor or to poke fun at the complexity of Emacs, involved predicting what would happen if a user held down a modifier key (such as Ctrl or Alt) and typed their own name. This game humor originated with users of the older TECO editor, which was the implementation basis, via macros, of the original Emacs.",
"title": "Humor"
},
{
"paragraph_id": 13,
"text": "Due to how one exits vi (\":q\", among others), hackers joke about a proposed method of creating a pseudorandom character sequence by having a user unfamiliar with vi seated in front of an open editor and asking them to exit the program.",
"title": "Humor"
},
{
"paragraph_id": 14,
"text": "The Google search engine also joined in on the joke by having searches for vi resulting in the question \"Did you mean: emacs\" prompted at the top of the page, and searches for emacs resulting in \"Did you mean: vi\".",
"title": "Humor"
},
{
"paragraph_id": 15,
"text": "In the web series A Murder at the End of the World, there is a scene referencing the editor wars where a character asks a women if she uses Vi or Emacs.",
"title": "Humor"
}
]
| The editor war is the rivalry between users of the Emacs and vi text editors. The rivalry has become an enduring part of hacker culture and the free software community. The Emacs versus vi debate was one of the original "holy wars" conducted on Usenet groups, with many flame wars fought between those insisting that their editor of choice is the paragon of editing perfection, and insulting the other, since at least 1985. Related battles have been fought over operating systems, programming languages, version control systems, and even source code indent style. | 2001-12-14T05:53:14Z | 2024-01-01T00:15:46Z | [
"Template:Short description",
"Template:Self reference",
"Template:Code",
"Template:Keypress",
"Template:Citation needed",
"Template:Reflist",
"Template:Cite web",
"Template:Cite journal",
"Template:Webarchive",
"Template:Refn",
"Template:As of",
"Template:Dead link",
"Template:Cite interview"
]
| https://en.wikipedia.org/wiki/Editor_war |
10,270 | Organization of the Eastern Orthodox Church | The Eastern Orthodox Church, officially the Orthodox Catholic Church, is a communion composed of up to seventeen separate autocephalous (self-governing) hierarchical churches that profess Eastern Orthodoxy and recognise each other as canonical (regular) Eastern Orthodox Christian churches.
Each constituent church is self-governing; its highest-ranking bishop called the primate (a patriarch, a metropolitan or an archbishop) reports to no higher earthly authority. Each regional church is composed of constituent eparchies (or dioceses) ruled by bishops. Some autocephalous churches have given an eparchy or group of eparchies varying degrees of autonomy (limited self-government). Such autonomous churches maintain varying levels of dependence on their mother church, usually defined in a tomos or another document of autonomy. In many cases, autonomous churches are almost completely self-governing, with the mother church retaining only the right to appoint the highest-ranking bishop (often an archbishop or metropolitan) of the autonomous church.
Normal governance is enacted through a synod of bishops within each church.
The Eastern Orthodox Church is decentralised, having no central authority, earthly head or a single bishop in a leadership role. Thus, the Eastern Orthodox use a synodical system canonically, which is significantly different from the hierarchical organisation of the Catholic Church that follows the doctrine of papal supremacy. References to the Ecumenical Patriarch of Constantinople as a sole authoritative leader are an erroneous interpretation of his title “first among equals". His title is of honor rather than authority and in fact the Ecumenical Patriarch has no real authority over churches other than the Constantinopolitan. His unique role often sees the Ecumenical Patriarch referred to as the "spiritual leader" of the Eastern Orthodox Church in some sources.
The autocephalous churches are normally in full communion with each other, so any priest of any of those churches may lawfully minister to any member of any of them, and no member of any is excluded from any form of worship in any of the others, including the reception of the Eucharist. However, there have been varying instances in the history of the Eastern Orthodox Church where communion has been broken between member churches, particularly over autocephaly issues and ecumenism with the Roman Catholic Church.
In the early Middle Ages, the early Christian church was ruled by five patriarchs as the state church of Rome: the bishops of Rome, Constantinople, Alexandria, Antioch, and Jerusalem, collectively referred to as the Pentarchy. Each patriarch had jurisdiction over bishops in a specified geographic region. This continued until 927, when the Bulgarian Patriarchate became the first newly promoted patriarchate to join the original five.
The Patriarch of Rome was "first in place of honour" among the five patriarchs. Disagreement about the limits of his authority was one of the causes of the Great Schism, conventionally dated to the year 1054, which split the state-recognised Church into the Catholic Church in the West, headed by the Bishop of Rome, and the Orthodox Church, led by the four eastern patriarchs (Constantinople, Jerusalem, Antioch and Alexandria). After the schism, this honorary primacy shifted to the Patriarch of Constantinople, who had previously been accorded second-place rank at the First Council of Constantinople.
In the 5th century, Oriental Orthodoxy separated from Chalcedonian Christianity (and is therefore separate from both the Eastern Orthodox and Catholic Church), well before the 11th century Great Schism. It should not be confused with Eastern Orthodoxy.
Ranked in order of seniority, with the year of independence (autocephaly) given in parentheses, where applicable. There are a total of 17 autocephalous Eastern Orthodox churches which are recognised at varying levels among the communion of the Eastern Orthodox Church.
The four ancient Eastern Orthodox Patriarchates, along with the See of Rome, formed the historical Pentarchy. Remaining in communion with each other after the East-West Schism in 1054. The concept of the Pentarchy and the title of "Patriarch" itself, as opposed to Archbishop or Exarch, is attributed to St Justinian in AD 531.
Note:
Note:
The order of the diptychs is that of the four ancient patriarchates as given above. However, though the remaining patriarchates always follow them, proceeding the other Autocephalous Churches, their ranking differs from place to place. In the diptychs of the Russian Orthodox Church and some of its daughter churches (e.g., the Orthodox Church in America), the ranking of the five junior patriarchates is Russia, Georgia, Serbia, Romania, and then Bulgaria. The ranking of the archbishoprics is the same, with the Church of Cyprus being the only ancient one (AD 431)
True Orthodox Christians are groups of traditionalist Eastern Orthodox churches which have severed communion since the 1920s with the mainstream Eastern Orthodox churches for various reasons, such as calendar reform, the involvement of mainstream Eastern Orthodox in ecumenism, or the refusal to submit to the authority of mainstream Eastern Orthodox Church. The True Orthodox Church in the Soviet Union was also called the Catacomb Church; the True Orthodox in Romania, Bulgaria, Greece and Cyprus are also called Old Calendarists.
These groups refrain from concelebration of the Divine Liturgy with the mainstream Eastern Orthodox, while maintaining that they remain fully within the canonical boundaries of the Church: i.e., professing Eastern Orthodox belief, retaining legitimate apostolic succession, and existing in communities with historical continuity.
The churches which follow True Orthodoxy are:
Old Believers are divided into various churches which recognize neither each other nor the mainstream Eastern Orthodox Church.
The following churches recognize all other mainstream Eastern Orthodox churches, but are not recognised by any of them due to various disputes:
The following churches use the term "Orthodox" in their name and carries belief or the traditions of Eastern Orthodox church, but blend beliefs and traditions from other denominations outside of Eastern Orthodoxy: | [
{
"paragraph_id": 0,
"text": "The Eastern Orthodox Church, officially the Orthodox Catholic Church, is a communion composed of up to seventeen separate autocephalous (self-governing) hierarchical churches that profess Eastern Orthodoxy and recognise each other as canonical (regular) Eastern Orthodox Christian churches.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Each constituent church is self-governing; its highest-ranking bishop called the primate (a patriarch, a metropolitan or an archbishop) reports to no higher earthly authority. Each regional church is composed of constituent eparchies (or dioceses) ruled by bishops. Some autocephalous churches have given an eparchy or group of eparchies varying degrees of autonomy (limited self-government). Such autonomous churches maintain varying levels of dependence on their mother church, usually defined in a tomos or another document of autonomy. In many cases, autonomous churches are almost completely self-governing, with the mother church retaining only the right to appoint the highest-ranking bishop (often an archbishop or metropolitan) of the autonomous church.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Normal governance is enacted through a synod of bishops within each church.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The Eastern Orthodox Church is decentralised, having no central authority, earthly head or a single bishop in a leadership role. Thus, the Eastern Orthodox use a synodical system canonically, which is significantly different from the hierarchical organisation of the Catholic Church that follows the doctrine of papal supremacy. References to the Ecumenical Patriarch of Constantinople as a sole authoritative leader are an erroneous interpretation of his title “first among equals\". His title is of honor rather than authority and in fact the Ecumenical Patriarch has no real authority over churches other than the Constantinopolitan. His unique role often sees the Ecumenical Patriarch referred to as the \"spiritual leader\" of the Eastern Orthodox Church in some sources.",
"title": "Church governance"
},
{
"paragraph_id": 4,
"text": "The autocephalous churches are normally in full communion with each other, so any priest of any of those churches may lawfully minister to any member of any of them, and no member of any is excluded from any form of worship in any of the others, including the reception of the Eucharist. However, there have been varying instances in the history of the Eastern Orthodox Church where communion has been broken between member churches, particularly over autocephaly issues and ecumenism with the Roman Catholic Church.",
"title": "Church governance"
},
{
"paragraph_id": 5,
"text": "In the early Middle Ages, the early Christian church was ruled by five patriarchs as the state church of Rome: the bishops of Rome, Constantinople, Alexandria, Antioch, and Jerusalem, collectively referred to as the Pentarchy. Each patriarch had jurisdiction over bishops in a specified geographic region. This continued until 927, when the Bulgarian Patriarchate became the first newly promoted patriarchate to join the original five.",
"title": "Church governance"
},
{
"paragraph_id": 6,
"text": "The Patriarch of Rome was \"first in place of honour\" among the five patriarchs. Disagreement about the limits of his authority was one of the causes of the Great Schism, conventionally dated to the year 1054, which split the state-recognised Church into the Catholic Church in the West, headed by the Bishop of Rome, and the Orthodox Church, led by the four eastern patriarchs (Constantinople, Jerusalem, Antioch and Alexandria). After the schism, this honorary primacy shifted to the Patriarch of Constantinople, who had previously been accorded second-place rank at the First Council of Constantinople.",
"title": "Church governance"
},
{
"paragraph_id": 7,
"text": "In the 5th century, Oriental Orthodoxy separated from Chalcedonian Christianity (and is therefore separate from both the Eastern Orthodox and Catholic Church), well before the 11th century Great Schism. It should not be confused with Eastern Orthodoxy.",
"title": "Church governance"
},
{
"paragraph_id": 8,
"text": "Ranked in order of seniority, with the year of independence (autocephaly) given in parentheses, where applicable. There are a total of 17 autocephalous Eastern Orthodox churches which are recognised at varying levels among the communion of the Eastern Orthodox Church.",
"title": "Jurisdictions"
},
{
"paragraph_id": 9,
"text": "The four ancient Eastern Orthodox Patriarchates, along with the See of Rome, formed the historical Pentarchy. Remaining in communion with each other after the East-West Schism in 1054. The concept of the Pentarchy and the title of \"Patriarch\" itself, as opposed to Archbishop or Exarch, is attributed to St Justinian in AD 531.",
"title": "Jurisdictions"
},
{
"paragraph_id": 10,
"text": "Note:",
"title": "Jurisdictions"
},
{
"paragraph_id": 11,
"text": "Note:",
"title": "Jurisdictions"
},
{
"paragraph_id": 12,
"text": "The order of the diptychs is that of the four ancient patriarchates as given above. However, though the remaining patriarchates always follow them, proceeding the other Autocephalous Churches, their ranking differs from place to place. In the diptychs of the Russian Orthodox Church and some of its daughter churches (e.g., the Orthodox Church in America), the ranking of the five junior patriarchates is Russia, Georgia, Serbia, Romania, and then Bulgaria. The ranking of the archbishoprics is the same, with the Church of Cyprus being the only ancient one (AD 431)",
"title": "Jurisdictions"
},
{
"paragraph_id": 13,
"text": "True Orthodox Christians are groups of traditionalist Eastern Orthodox churches which have severed communion since the 1920s with the mainstream Eastern Orthodox churches for various reasons, such as calendar reform, the involvement of mainstream Eastern Orthodox in ecumenism, or the refusal to submit to the authority of mainstream Eastern Orthodox Church. The True Orthodox Church in the Soviet Union was also called the Catacomb Church; the True Orthodox in Romania, Bulgaria, Greece and Cyprus are also called Old Calendarists.",
"title": "Unrecognised churches"
},
{
"paragraph_id": 14,
"text": "These groups refrain from concelebration of the Divine Liturgy with the mainstream Eastern Orthodox, while maintaining that they remain fully within the canonical boundaries of the Church: i.e., professing Eastern Orthodox belief, retaining legitimate apostolic succession, and existing in communities with historical continuity.",
"title": "Unrecognised churches"
},
{
"paragraph_id": 15,
"text": "The churches which follow True Orthodoxy are:",
"title": "Unrecognised churches"
},
{
"paragraph_id": 16,
"text": "Old Believers are divided into various churches which recognize neither each other nor the mainstream Eastern Orthodox Church.",
"title": "Unrecognised churches"
},
{
"paragraph_id": 17,
"text": "The following churches recognize all other mainstream Eastern Orthodox churches, but are not recognised by any of them due to various disputes:",
"title": "Unrecognised churches"
},
{
"paragraph_id": 18,
"text": "The following churches use the term \"Orthodox\" in their name and carries belief or the traditions of Eastern Orthodox church, but blend beliefs and traditions from other denominations outside of Eastern Orthodoxy:",
"title": "Unrecognised churches"
}
]
| The Eastern Orthodox Church, officially the Orthodox Catholic Church, is a communion composed of up to seventeen separate autocephalous (self-governing) hierarchical churches that profess Eastern Orthodoxy and recognise each other as canonical (regular) Eastern Orthodox Christian churches. Each constituent church is self-governing; its highest-ranking bishop called the primate reports to no higher earthly authority. Each regional church is composed of constituent eparchies ruled by bishops. Some autocephalous churches have given an eparchy or group of eparchies varying degrees of autonomy. Such autonomous churches maintain varying levels of dependence on their mother church, usually defined in a tomos or another document of autonomy. In many cases, autonomous churches are almost completely self-governing, with the mother church retaining only the right to appoint the highest-ranking bishop of the autonomous church. Normal governance is enacted through a synod of bishops within each church. | 2001-12-14T17:36:42Z | 2023-12-30T18:46:08Z | [
"Template:Eastern Orthodox Church footer",
"Template:Eastern Orthodox sidebar",
"Template:Further",
"Template:Efn-lg",
"Template:Cite book",
"Template:Efn",
"Template:See also",
"Template:Ill",
"Template:Reflist",
"Template:Short description",
"Template:Notelist",
"Template:Cite web",
"Template:About",
"Template:Anchor",
"Template:Main",
"Template:Notelist-lg"
]
| https://en.wikipedia.org/wiki/Organization_of_the_Eastern_Orthodox_Church |
10,271 | EDT | EDT may refer to: | [
{
"paragraph_id": 0,
"text": "EDT may refer to:",
"title": ""
}
]
| EDT may refer to: | 2022-05-31T20:45:34Z | [
"Template:Disambiguation",
"Template:Wiktionary",
"Template:TOC right"
]
| https://en.wikipedia.org/wiki/EDT |
|
10,272 | Electric guitar | An electric guitar is a guitar that requires external amplification in order to be heard at typical performance volumes, unlike a standard acoustic guitar. It uses one or more pickups to convert the vibration of its strings into electrical signals, which ultimately are reproduced as sound by loudspeakers. The sound is sometimes shaped or electronically altered to achieve different timbres or tonal qualities from that of an acoustic guitar via amplifier settings or knobs on the guitar. Often, this is done through the use of effects such as reverb, distortion and "overdrive"; the latter is considered to be a key element of electric blues guitar music and jazz, rock and heavy- metal guitar playing. Designs also exist combining attributes of the electric and acoustic guitars: the semi-acoustic and acoustic-electric guitars.
Invented in 1932, the electric guitar was adopted by jazz guitar players, who wanted to play single-note guitar solos in large big band ensembles. Early proponents of the electric guitar on record include Les Paul, Eddie Durham, George Barnes, Lonnie Johnson, Sister Rosetta Tharpe, T-Bone Walker, and Charlie Christian. During the 1950s and 1960s, the electric guitar became the most important instrument in popular music. It has evolved into an instrument that is capable of a multitude of sounds and styles in genres ranging from pop and rock to folk to country music, blues and jazz. It served as a major component in the development of electric blues, rock and roll, rock music, heavy metal music and many other genres of music.
Electric guitar design and construction varies greatly in the shape of the body and the configuration of the neck, bridge, and pickups. Guitars may have a fixed bridge or a spring-loaded hinged bridge, which lets players "bend" the pitch of notes or chords up or down, or perform vibrato effects. The sound of an electric guitar can be modified by new playing techniques such as string bending, tapping, and hammering-on, using audio feedback, or slide guitar playing.
There are several types of electric guitar. Early forms were hollow-body semi-acoustic guitars, while solid body guitars developed later. String configurations include the six-string guitar (the most common type), which is usually tuned E, A, D, G, B, E, from lowest to highest strings; the seven-string guitar, which typically adds a low B string below the low E; the eight-string guitar, which typically adds a low E or F# string below the low B; and the twelve-string guitar, which has six two-string courses similar to a mandolin.
In rock, the electric guitar is often used in two roles: as a rhythm guitar, which plays the chord sequences or progressions, and riffs, and sets the beat (as part of a rhythm section); and as a lead guitar, which provides instrumental melody lines, melodic instrumental fill passages, and solos. In a small group, such as a power trio, one guitarist may switch between both roles; in larger groups there is often a rhythm guitarist and a lead guitarist.
Many experiments with electrically amplifying the vibrations of a string instrument were made dating back to the early part of the 20th century. Patents from the 1910s show telephone transmitters were adapted and placed inside violins and banjos to amplify the sound. Hobbyists in the 1920s used carbon button microphones attached to the bridge; however, these detected vibrations from the bridge on top of the instrument, resulting in a weak signal.
Electric guitars were originally designed by acoustic guitar makers and instrument manufacturers. The demand for amplified guitars began during the big band era; as orchestras increased in size, guitar players soon realized the necessity in guitar amplification and electrification. The first electric guitars used in jazz were hollow archtop acoustic guitar bodies with electromagnetic transducers.
The first electrically amplified stringed instrument to be marketed commercially was a cast aluminium lap steel guitar nicknamed the "Frying Pan" designed in 1931 by George Beauchamp, the general manager of the National Stringed Instrument Corporation, with Paul Barth, who was vice president. George Beauchamp, along with Adolph Rickenbacker, invented the electromagnetic pickups. Coils that were wrapped around a magnet would create an electromagnetic field that converted the vibrations of the guitar strings into electrical signals, which could then be amplified. Commercial production began in late summer of 1932 by the Ro-Pat-In Corporation (Electro-Patent-Instrument Company), in Los Angeles, a partnership of Beauchamp, Adolph Rickenbacker (originally Rickenbacher), and Paul Barth.
In 1934, the company was renamed the Rickenbacker Electro Stringed Instrument Company. In that year Beauchamp applied for a United States patent for an Electrical Stringed Musical Instrument and the patent was later issued in 1937. By the time it was patented, other manufacturers were already making their own electric guitar designs. Early electric guitar manufacturers include Rickenbacker in 1932; Dobro in 1933; National, AudioVox and Volu-tone in 1934; Vega, Epiphone (Electrophone and Electar), and Gibson in 1935 and many others by 1936.
By early-mid 1935, Electro String Instrument Corporation had achieved success with the "Frying Pan", and set out to capture a new audience through its release of the Electro-Spanish Model B and the Electro-Spanish Ken Roberts, which was the first full 25-inch scale electric guitar ever produced. The Electro-Spanish Ken Roberts was revolutionary for its time, providing players a full 25-inch scale, with easy access to 17 frets free of the body. Unlike other lap-steel electrified instruments produced during the time, the Electro-Spanish Ken Roberts was designed to play while standing upright with the guitar on a strap, as with acoustic guitars. The Electro-Spanish Ken Roberts was also the first instrument to feature a hand-operated vibrato as a standard arrangement, a device called the "Vibrola", invented by Doc Kauffman. It is estimated that fewer than 50 Electro-Spanish Ken Roberts were constructed between 1933 and 1937; fewer than 10 are known to survive today.
The solid-body electric guitar is made of solid wood, without functionally resonating air spaces. The first solid-body Spanish standard guitar was offered by Vivi-Tone no later than 1934. This model featured a guitar-shaped body of a single sheet of plywood affixed to a wood frame. Another early, substantially solid Spanish electric guitar, called the Electro Spanish, was marketed by the Rickenbacker guitar company in 1935 and made of Bakelite. By 1936, the Slingerland company introduced a wooden solid-body electric model, the Slingerland Songster 401 (and a lap steel counterpart, the Songster 400).
Gibson's first production electric guitar, marketed in 1936, was the ES-150 model ("ES" for "Electric Spanish", and "150" reflecting the $150 price of the instrument, along with matching amplifier). The ES-150 guitar featured a single-coil, hexagonally shaped "bar" pickup, which was designed by Walt Fuller. It became known as the "Charlie Christian" pickup (named for the great jazz guitarist who was among the first to perform with the ES-150 guitar). The ES-150 achieved some popularity but suffered from unequal loudness across the six strings.
A functioning solid-body electric guitar was designed and built in 1940 by Les Paul from an Epiphone acoustic archtop as an experiment. His "log guitar" — a wood post with a neck attached and two hollow-body halves attached to the sides for appearance only — shares nothing in common for design or hardware with the solid-body Gibson Les Paul, designed by Ted McCarty and introduced in 1952.
The feedback associated with amplified hollow-bodied electric guitars was understood long before Paul's "log" was created in 1940; Gage Brewer's Ro-Pat-In of 1932 had a top so heavily reinforced that it essentially functioned as a solid-body instrument.
Unlike acoustic guitars, solid-body electric guitars have no vibrating soundboard to amplify string vibration. Instead, solid-body instruments depend on electric pickups, and an amplifier ("amp") and speaker. The solid body ensures that the amplified sound reproduces the string vibration alone, thus avoiding the wolf tones and unwanted feedback associated with amplified acoustic guitars. These guitars are generally made of hardwood covered with a hard polymer finish, often polyester or lacquer. In large production facilities, the wood is stored for three to six months in a wood-drying kiln before being cut to shape. Premium custom-built guitars are frequently made with much older, hand-selected wood.
One of the first solid-body guitars was invented by Les Paul. Gibson did not present their Gibson Les Paul guitar prototypes to the public, as they did not believe the solid-body style would catch on. Another early solid-body Spanish style guitar, resembling what would become Gibson's Les Paul guitar a decade later, was developed in 1941 by O.W. Appleton, of Nogales, Arizona. Appleton made contact with both Gibson and Fender but was unable to sell the idea behind his "App" guitar to either company. In 1946, Merle Travis commissioned steel guitar builder Paul Bigsby to build him a solid-body Spanish-style electric. Bigsby delivered the guitar in 1948. The first mass-produced solid-body guitar was Fender Esquire and Fender Broadcaster (later to become the Fender Telecaster), first made in 1950, five years after Les Paul made his prototype. The Gibson Les Paul appeared soon after to compete with the Broadcaster. Another notable solid-body design is the Fender Stratocaster, which was introduced in 1954 and became extremely popular among musicians in the 1960s and 1970s for its wide tonal capabilities and more comfortable ergonomics than other models. Different styles of guitar have different pick-up styles, the main being 2 or 3 "single-coil" pick-ups or a double humbucker, with the Stratocaster being a triple single-coil guitar.
The history of electric guitars has been summarized by Guitar World magazine, and the earliest electric guitar on their top 10 list is the Ro-Pat-In Electro A-25 "Frying Pan" (1932) described as "The first-fully functioning solid-body electric guitar to be manufactured and sold". It was the first electric guitar used in a publicly promoted performance, performed by Gage Brewer in Wichita, Kansas in October 1932. The most recent electric guitar on this list was the Ibanez Jem (1987) which featured "24 frets", an impossibly thin neck" and was "designed to be the ultimate shredder machine". Numerous other important electric guitars are on the list, including Gibson ES-150 (1936), Fender Telecaster (1951), Gibson Les Paul (1952), Gretsch 6128 Duo Jet (1953), Fender Stratocaster (1954), Rickenbacker 360/12 (1964), Van Halen Frankenstrat (1975), Paul Reed Smith Custom (1985) many of these guitars were "successors" to earlier designs. Electric guitar designs eventually became culturally important and visually iconic, with various model companies selling miniature model versions of particularly famous electric guitars, for example, the Gibson SG used by Angus Young from the group AC/DC.
Some otherwise solid-bodied guitars, such as the Gibson Les Paul Supreme, the PRS Singlecut, and the Fender Telecaster Thinline, are built with hollow chambers in the body. These chambers are designed to not interfere with the critical bridge and string anchor point on the solid body. In the case of Gibson and PRS, these are called chambered bodies. The motivation for this may be to reduce weight, to achieve a semi-acoustic tone (see below) or both.
Semi-acoustic guitars have a hollow body similar to an acoustic guitar and electromagnetic pickups mounted directly into the body. They work in a similar way to solid-body electric guitars except that because the hollow body also vibrates, the pickups convert a combination of string and body vibration into an electrical signal. Many models have a solid block running through the middle of the soundbox designed to reduce acoustic feedback, known as semi-hollow bodies. They do not provide enough acoustic volume for live performance, but they can be used unplugged for quiet practice. Semi-acoustic guitars are noted for being able to provide a sweet, plaintive, or funky tone. They are used in many genres, including jazz, blues, funk, sixties pop, and indie rock. They generally have cello-style F-shaped sound holes, which can be blocked off to further reduce feedback. Whereas chambered guitars are made, like solid-body guitars, from a single block of wood, semi-acoustic guitar bodies are made from multiple pieces of wood in an archtop form, a method of construction different from the typical steel string acoustic guitar): the top is formed from a moderately thick (1 inch (2.5 cm)) piece of wood, which is then carved into a thin (0.1 inches (0.25 cm)) domed shape, whereas conventional acoustic guitars have a thin, flat top.
Some steel-string acoustic guitars are fitted with pickups purely as an alternative to using a separate microphone. They may also be fitted with a piezoelectric pickup under the bridge, attached to the bridge mounting plate, or with a low-mass microphone (usually a condenser mic) inside the body of the guitar that converts the vibrations in the body into electronic signals. Combinations of these types of pickups may be used, with an integral mixer/preamp/graphic equalizer. Such instruments are called electric acoustic guitars. They are regarded as acoustic guitars rather than electric guitars because the pickups do not produce a signal directly from the vibration of the strings, but rather from the vibration of the guitar top or body, and the amplification of the sound merely increases volume, not alters tone.
Electric guitar design and construction vary greatly in the shape of the body and the configuration of the neck, bridge, and pickups. However, some features are present on most guitars. The photo below shows the different parts of an electric guitar. The headstock (1) contains the metal machine heads (1.1), which use a worm gear for tuning. The nut (1.4)—a thin fret-like strip of metal, plastic, graphite, or bone—supports the strings at the headstock end of the instrument. The frets (2.3) are thin metal strips that stop the string at the correct pitch when the player pushes a string against the fingerboard. The truss rod (1.2) is a metal rod (usually adjustable) that counters the tension of the strings to keep the neck straight. Position markers (2.2) provide the player with a reference to the playing position on the fingerboard.
The neck and fretboard (2.1) extend from the body. At the neck joint (2.4), the neck is either glued or bolted to the body. The body (3) is typically made of wood with a hard, polymerized finish. Strings vibrating in the magnetic field of the pickups (3.1, 3.2) produce an electric current in the pickup winding that passes through the tone and volume controls (3.8) to the output jack. Some guitars have piezo pickups, in addition to or instead of magnetic pickups.
Some guitars have a fixed bridge (3.4). Others have a spring-loaded hinged bridge called a vibrato bar, tremolo bar, or whammy bar, which lets players bend notes or chords up or down in pitch or perform a vibrato embellishment. A plastic pickguard on some guitars protects the body from scratches or covers the control cavity, which holds most of the wiring. The degree to which the choice of woods and other materials in the solid-guitar body (3) affects the sonic character of the amplified signal is disputed. Many believe it is highly significant, while others think the difference between woods is subtle. In acoustic and archtop guitars, wood choices more clearly affect tone.
Woods typically used in solid-body electric guitars include alder (brighter, but well rounded), swamp ash (similar to alder, but with more pronounced highs and lows), mahogany (dark, bassy, warm), poplar (similar to alder), and basswood (very neutral). Maple, a very bright tonewood, is also a popular body wood but is very heavy. For this reason, it is often placed as a "cap" on a guitar made primarily of another wood. Cheaper guitars are often made of cheaper woods, such as plywood, pine, or agathis—not true hardwoods—which can affect durability and tone. Though most guitars are made of wood, any material may be used. Materials such as plastic, metal, and even cardboard have been used in some instruments.
The guitar output jack typically provides a monaural signal. Many guitars with active electronics use a jack with an extra contact normally used for stereo. These guitars use the extra contact to break the ground connection to the on-board battery to preserve battery life when the guitar is unplugged. These guitars require a mono plug to close the internal switch and connect the battery to ground. Standard guitar cables use a high-impedance 1⁄4 inch (6.35 mm) mono plug. These have a tip and sleeve configuration referred to as a TS phone connector. The voltage is usually around 1 to 9 millivolts.
A few guitars feature stereo output, such as Rickenbacker guitars equipped with Rick-O-Sound. There are a variety of ways the "stereo" effect may be implemented. Commonly, but not exclusively, stereo guitars route the neck and bridge pickups to separate output buses on the guitar. A stereo cable then routes each pickup to its signal chain or amplifier. For these applications, the most popular connector is a high-impedance 1⁄4 inch (6.35 mm) plug with a tip, ring, and sleeve configuration, also known as a TRS phone connector. Some studio instruments, notably certain Gibson Les Paul models, incorporate a low-impedance three-pin XLR connector for balanced audio. Many exotic arrangements and connectors exist that support features such as midi and hexaphonic pickups.
The bridge and tailpiece, while serving separate purposes, work closely together to affect playing style and tone. There are four basic types of bridge and tailpiece systems on electric guitars. Within these four types are many variants.
A hard-tail guitar bridge anchors the strings at or directly behind the bridge and is fastened securely to the top of the instrument. These are common on carved-top guitars, such as the Gibson Les Paul and the Paul Reed Smith models, and on slab-body guitars, such as the Music Man Albert Lee and Fender guitars that are not equipped with a vibrato arm.
A floating or trapeze tailpiece (similar to a violin's) fastens to the body at the base of the guitar. These appear on Rickenbackers, Gretsches, Epiphones, a wide variety of archtop guitars, particularly jazz guitars, and the 1952 Gibson Les Paul.
Pictured is a tremolo arm or vibrato tailpiece-style bridge and tailpiece system, often called a whammy bar or trem. It uses a lever ("vibrato arm") attached to the bridge that can temporarily slacken or tighten the strings to alter the pitch. A player can use this to create a vibrato or a portamento effect. Early vibrato systems were often unreliable and made the guitar go out of tune easily. They also had a limited pitch range. Later Fender designs were better, but Fender held the patent on these, so other companies used older designs for many years.
With the expiration of the Fender patent on the Stratocaster-style vibrato, various improvements on this type of internal, multi-spring vibrato system are now available. Floyd Rose introduced one of the first improvements on the vibrato system in many years when, in the late 1970s, he experimented with "locking" nuts and bridges that prevent the guitar from losing tuning, even under heavy vibrato bar use.
The fourth type of system employs string-through body anchoring. The strings pass over the bridge saddles, then through holes through the top of the guitar body to the back. The strings are typically anchored in place at the back of the guitar by metal ferrules. Many believe this design improves a guitar's sustain and timbre. A few examples of string-through body guitars are the Fender Telecaster Thinline, the Fender Telecaster Deluxe, the B.C. Rich IT Warlock and Mockingbird, and the Schecter Omen 6 and 7 series.
Compared to an acoustic guitar, which has a hollow body, electric guitars make much less audible sound when their strings are plucked, so electric guitars are normally plugged into a guitar amplifier and speaker. When an electric guitar is played, string movement produces a signal by generating (i.e., inducing) a small electric current in the magnetic pickups, which are magnets wound with coils of very fine wire. The signal passes through the tone and volume circuits to the output jack, and through a cable to an amplifier. The current induced is proportional to such factors as string density and the amount of movement over the pickups.
Because of their natural qualities, magnetic pickups tend to pick up ambient, usually unwanted electromagnetic interference or EMI. This mains hum results in a tone of 50 or 60 cycles per second depending on the powerline frequency of the local alternating current supply.
The resulting hum is particularly strong with single-coil pickups. Double-coil or "humbucker" pickups were invented as a way to reduce or counter the sound, as they are designed to "buck" (in the verb sense of oppose or resist) the hum, hence their name. The high combined inductance of the two coils also leads to the richer, "fatter" tone associated with humbucking pickups.
Electric guitar necks vary in composition and shape. The primary metric of guitar necks is the scale length, which is the vibrating length of the strings from nut to bridge. A typical Fender guitar uses a 25.5-inch (65 cm) scale length, while Gibson uses a 24.75-inch (62.9 cm) scale length in their Les Paul. While the scale length of the Les Paul is often described as 24.75 inches, it has varied through the years by as much as a half inch.
Frets are positioned proportionally to scale length—the shorter the scale length, the closer the fret spacing. Opinions vary regarding the effect of scale length on tone and feel. Popular opinion holds that longer scale length contributes to greater amplitude. Reports of playing feel are greatly complicated by the many factors involved in this perception. String gauge and design, neck construction and relief, guitar setup, playing style, and other factors contribute to the subjective impression of playability or feel.
Necks are described as bolt-on, set-in, or neck-through, depending on how they attach to the body. Set-in necks are glued to the body at the factory. This is the traditional type of joint. Leo Fender pioneered bolt-on necks on electric guitars to facilitate easy adjustment and replacement. Neck-through instruments extend the neck to the length of the instrument so that it forms the center of the body. While a set-in neck can be carefully unglued by a skilled luthier, and a bolt-on neck can simply be unscrewed, a neck-through design is difficult or even impossible to repair, depending on the damage. Historically, the bolt-on style has been more popular for ease of installation and adjustment. Since bolt-on necks can be easily removed, there is an after-market in replacement bolt-on necks from companies such as Warmoth and Mighty Mite. Some instruments—notably most Gibson models—continue to use set-in glued necks. Neck-through bodies are somewhat more common in bass guitars.
Materials for necks are selected for dimensional stability and rigidity, and some allege that they influence tone. Hardwoods are preferred, with maple, mahogany, and ash topping the list. The neck and fingerboard can be made from different materials; for example, a guitar may have a maple neck with a rosewood or ebony fingerboard. Today there are expensive and budget guitars exploring other options for fretboard wood for instance Pau-Ferro, both for availability and cheap price while still maintaining quality. In the 1970s, designers began to use exotic man-made materials such as aircraft-grade aluminum, carbon fiber, and ebonol. Makers known for these unusual materials include John Veleno, Travis Bean, Geoff Gould, and Alembic.
Aside from possible engineering advantages, some feel that with the rising cost of rare tonewoods, man-made materials may be economically preferable and more ecologically sensitive. However, wood remains popular in production instruments, though sometimes in conjunction with new materials. Vigier guitars, for example, use a wooden neck reinforced by embedding a light, carbon fiber rod in place of the usual heavier steel bar or adjustable steel truss rod. After-market necks made entirely from carbon fiber fit existing bolt-on instruments. Few, if any, extensive formal investigations have been widely published that confirm or refute claims over the effects of different woods or materials on the electric guitar sound.
Several neck shapes appear on guitars, including shapes known as C necks, U necks, and V necks. These refer to the cross-sectional shape of the neck (especially near the nut). Several sizes of fret wire are available, with traditional players often preferring thin frets, and metal shredders liking thick frets. Thin frets are considered better for playing chords, while thick frets allow lead guitarists to bend notes with less effort.
An electric guitar with a folding neck called the "Foldaxe" was designed and built for Chet Atkins by Roger C. Field. Steinberger guitars developed a line of exotic, carbon fiber instruments without headstocks, with tuning done on the bridge instead.
Fingerboards vary as much as necks. The fingerboard surface usually has a cross-sectional radius that is optimized to accommodate finger movement for different playing techniques. Fingerboard radius typically ranges from nearly flat (a very large radius) to radically arched (a small radius). The vintage Fender Telecaster, for example, has a typical small radius of approximately 7.25 inches (18.4 cm). Some manufacturers have experimented with fret profile and material, fret layout, number of frets, and modifications of the fingerboard surface for various reasons. Some innovations were intended to improve playability by ergonomic means, such as Warmoth Guitars' compound radius fingerboard. Scalloped fingerboards added enhanced microtonality during fast legato runs. Fanned frets intend to provide each string with an optimal playing tension and enhanced musicality. Some guitars have no frets, while others, like the Gittler guitar, have no neck in the traditional sense. | [
{
"paragraph_id": 0,
"text": "An electric guitar is a guitar that requires external amplification in order to be heard at typical performance volumes, unlike a standard acoustic guitar. It uses one or more pickups to convert the vibration of its strings into electrical signals, which ultimately are reproduced as sound by loudspeakers. The sound is sometimes shaped or electronically altered to achieve different timbres or tonal qualities from that of an acoustic guitar via amplifier settings or knobs on the guitar. Often, this is done through the use of effects such as reverb, distortion and \"overdrive\"; the latter is considered to be a key element of electric blues guitar music and jazz, rock and heavy- metal guitar playing. Designs also exist combining attributes of the electric and acoustic guitars: the semi-acoustic and acoustic-electric guitars.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Invented in 1932, the electric guitar was adopted by jazz guitar players, who wanted to play single-note guitar solos in large big band ensembles. Early proponents of the electric guitar on record include Les Paul, Eddie Durham, George Barnes, Lonnie Johnson, Sister Rosetta Tharpe, T-Bone Walker, and Charlie Christian. During the 1950s and 1960s, the electric guitar became the most important instrument in popular music. It has evolved into an instrument that is capable of a multitude of sounds and styles in genres ranging from pop and rock to folk to country music, blues and jazz. It served as a major component in the development of electric blues, rock and roll, rock music, heavy metal music and many other genres of music.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Electric guitar design and construction varies greatly in the shape of the body and the configuration of the neck, bridge, and pickups. Guitars may have a fixed bridge or a spring-loaded hinged bridge, which lets players \"bend\" the pitch of notes or chords up or down, or perform vibrato effects. The sound of an electric guitar can be modified by new playing techniques such as string bending, tapping, and hammering-on, using audio feedback, or slide guitar playing.",
"title": ""
},
{
"paragraph_id": 3,
"text": "There are several types of electric guitar. Early forms were hollow-body semi-acoustic guitars, while solid body guitars developed later. String configurations include the six-string guitar (the most common type), which is usually tuned E, A, D, G, B, E, from lowest to highest strings; the seven-string guitar, which typically adds a low B string below the low E; the eight-string guitar, which typically adds a low E or F# string below the low B; and the twelve-string guitar, which has six two-string courses similar to a mandolin.",
"title": ""
},
{
"paragraph_id": 4,
"text": "In rock, the electric guitar is often used in two roles: as a rhythm guitar, which plays the chord sequences or progressions, and riffs, and sets the beat (as part of a rhythm section); and as a lead guitar, which provides instrumental melody lines, melodic instrumental fill passages, and solos. In a small group, such as a power trio, one guitarist may switch between both roles; in larger groups there is often a rhythm guitarist and a lead guitarist.",
"title": ""
},
{
"paragraph_id": 5,
"text": "Many experiments with electrically amplifying the vibrations of a string instrument were made dating back to the early part of the 20th century. Patents from the 1910s show telephone transmitters were adapted and placed inside violins and banjos to amplify the sound. Hobbyists in the 1920s used carbon button microphones attached to the bridge; however, these detected vibrations from the bridge on top of the instrument, resulting in a weak signal.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "Electric guitars were originally designed by acoustic guitar makers and instrument manufacturers. The demand for amplified guitars began during the big band era; as orchestras increased in size, guitar players soon realized the necessity in guitar amplification and electrification. The first electric guitars used in jazz were hollow archtop acoustic guitar bodies with electromagnetic transducers.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "The first electrically amplified stringed instrument to be marketed commercially was a cast aluminium lap steel guitar nicknamed the \"Frying Pan\" designed in 1931 by George Beauchamp, the general manager of the National Stringed Instrument Corporation, with Paul Barth, who was vice president. George Beauchamp, along with Adolph Rickenbacker, invented the electromagnetic pickups. Coils that were wrapped around a magnet would create an electromagnetic field that converted the vibrations of the guitar strings into electrical signals, which could then be amplified. Commercial production began in late summer of 1932 by the Ro-Pat-In Corporation (Electro-Patent-Instrument Company), in Los Angeles, a partnership of Beauchamp, Adolph Rickenbacker (originally Rickenbacher), and Paul Barth.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "In 1934, the company was renamed the Rickenbacker Electro Stringed Instrument Company. In that year Beauchamp applied for a United States patent for an Electrical Stringed Musical Instrument and the patent was later issued in 1937. By the time it was patented, other manufacturers were already making their own electric guitar designs. Early electric guitar manufacturers include Rickenbacker in 1932; Dobro in 1933; National, AudioVox and Volu-tone in 1934; Vega, Epiphone (Electrophone and Electar), and Gibson in 1935 and many others by 1936.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "By early-mid 1935, Electro String Instrument Corporation had achieved success with the \"Frying Pan\", and set out to capture a new audience through its release of the Electro-Spanish Model B and the Electro-Spanish Ken Roberts, which was the first full 25-inch scale electric guitar ever produced. The Electro-Spanish Ken Roberts was revolutionary for its time, providing players a full 25-inch scale, with easy access to 17 frets free of the body. Unlike other lap-steel electrified instruments produced during the time, the Electro-Spanish Ken Roberts was designed to play while standing upright with the guitar on a strap, as with acoustic guitars. The Electro-Spanish Ken Roberts was also the first instrument to feature a hand-operated vibrato as a standard arrangement, a device called the \"Vibrola\", invented by Doc Kauffman. It is estimated that fewer than 50 Electro-Spanish Ken Roberts were constructed between 1933 and 1937; fewer than 10 are known to survive today.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "The solid-body electric guitar is made of solid wood, without functionally resonating air spaces. The first solid-body Spanish standard guitar was offered by Vivi-Tone no later than 1934. This model featured a guitar-shaped body of a single sheet of plywood affixed to a wood frame. Another early, substantially solid Spanish electric guitar, called the Electro Spanish, was marketed by the Rickenbacker guitar company in 1935 and made of Bakelite. By 1936, the Slingerland company introduced a wooden solid-body electric model, the Slingerland Songster 401 (and a lap steel counterpart, the Songster 400).",
"title": "History"
},
{
"paragraph_id": 11,
"text": "Gibson's first production electric guitar, marketed in 1936, was the ES-150 model (\"ES\" for \"Electric Spanish\", and \"150\" reflecting the $150 price of the instrument, along with matching amplifier). The ES-150 guitar featured a single-coil, hexagonally shaped \"bar\" pickup, which was designed by Walt Fuller. It became known as the \"Charlie Christian\" pickup (named for the great jazz guitarist who was among the first to perform with the ES-150 guitar). The ES-150 achieved some popularity but suffered from unequal loudness across the six strings.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "A functioning solid-body electric guitar was designed and built in 1940 by Les Paul from an Epiphone acoustic archtop as an experiment. His \"log guitar\" — a wood post with a neck attached and two hollow-body halves attached to the sides for appearance only — shares nothing in common for design or hardware with the solid-body Gibson Les Paul, designed by Ted McCarty and introduced in 1952.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "The feedback associated with amplified hollow-bodied electric guitars was understood long before Paul's \"log\" was created in 1940; Gage Brewer's Ro-Pat-In of 1932 had a top so heavily reinforced that it essentially functioned as a solid-body instrument.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "Unlike acoustic guitars, solid-body electric guitars have no vibrating soundboard to amplify string vibration. Instead, solid-body instruments depend on electric pickups, and an amplifier (\"amp\") and speaker. The solid body ensures that the amplified sound reproduces the string vibration alone, thus avoiding the wolf tones and unwanted feedback associated with amplified acoustic guitars. These guitars are generally made of hardwood covered with a hard polymer finish, often polyester or lacquer. In large production facilities, the wood is stored for three to six months in a wood-drying kiln before being cut to shape. Premium custom-built guitars are frequently made with much older, hand-selected wood.",
"title": "Types"
},
{
"paragraph_id": 15,
"text": "One of the first solid-body guitars was invented by Les Paul. Gibson did not present their Gibson Les Paul guitar prototypes to the public, as they did not believe the solid-body style would catch on. Another early solid-body Spanish style guitar, resembling what would become Gibson's Les Paul guitar a decade later, was developed in 1941 by O.W. Appleton, of Nogales, Arizona. Appleton made contact with both Gibson and Fender but was unable to sell the idea behind his \"App\" guitar to either company. In 1946, Merle Travis commissioned steel guitar builder Paul Bigsby to build him a solid-body Spanish-style electric. Bigsby delivered the guitar in 1948. The first mass-produced solid-body guitar was Fender Esquire and Fender Broadcaster (later to become the Fender Telecaster), first made in 1950, five years after Les Paul made his prototype. The Gibson Les Paul appeared soon after to compete with the Broadcaster. Another notable solid-body design is the Fender Stratocaster, which was introduced in 1954 and became extremely popular among musicians in the 1960s and 1970s for its wide tonal capabilities and more comfortable ergonomics than other models. Different styles of guitar have different pick-up styles, the main being 2 or 3 \"single-coil\" pick-ups or a double humbucker, with the Stratocaster being a triple single-coil guitar.",
"title": "Types"
},
{
"paragraph_id": 16,
"text": "The history of electric guitars has been summarized by Guitar World magazine, and the earliest electric guitar on their top 10 list is the Ro-Pat-In Electro A-25 \"Frying Pan\" (1932) described as \"The first-fully functioning solid-body electric guitar to be manufactured and sold\". It was the first electric guitar used in a publicly promoted performance, performed by Gage Brewer in Wichita, Kansas in October 1932. The most recent electric guitar on this list was the Ibanez Jem (1987) which featured \"24 frets\", an impossibly thin neck\" and was \"designed to be the ultimate shredder machine\". Numerous other important electric guitars are on the list, including Gibson ES-150 (1936), Fender Telecaster (1951), Gibson Les Paul (1952), Gretsch 6128 Duo Jet (1953), Fender Stratocaster (1954), Rickenbacker 360/12 (1964), Van Halen Frankenstrat (1975), Paul Reed Smith Custom (1985) many of these guitars were \"successors\" to earlier designs. Electric guitar designs eventually became culturally important and visually iconic, with various model companies selling miniature model versions of particularly famous electric guitars, for example, the Gibson SG used by Angus Young from the group AC/DC.",
"title": "Types"
},
{
"paragraph_id": 17,
"text": "Some otherwise solid-bodied guitars, such as the Gibson Les Paul Supreme, the PRS Singlecut, and the Fender Telecaster Thinline, are built with hollow chambers in the body. These chambers are designed to not interfere with the critical bridge and string anchor point on the solid body. In the case of Gibson and PRS, these are called chambered bodies. The motivation for this may be to reduce weight, to achieve a semi-acoustic tone (see below) or both.",
"title": "Types"
},
{
"paragraph_id": 18,
"text": "Semi-acoustic guitars have a hollow body similar to an acoustic guitar and electromagnetic pickups mounted directly into the body. They work in a similar way to solid-body electric guitars except that because the hollow body also vibrates, the pickups convert a combination of string and body vibration into an electrical signal. Many models have a solid block running through the middle of the soundbox designed to reduce acoustic feedback, known as semi-hollow bodies. They do not provide enough acoustic volume for live performance, but they can be used unplugged for quiet practice. Semi-acoustic guitars are noted for being able to provide a sweet, plaintive, or funky tone. They are used in many genres, including jazz, blues, funk, sixties pop, and indie rock. They generally have cello-style F-shaped sound holes, which can be blocked off to further reduce feedback. Whereas chambered guitars are made, like solid-body guitars, from a single block of wood, semi-acoustic guitar bodies are made from multiple pieces of wood in an archtop form, a method of construction different from the typical steel string acoustic guitar): the top is formed from a moderately thick (1 inch (2.5 cm)) piece of wood, which is then carved into a thin (0.1 inches (0.25 cm)) domed shape, whereas conventional acoustic guitars have a thin, flat top.",
"title": "Types"
},
{
"paragraph_id": 19,
"text": "Some steel-string acoustic guitars are fitted with pickups purely as an alternative to using a separate microphone. They may also be fitted with a piezoelectric pickup under the bridge, attached to the bridge mounting plate, or with a low-mass microphone (usually a condenser mic) inside the body of the guitar that converts the vibrations in the body into electronic signals. Combinations of these types of pickups may be used, with an integral mixer/preamp/graphic equalizer. Such instruments are called electric acoustic guitars. They are regarded as acoustic guitars rather than electric guitars because the pickups do not produce a signal directly from the vibration of the strings, but rather from the vibration of the guitar top or body, and the amplification of the sound merely increases volume, not alters tone.",
"title": "Types"
},
{
"paragraph_id": 20,
"text": "Electric guitar design and construction vary greatly in the shape of the body and the configuration of the neck, bridge, and pickups. However, some features are present on most guitars. The photo below shows the different parts of an electric guitar. The headstock (1) contains the metal machine heads (1.1), which use a worm gear for tuning. The nut (1.4)—a thin fret-like strip of metal, plastic, graphite, or bone—supports the strings at the headstock end of the instrument. The frets (2.3) are thin metal strips that stop the string at the correct pitch when the player pushes a string against the fingerboard. The truss rod (1.2) is a metal rod (usually adjustable) that counters the tension of the strings to keep the neck straight. Position markers (2.2) provide the player with a reference to the playing position on the fingerboard.",
"title": "Construction"
},
{
"paragraph_id": 21,
"text": "The neck and fretboard (2.1) extend from the body. At the neck joint (2.4), the neck is either glued or bolted to the body. The body (3) is typically made of wood with a hard, polymerized finish. Strings vibrating in the magnetic field of the pickups (3.1, 3.2) produce an electric current in the pickup winding that passes through the tone and volume controls (3.8) to the output jack. Some guitars have piezo pickups, in addition to or instead of magnetic pickups.",
"title": "Construction"
},
{
"paragraph_id": 22,
"text": "Some guitars have a fixed bridge (3.4). Others have a spring-loaded hinged bridge called a vibrato bar, tremolo bar, or whammy bar, which lets players bend notes or chords up or down in pitch or perform a vibrato embellishment. A plastic pickguard on some guitars protects the body from scratches or covers the control cavity, which holds most of the wiring. The degree to which the choice of woods and other materials in the solid-guitar body (3) affects the sonic character of the amplified signal is disputed. Many believe it is highly significant, while others think the difference between woods is subtle. In acoustic and archtop guitars, wood choices more clearly affect tone.",
"title": "Construction"
},
{
"paragraph_id": 23,
"text": "Woods typically used in solid-body electric guitars include alder (brighter, but well rounded), swamp ash (similar to alder, but with more pronounced highs and lows), mahogany (dark, bassy, warm), poplar (similar to alder), and basswood (very neutral). Maple, a very bright tonewood, is also a popular body wood but is very heavy. For this reason, it is often placed as a \"cap\" on a guitar made primarily of another wood. Cheaper guitars are often made of cheaper woods, such as plywood, pine, or agathis—not true hardwoods—which can affect durability and tone. Though most guitars are made of wood, any material may be used. Materials such as plastic, metal, and even cardboard have been used in some instruments.",
"title": "Construction"
},
{
"paragraph_id": 24,
"text": "The guitar output jack typically provides a monaural signal. Many guitars with active electronics use a jack with an extra contact normally used for stereo. These guitars use the extra contact to break the ground connection to the on-board battery to preserve battery life when the guitar is unplugged. These guitars require a mono plug to close the internal switch and connect the battery to ground. Standard guitar cables use a high-impedance 1⁄4 inch (6.35 mm) mono plug. These have a tip and sleeve configuration referred to as a TS phone connector. The voltage is usually around 1 to 9 millivolts.",
"title": "Construction"
},
{
"paragraph_id": 25,
"text": "A few guitars feature stereo output, such as Rickenbacker guitars equipped with Rick-O-Sound. There are a variety of ways the \"stereo\" effect may be implemented. Commonly, but not exclusively, stereo guitars route the neck and bridge pickups to separate output buses on the guitar. A stereo cable then routes each pickup to its signal chain or amplifier. For these applications, the most popular connector is a high-impedance 1⁄4 inch (6.35 mm) plug with a tip, ring, and sleeve configuration, also known as a TRS phone connector. Some studio instruments, notably certain Gibson Les Paul models, incorporate a low-impedance three-pin XLR connector for balanced audio. Many exotic arrangements and connectors exist that support features such as midi and hexaphonic pickups.",
"title": "Construction"
},
{
"paragraph_id": 26,
"text": "The bridge and tailpiece, while serving separate purposes, work closely together to affect playing style and tone. There are four basic types of bridge and tailpiece systems on electric guitars. Within these four types are many variants.",
"title": "Construction"
},
{
"paragraph_id": 27,
"text": "A hard-tail guitar bridge anchors the strings at or directly behind the bridge and is fastened securely to the top of the instrument. These are common on carved-top guitars, such as the Gibson Les Paul and the Paul Reed Smith models, and on slab-body guitars, such as the Music Man Albert Lee and Fender guitars that are not equipped with a vibrato arm.",
"title": "Construction"
},
{
"paragraph_id": 28,
"text": "A floating or trapeze tailpiece (similar to a violin's) fastens to the body at the base of the guitar. These appear on Rickenbackers, Gretsches, Epiphones, a wide variety of archtop guitars, particularly jazz guitars, and the 1952 Gibson Les Paul.",
"title": "Construction"
},
{
"paragraph_id": 29,
"text": "Pictured is a tremolo arm or vibrato tailpiece-style bridge and tailpiece system, often called a whammy bar or trem. It uses a lever (\"vibrato arm\") attached to the bridge that can temporarily slacken or tighten the strings to alter the pitch. A player can use this to create a vibrato or a portamento effect. Early vibrato systems were often unreliable and made the guitar go out of tune easily. They also had a limited pitch range. Later Fender designs were better, but Fender held the patent on these, so other companies used older designs for many years.",
"title": "Construction"
},
{
"paragraph_id": 30,
"text": "With the expiration of the Fender patent on the Stratocaster-style vibrato, various improvements on this type of internal, multi-spring vibrato system are now available. Floyd Rose introduced one of the first improvements on the vibrato system in many years when, in the late 1970s, he experimented with \"locking\" nuts and bridges that prevent the guitar from losing tuning, even under heavy vibrato bar use.",
"title": "Construction"
},
{
"paragraph_id": 31,
"text": "The fourth type of system employs string-through body anchoring. The strings pass over the bridge saddles, then through holes through the top of the guitar body to the back. The strings are typically anchored in place at the back of the guitar by metal ferrules. Many believe this design improves a guitar's sustain and timbre. A few examples of string-through body guitars are the Fender Telecaster Thinline, the Fender Telecaster Deluxe, the B.C. Rich IT Warlock and Mockingbird, and the Schecter Omen 6 and 7 series.",
"title": "Construction"
},
{
"paragraph_id": 32,
"text": "Compared to an acoustic guitar, which has a hollow body, electric guitars make much less audible sound when their strings are plucked, so electric guitars are normally plugged into a guitar amplifier and speaker. When an electric guitar is played, string movement produces a signal by generating (i.e., inducing) a small electric current in the magnetic pickups, which are magnets wound with coils of very fine wire. The signal passes through the tone and volume circuits to the output jack, and through a cable to an amplifier. The current induced is proportional to such factors as string density and the amount of movement over the pickups.",
"title": "Construction"
},
{
"paragraph_id": 33,
"text": "Because of their natural qualities, magnetic pickups tend to pick up ambient, usually unwanted electromagnetic interference or EMI. This mains hum results in a tone of 50 or 60 cycles per second depending on the powerline frequency of the local alternating current supply.",
"title": "Construction"
},
{
"paragraph_id": 34,
"text": "The resulting hum is particularly strong with single-coil pickups. Double-coil or \"humbucker\" pickups were invented as a way to reduce or counter the sound, as they are designed to \"buck\" (in the verb sense of oppose or resist) the hum, hence their name. The high combined inductance of the two coils also leads to the richer, \"fatter\" tone associated with humbucking pickups.",
"title": "Construction"
},
{
"paragraph_id": 35,
"text": "Electric guitar necks vary in composition and shape. The primary metric of guitar necks is the scale length, which is the vibrating length of the strings from nut to bridge. A typical Fender guitar uses a 25.5-inch (65 cm) scale length, while Gibson uses a 24.75-inch (62.9 cm) scale length in their Les Paul. While the scale length of the Les Paul is often described as 24.75 inches, it has varied through the years by as much as a half inch.",
"title": "Construction"
},
{
"paragraph_id": 36,
"text": "Frets are positioned proportionally to scale length—the shorter the scale length, the closer the fret spacing. Opinions vary regarding the effect of scale length on tone and feel. Popular opinion holds that longer scale length contributes to greater amplitude. Reports of playing feel are greatly complicated by the many factors involved in this perception. String gauge and design, neck construction and relief, guitar setup, playing style, and other factors contribute to the subjective impression of playability or feel.",
"title": "Construction"
},
{
"paragraph_id": 37,
"text": "Necks are described as bolt-on, set-in, or neck-through, depending on how they attach to the body. Set-in necks are glued to the body at the factory. This is the traditional type of joint. Leo Fender pioneered bolt-on necks on electric guitars to facilitate easy adjustment and replacement. Neck-through instruments extend the neck to the length of the instrument so that it forms the center of the body. While a set-in neck can be carefully unglued by a skilled luthier, and a bolt-on neck can simply be unscrewed, a neck-through design is difficult or even impossible to repair, depending on the damage. Historically, the bolt-on style has been more popular for ease of installation and adjustment. Since bolt-on necks can be easily removed, there is an after-market in replacement bolt-on necks from companies such as Warmoth and Mighty Mite. Some instruments—notably most Gibson models—continue to use set-in glued necks. Neck-through bodies are somewhat more common in bass guitars.",
"title": "Construction"
},
{
"paragraph_id": 38,
"text": "Materials for necks are selected for dimensional stability and rigidity, and some allege that they influence tone. Hardwoods are preferred, with maple, mahogany, and ash topping the list. The neck and fingerboard can be made from different materials; for example, a guitar may have a maple neck with a rosewood or ebony fingerboard. Today there are expensive and budget guitars exploring other options for fretboard wood for instance Pau-Ferro, both for availability and cheap price while still maintaining quality. In the 1970s, designers began to use exotic man-made materials such as aircraft-grade aluminum, carbon fiber, and ebonol. Makers known for these unusual materials include John Veleno, Travis Bean, Geoff Gould, and Alembic.",
"title": "Construction"
},
{
"paragraph_id": 39,
"text": "Aside from possible engineering advantages, some feel that with the rising cost of rare tonewoods, man-made materials may be economically preferable and more ecologically sensitive. However, wood remains popular in production instruments, though sometimes in conjunction with new materials. Vigier guitars, for example, use a wooden neck reinforced by embedding a light, carbon fiber rod in place of the usual heavier steel bar or adjustable steel truss rod. After-market necks made entirely from carbon fiber fit existing bolt-on instruments. Few, if any, extensive formal investigations have been widely published that confirm or refute claims over the effects of different woods or materials on the electric guitar sound.",
"title": "Construction"
},
{
"paragraph_id": 40,
"text": "Several neck shapes appear on guitars, including shapes known as C necks, U necks, and V necks. These refer to the cross-sectional shape of the neck (especially near the nut). Several sizes of fret wire are available, with traditional players often preferring thin frets, and metal shredders liking thick frets. Thin frets are considered better for playing chords, while thick frets allow lead guitarists to bend notes with less effort.",
"title": "Construction"
},
{
"paragraph_id": 41,
"text": "An electric guitar with a folding neck called the \"Foldaxe\" was designed and built for Chet Atkins by Roger C. Field. Steinberger guitars developed a line of exotic, carbon fiber instruments without headstocks, with tuning done on the bridge instead.",
"title": "Construction"
},
{
"paragraph_id": 42,
"text": "Fingerboards vary as much as necks. The fingerboard surface usually has a cross-sectional radius that is optimized to accommodate finger movement for different playing techniques. Fingerboard radius typically ranges from nearly flat (a very large radius) to radically arched (a small radius). The vintage Fender Telecaster, for example, has a typical small radius of approximately 7.25 inches (18.4 cm). Some manufacturers have experimented with fret profile and material, fret layout, number of frets, and modifications of the fingerboard surface for various reasons. Some innovations were intended to improve playability by ergonomic means, such as Warmoth Guitars' compound radius fingerboard. Scalloped fingerboards added enhanced microtonality during fast legato runs. Fanned frets intend to provide each string with an optimal playing tension and enhanced musicality. Some guitars have no frets, while others, like the Gittler guitar, have no neck in the traditional sense.",
"title": "Construction"
}
]
| An electric guitar is a guitar that requires external amplification in order to be heard at typical performance volumes, unlike a standard acoustic guitar. It uses one or more pickups to convert the vibration of its strings into electrical signals, which ultimately are reproduced as sound by loudspeakers. The sound is sometimes shaped or electronically altered to achieve different timbres or tonal qualities from that of an acoustic guitar via amplifier settings or knobs on the guitar. Often, this is done through the use of effects such as reverb, distortion and "overdrive"; the latter is considered to be a key element of electric blues guitar music and jazz, rock and heavy- metal guitar playing. Designs also exist combining attributes of the electric and acoustic guitars: the semi-acoustic and acoustic-electric guitars. Invented in 1932, the electric guitar was adopted by jazz guitar players, who wanted to play single-note guitar solos in large big band ensembles. Early proponents of the electric guitar on record include Les Paul, Eddie Durham, George Barnes, Lonnie Johnson, Sister Rosetta Tharpe, T-Bone Walker, and Charlie Christian. During the 1950s and 1960s, the electric guitar became the most important instrument in popular music. It has evolved into an instrument that is capable of a multitude of sounds and styles in genres ranging from pop and rock to folk to country music, blues and jazz. It served as a major component in the development of electric blues, rock and roll, rock music, heavy metal music and many other genres of music. Electric guitar design and construction varies greatly in the shape of the body and the configuration of the neck, bridge, and pickups. Guitars may have a fixed bridge or a spring-loaded hinged bridge, which lets players "bend" the pitch of notes or chords up or down, or perform vibrato effects. The sound of an electric guitar can be modified by new playing techniques such as string bending, tapping, and hammering-on, using audio feedback, or slide guitar playing. There are several types of electric guitar. Early forms were hollow-body semi-acoustic guitars, while solid body guitars developed later. String configurations include the six-string guitar, which is usually tuned E, A, D, G, B, E, from lowest to highest strings; the seven-string guitar, which typically adds a low B string below the low E; the eight-string guitar, which typically adds a low E or F# string below the low B; and the twelve-string guitar, which has six two-string courses similar to a mandolin. In rock, the electric guitar is often used in two roles: as a rhythm guitar, which plays the chord sequences or progressions, and riffs, and sets the beat; and as a lead guitar, which provides instrumental melody lines, melodic instrumental fill passages, and solos. In a small group, such as a power trio, one guitarist may switch between both roles; in larger groups there is often a rhythm guitarist and a lead guitarist. | 2001-10-31T02:03:19Z | 2023-12-31T20:24:22Z | [
"Template:Other uses",
"Template:Pp-move-indef",
"Template:Infobox instrument",
"Template:Main",
"Template:Cite web",
"Template:Commons category",
"Template:Short description",
"Template:Use dmy dates",
"Template:Reflist",
"Template:Cite news",
"Template:Guitars",
"Template:Authority control",
"Template:TOC limit",
"Template:Anchor",
"Template:Convert",
"Template:More citations needed section",
"Template:Cite book",
"Template:ISBN",
"Template:Cite journal"
]
| https://en.wikipedia.org/wiki/Electric_guitar |
10,273 | Embryo drawing | Embryo drawing is the illustration of embryos in their developmental sequence. In plants and animals, an embryo develops from a zygote, the single cell that results when an egg and sperm fuse during fertilization. In animals, the zygote divides repeatedly to form a ball of cells, which then forms a set of tissue layers that migrate and fold to form an early embryo. Images of embryos provide a means of comparing embryos of different ages, and species. To this day, embryo drawings are made in undergraduate developmental biology lessons.
Comparing different embryonic stages of different animals is a tool that can be used to infer relationships between species, and thus biological evolution. This has been a source of quite some controversy, both now and in the past. Ernst Haeckel at the University of Basel pioneered in this field. By comparing different embryonic stages of different vertebrate species, he formulated the recapitulation theory. This theory states that an animal's embryonic development follows exactly the same sequence as the sequence of its evolutionary ancestors. Haeckel's work and the ensuing controversy linked the fields of developmental biology and comparative anatomy into comparative embryology. From a more modern perspective, Haeckel's drawings were the beginnings of the field of evolutionary developmental biology (evo-devo).
The study of comparative embryology aims to prove or disprove that vertebrate embryos of different classes (e.g. mammals vs. fish) follow a similar developmental path due to their common ancestry. Such developing vertebrates have similar genes, which determine the basic body plan. However, further development allows for the distinguishing of distinct characteristics as adults.
In current biology, fundamental research in developmental biology and evolutionary developmental biology is no longer driven by morphological comparisons between embryos, but more by molecular biology. This is partly because Haeckel's drawings were very inaccurate.
The exactness of Ernst Haeckel's drawings of embryos has caused much controversy among Intelligent Design proponents recently and Haeckel's intellectual opponents in the past. Although the early embryos of different species exhibit similarities, Haeckel apparently exaggerated these similarities in support of his Recapitulation theory, sometimes known as the Biogenetic Law or "Ontogeny recapitulates phylogeny". Furthermore, Haeckel even proposed theoretical life-forms to accommodate certain stages in embryogenesis. A recent review concluded that the "biogenetic law is supported by several recent studies – if applied to single characters only".
Critics in the late 19th and early 20th centuries, Karl von Baer and Wilhelm His, did not believe that living embryos reproduce the evolutionary process and produced embryo drawings of their own which emphasized the differences in early embryological development. Late 20th and early 21st century critic Stephen Jay Gould has objected to the continued use of Haeckel's embryo drawings in textbooks.
On the other hand, Michael K. Richardson, Professor of Evolutionary Developmental Zoology, Leiden University, while recognizing that some criticisms of the drawings are legitimate (indeed, it was he and his co-workers who began the modern criticisms in 1998), has supported the drawings as teaching aids, and has said that "on a fundamental level, Haeckel was correct."
Haeckel's illustrations show vertebrate embryos at different stages of development, which exhibit embryonic resemblance as support for evolution, recapitulation as evidence of the Biogenetic Law, and phenotypic divergence as evidence of von Baer's laws. The series of twenty-four embryos from the early editions of Haeckel's Anthropogenie remain the most famous. The different species are arranged in columns, and the different stages in rows. Similarities can be seen along the first two rows; the appearance of specialized characters in each species can be seen in the columns and a diagonal interpretation leads one to Haeckel's idea of recapitulation.
Haeckel's embryo drawings are primarily intended to express his theory of embryonic development, the Biogenetic Law, which in turn assumes (but is not crucial to) the evolutionary concept of common descent. His postulation of embryonic development coincides with his understanding of evolution as a developmental process. In and around 1800, embryology fused with comparative anatomy as the primary foundation of morphology. Ernst Haeckel, along with Karl von Baer and Wilhelm His, are primarily influential in forming the preliminary foundations of 'phylogenetic embryology' based on principles of evolution. Haeckel's 'Biogenetic Law' portrays the parallel relationship between an embryo's development and phylogenetic history. The term, 'recapitulation,' has come to embody Haeckel's Biogenetic Law, for embryonic development is a recapitulation of evolution. Haeckel proposes that all classes of vertebrates pass through an evolutionarily conserved "phylotypic" stage of development, a period of reduced phenotypic diversity among higher embryos. Only in later development do particular differences appear. Haeckel portrays a concrete demonstration of his Biogenetic Law through his Gastrea theory, in which he argues that the early cup-shaped gastrula stage of development is a universal feature of multi-celled animals. An ancestral form existed, known as the gastrea, which was a common ancestor to the corresponding gastrula.
Haeckel argues that certain features in embryonic development are conserved and palingenetic, while others are caenogenetic. Caenogenesis represents "the blurring of ancestral resemblances in development", which are said to be the result of certain adaptations to embryonic life due to environmental changes. In his drawings, Haeckel cites the notochord, pharyngeal arches and clefts, pronephros and neural tube as palingenetic features. However, the yolk sac, extra-embryonic membranes, egg membranes and endocardial tube are considered caenogenetic features. The addition of terminal adult stages and the telescoping, or driving back, of such stages to descendant's embryonic stages are likewise representative of Haeckelian embryonic development. In addressing his embryo drawings to a general audience, Haeckel does not cite any sources, which gives his opponents the freedom to make assumptions regarding the originality of his work.
Haeckel was not the only one to create a series of drawings representing embryonic development. Karl E. von Baer and Haeckel both struggled to model one of the most complex problems facing embryologists at the time: the arrangement of general and special characters during development in different species of animals. In relation to developmental timing, von Baer's scheme of development differs from Haeckel's scheme. Von Baer's scheme of development need not be tied to developmental stages defined by particular characters, where recapitulation involves heterochrony. Heterochrony represents a gradual alteration in the original phylogenetic sequence due to embryonic adaptation. As well, von Baer early noted that embryos of different species could not be easily distinguished from one another as in adults.
Von Baer's laws governing embryonic development are specific rejections of recapitulation. As a response to Haeckel's theory of recapitulation, von Baer enunciates his most notorious laws of development. Von Baer's laws state that general features of animals appear earlier in the embryo than special features, where less general features stem from the most general, each embryo of a species departs more and more from a predetermined passage through the stages of other animals, and there is never a complete morphological similarity between an embryo and a lower adult. Von Baer's embryo drawings display that individual development proceeds from general features of the developing embryo in early stages through differentiation into special features specific to the species, establishing that linear evolution could not occur. Embryological development, in von Baer's mind, is a process of differentiation, "a movement from the more homogeneous and universal to the more heterogeneous and individual."
Von Baer argues that embryos will resemble each other before attaining characteristics differentiating them as part of a specific family, genus or species, but embryos are not the same as the final forms of lower organisms.
Wilhelm His was one of Haeckel's most authoritative and primary opponents advocating physiological embryology. His Anatomie menschlicher Embryonen (Anatomy of human embryos) employs a series of his most important drawings chronicling developing embryos from the end of the second week through the end of the second month of pregnancy. In 1878, His begins to engage in serious study of the anatomy of human embryos for his drawings. During the 19th century, embryologists often obtained early human embryos from abortions and miscarriages, postmortems of pregnant women and collections in anatomical museums. In order to construct his series of drawings, His collected specimens which he manipulated into a form that he could operate with.
In His' Normentafel, he displays specific individual embryos rather than ideal types. His does not produce norms from aborted specimens, but rather visualizes the embryos in order to make them comparable and specifically subjects his embryo specimens to criticism and comparison with other cases. Ultimately, His' critical work in embryonic development comes with his production of a series of embryo drawings of increasing length and degree of development. His' depiction of embryological development strongly differs from Haeckel's depiction, for His argues that the phylogenetic explanation of ontogenetic events is unnecessary. His argues that all ontogenetic events are the "mechanical" result of differential cell growth. His' embryology is not explained in terms of ancestral history.
The debate between Haeckel and His ultimately becomes fueled by the description of an embryo that Wilhelm Krause propels directly into the ongoing feud between Haeckel and His. Haeckel speculates that the allantois is formed in a similar way in both humans and other mammals. His, on the other hand, accuses Haeckel of altering and playing with the facts. Although Haeckel is proven right about the allantois, the utilization of Krause's embryo as justification turns out to be problematic, for the embryo is that of a bird rather than a human. The underlying debate between Haeckel and His derives from differing viewpoints regarding the similarity or dissimilarity of vertebrate embryos. In response to Haeckel's evolutionary claim that all vertebrates are essentially identical in the first month of embryonic life as proof of common descent, His responds by insisting that a more skilled observer would recognize even sooner that early embryos can be distinguished. His also counteracts Haeckel's sequence of drawings in the Anthropogenie with what he refers to as "exact" drawings, highlighting specific differences. Ultimately, His goes so far as to accuse Haeckel of "faking" his embryo illustrations to make the vertebrate embryos appear more similar than in reality. His also accuses Haeckel of creating early human embryos that he conjured in his imagination rather than obtained through empirical observation. His completes his denunciation of Haeckel by pronouncing that Haeckel had "'relinquished the right to count as an equal in the company of serious researchers.'"
Haeckel encountered numerous oppositions to his artistic depictions of embryonic development during the late nineteenth and early twentieth centuries. Haeckel's opponents believe that he de-emphasizes the differences between early embryonic stages in order to make the similarities between embryos of different species more pronounced.
The first suggestion of fakery against Haeckel was made in late 1868 by Ludwig Rutimeyer in the Archiv für Anthropogenie. Rutimeyer was a professor of zoology and comparative anatomy at the University of Basel, who rejected natural selection as simply mechanistic and proposed an anti-materialist view of nature. Rutimeyer claimed that Haeckel "had taken to kinds of liberty with established truth". Rutimeyer claimed that Haeckel presented the same image three consecutive times as the embryo of the dog, the chicken, and the turtle.
Theodor Bischoff (1807–1882), was a strong opponent of Darwinism. As a pioneer in mammalian embryology, he was one of Haeckel's strongest critics. Although Bischoff's 1840 surveys depict how similar the early embryos of man are to other vertebrates, he later demanded that such hasty generalization was inconsistent with his recent findings regarding the dissimilarity between hamster embryos and those of rabbits and dogs. Nevertheless, Bischoff's main argument was in reference to Haeckel's drawings of human embryos, for Haeckel is later accused of miscopying the dog embryo from him. Throughout Haeckel's time, criticism of his embryo drawings was often due in part to his critics' belief in his representations of embryological development as "crude schemata".
Michael Richardson and his colleagues in a July 1997 issue of Anatomy and Embryology, demonstrated that Haeckel falsified his drawings in order to exaggerate the similarity of the phylotypic stage. In a March 2000 issue of Natural History, Stephen Jay Gould argued that Haeckel "exaggerated the similarities by idealizations and omissions." As well, Gould argued that Haeckel's drawings are simply inaccurate and falsified. On the other hand, one of those who criticized Haeckel's drawings, Michael Richardson, has argued that "Haeckel's much-criticized drawings are important as phylogenetic hypotheses, teaching aids, and evidence for evolution". But even Richardson admitted in Science Magazine in 1997 that his team's investigation of Haeckel's drawings were showing them to be "one of the most famous fakes in biology."
Some version of Haeckel's drawings can be found in many modern biology textbooks in discussions of the history of embryology, with clarification that these are no longer considered valid .
Although Charles Darwin accepted Haeckel's support for natural selection, he was tentative in using Haeckel's ideas in his writings; with regard to embryology, Darwin relied far more on von Baer's work. Haeckel's work was published in 1866 and 1874, years after Darwin's "The Origin of Species" (1859).
Despite the numerous oppositions, Haeckel has influenced many disciplines in science in his drive to integrate such disciplines of taxonomy and embryology into the Darwinian framework and to investigate phylogenetic reconstruction through his Biogenetic Law. As well, Haeckel served as a mentor to many important scientists, including Anton Dohrn, Richard and Oscar Hertwig, Wilhelm Roux, and Hans Driesch.
One of Haeckel's earliest proponents was Carl Gegenbaur at the University of Jena (1865–1873), during which both men were absorbing the impact of Darwin's theory. The two quickly sought to integrate their knowledge into an evolutionary program. In determining the relationships between "phylogenetic linkages" and "evolutionary laws of form," both Gegenbaur and Haeckel relied on a method of comparison. As Gegenbaur argued, the task of comparative anatomy lies in explaining the form and organization of the animal body in order to provide evidence for the continuity and evolution of a series of organs in the body. Haeckel then provided a means of pursuing this aim with his biogenetic law, in which he proposed to compare an individual's various stages of development with its ancestral line. Although Haeckel stressed comparative embryology and Gegenbaur promoted the comparison of adult structures, both believed that the two methods could work in conjunction to produce the goal of evolutionary morphology.
The philologist and anthropologist, Friedrich Müller, used Haeckel's concepts as a source for his ethnological research, involving the systematic comparison of the folklore, beliefs and practices of different societies. Müller's work relies specifically on theoretical assumptions that are very similar to Haeckel's and reflects the German practice to maintain strong connections between empirical research and the philosophical framework of science. Language is particularly important, for it establishes a bridge between natural science and philosophy. For Haeckel, language specifically represented the concept that all phenomena of human development relate to the laws of biology. Although Müller did not specifically have an influence in advocating Haeckel's embryo drawings, both shared a common understanding of development from lower to higher forms, for Müller specifically saw humans as the last link in an endless chain of evolutionary development.
Modern acceptance of Haeckel's Biogenetic Law, despite current rejection of Haeckelian views, finds support in the certain degree of parallelism between ontogeny and phylogeny. A. M. Khazen, on the one hand, states that "ontogeny is obliged to repeat the main stages of phylogeny." A. S. Rautian, on the other hand, argues that the reproduction of ancestral patterns of development is a key aspect of certain biological systems. Dr. Rolf Siewing acknowledges the similarity of embryos in different species, along with the laws of von Baer, but does not believe that one should compare embryos with adult stages of development. According to M. S. Fischer, reconsideration of the Biogenetic Law is possible as a result of two fundamental innovations in biology since Haeckel's time: cladistics and developmental genetics.
In defense of Haeckel's embryo drawings, the principal argument is that of "schematisation." Haeckel's drawings were not intended to be technical and scientific depictions, but rather schematic drawings and reconstructions for a specifically lay audience. Therefore, as R. Gursch argues, Haeckel's embryo drawings should be regarded as "reconstructions." Although his drawings are open to criticism, his drawings should not be considered falsifications of any sort. Although modern defense of Haeckel's embryo drawings still considers the inaccuracy of his drawings, charges of fraud are considered unreasonable. As Erland Nordenskiöld argues, charges of fraud against Haeckel are unnecessary. R. Bender ultimately goes so far as to reject His's claims regarding the fabrication of certain stages of development in Haeckel's drawings, arguing that Haeckel's embryo drawings are faithful representations of real stages of embryonic development in comparison to published embryos.
Haeckel's embryo drawings, as comparative plates, were at first only copied into biology textbooks, rather than texts on the study of embryology. Even though Haeckel's program in comparative embryology virtually collapsed after the First World War, his embryo drawings have often been reproduced and redrawn with increased precision and accuracy in works that have kept the study of comparative embryology alive. Nevertheless, neither His-inspired human embryology nor developmental biology are concerned with the comparison of vertebrate embryos. Although Stephen Jay Gould's 1977 book Ontogeny and Phylogeny helps to reassess Haeckelian embryology, it does not address the controversy over Haeckel's embryo drawings. Nevertheless, new interest in evolution in and around 1977 inspired developmental biologists to look more closely at Haeckel's illustrations. | [
{
"paragraph_id": 0,
"text": "Embryo drawing is the illustration of embryos in their developmental sequence. In plants and animals, an embryo develops from a zygote, the single cell that results when an egg and sperm fuse during fertilization. In animals, the zygote divides repeatedly to form a ball of cells, which then forms a set of tissue layers that migrate and fold to form an early embryo. Images of embryos provide a means of comparing embryos of different ages, and species. To this day, embryo drawings are made in undergraduate developmental biology lessons.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Comparing different embryonic stages of different animals is a tool that can be used to infer relationships between species, and thus biological evolution. This has been a source of quite some controversy, both now and in the past. Ernst Haeckel at the University of Basel pioneered in this field. By comparing different embryonic stages of different vertebrate species, he formulated the recapitulation theory. This theory states that an animal's embryonic development follows exactly the same sequence as the sequence of its evolutionary ancestors. Haeckel's work and the ensuing controversy linked the fields of developmental biology and comparative anatomy into comparative embryology. From a more modern perspective, Haeckel's drawings were the beginnings of the field of evolutionary developmental biology (evo-devo).",
"title": ""
},
{
"paragraph_id": 2,
"text": "The study of comparative embryology aims to prove or disprove that vertebrate embryos of different classes (e.g. mammals vs. fish) follow a similar developmental path due to their common ancestry. Such developing vertebrates have similar genes, which determine the basic body plan. However, further development allows for the distinguishing of distinct characteristics as adults.",
"title": ""
},
{
"paragraph_id": 3,
"text": "In current biology, fundamental research in developmental biology and evolutionary developmental biology is no longer driven by morphological comparisons between embryos, but more by molecular biology. This is partly because Haeckel's drawings were very inaccurate.",
"title": "Use of embryo drawings and photography in contemporary biology"
},
{
"paragraph_id": 4,
"text": "The exactness of Ernst Haeckel's drawings of embryos has caused much controversy among Intelligent Design proponents recently and Haeckel's intellectual opponents in the past. Although the early embryos of different species exhibit similarities, Haeckel apparently exaggerated these similarities in support of his Recapitulation theory, sometimes known as the Biogenetic Law or \"Ontogeny recapitulates phylogeny\". Furthermore, Haeckel even proposed theoretical life-forms to accommodate certain stages in embryogenesis. A recent review concluded that the \"biogenetic law is supported by several recent studies – if applied to single characters only\".",
"title": "Controversy"
},
{
"paragraph_id": 5,
"text": "Critics in the late 19th and early 20th centuries, Karl von Baer and Wilhelm His, did not believe that living embryos reproduce the evolutionary process and produced embryo drawings of their own which emphasized the differences in early embryological development. Late 20th and early 21st century critic Stephen Jay Gould has objected to the continued use of Haeckel's embryo drawings in textbooks.",
"title": "Controversy"
},
{
"paragraph_id": 6,
"text": "On the other hand, Michael K. Richardson, Professor of Evolutionary Developmental Zoology, Leiden University, while recognizing that some criticisms of the drawings are legitimate (indeed, it was he and his co-workers who began the modern criticisms in 1998), has supported the drawings as teaching aids, and has said that \"on a fundamental level, Haeckel was correct.\"",
"title": "Controversy"
},
{
"paragraph_id": 7,
"text": "Haeckel's illustrations show vertebrate embryos at different stages of development, which exhibit embryonic resemblance as support for evolution, recapitulation as evidence of the Biogenetic Law, and phenotypic divergence as evidence of von Baer's laws. The series of twenty-four embryos from the early editions of Haeckel's Anthropogenie remain the most famous. The different species are arranged in columns, and the different stages in rows. Similarities can be seen along the first two rows; the appearance of specialized characters in each species can be seen in the columns and a diagonal interpretation leads one to Haeckel's idea of recapitulation.",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 8,
"text": "Haeckel's embryo drawings are primarily intended to express his theory of embryonic development, the Biogenetic Law, which in turn assumes (but is not crucial to) the evolutionary concept of common descent. His postulation of embryonic development coincides with his understanding of evolution as a developmental process. In and around 1800, embryology fused with comparative anatomy as the primary foundation of morphology. Ernst Haeckel, along with Karl von Baer and Wilhelm His, are primarily influential in forming the preliminary foundations of 'phylogenetic embryology' based on principles of evolution. Haeckel's 'Biogenetic Law' portrays the parallel relationship between an embryo's development and phylogenetic history. The term, 'recapitulation,' has come to embody Haeckel's Biogenetic Law, for embryonic development is a recapitulation of evolution. Haeckel proposes that all classes of vertebrates pass through an evolutionarily conserved \"phylotypic\" stage of development, a period of reduced phenotypic diversity among higher embryos. Only in later development do particular differences appear. Haeckel portrays a concrete demonstration of his Biogenetic Law through his Gastrea theory, in which he argues that the early cup-shaped gastrula stage of development is a universal feature of multi-celled animals. An ancestral form existed, known as the gastrea, which was a common ancestor to the corresponding gastrula.",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 9,
"text": "Haeckel argues that certain features in embryonic development are conserved and palingenetic, while others are caenogenetic. Caenogenesis represents \"the blurring of ancestral resemblances in development\", which are said to be the result of certain adaptations to embryonic life due to environmental changes. In his drawings, Haeckel cites the notochord, pharyngeal arches and clefts, pronephros and neural tube as palingenetic features. However, the yolk sac, extra-embryonic membranes, egg membranes and endocardial tube are considered caenogenetic features. The addition of terminal adult stages and the telescoping, or driving back, of such stages to descendant's embryonic stages are likewise representative of Haeckelian embryonic development. In addressing his embryo drawings to a general audience, Haeckel does not cite any sources, which gives his opponents the freedom to make assumptions regarding the originality of his work.",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 10,
"text": "Haeckel was not the only one to create a series of drawings representing embryonic development. Karl E. von Baer and Haeckel both struggled to model one of the most complex problems facing embryologists at the time: the arrangement of general and special characters during development in different species of animals. In relation to developmental timing, von Baer's scheme of development differs from Haeckel's scheme. Von Baer's scheme of development need not be tied to developmental stages defined by particular characters, where recapitulation involves heterochrony. Heterochrony represents a gradual alteration in the original phylogenetic sequence due to embryonic adaptation. As well, von Baer early noted that embryos of different species could not be easily distinguished from one another as in adults.",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 11,
"text": "Von Baer's laws governing embryonic development are specific rejections of recapitulation. As a response to Haeckel's theory of recapitulation, von Baer enunciates his most notorious laws of development. Von Baer's laws state that general features of animals appear earlier in the embryo than special features, where less general features stem from the most general, each embryo of a species departs more and more from a predetermined passage through the stages of other animals, and there is never a complete morphological similarity between an embryo and a lower adult. Von Baer's embryo drawings display that individual development proceeds from general features of the developing embryo in early stages through differentiation into special features specific to the species, establishing that linear evolution could not occur. Embryological development, in von Baer's mind, is a process of differentiation, \"a movement from the more homogeneous and universal to the more heterogeneous and individual.\"",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 12,
"text": "Von Baer argues that embryos will resemble each other before attaining characteristics differentiating them as part of a specific family, genus or species, but embryos are not the same as the final forms of lower organisms.",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 13,
"text": "Wilhelm His was one of Haeckel's most authoritative and primary opponents advocating physiological embryology. His Anatomie menschlicher Embryonen (Anatomy of human embryos) employs a series of his most important drawings chronicling developing embryos from the end of the second week through the end of the second month of pregnancy. In 1878, His begins to engage in serious study of the anatomy of human embryos for his drawings. During the 19th century, embryologists often obtained early human embryos from abortions and miscarriages, postmortems of pregnant women and collections in anatomical museums. In order to construct his series of drawings, His collected specimens which he manipulated into a form that he could operate with.",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 14,
"text": "In His' Normentafel, he displays specific individual embryos rather than ideal types. His does not produce norms from aborted specimens, but rather visualizes the embryos in order to make them comparable and specifically subjects his embryo specimens to criticism and comparison with other cases. Ultimately, His' critical work in embryonic development comes with his production of a series of embryo drawings of increasing length and degree of development. His' depiction of embryological development strongly differs from Haeckel's depiction, for His argues that the phylogenetic explanation of ontogenetic events is unnecessary. His argues that all ontogenetic events are the \"mechanical\" result of differential cell growth. His' embryology is not explained in terms of ancestral history.",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 15,
"text": "The debate between Haeckel and His ultimately becomes fueled by the description of an embryo that Wilhelm Krause propels directly into the ongoing feud between Haeckel and His. Haeckel speculates that the allantois is formed in a similar way in both humans and other mammals. His, on the other hand, accuses Haeckel of altering and playing with the facts. Although Haeckel is proven right about the allantois, the utilization of Krause's embryo as justification turns out to be problematic, for the embryo is that of a bird rather than a human. The underlying debate between Haeckel and His derives from differing viewpoints regarding the similarity or dissimilarity of vertebrate embryos. In response to Haeckel's evolutionary claim that all vertebrates are essentially identical in the first month of embryonic life as proof of common descent, His responds by insisting that a more skilled observer would recognize even sooner that early embryos can be distinguished. His also counteracts Haeckel's sequence of drawings in the Anthropogenie with what he refers to as \"exact\" drawings, highlighting specific differences. Ultimately, His goes so far as to accuse Haeckel of \"faking\" his embryo illustrations to make the vertebrate embryos appear more similar than in reality. His also accuses Haeckel of creating early human embryos that he conjured in his imagination rather than obtained through empirical observation. His completes his denunciation of Haeckel by pronouncing that Haeckel had \"'relinquished the right to count as an equal in the company of serious researchers.'\"",
"title": "Famous embryo illustrators"
},
{
"paragraph_id": 16,
"text": "Haeckel encountered numerous oppositions to his artistic depictions of embryonic development during the late nineteenth and early twentieth centuries. Haeckel's opponents believe that he de-emphasizes the differences between early embryonic stages in order to make the similarities between embryos of different species more pronounced.",
"title": "Opposition to Haeckel"
},
{
"paragraph_id": 17,
"text": "The first suggestion of fakery against Haeckel was made in late 1868 by Ludwig Rutimeyer in the Archiv für Anthropogenie. Rutimeyer was a professor of zoology and comparative anatomy at the University of Basel, who rejected natural selection as simply mechanistic and proposed an anti-materialist view of nature. Rutimeyer claimed that Haeckel \"had taken to kinds of liberty with established truth\". Rutimeyer claimed that Haeckel presented the same image three consecutive times as the embryo of the dog, the chicken, and the turtle.",
"title": "Opposition to Haeckel"
},
{
"paragraph_id": 18,
"text": "Theodor Bischoff (1807–1882), was a strong opponent of Darwinism. As a pioneer in mammalian embryology, he was one of Haeckel's strongest critics. Although Bischoff's 1840 surveys depict how similar the early embryos of man are to other vertebrates, he later demanded that such hasty generalization was inconsistent with his recent findings regarding the dissimilarity between hamster embryos and those of rabbits and dogs. Nevertheless, Bischoff's main argument was in reference to Haeckel's drawings of human embryos, for Haeckel is later accused of miscopying the dog embryo from him. Throughout Haeckel's time, criticism of his embryo drawings was often due in part to his critics' belief in his representations of embryological development as \"crude schemata\".",
"title": "Opposition to Haeckel"
},
{
"paragraph_id": 19,
"text": "Michael Richardson and his colleagues in a July 1997 issue of Anatomy and Embryology, demonstrated that Haeckel falsified his drawings in order to exaggerate the similarity of the phylotypic stage. In a March 2000 issue of Natural History, Stephen Jay Gould argued that Haeckel \"exaggerated the similarities by idealizations and omissions.\" As well, Gould argued that Haeckel's drawings are simply inaccurate and falsified. On the other hand, one of those who criticized Haeckel's drawings, Michael Richardson, has argued that \"Haeckel's much-criticized drawings are important as phylogenetic hypotheses, teaching aids, and evidence for evolution\". But even Richardson admitted in Science Magazine in 1997 that his team's investigation of Haeckel's drawings were showing them to be \"one of the most famous fakes in biology.\"",
"title": "Opposition to Haeckel"
},
{
"paragraph_id": 20,
"text": "Some version of Haeckel's drawings can be found in many modern biology textbooks in discussions of the history of embryology, with clarification that these are no longer considered valid .",
"title": "Opposition to Haeckel"
},
{
"paragraph_id": 21,
"text": "Although Charles Darwin accepted Haeckel's support for natural selection, he was tentative in using Haeckel's ideas in his writings; with regard to embryology, Darwin relied far more on von Baer's work. Haeckel's work was published in 1866 and 1874, years after Darwin's \"The Origin of Species\" (1859).",
"title": "Haeckel's proponents (past and present)"
},
{
"paragraph_id": 22,
"text": "Despite the numerous oppositions, Haeckel has influenced many disciplines in science in his drive to integrate such disciplines of taxonomy and embryology into the Darwinian framework and to investigate phylogenetic reconstruction through his Biogenetic Law. As well, Haeckel served as a mentor to many important scientists, including Anton Dohrn, Richard and Oscar Hertwig, Wilhelm Roux, and Hans Driesch.",
"title": "Haeckel's proponents (past and present)"
},
{
"paragraph_id": 23,
"text": "One of Haeckel's earliest proponents was Carl Gegenbaur at the University of Jena (1865–1873), during which both men were absorbing the impact of Darwin's theory. The two quickly sought to integrate their knowledge into an evolutionary program. In determining the relationships between \"phylogenetic linkages\" and \"evolutionary laws of form,\" both Gegenbaur and Haeckel relied on a method of comparison. As Gegenbaur argued, the task of comparative anatomy lies in explaining the form and organization of the animal body in order to provide evidence for the continuity and evolution of a series of organs in the body. Haeckel then provided a means of pursuing this aim with his biogenetic law, in which he proposed to compare an individual's various stages of development with its ancestral line. Although Haeckel stressed comparative embryology and Gegenbaur promoted the comparison of adult structures, both believed that the two methods could work in conjunction to produce the goal of evolutionary morphology.",
"title": "Haeckel's proponents (past and present)"
},
{
"paragraph_id": 24,
"text": "The philologist and anthropologist, Friedrich Müller, used Haeckel's concepts as a source for his ethnological research, involving the systematic comparison of the folklore, beliefs and practices of different societies. Müller's work relies specifically on theoretical assumptions that are very similar to Haeckel's and reflects the German practice to maintain strong connections between empirical research and the philosophical framework of science. Language is particularly important, for it establishes a bridge between natural science and philosophy. For Haeckel, language specifically represented the concept that all phenomena of human development relate to the laws of biology. Although Müller did not specifically have an influence in advocating Haeckel's embryo drawings, both shared a common understanding of development from lower to higher forms, for Müller specifically saw humans as the last link in an endless chain of evolutionary development.",
"title": "Haeckel's proponents (past and present)"
},
{
"paragraph_id": 25,
"text": "Modern acceptance of Haeckel's Biogenetic Law, despite current rejection of Haeckelian views, finds support in the certain degree of parallelism between ontogeny and phylogeny. A. M. Khazen, on the one hand, states that \"ontogeny is obliged to repeat the main stages of phylogeny.\" A. S. Rautian, on the other hand, argues that the reproduction of ancestral patterns of development is a key aspect of certain biological systems. Dr. Rolf Siewing acknowledges the similarity of embryos in different species, along with the laws of von Baer, but does not believe that one should compare embryos with adult stages of development. According to M. S. Fischer, reconsideration of the Biogenetic Law is possible as a result of two fundamental innovations in biology since Haeckel's time: cladistics and developmental genetics.",
"title": "Haeckel's proponents (past and present)"
},
{
"paragraph_id": 26,
"text": "In defense of Haeckel's embryo drawings, the principal argument is that of \"schematisation.\" Haeckel's drawings were not intended to be technical and scientific depictions, but rather schematic drawings and reconstructions for a specifically lay audience. Therefore, as R. Gursch argues, Haeckel's embryo drawings should be regarded as \"reconstructions.\" Although his drawings are open to criticism, his drawings should not be considered falsifications of any sort. Although modern defense of Haeckel's embryo drawings still considers the inaccuracy of his drawings, charges of fraud are considered unreasonable. As Erland Nordenskiöld argues, charges of fraud against Haeckel are unnecessary. R. Bender ultimately goes so far as to reject His's claims regarding the fabrication of certain stages of development in Haeckel's drawings, arguing that Haeckel's embryo drawings are faithful representations of real stages of embryonic development in comparison to published embryos.",
"title": "Haeckel's proponents (past and present)"
},
{
"paragraph_id": 27,
"text": "Haeckel's embryo drawings, as comparative plates, were at first only copied into biology textbooks, rather than texts on the study of embryology. Even though Haeckel's program in comparative embryology virtually collapsed after the First World War, his embryo drawings have often been reproduced and redrawn with increased precision and accuracy in works that have kept the study of comparative embryology alive. Nevertheless, neither His-inspired human embryology nor developmental biology are concerned with the comparison of vertebrate embryos. Although Stephen Jay Gould's 1977 book Ontogeny and Phylogeny helps to reassess Haeckelian embryology, it does not address the controversy over Haeckel's embryo drawings. Nevertheless, new interest in evolution in and around 1977 inspired developmental biologists to look more closely at Haeckel's illustrations.",
"title": "The survival and reproduction of Haeckel's embryo drawings"
}
]
| Embryo drawing is the illustration of embryos in their developmental sequence. In plants and animals, an embryo develops from a zygote, the single cell that results when an egg and sperm fuse during fertilization. In animals, the zygote divides repeatedly to form a ball of cells, which then forms a set of tissue layers that migrate and fold to form an early embryo. Images of embryos provide a means of comparing embryos of different ages, and species. To this day, embryo drawings are made in undergraduate developmental biology lessons. Comparing different embryonic stages of different animals is a tool that can be used to infer relationships between species, and thus biological evolution. This has been a source of quite some controversy, both now and in the past. Ernst Haeckel at the University of Basel pioneered in this field. By comparing different embryonic stages of different vertebrate species, he formulated the recapitulation theory. This theory states that an animal's embryonic development follows exactly the same sequence as the sequence of its evolutionary ancestors. Haeckel's work and the ensuing controversy linked the fields of developmental biology and comparative anatomy into comparative embryology. From a more modern perspective, Haeckel's drawings were the beginnings of the field of evolutionary developmental biology (evo-devo). The study of comparative embryology aims to prove or disprove that vertebrate embryos of different classes follow a similar developmental path due to their common ancestry. Such developing vertebrates have similar genes, which determine the basic body plan. However, further development allows for the distinguishing of distinct characteristics as adults. | 2001-12-15T01:25:05Z | 2023-11-26T09:24:51Z | [
"Template:Short description",
"Template:Expand section",
"Template:Reflist",
"Template:Cite web",
"Template:Cite book",
"Template:Cite magazine",
"Template:Use dmy dates",
"Template:Citation needed",
"Template:Cite journal"
]
| https://en.wikipedia.org/wiki/Embryo_drawing |
10,274 | Enthalpy | In thermodynamics, enthalpy /ˈɛnθəlpi/ , is the sum of a thermodynamic system's internal energy and the product of its pressure and volume. It is a state function used in many measurements in chemical, biological, and physical systems at a constant pressure, which is conveniently provided by the large ambient atmosphere. The pressure–volume term expresses the work required to establish the system's physical dimensions, i.e. to make room for it by displacing its surroundings. The pressure-volume term is very small for solids and liquids at common conditions, and fairly small for gases. Therefore, enthalpy is a stand-in for energy in chemical systems; bond, lattice, solvation, and other chemical "energies" are actually enthalpy differences. As a state function, enthalpy depends only on the final configuration of internal energy, pressure, and volume, not on the path taken to achieve it.
In the International System of Units (SI), the unit of measurement for enthalpy is the joule. Other historical conventional units still in use include the calorie and the British thermal unit (BTU).
The total enthalpy of a system cannot be measured directly because the internal energy contains components that are unknown, not easily accessible, or are not of interest for the thermodynamic problem at hand. In practice, a change in enthalpy is the preferred expression for measurements at constant pressure, because it simplifies the description of energy transfer. When transfer of matter into or out of the system is also prevented and no electrical or mechanical (stirring shaft or lift pumping) work is done, at constant pressure the enthalpy change equals the energy exchanged with the environment by heat.
In chemistry, the standard enthalpy of reaction is the enthalpy change when reactants in their standard states ( p = 1 bar ; usually T = 298 K ) change to products in their standard states. This quantity is the standard heat of reaction at constant pressure and temperature, but it can be measured by calorimetric methods even if the temperature does vary during the measurement, provided that the initial and final pressure and temperature correspond to the standard state. The value does not depend on the path from initial to final state because enthalpy is a state function.
Enthalpies of chemical substances are usually listed for 1 bar (100 kPa) pressure as a standard state. Enthalpies and enthalpy changes for reactions vary as a function of temperature, but tables generally list the standard heats of formation of substances at 25 °C (298 K). For endothermic (heat-absorbing) processes, the change ΔH is a positive value; for exothermic (heat-releasing) processes it is negative.
The enthalpy of an ideal gas is independent of its pressure or volume, and depends only on its temperature, which correlates to its thermal energy. Real gases at common temperatures and pressures often closely approximate this behavior, which simplifies practical thermodynamic design and analysis.
The enthalpy H of a thermodynamic system is defined as the sum of its internal energy and the product of its pressure and volume:
where U is the internal energy, p is pressure, and V is the volume of the system; p V is sometimes referred to as the pressure energy Ɛp .
Enthalpy is an extensive property; it is proportional to the size of the system (for homogeneous systems). As intensive properties, the specific enthalpy, h = H /m , is referenced to a unit of mass m of the system, and the molar enthalpy, Hm = H /n , where n is the number of moles. For inhomogeneous systems the enthalpy is the sum of the enthalpies of the component subsystems:
where
A closed system may lie in thermodynamic equilibrium in a static gravitational field, so that its pressure p varies continuously with altitude, while, because of the equilibrium requirement, its temperature T is invariant with altitude. (Correspondingly, the system's gravitational potential energy density also varies with altitude.) Then the enthalpy summation becomes an integral:
where
The integral therefore represents the sum of the enthalpies of all the elements of the volume.
The enthalpy of a closed homogeneous system is its energy function H( S, p ) , with its entropy S[ p ] and its pressure p as natural state variables which provide a differential relation for dH of the simplest form, derived as follows. We start from the first law of thermodynamics for closed systems for an infinitesimal process:
where
In a homogeneous system in which only reversible processes or pure heat transfer are considered, the second law of thermodynamics gives δQ = T dS , with T the absolute temperature and dS the infinitesimal change in entropy S of the system. Furthermore, if only p V work is done, δW = p dV . As a result,
Adding d(p V) to both sides of this expression gives
or
So
and the coefficients of the natural variable differentials dS and dp are just the single variables T and V.
The above expression of dH in terms of entropy and pressure may be unfamiliar to some readers. There are also expressions in terms of more directly measurable variables such as temperature and pressure:
Here Cp is the heat capacity at constant pressure and α is the coefficient of (cubic) thermal expansion:
With this expression one can, in principle, determine the enthalpy if Cp and V are known as functions of p and T . However the expression is more complicated than d H = T d S + V d p {\displaystyle \;\mathrm {d} H=T\,\mathrm {d} S+V\,\mathrm {d} p\;} because T is not a natural variable for the enthalpy H.
At constant pressure, d P = 0 {\displaystyle \;\mathrm {d} P=0\;} so that d H = C p d T . {\displaystyle \;\mathrm {d} H=C_{\mathsf {p}}\,\mathrm {d} T~.} For an ideal gas, d H {\displaystyle \;\mathrm {d} H\;} reduces to this form even if the process involves a pressure change, because α T = 1 .
In a more general form, the first law describes the internal energy with additional terms involving the chemical potential and the number of particles of various types. The differential statement for dH then becomes
where μi is the chemical potential per particle for a type i particle, and Ni is the number of such particles. The last term can also be written as μi dni (with dni 0 the number of moles of component i added to the system and, in this case, μi the molar chemical potential) or as μi dmi (with dmi the mass of component i added to the system and, in this case, μi the specific chemical potential).
The enthalpy, H( S[p], p, {Ni} ) , expresses the thermodynamics of a system in the energy representation. As a function of state, its arguments include both one intensive and several extensive state variables. The state variables S[p] , p, and {Ni} are said to be the natural state variables in this representation. They are suitable for describing processes in which they are determined by factors in the surroundings. For example, when a virtual parcel of atmospheric air moves to a different altitude, the pressure surrounding it changes, and the process is often so rapid that there is too little time for heat transfer. This is the basis of the so-called adiabatic approximation that is used in meteorology.
Conjugate with the enthalpy, with these arguments, the other characteristic function of state of a thermodynamic system is its entropy, as a function, S[p]( H, p, {Ni} ) , of the same list of variables of state, except that the entropy, S[p], is replaced in the list by the enthalpy, H. It expresses the entropy representation. The state variables H, p, and {Ni} are said to be the natural state variables in this representation. They are suitable for describing processes in which they are experimentally controlled. For example, H and p can be controlled by allowing heat transfer, and by varying only the external pressure on the piston that sets the volume of the system.
The U term is the energy of the system, and the p V term can be interpreted as the work that would be required to "make room" for the system if the pressure of the environment remained constant. When a system, for example, n moles of a gas of volume V at pressure p and temperature T, is created or brought to its present state from absolute zero, energy must be supplied equal to its internal energy U plus p V, where p V is the work done in pushing against the ambient (atmospheric) pressure.
In physics and statistical mechanics it may be more interesting to study the internal properties of a constant-volume system and therefore the internal energy is used. In chemistry, experiments are often conducted at constant atmospheric pressure, and the pressure–volume work represents a small, well-defined energy exchange with the atmosphere, so that ΔH is the appropriate expression for the heat of reaction. For a heat engine, the change in its enthalpy after a full cycle is equal to zero, since the final and initial state are equal.
In order to discuss the relation between the enthalpy increase and heat supply, we return to the first law for closed systems, with the physics sign convention: dU = δQ − δW, where the heat δQ is supplied by conduction, radiation, Joule heating. We apply it to the special case with a constant pressure at the surface. In this case the work is given by p dV (where p is the pressure at the surface, dV is the increase of the volume of the system). Cases of long range electromagnetic interaction require further state variables in their formulation, and are not considered here. In this case the first law reads:
Now,
So
If the system is under constant pressure, dp = 0 and consequently, the increase in enthalpy of the system is equal to the heat added:
This is why the now-obsolete term heat content was used in the 19th century.
In thermodynamics, one can calculate enthalpy by determining the requirements for creating a system from "nothingness"; the mechanical work required, p V , differs based upon the conditions that obtain during the creation of the thermodynamic system.
Energy must be supplied to remove particles from the surroundings to make space for the creation of the system, assuming that the pressure p remains constant; this is the p V term. The supplied energy must also provide the change in internal energy, U , which includes activation energies, ionization energies, mixing energies, vaporization energies, chemical bond energies, and so forth. Together, these constitute the change in the enthalpy U + p V . For systems at constant pressure, with no external work done other than the p V work, the change in enthalpy is the heat received by the system.
For a simple system with a constant number of particles at constant pressure, the difference in enthalpy is the maximum amount of thermal energy derivable from an isobaric thermodynamic process.
The total enthalpy of a system cannot be measured directly; the enthalpy change of a system is measured instead. Enthalpy change is defined by the following equation:
where
For an exothermic reaction at constant pressure, the system's change in enthalpy, ΔH, is negative due to the products of the reaction having a smaller enthalpy than the reactants, and equals the heat released in the reaction if no electrical or shaft work is done. In other words, the overall decrease in enthalpy is achieved by the generation of heat. Conversely, for a constant-pressure endothermic reaction, ΔH is positive and equal to the heat absorbed in the reaction.
From the definition of enthalpy as H = U + p V , the enthalpy change at constant pressure is ΔH = ΔU + p ΔV . However for most chemical reactions, the work term p ΔV is much smaller than the internal energy change ΔU, which is approximately equal to ΔH. As an example, for the combustion of carbon monoxide 2 CO(g) + O2(g) → 2 CO2(g) , ΔH = −566.0 kJ and ΔU = −563.5 kJ. Since the differences are so small, reaction enthalpies are often described as reaction energies and analyzed in terms of bond energies.
The specific enthalpy of a uniform system is defined as h = H/ m where m is the mass of the system. The SI unit for specific enthalpy is joule per kilogram. It can be expressed in other specific quantities by h = u + p v , where u is the specific internal energy, p is the pressure, and v is specific volume, which is equal to 1 /ρ, where ρ is the density.
An enthalpy change describes the change in enthalpy observed in the constituents of a thermodynamic system when undergoing a transformation or chemical reaction. It is the difference between the enthalpy after the process has completed, i.e. the enthalpy of the products assuming that the reaction goes to completion, and the initial enthalpy of the system, namely the reactants. These processes are specified solely by their initial and final states, so that the enthalpy change for the reverse is the negative of that for the forward process.
A common standard enthalpy change is the enthalpy of formation, which has been determined for a large number of substances. Enthalpy changes are routinely measured and compiled in chemical and physical reference works, such as the CRC Handbook of Chemistry and Physics. The following is a selection of enthalpy changes commonly recognized in thermodynamics.
When used in these recognized terms the qualifier change is usually dropped and the property is simply termed enthalpy of 'process'. Since these properties are often used as reference values it is very common to quote them for a standardized set of environmental parameters, or standard conditions, including:
For such standardized values the name of the enthalpy is commonly prefixed with the term standard, e.g. standard enthalpy of formation.
In thermodynamic open systems, mass (of substances) may flow in and out of the system boundaries. The first law of thermodynamics for open systems states: The increase in the internal energy of a system is equal to the amount of energy added to the system by mass flowing in and by heating, minus the amount lost by mass flowing out and in the form of work done by the system:
where Uin is the average internal energy entering the system, and Uout is the average internal energy leaving the system.
The region of space enclosed by the boundaries of the open system is usually called a control volume, and it may or may not correspond to physical walls. If we choose the shape of the control volume such that all flow in or out occurs perpendicular to its surface, then the flow of mass into the system performs work as if it were a piston of fluid pushing mass into the system, and the system performs work on the flow of mass out as if it were driving a piston of fluid. There are then two types of work performed: Flow work described above, which is performed on the fluid (this is also often called p V work), and mechanical work (shaft work), which may be performed on some mechanical device such as a turbine or pump.
These two types of work are expressed in the equation
Substitution into the equation above for the control volume (cv) yields:
The definition of enthalpy, H, permits us to use this thermodynamic potential to account for both internal energy and p V work in fluids for open systems:
If we allow also the system boundary to move (e.g. due to moving pistons), we get a rather general form of the first law for open systems. In terms of time derivatives, using Newton's dot notation for time derivatives, it reads:
with sums over the various places k where heat is supplied, mass flows into the system, and boundaries are moving. The .Hk terms represent enthalpy flows, which can be written as
with .mk the mass flow and .nk the molar flow at position k respectively. The term d Vk / d t represents the rate of change of the system volume at position k that results in p V power done by the system. The parameter P represents all other forms of power done by the system such as shaft power, but it can also be, say, electric power produced by an electrical power plant.
Note that the previous expression holds true only if the kinetic energy flow rate is conserved between system inlet and outlet. Otherwise, it has to be included in the enthalpy balance. During steady-state operation of a device (see turbine, pump, and engine), the average d U /d t may be set equal to zero. This yields a useful expression for the average power generation for these devices in the absence of chemical reactions:
where the angle brackets denote time averages. The technical importance of the enthalpy is directly related to its presence in the first law for open systems, as formulated above.
The enthalpy values of important substances can be obtained using commercial software. Practically all relevant material properties can be obtained either in tabular or in graphical form. There are many types of diagrams, such as h – T diagrams, which give the specific enthalpy as function of temperature for various pressures, and h – p diagrams, which give h as function of p for various T. One of the most common diagrams is the temperature–specific entropy diagram ( T – s diagram). It gives the melting curve and saturated liquid and vapor values together with isobars and isenthalps. These diagrams are powerful tools in the hands of the thermal engineer.
The points a through h in the figure play a role in the discussion in this section.
Points e and g are saturated liquids, and point h is a saturated gas.
One of the simple applications of the concept of enthalpy is the so-called throttling process, also known as Joule–Thomson expansion. It concerns a steady adiabatic flow of a fluid through a flow resistance (valve, porous plug, or any other type of flow resistance) as shown in the figure. This process is very important, since it is at the heart of domestic refrigerators, where it is responsible for the temperature drop between ambient temperature and the interior of the refrigerator. It is also the final stage in many types of liquefiers.
For a steady state flow regime, the enthalpy of the system (dotted rectangle) has to be constant. Hence
Since the mass flow is constant, the specific enthalpies at the two sides of the flow resistance are the same:
that is, the enthalpy per unit mass does not change during the throttling. The consequences of this relation can be demonstrated using the T − s diagram above.
Point c is at 200 bar and room temperature (300 K). A Joule–Thomson expansion from 200 bar to 1 bar follows a curve of constant enthalpy of roughly 425 kJ /kg (not shown in the diagram) lying between the 400 and 450 kJ /kg isenthalps and ends in point d, which is at a temperature of about 270 K . Hence the expansion from 200 bar to 1 bar cools nitrogen from 300 K to 270 K . In the valve, there is a lot of friction, and a lot of entropy is produced, but still the final temperature is below the starting value.
Point e is chosen so that it is on the saturated liquid line with h = 100 kJ /kg . It corresponds roughly with p = 13 bar and T = 108 K . Throttling from this point to a pressure of 1 bar ends in the two-phase region (point f). This means that a mixture of gas and liquid leaves the throttling valve. Since the enthalpy is an extensive parameter, the enthalpy in f ( hf ) is equal to the enthalpy in g ( hg ) multiplied by the liquid fraction in f ( xf ) plus the enthalpy in h ( hh ) multiplied by the gas fraction in f (1 − xf ) . So
With numbers:
This means that the mass fraction of the liquid in the liquid–gas mixture that leaves the throttling valve is 64%.
A power P is applied e.g. as electrical power. If the compression is adiabatic, the gas temperature goes up. In the reversible case it would be at constant entropy, which corresponds with a vertical line in the T – s diagram. For example, compressing nitrogen from 1 bar (point a) to 2 bar (point b) would result in a temperature increase from 300 K to 380 K. In order to let the compressed gas exit at ambient temperature Ta, heat exchange, e.g. by cooling water, is necessary. In the ideal case the compression is isothermal. The average heat flow to the surroundings is Q̇. Since the system is in the steady state the first law gives
The minimal power needed for the compression is realized if the compression is reversible. In that case the second law of thermodynamics for open systems gives
Eliminating Q̇ gives for the minimal power
For example, compressing 1 kg of nitrogen from 1 bar to 200 bar costs at least : ( hc − ha ) − Ta( sc − sa ) . With the data, obtained with the T – s diagram, we find a value of (430 − 461) − 300 × (5.16 − 6.85) = 476 kJ /kg .
The relation for the power can be further simplified by writing it as
With
this results in the final relation
The term enthalpy was coined relatively late in the history of thermodynamics, in the early 20th century. Energy was introduced in a modern sense by Thomas Young in 1802, while entropy was coined by Rudolf Clausius in 1865. Energy uses the root of the Greek word ἔργον (ergon), meaning "work", to express the idea of capacity to perform work. Entropy uses the Greek word τροπή (tropē) meaning transformation or turning. Enthalpy uses the root of the Greek word θάλπος (thalpos) "warmth, heat".
The term expresses the obsolete concept of heat content, as dH refers to the amount of heat gained in a process at constant pressure only, but not in the general case when pressure is variable. J.W. Gibbs used the term "a heat function for constant pressure" for clarity.
Introduction of the concept of "heat content" H is associated with Benoît Paul Émile Clapeyron and Rudolf Clausius (Clausius–Clapeyron relation, 1850).
The term enthalpy first appeared in print in 1909. It is attributed to Heike Kamerlingh Onnes, who most likely introduced it orally the year before, at the first meeting of the Institute of Refrigeration in Paris. It gained currency only in the 1920s, notably with the Mollier Steam Tables and Diagrams, published in 1927.
Until the 1920s, the symbol H was used, somewhat inconsistently, for "heat" in general. The definition of H as strictly limited to enthalpy or "heat content at constant pressure" was formally proposed by A.W. Porter in 1922. | [
{
"paragraph_id": 0,
"text": "In thermodynamics, enthalpy /ˈɛnθəlpi/ , is the sum of a thermodynamic system's internal energy and the product of its pressure and volume. It is a state function used in many measurements in chemical, biological, and physical systems at a constant pressure, which is conveniently provided by the large ambient atmosphere. The pressure–volume term expresses the work required to establish the system's physical dimensions, i.e. to make room for it by displacing its surroundings. The pressure-volume term is very small for solids and liquids at common conditions, and fairly small for gases. Therefore, enthalpy is a stand-in for energy in chemical systems; bond, lattice, solvation, and other chemical \"energies\" are actually enthalpy differences. As a state function, enthalpy depends only on the final configuration of internal energy, pressure, and volume, not on the path taken to achieve it.",
"title": ""
},
{
"paragraph_id": 1,
"text": "In the International System of Units (SI), the unit of measurement for enthalpy is the joule. Other historical conventional units still in use include the calorie and the British thermal unit (BTU).",
"title": ""
},
{
"paragraph_id": 2,
"text": "The total enthalpy of a system cannot be measured directly because the internal energy contains components that are unknown, not easily accessible, or are not of interest for the thermodynamic problem at hand. In practice, a change in enthalpy is the preferred expression for measurements at constant pressure, because it simplifies the description of energy transfer. When transfer of matter into or out of the system is also prevented and no electrical or mechanical (stirring shaft or lift pumping) work is done, at constant pressure the enthalpy change equals the energy exchanged with the environment by heat.",
"title": ""
},
{
"paragraph_id": 3,
"text": "In chemistry, the standard enthalpy of reaction is the enthalpy change when reactants in their standard states ( p = 1 bar ; usually T = 298 K ) change to products in their standard states. This quantity is the standard heat of reaction at constant pressure and temperature, but it can be measured by calorimetric methods even if the temperature does vary during the measurement, provided that the initial and final pressure and temperature correspond to the standard state. The value does not depend on the path from initial to final state because enthalpy is a state function.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Enthalpies of chemical substances are usually listed for 1 bar (100 kPa) pressure as a standard state. Enthalpies and enthalpy changes for reactions vary as a function of temperature, but tables generally list the standard heats of formation of substances at 25 °C (298 K). For endothermic (heat-absorbing) processes, the change ΔH is a positive value; for exothermic (heat-releasing) processes it is negative.",
"title": ""
},
{
"paragraph_id": 5,
"text": "The enthalpy of an ideal gas is independent of its pressure or volume, and depends only on its temperature, which correlates to its thermal energy. Real gases at common temperatures and pressures often closely approximate this behavior, which simplifies practical thermodynamic design and analysis.",
"title": ""
},
{
"paragraph_id": 6,
"text": "The enthalpy H of a thermodynamic system is defined as the sum of its internal energy and the product of its pressure and volume:",
"title": "Definition"
},
{
"paragraph_id": 7,
"text": "where U is the internal energy, p is pressure, and V is the volume of the system; p V is sometimes referred to as the pressure energy Ɛp .",
"title": "Definition"
},
{
"paragraph_id": 8,
"text": "Enthalpy is an extensive property; it is proportional to the size of the system (for homogeneous systems). As intensive properties, the specific enthalpy, h = H /m , is referenced to a unit of mass m of the system, and the molar enthalpy, Hm = H /n , where n is the number of moles. For inhomogeneous systems the enthalpy is the sum of the enthalpies of the component subsystems:",
"title": "Definition"
},
{
"paragraph_id": 9,
"text": "where",
"title": "Definition"
},
{
"paragraph_id": 10,
"text": "A closed system may lie in thermodynamic equilibrium in a static gravitational field, so that its pressure p varies continuously with altitude, while, because of the equilibrium requirement, its temperature T is invariant with altitude. (Correspondingly, the system's gravitational potential energy density also varies with altitude.) Then the enthalpy summation becomes an integral:",
"title": "Definition"
},
{
"paragraph_id": 11,
"text": "where",
"title": "Definition"
},
{
"paragraph_id": 12,
"text": "The integral therefore represents the sum of the enthalpies of all the elements of the volume.",
"title": "Definition"
},
{
"paragraph_id": 13,
"text": "The enthalpy of a closed homogeneous system is its energy function H( S, p ) , with its entropy S[ p ] and its pressure p as natural state variables which provide a differential relation for dH of the simplest form, derived as follows. We start from the first law of thermodynamics for closed systems for an infinitesimal process:",
"title": "Definition"
},
{
"paragraph_id": 14,
"text": "where",
"title": "Definition"
},
{
"paragraph_id": 15,
"text": "In a homogeneous system in which only reversible processes or pure heat transfer are considered, the second law of thermodynamics gives δQ = T dS , with T the absolute temperature and dS the infinitesimal change in entropy S of the system. Furthermore, if only p V work is done, δW = p dV . As a result,",
"title": "Definition"
},
{
"paragraph_id": 16,
"text": "Adding d(p V) to both sides of this expression gives",
"title": "Definition"
},
{
"paragraph_id": 17,
"text": "or",
"title": "Definition"
},
{
"paragraph_id": 18,
"text": "So",
"title": "Definition"
},
{
"paragraph_id": 19,
"text": "and the coefficients of the natural variable differentials dS and dp are just the single variables T and V.",
"title": "Definition"
},
{
"paragraph_id": 20,
"text": "The above expression of dH in terms of entropy and pressure may be unfamiliar to some readers. There are also expressions in terms of more directly measurable variables such as temperature and pressure:",
"title": "Other expressions"
},
{
"paragraph_id": 21,
"text": "Here Cp is the heat capacity at constant pressure and α is the coefficient of (cubic) thermal expansion:",
"title": "Other expressions"
},
{
"paragraph_id": 22,
"text": "With this expression one can, in principle, determine the enthalpy if Cp and V are known as functions of p and T . However the expression is more complicated than d H = T d S + V d p {\\displaystyle \\;\\mathrm {d} H=T\\,\\mathrm {d} S+V\\,\\mathrm {d} p\\;} because T is not a natural variable for the enthalpy H.",
"title": "Other expressions"
},
{
"paragraph_id": 23,
"text": "At constant pressure, d P = 0 {\\displaystyle \\;\\mathrm {d} P=0\\;} so that d H = C p d T . {\\displaystyle \\;\\mathrm {d} H=C_{\\mathsf {p}}\\,\\mathrm {d} T~.} For an ideal gas, d H {\\displaystyle \\;\\mathrm {d} H\\;} reduces to this form even if the process involves a pressure change, because α T = 1 .",
"title": "Other expressions"
},
{
"paragraph_id": 24,
"text": "In a more general form, the first law describes the internal energy with additional terms involving the chemical potential and the number of particles of various types. The differential statement for dH then becomes",
"title": "Other expressions"
},
{
"paragraph_id": 25,
"text": "where μi is the chemical potential per particle for a type i particle, and Ni is the number of such particles. The last term can also be written as μi dni (with dni 0 the number of moles of component i added to the system and, in this case, μi the molar chemical potential) or as μi dmi (with dmi the mass of component i added to the system and, in this case, μi the specific chemical potential).",
"title": "Other expressions"
},
{
"paragraph_id": 26,
"text": "The enthalpy, H( S[p], p, {Ni} ) , expresses the thermodynamics of a system in the energy representation. As a function of state, its arguments include both one intensive and several extensive state variables. The state variables S[p] , p, and {Ni} are said to be the natural state variables in this representation. They are suitable for describing processes in which they are determined by factors in the surroundings. For example, when a virtual parcel of atmospheric air moves to a different altitude, the pressure surrounding it changes, and the process is often so rapid that there is too little time for heat transfer. This is the basis of the so-called adiabatic approximation that is used in meteorology.",
"title": "Other expressions"
},
{
"paragraph_id": 27,
"text": "Conjugate with the enthalpy, with these arguments, the other characteristic function of state of a thermodynamic system is its entropy, as a function, S[p]( H, p, {Ni} ) , of the same list of variables of state, except that the entropy, S[p], is replaced in the list by the enthalpy, H. It expresses the entropy representation. The state variables H, p, and {Ni} are said to be the natural state variables in this representation. They are suitable for describing processes in which they are experimentally controlled. For example, H and p can be controlled by allowing heat transfer, and by varying only the external pressure on the piston that sets the volume of the system.",
"title": "Other expressions"
},
{
"paragraph_id": 28,
"text": "The U term is the energy of the system, and the p V term can be interpreted as the work that would be required to \"make room\" for the system if the pressure of the environment remained constant. When a system, for example, n moles of a gas of volume V at pressure p and temperature T, is created or brought to its present state from absolute zero, energy must be supplied equal to its internal energy U plus p V, where p V is the work done in pushing against the ambient (atmospheric) pressure.",
"title": "Physical interpretation"
},
{
"paragraph_id": 29,
"text": "In physics and statistical mechanics it may be more interesting to study the internal properties of a constant-volume system and therefore the internal energy is used. In chemistry, experiments are often conducted at constant atmospheric pressure, and the pressure–volume work represents a small, well-defined energy exchange with the atmosphere, so that ΔH is the appropriate expression for the heat of reaction. For a heat engine, the change in its enthalpy after a full cycle is equal to zero, since the final and initial state are equal.",
"title": "Physical interpretation"
},
{
"paragraph_id": 30,
"text": "In order to discuss the relation between the enthalpy increase and heat supply, we return to the first law for closed systems, with the physics sign convention: dU = δQ − δW, where the heat δQ is supplied by conduction, radiation, Joule heating. We apply it to the special case with a constant pressure at the surface. In this case the work is given by p dV (where p is the pressure at the surface, dV is the increase of the volume of the system). Cases of long range electromagnetic interaction require further state variables in their formulation, and are not considered here. In this case the first law reads:",
"title": "Relationship to heat"
},
{
"paragraph_id": 31,
"text": "Now,",
"title": "Relationship to heat"
},
{
"paragraph_id": 32,
"text": "So",
"title": "Relationship to heat"
},
{
"paragraph_id": 33,
"text": "If the system is under constant pressure, dp = 0 and consequently, the increase in enthalpy of the system is equal to the heat added:",
"title": "Relationship to heat"
},
{
"paragraph_id": 34,
"text": "This is why the now-obsolete term heat content was used in the 19th century.",
"title": "Relationship to heat"
},
{
"paragraph_id": 35,
"text": "In thermodynamics, one can calculate enthalpy by determining the requirements for creating a system from \"nothingness\"; the mechanical work required, p V , differs based upon the conditions that obtain during the creation of the thermodynamic system.",
"title": "Applications"
},
{
"paragraph_id": 36,
"text": "Energy must be supplied to remove particles from the surroundings to make space for the creation of the system, assuming that the pressure p remains constant; this is the p V term. The supplied energy must also provide the change in internal energy, U , which includes activation energies, ionization energies, mixing energies, vaporization energies, chemical bond energies, and so forth. Together, these constitute the change in the enthalpy U + p V . For systems at constant pressure, with no external work done other than the p V work, the change in enthalpy is the heat received by the system.",
"title": "Applications"
},
{
"paragraph_id": 37,
"text": "For a simple system with a constant number of particles at constant pressure, the difference in enthalpy is the maximum amount of thermal energy derivable from an isobaric thermodynamic process.",
"title": "Applications"
},
{
"paragraph_id": 38,
"text": "The total enthalpy of a system cannot be measured directly; the enthalpy change of a system is measured instead. Enthalpy change is defined by the following equation:",
"title": "Applications"
},
{
"paragraph_id": 39,
"text": "where",
"title": "Applications"
},
{
"paragraph_id": 40,
"text": "For an exothermic reaction at constant pressure, the system's change in enthalpy, ΔH, is negative due to the products of the reaction having a smaller enthalpy than the reactants, and equals the heat released in the reaction if no electrical or shaft work is done. In other words, the overall decrease in enthalpy is achieved by the generation of heat. Conversely, for a constant-pressure endothermic reaction, ΔH is positive and equal to the heat absorbed in the reaction.",
"title": "Applications"
},
{
"paragraph_id": 41,
"text": "From the definition of enthalpy as H = U + p V , the enthalpy change at constant pressure is ΔH = ΔU + p ΔV . However for most chemical reactions, the work term p ΔV is much smaller than the internal energy change ΔU, which is approximately equal to ΔH. As an example, for the combustion of carbon monoxide 2 CO(g) + O2(g) → 2 CO2(g) , ΔH = −566.0 kJ and ΔU = −563.5 kJ. Since the differences are so small, reaction enthalpies are often described as reaction energies and analyzed in terms of bond energies.",
"title": "Applications"
},
{
"paragraph_id": 42,
"text": "The specific enthalpy of a uniform system is defined as h = H/ m where m is the mass of the system. The SI unit for specific enthalpy is joule per kilogram. It can be expressed in other specific quantities by h = u + p v , where u is the specific internal energy, p is the pressure, and v is specific volume, which is equal to 1 /ρ, where ρ is the density.",
"title": "Applications"
},
{
"paragraph_id": 43,
"text": "An enthalpy change describes the change in enthalpy observed in the constituents of a thermodynamic system when undergoing a transformation or chemical reaction. It is the difference between the enthalpy after the process has completed, i.e. the enthalpy of the products assuming that the reaction goes to completion, and the initial enthalpy of the system, namely the reactants. These processes are specified solely by their initial and final states, so that the enthalpy change for the reverse is the negative of that for the forward process.",
"title": "Applications"
},
{
"paragraph_id": 44,
"text": "A common standard enthalpy change is the enthalpy of formation, which has been determined for a large number of substances. Enthalpy changes are routinely measured and compiled in chemical and physical reference works, such as the CRC Handbook of Chemistry and Physics. The following is a selection of enthalpy changes commonly recognized in thermodynamics.",
"title": "Applications"
},
{
"paragraph_id": 45,
"text": "When used in these recognized terms the qualifier change is usually dropped and the property is simply termed enthalpy of 'process'. Since these properties are often used as reference values it is very common to quote them for a standardized set of environmental parameters, or standard conditions, including:",
"title": "Applications"
},
{
"paragraph_id": 46,
"text": "For such standardized values the name of the enthalpy is commonly prefixed with the term standard, e.g. standard enthalpy of formation.",
"title": "Applications"
},
{
"paragraph_id": 47,
"text": "In thermodynamic open systems, mass (of substances) may flow in and out of the system boundaries. The first law of thermodynamics for open systems states: The increase in the internal energy of a system is equal to the amount of energy added to the system by mass flowing in and by heating, minus the amount lost by mass flowing out and in the form of work done by the system:",
"title": "Applications"
},
{
"paragraph_id": 48,
"text": "where Uin is the average internal energy entering the system, and Uout is the average internal energy leaving the system.",
"title": "Applications"
},
{
"paragraph_id": 49,
"text": "The region of space enclosed by the boundaries of the open system is usually called a control volume, and it may or may not correspond to physical walls. If we choose the shape of the control volume such that all flow in or out occurs perpendicular to its surface, then the flow of mass into the system performs work as if it were a piston of fluid pushing mass into the system, and the system performs work on the flow of mass out as if it were driving a piston of fluid. There are then two types of work performed: Flow work described above, which is performed on the fluid (this is also often called p V work), and mechanical work (shaft work), which may be performed on some mechanical device such as a turbine or pump.",
"title": "Applications"
},
{
"paragraph_id": 50,
"text": "These two types of work are expressed in the equation",
"title": "Applications"
},
{
"paragraph_id": 51,
"text": "Substitution into the equation above for the control volume (cv) yields:",
"title": "Applications"
},
{
"paragraph_id": 52,
"text": "The definition of enthalpy, H, permits us to use this thermodynamic potential to account for both internal energy and p V work in fluids for open systems:",
"title": "Applications"
},
{
"paragraph_id": 53,
"text": "If we allow also the system boundary to move (e.g. due to moving pistons), we get a rather general form of the first law for open systems. In terms of time derivatives, using Newton's dot notation for time derivatives, it reads:",
"title": "Applications"
},
{
"paragraph_id": 54,
"text": "with sums over the various places k where heat is supplied, mass flows into the system, and boundaries are moving. The .Hk terms represent enthalpy flows, which can be written as",
"title": "Applications"
},
{
"paragraph_id": 55,
"text": "with .mk the mass flow and .nk the molar flow at position k respectively. The term d Vk / d t represents the rate of change of the system volume at position k that results in p V power done by the system. The parameter P represents all other forms of power done by the system such as shaft power, but it can also be, say, electric power produced by an electrical power plant.",
"title": "Applications"
},
{
"paragraph_id": 56,
"text": "Note that the previous expression holds true only if the kinetic energy flow rate is conserved between system inlet and outlet. Otherwise, it has to be included in the enthalpy balance. During steady-state operation of a device (see turbine, pump, and engine), the average d U /d t may be set equal to zero. This yields a useful expression for the average power generation for these devices in the absence of chemical reactions:",
"title": "Applications"
},
{
"paragraph_id": 57,
"text": "where the angle brackets denote time averages. The technical importance of the enthalpy is directly related to its presence in the first law for open systems, as formulated above.",
"title": "Applications"
},
{
"paragraph_id": 58,
"text": "The enthalpy values of important substances can be obtained using commercial software. Practically all relevant material properties can be obtained either in tabular or in graphical form. There are many types of diagrams, such as h – T diagrams, which give the specific enthalpy as function of temperature for various pressures, and h – p diagrams, which give h as function of p for various T. One of the most common diagrams is the temperature–specific entropy diagram ( T – s diagram). It gives the melting curve and saturated liquid and vapor values together with isobars and isenthalps. These diagrams are powerful tools in the hands of the thermal engineer.",
"title": "Diagrams"
},
{
"paragraph_id": 59,
"text": "The points a through h in the figure play a role in the discussion in this section.",
"title": "Diagrams"
},
{
"paragraph_id": 60,
"text": "Points e and g are saturated liquids, and point h is a saturated gas.",
"title": "Diagrams"
},
{
"paragraph_id": 61,
"text": "One of the simple applications of the concept of enthalpy is the so-called throttling process, also known as Joule–Thomson expansion. It concerns a steady adiabatic flow of a fluid through a flow resistance (valve, porous plug, or any other type of flow resistance) as shown in the figure. This process is very important, since it is at the heart of domestic refrigerators, where it is responsible for the temperature drop between ambient temperature and the interior of the refrigerator. It is also the final stage in many types of liquefiers.",
"title": "Diagrams"
},
{
"paragraph_id": 62,
"text": "For a steady state flow regime, the enthalpy of the system (dotted rectangle) has to be constant. Hence",
"title": "Diagrams"
},
{
"paragraph_id": 63,
"text": "Since the mass flow is constant, the specific enthalpies at the two sides of the flow resistance are the same:",
"title": "Diagrams"
},
{
"paragraph_id": 64,
"text": "that is, the enthalpy per unit mass does not change during the throttling. The consequences of this relation can be demonstrated using the T − s diagram above.",
"title": "Diagrams"
},
{
"paragraph_id": 65,
"text": "Point c is at 200 bar and room temperature (300 K). A Joule–Thomson expansion from 200 bar to 1 bar follows a curve of constant enthalpy of roughly 425 kJ /kg (not shown in the diagram) lying between the 400 and 450 kJ /kg isenthalps and ends in point d, which is at a temperature of about 270 K . Hence the expansion from 200 bar to 1 bar cools nitrogen from 300 K to 270 K . In the valve, there is a lot of friction, and a lot of entropy is produced, but still the final temperature is below the starting value.",
"title": "Diagrams"
},
{
"paragraph_id": 66,
"text": "Point e is chosen so that it is on the saturated liquid line with h = 100 kJ /kg . It corresponds roughly with p = 13 bar and T = 108 K . Throttling from this point to a pressure of 1 bar ends in the two-phase region (point f). This means that a mixture of gas and liquid leaves the throttling valve. Since the enthalpy is an extensive parameter, the enthalpy in f ( hf ) is equal to the enthalpy in g ( hg ) multiplied by the liquid fraction in f ( xf ) plus the enthalpy in h ( hh ) multiplied by the gas fraction in f (1 − xf ) . So",
"title": "Diagrams"
},
{
"paragraph_id": 67,
"text": "With numbers:",
"title": "Diagrams"
},
{
"paragraph_id": 68,
"text": "This means that the mass fraction of the liquid in the liquid–gas mixture that leaves the throttling valve is 64%.",
"title": "Diagrams"
},
{
"paragraph_id": 69,
"text": "A power P is applied e.g. as electrical power. If the compression is adiabatic, the gas temperature goes up. In the reversible case it would be at constant entropy, which corresponds with a vertical line in the T – s diagram. For example, compressing nitrogen from 1 bar (point a) to 2 bar (point b) would result in a temperature increase from 300 K to 380 K. In order to let the compressed gas exit at ambient temperature Ta, heat exchange, e.g. by cooling water, is necessary. In the ideal case the compression is isothermal. The average heat flow to the surroundings is Q̇. Since the system is in the steady state the first law gives",
"title": "Diagrams"
},
{
"paragraph_id": 70,
"text": "The minimal power needed for the compression is realized if the compression is reversible. In that case the second law of thermodynamics for open systems gives",
"title": "Diagrams"
},
{
"paragraph_id": 71,
"text": "Eliminating Q̇ gives for the minimal power",
"title": "Diagrams"
},
{
"paragraph_id": 72,
"text": "For example, compressing 1 kg of nitrogen from 1 bar to 200 bar costs at least : ( hc − ha ) − Ta( sc − sa ) . With the data, obtained with the T – s diagram, we find a value of (430 − 461) − 300 × (5.16 − 6.85) = 476 kJ /kg .",
"title": "Diagrams"
},
{
"paragraph_id": 73,
"text": "The relation for the power can be further simplified by writing it as",
"title": "Diagrams"
},
{
"paragraph_id": 74,
"text": "With",
"title": "Diagrams"
},
{
"paragraph_id": 75,
"text": "this results in the final relation",
"title": "Diagrams"
},
{
"paragraph_id": 76,
"text": "The term enthalpy was coined relatively late in the history of thermodynamics, in the early 20th century. Energy was introduced in a modern sense by Thomas Young in 1802, while entropy was coined by Rudolf Clausius in 1865. Energy uses the root of the Greek word ἔργον (ergon), meaning \"work\", to express the idea of capacity to perform work. Entropy uses the Greek word τροπή (tropē) meaning transformation or turning. Enthalpy uses the root of the Greek word θάλπος (thalpos) \"warmth, heat\".",
"title": "History and etymology"
},
{
"paragraph_id": 77,
"text": "The term expresses the obsolete concept of heat content, as dH refers to the amount of heat gained in a process at constant pressure only, but not in the general case when pressure is variable. J.W. Gibbs used the term \"a heat function for constant pressure\" for clarity.",
"title": "History and etymology"
},
{
"paragraph_id": 78,
"text": "Introduction of the concept of \"heat content\" H is associated with Benoît Paul Émile Clapeyron and Rudolf Clausius (Clausius–Clapeyron relation, 1850).",
"title": "History and etymology"
},
{
"paragraph_id": 79,
"text": "The term enthalpy first appeared in print in 1909. It is attributed to Heike Kamerlingh Onnes, who most likely introduced it orally the year before, at the first meeting of the Institute of Refrigeration in Paris. It gained currency only in the 1920s, notably with the Mollier Steam Tables and Diagrams, published in 1927.",
"title": "History and etymology"
},
{
"paragraph_id": 80,
"text": "Until the 1920s, the symbol H was used, somewhat inconsistently, for \"heat\" in general. The definition of H as strictly limited to enthalpy or \"heat content at constant pressure\" was formally proposed by A.W. Porter in 1922.",
"title": "History and etymology"
}
]
| In thermodynamics, enthalpy, is the sum of a thermodynamic system's internal energy and the product of its pressure and volume. It is a state function used in many measurements in chemical, biological, and physical systems at a constant pressure, which is conveniently provided by the large ambient atmosphere. The pressure–volume term expresses the work required to establish the system's physical dimensions, i.e. to make room for it by displacing its surroundings.
The pressure-volume term is very small for solids and liquids at common conditions, and fairly small for gases. Therefore, enthalpy is a stand-in for energy in chemical systems; bond, lattice, solvation, and other chemical "energies" are actually enthalpy differences. As a state function, enthalpy depends only on the final configuration of internal energy, pressure, and volume, not on the path taken to achieve it. In the International System of Units (SI), the unit of measurement for enthalpy is the joule. Other historical conventional units still in use include the calorie and the British thermal unit (BTU). The total enthalpy of a system cannot be measured directly because the internal energy contains components that are unknown, not easily accessible, or are not of interest for the thermodynamic problem at hand. In practice, a change in enthalpy is the preferred expression for measurements at constant pressure, because it simplifies the description of energy transfer. When transfer of matter into or out of the system is also prevented and no electrical or mechanical work is done, at constant pressure the enthalpy change equals the energy exchanged with the environment by heat. In chemistry, the standard enthalpy of reaction is the enthalpy change when reactants in their standard states change to products in their standard states.
This quantity is the standard heat of reaction at constant pressure and temperature, but it can be measured by calorimetric methods even if the temperature does vary during the measurement, provided that the initial and final pressure and temperature correspond to the standard state. The value does not depend on the path from initial to final state because enthalpy is a state function. Enthalpies of chemical substances are usually listed for 1 bar (100 kPa) pressure as a standard state. Enthalpies and enthalpy changes for reactions vary as a function of temperature,
but tables generally list the standard heats of formation of substances at 25 °C (298 K). For endothermic (heat-absorbing) processes, the change ΔH is a positive value; for exothermic (heat-releasing) processes it is negative. The enthalpy of an ideal gas is independent of its pressure or volume, and depends only on its temperature, which correlates to its thermal energy. Real gases at common temperatures and pressures often closely approximate this behavior, which simplifies practical thermodynamic design and analysis. | 2001-12-16T03:59:37Z | 2023-12-02T21:31:22Z | [
"Template:IPAc-en",
"Template:Harvp",
"Template:Cite journal",
"Template:Infobox physical quantity",
"Template:Lang",
"Template:Div col begin",
"Template:Mvar",
"Template:Cite book",
"Template:Cvt",
"Template:Sub",
"Template:Sfrac",
"Template:Main",
"Template:Clarify",
"Template:Notelist",
"Template:GoldBookRef",
"Template:Refend",
"Template:HVAC",
"Template:Authority control",
"Template:Distinguish",
"Template:Thermodynamics",
"Template:Rp",
"Template:Efn",
"Template:Reflist",
"Template:Convert",
"Template:Math",
"Template:Clear",
"Template:Cite web",
"Template:Cite dictionary",
"Template:Refbegin",
"Template:Short description",
"Template:Nobr",
"Template:Div col end"
]
| https://en.wikipedia.org/wiki/Enthalpy |
10,275 | Erdoğan Atalay | Erdoğan Atalay (born 22 September 1966) is a German actor. He is known for his role as police detective Semir Gerkhan in Alarm für Cobra 11 - Die Autobahnpolizei.
Atalay was born in Hanover, West Germany, to a Turkish father and German mother. He was a member of the Theater-AG at the IGS Garbsen. At age 18, he made his first appearance as a supporting role in "Aladdin and the Magic Lamp" at the National Theatre of Hanover before studying acting at the Hochschule für Musik und Theater Hamburg. Afterwards he took on guest roles in several German television series such as Music Groschenweise, Einsatz für Lohbeck, Doppelter Einsatz and Die Wache.
In March 1996, Action Concept cast Atalay in what would become his breakthrough role, starring as Semir Gerkhan, a police detective of Turkish origin. Atalay co-wrote the screenplay for one of the series' episodes, titled "Checkmate," and is a consulting producer for the series as of 2016. In 2005, Atalay published a short story, "Die Türkei ist da oben" ("Turkey is Up There"), in the German-Turkish anthology Was lebbt du?. In September 2012 he shot together with Ilka Bessin (Cindy from Marzahn) the short film "Alarm for Cindy 11", a parody of Alarm for Cobra 11. The short film was broadcast on September 15, 2012 in the program.
Atalay's first marriage was to film and theatre actress Astrid Pollmann in 2004; the couple separated in late 2009. They have one daughter, Pauletta, who has also starred alongside her father in Alarm für Cobra 11 as Ayda Gerkhan, the middle child of Semir Gerkhan. His second child was born in mid-2012 to makeup artist and manager Katja Ohneck, with whom he is married as of 2017.
Film
TV
Theatre | [
{
"paragraph_id": 0,
"text": "Erdoğan Atalay (born 22 September 1966) is a German actor. He is known for his role as police detective Semir Gerkhan in Alarm für Cobra 11 - Die Autobahnpolizei.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Atalay was born in Hanover, West Germany, to a Turkish father and German mother. He was a member of the Theater-AG at the IGS Garbsen. At age 18, he made his first appearance as a supporting role in \"Aladdin and the Magic Lamp\" at the National Theatre of Hanover before studying acting at the Hochschule für Musik und Theater Hamburg. Afterwards he took on guest roles in several German television series such as Music Groschenweise, Einsatz für Lohbeck, Doppelter Einsatz and Die Wache.",
"title": "Early life and career"
},
{
"paragraph_id": 2,
"text": "In March 1996, Action Concept cast Atalay in what would become his breakthrough role, starring as Semir Gerkhan, a police detective of Turkish origin. Atalay co-wrote the screenplay for one of the series' episodes, titled \"Checkmate,\" and is a consulting producer for the series as of 2016. In 2005, Atalay published a short story, \"Die Türkei ist da oben\" (\"Turkey is Up There\"), in the German-Turkish anthology Was lebbt du?. In September 2012 he shot together with Ilka Bessin (Cindy from Marzahn) the short film \"Alarm for Cindy 11\", a parody of Alarm for Cobra 11. The short film was broadcast on September 15, 2012 in the program.",
"title": "Early life and career"
},
{
"paragraph_id": 3,
"text": "Atalay's first marriage was to film and theatre actress Astrid Pollmann in 2004; the couple separated in late 2009. They have one daughter, Pauletta, who has also starred alongside her father in Alarm für Cobra 11 as Ayda Gerkhan, the middle child of Semir Gerkhan. His second child was born in mid-2012 to makeup artist and manager Katja Ohneck, with whom he is married as of 2017.",
"title": "Personal life"
},
{
"paragraph_id": 4,
"text": "Film",
"title": "Filmography"
},
{
"paragraph_id": 5,
"text": "TV",
"title": "Filmography"
},
{
"paragraph_id": 6,
"text": "Theatre",
"title": "Filmography"
},
{
"paragraph_id": 7,
"text": "",
"title": "External links"
}
]
| Erdoğan Atalay is a German actor. He is known for his role as police detective Semir Gerkhan in Alarm für Cobra 11 - Die Autobahnpolizei. | 2023-06-20T23:16:23Z | [
"Template:Infobox person",
"Template:Ill",
"Template:Cite news",
"Template:IMDb name",
"Template:Authority control",
"Template:Short description",
"Template:Reflist",
"Template:Cite web",
"Template:Commons category",
"Template:Germany-tv-actor-stub",
"Template:Germany-stage-actor-stub"
]
| https://en.wikipedia.org/wiki/Erdo%C4%9Fan_Atalay |
|
10,277 | Ennio Morricone | Ennio Morricone OMRI (Italian: [ˈɛnnjo morriˈkoːne]; 10 November 1928 – 6 July 2020) was an Italian composer, orchestrator, conductor, trumpeter, and pianist who wrote music in a wide range of styles. With more than 400 scores for cinema and television, as well as more than 100 classical works, Morricone is widely considered one of the most prolific and greatest film composers of all time. He has received numerous accolades including two Academy Awards, three Grammy Awards, three Golden Globes, six BAFTAs, ten David di Donatello, eleven Nastro d'Argento, two European Film Awards, the Golden Lion Honorary Award, and the Polar Music Prize in 2010.
His filmography includes more than 70 award-winning films, all Sergio Leone's films since A Fistful of Dollars, all Giuseppe Tornatore's films since Cinema Paradiso, Dario Argento's Animal Trilogy, as well as The Battle of Algiers (1968), 1900 (1976), La Cage aux Folles (1978), Le Professionnel (1981), The Thing (1982), and Tie Me Up! Tie Me Down! (1989). He received Academy Award for Best Original Score nominations for Days of Heaven (1978), The Mission (1986), The Untouchables (1987), Bugsy (1991), Malèna (2000) and The Hateful Eight (2015), winning for the latter. He won the Academy Honorary Award in 2007. His score to The Good, the Bad and the Ugly (1966) is regarded as one of the most recognizable and influential soundtracks in history. It was inducted into the Grammy Hall of Fame.
After playing the trumpet in jazz bands in the 1940s, he became a studio arranger for RCA Victor and in 1955 started ghost writing for film and theatre. Throughout his career, he composed music for artists such as Paul Anka, Mina, Milva, Zucchero, and Andrea Bocelli. From 1960 to 1975, Morricone gained international fame for composing music for Westerns and—with an estimated 10 million copies sold—Once Upon a Time in the West is one of the best-selling scores worldwide. From 1966 to 1980, he was a main member of Il Gruppo, one of the first experimental composers collectives, and in 1969 he co-founded Forum Music Village, a prestigious recording studio. He continued to compose music for European productions, such as Marco Polo, La piovra, Nostromo, Fateless, Karol, and En mai, fais ce qu'il te plait.
Morricone composed for Hollywood directors such as Don Siegel, Mike Nichols, Brian De Palma, Barry Levinson, Oliver Stone, Warren Beatty, John Carpenter, and Quentin Tarantino. He has also worked with directors such as Bernardo Bertolucci, Mauro Bolognini, Giuliano Montaldo, Roland Joffé, Roman Polanski, Henri Verneuil, Mario Bava, Lucio Fulci, Umberto Lenzi, and Pier Paolo Pasolini. His best-known compositions include "The Ecstasy of Gold", "Se telefonando", "Man with a Harmonica", "Here's to You", "Chi Mai", "Gabriel's Oboe", and "E Più Ti Penso". He has influenced many artists including Hans Zimmer, Danger Mouse, Dire Straits, Muse, Metallica, Fields of the Nephilim, and Radiohead.
Morricone was born in Rome, the son of Libera Ridolfi and Mario Morricone, a musician. At the time of his birth Italy was under fascist rule. Morricone had four siblings — Adriana, Aldo, Maria, and Franca — and lived in Trastevere in the centre of Rome. His father was a professional trumpeter who performed in light-music orchestras while his mother set up a small textile business. During his early schooldays, Morricone was also a classmate of his later collaborator Sergio Leone.
Morricone's father first taught him to read music and to play several instruments. He entered the Saint Cecilia Conservatory to take trumpet lessons under the guidance of Umberto Semproni. He formally entered the conservatory in 1940 at age 12, enrolling in a four-year harmony program that he completed within six months. He studied the trumpet, composition, and choral music under the direction of Goffredo Petrassi, to whom Morricone would later dedicate concert pieces.
In 1941 Morricone was chosen among the students of the Saint Cecilia Conservatory to be a part of the Orchestra of the Opera, directed by Carlo Zecchi on the occasion of a tour of the Veneto region. He received his diploma in trumpet in 1946, continuing to work in classical composition and arrangement. Morricone received the Diploma in Instrumentation for Band Arrangement with a mark of 9/10 in 1952. His studies concluded at the Conservatory of Santa Cecilia in 1954 when he obtained a final 9.5/10 in his Diploma in Composition under Petrassi.
Morricone wrote his first compositions when he was six years old and he was encouraged to develop his natural talents. In 1946, he composed "Il Mattino" ("The Morning") for voice and piano on a text by Fukuko, first in a group of seven "youth" Lieder.
In the following years, he continued to write music for the theatre as well as classical music for voice and piano, such as "Imitazione", based on a text by Italian poet Giacomo Leopardi, "Intimità", based on a text by Olinto Dini, "Distacco I" and "Distacco II" with words by R. Gnoli, "Oboe Sommerso" for baritone and five instruments with words by poet Salvatore Quasimodo, and "Verrà la Morte", for alto and piano, based on a text by novelist Cesare Pavese.
In 1953, Morricone was asked by Gorni Kramer and Lelio Luttazzi to write an arrangement for some medleys in an American style for a series of evening radio shows. The composer continued with the composition of other 'serious' classical pieces, thus demonstrating the flexibility and eclecticism that always has been an integral part of his character. Many orchestral and chamber compositions date, in fact, from the period between 1954 and 1959: Musica per archi e pianoforte (1954), Invenzione, Canone e Ricercare per piano; Sestetto per flauto, oboe, fagotto, violino, viola, e violoncello (1955), Dodici Variazione per oboe, violoncello, e piano; Trio per clarinetto, corno, e violoncello; Variazione su un tema di Frescobaldi (1956); Quattro pezzi per chitarra (1957); Distanze per violino, violoncello, e piano; Musica per undici violini, Tre Studi per flauto, clarinetto, e fagotto (1958); and the Concerto per orchestra (1957), dedicated to his teacher Goffredo Petrassi.
Morricone soon gained popularity by writing his first background music for radio dramas and quickly moved into film.
Morricone's career as an arranger began in 1950, by arranging the piece Mamma Bianca (Narciso Parigi). On occasion of the "Anno Santo" (Holy Year), he arranged a long group of popular songs of devotion for radio broadcasting.
In 1956, Morricone started to support his family by playing in a jazz band and arranging pop songs for the Italian broadcasting service RAI. He was hired by RAI in 1958 but quit his job on his first day at work when he was told that broadcasting of music composed by employees was forbidden by a company rule. Subsequently, Morricone became a top studio arranger at RCA Victor, working with Renato Rascel, Rita Pavone, Domenico Modugno, and Mario Lanza.
Throughout his career, Morricone composed songs for several national and international jazz and pop artists, including Gianni Morandi (Go Kart Twist, 1962), Alberto Lionello (La donna che vale, 1959), Edoardo Vianello (Ornella, 1960; Cicciona cha-cha, 1960; Faccio finta di dormire, 1961; T'ho conosciuta, 1963; and also Pinne, fucine ed occhiali, I Watussi and Guarda come dondolo), Nora Orlandi (Arianna, 1960), Jimmy Fontana (Twist no. 9; Nicole, 1962), Rita Pavone (Come te non c'e' nessuno and Pel di carota from 1962, arranged by Luis Bacalov), Catherine Spaak (Penso a te; Questi vent'anni miei, 1964), Luigi Tenco (Quello che conta; Tra tanta gente; 1962), Gino Paoli (Nel corso from 1963, written by Morricone with Paoli), Renato Rascel (Scirocco, 1964), Paul Anka (Ogni Volta), Amii Stewart, Rosy Armen (L'Amore Gira), Milva (Ridevi, Metti Una Sera A Cena), Françoise Hardy (Je changerais d'avis, 1966), Mireille Mathieu (Mon ami de toujours; Pas vu, pas pris, 1971; J'oublie la pluie et le soleil, 1974), and Demis Roussos (I Like The World, 1970).
In 1963, the composer co-wrote (with Roby Ferrante) the music for the composition "Ogni volta" ("Every Time"), a song that was performed by Paul Anka for the first time during the Festival di Sanremo in 1964. This song was arranged and conducted by Morricone and sold more than three million copies worldwide, including one million copies in Italy alone.
Another success was his composition "Se telefonando". Performed by Mina, it was a track on Studio Uno 66, the 4th studio album by Mina. Morricone's sophisticated arrangement of "Se telefonando" was a combination of melodic trumpet lines, Hal Blaine–style drumming, a string set, a 1960s Europop female choir, and intensive subsonic-sounding trombones. The Italian Hitparade No. 7 song had eight transitions of tonality building tension throughout the chorus. During the following decades, the song was recorded by several performers in Italy and abroad including covers by Françoise Hardy and Iva Zanicchi (1966), Delta V (2005), Vanessa and the O's (2007), and Neil Hannon (2008). Françoise Hardy – Mon amie la rose site in the reader's poll conducted by the newspaper la Repubblica to celebrate Mina's 70th anniversary in 2010, 30,000 voters picked the track as the best song ever recorded by Mina.
In 1987, Morricone co-wrote It Couldn't Happen Here with the Pet Shop Boys. Other compositions for international artists include: La metà di me and Immagina (1988) by Ruggero Raimondi, Libera l'amore (1989) performed by Zucchero, Love Affair (1994) by k.d. lang, Ha fatto un sogno (1997) by Antonello Venditti, Di Più (1997) by Tiziana Tosca Donati, Come un fiume tu (1998), Un Canto (1998) and Conradian (2006) by Andrea Bocelli, Ricordare (1998) and Salmo (2000) by Angelo Branduardi, and My heart and I (2001) by Sting.
After graduation in 1954, Morricone started to write and arrange music as a ghost writer for films credited to already well-known composers, while also arranging for many light music orchestras of the RAI television network, working especially with Armando Trovajoli, Alessandro Cicognini, and Carlo Savina. He occasionally adopted Anglicized pseudonyms, such as Dan Savio and Leo Nichols.
In 1959, Morricone was the conductor (and uncredited co-composer) for Mario Nascimbene's score to Morte di un amico (Death of a Friend), an Italian drama directed by Franco Rossi. In the same year, he composed music for the theatre show Il lieto fine by Luciano Salce.
1961 marked his real film debut with Luciano Salce's Il Federale (The Fascist). In an interview with American composer Fred Karlin, Morricone discussed his beginnings, stating, "My first films were light comedies or costume movies that required simple musical scores that were easily created, a genre that I never completely abandoned even when I went on to much more important films with major directors".
With Il Federale Morricone began a long-run collaboration with Luciano Salce. In 1962, Morricone composed the jazz-influenced score for Salce's comedy La voglia matta (Crazy Desire). That year Morricone also arranged Italian singer Edoardo Vianello's summer hit "Pinne, fucile, e occhiali", a cha-cha song, peppered with added water effects, unusual instrumental sounds and unexpected stops and starts.
Morricone wrote works for the concert hall in a more avant-garde style. Some of these have been recorded, such as Ut, a trumpet concerto dedicated to Mauro Maur.
From 1964 up to their eventual disbandment in 1980, Morricone was part of Gruppo di Improvvisazione Nuova Consonanza (G.I.N.C.), a group of composers who performed and recorded avant-garde free improvisations. The Rome-based avant-garde ensemble was dedicated to the development of improvisation and new music methods. The ensemble functioned as a laboratory of sorts, working with anti-musical systems and sound techniques in an attempt to redefine the new music ensemble and explore "New Consonance".
Known as "The Group" or "Il Gruppo", they released seven albums across the Deutsche Grammophon, RCA, and Cramps labels: Gruppo di Improvvisazione Nuova Consonanza (1966), The Private Sea of Dreams (1967), Improvisationen (1968), The Feedback (1970), Improvvisazioni a Formazioni Variate (1973), Nuova Consonanza (1975), and Musica su Schemi (1976). Perhaps the most famous of these is their album entitled The Feed-back, which combines free jazz and avant-garde classical music with funk; the album frequently is sampled by hip hop DJs and is considered to be one of the most collectable records in existence, often fetching more than $1,000 at auction.
Morricone played a key role in The Group and was among the core members in its revolving line-up; in addition to serving as their trumpet player, he directed them on many occasions and they can be heard on a large number of his scores. Held in high regard in avant-garde music circles, they are considered to be the first experimental composers collective, their only peers being the British improvisation collective AMM. Their influence can be heard in free improvising ensembles from the European movements including the Evan Parker Electro-Acoustic Ensemble, the Swiss electronic free improvisation group Voice Crack, John Zorn, and in the techniques of modern classical music and avant-garde jazz groups. The ensemble's groundbreaking work informed their work in composition. The ensemble also performed in varying capacities with Morricone, contributing to some of his 1960s and 1970s Italian soundtracks, including A Quiet Place in the Country (1969) and Cold Eyes of Fear (1971).
Morricone's earliest scores were Italian light comedy and costume pictures, where he learned to write simple, memorable themes. During the 1960s and 1970s he composed the scores for comedies such as Eighteen in the Sun (Diciottenni al sole, 1962), Il Successo (1963), Lina Wertmüller's I basilischi (The Basilisks/The Lizards, 1963), Slalom (1965), Menage all'italiana (Menage Italian Style, 1965), How I Learned to Love Women (Come imparai ad amare le donne, 1966), Her Harem (L'harem, 1967), A Fine Pair (Ruba al prossimo tuo, 1968), L'Alibi (1969), This Kind of Love (Questa specie d'amore, 1972), Winged Devils (Forza "G", 1972), and Fiorina la vacca (1972).
His best-known scores for comedies includes La Cage aux Folles (1978) and La Cage aux Folles II (1980), both directed by Édouard Molinaro, Il ladrone (The Good Thief, 1980), Georges Lautner's La Cage aux Folles 3: The Wedding (1985), Pedro Almodóvar's Tie Me Up! Tie Me Down! (1990) and Warren Beatty's Bulworth (1998). Morricone never ceased to arrange and write music for comedies. In 2007, he composed a lighthearted score for the Italian romantic comedy Tutte le Donne della mia Vita by Simona Izzo, the director who co-wrote the Morricone-scored religious mini-series Il Papa Buono.
Although his first films were undistinguished, Morricone's arrangement of an American folk song intrigued director and former schoolmate Sergio Leone. Before being associated with Leone, Morricone already had composed some music for less-known western movies such as Duello nel Texas (aka Gunfight at Red Sands) (1963). In 1962, Morricone met American folksinger Peter Tevis, with the two collaborating on a version of Woody Guthrie's Pastures of Plenty. Tevis is credited with singing the lyrics of Morricone's songs such as "A Gringo Like Me" (from Gunfight at Red Sands) and "Lonesome Billy" (from Bullets Don't Argue). Tevis later recorded a vocal version of A Fistful of Dollars that was not used in the film.
Association with Sergio Leone The turning point in Morricone's career took place in 1964, the year in which his third child, Andrea Morricone, who would also become a film composer, was born. Film director and former schoolmate Sergio Leone hired Morricone, and together they created a distinctive score to accompany Leone's different version of the Western, A Fistful of Dollars (1964).
The Dollars Trilogy
Because budget strictures limited Morricone's access to a full orchestra, he used gunshots, cracking whips, whistle, voices, jew's harp, trumpets, and the new Fender electric guitar, instead of orchestral arrangements of Western standards à la John Ford. Morricone used his special effects to punctuate and comically tweak the action—cluing in the audience to the taciturn man's ironic stance.
As memorable as Leone's close-ups, harsh violence, and black comedy, Morricone's work helped to expand the musical possibilities of film scoring. Initially, Morricone was billed on the film as Dan Savio, a name they had used on Duello nel Texas to help its appeal on the international market. A Fistful of Dollars came out in Italy in 1964 and was released in America three years later, greatly popularising the so-called Spaghetti Western genre. For the American release, Sergio Leone followed Morricone and Massimo Dallamano's lead and decided to adopt an American-sounding name, Bob Robertson. Over the film's theatrical release, it grossed more than any other Italian film up to that point. The film debuted in the United States in January 1967, where it grossed US$4.5 million for the year. It eventually grossed $14.5 million in its American release, against its budget of US$200,000.
With the score of A Fistful of Dollars, Morricone began his 20-year collaboration with his childhood friend Alessandro Alessandroni and his Cantori Moderni. Alessandroni provided the whistling and the twanging guitar on the film scores, while his Cantori Moderni were a flexible troupe of modern singers. Morricone in particular drew on the solo soprano of the group, Edda Dell'Orso, at the height of her powers "an extraordinary voice at my disposal".
The composer subsequently scored Leone's other two Dollars Trilogy (or Man with No Name Trilogy) spaghetti westerns: For a Few Dollars More (1965) and The Good, the Bad, and the Ugly (1966). All three films starred the American actor Clint Eastwood as The Man With No Name and depicted Leone's own intense vision of the mythical West. Morricone commented in 2007: "Some of the music was written before the film, which was unusual. Leone's films were made like that because he wanted the music to be an important part of it; he kept the scenes longer because he did not want the music to end." According to Morricone this explains "why the films are so slow".
Despite the small film budgets, the Dollars Trilogy was a box-office success. The available budget for The Good, the Bad, and The Ugly was about US$1.2 million, but it became the most successful film of the Dollars Trilogy, grossing US$25.1 million in the United States and more than Lire 2.3 billion (1.2 million EUR) in Italy alone. Morricone's score became a major success and sold more than three million copies worldwide. On 14 August 1968 the original score was certified by the RIAA with a golden record for the sale of 500,000 copies in the United States alone.
The main theme to The Good, the Bad, and The Ugly, also titled "The Good, the Bad and the Ugly", was a hit in 1968 for Hugo Montenegro, whose rendition was a No.2 Billboard pop single in the U.S. and a U.K. No.1 single (for four weeks from mid-November that year).
"The Ecstasy of Gold" became one of Morricone's best-known compositions. The opening scene of Jeff Tremaine's Jackass Number Two (2006), in which the cast is chased through a suburban neighbourhood by bulls, is accompanied by this piece. While punk rock band The Ramones used "The Ecstasy of Gold" as a closing theme during their live performances, Metallica uses "The Ecstasy of Gold" as the introductory music for its concerts since 1983. This composition is also included on Metallica's live symphonic album S&M as well as the live album Live Shit: Binge & Purge. An instrumental metal cover by Metallica (with minimal vocals by lead singer James Hetfield) appeared on the 2007 Morricone tribute album We All Love Ennio Morricone. This metal version was nominated for a Grammy Award in the category of Best Rock Instrumental Performance. In 2009, the Grammy Award-winning hip-hop artist Coolio extensively sampled the theme for his song "Change".
Subsequent to the success of the Dollars trilogy, Morricone also composed the scores for Once Upon a Time in the West (1968) and Leone's last credited western film A Fistful of Dynamite (1971), as well as the score for My Name Is Nobody (1973).
Morricone's score for Once Upon a Time in the West is one of the best-selling original instrumental scores in the world today, with as many as 10 million copies sold, including one million copies in France, and more than 800,000 copies in the Netherlands.
The collaboration with Leone is considered one of the exemplary collaborations between a director and a composer. Morricone's last score for Leone was for his last film, the gangster drama Once Upon a Time in America (1984). Leone died on 30 April 1989 of a heart attack at the age of 60. Before his death in 1989, Leone was part-way through planning a film on the Siege of Leningrad, set during World War II. By 1989, Leone had been able to acquire US$100 million in financing from independent backers for the war epic. He had convinced Morricone to compose the film score. The project was cancelled when Leone died two days before he was to officially sign on for the film.
In early 2003, Italian filmmaker Giuseppe Tornatore announced he would direct a film called Leningrad. The film has yet to go into production and Morricone was cagey as to details on account of Tornatore's superstitious nature.
Two years after the start of his collaboration with Sergio Leone, Morricone also started to score music for another Spaghetti Western director, Sergio Corbucci. The composer wrote music for Corbucci's Navajo Joe (1966), The Hellbenders (1967), The Mercenary/The Professional Gun (1968), The Great Silence (1968), Compañeros (1970), Sonny and Jed (1972), and What Am I Doing in the Middle of the Revolution? (1972).
In addition, Morricone composed music for the western films by Sergio Sollima, The Big Gundown (with Lee Van Cleef, 1966), Face to Face (1967), and Run, Man, Run (1968), as well as the 1970 crime thriller Violent City (with Charles Bronson) and the poliziottesco film Revolver (1973).
Other relevant scores for less popular Spaghetti Westerns include Duello nel Texas (1963), Bullets Don't Argue (1964), A Pistol for Ringo (1965), The Return of Ringo (1965), Seven Guns for the MacGregors (1966), The Hills Run Red (1966), Giulio Petroni's Death Rides a Horse (1967) and Tepepa (1968), A Bullet for the General (1967), Guns for San Sebastian (with Charles Bronson and Anthony Quinn, 1968), A Sky Full of Stars for a Roof (1968), The Five Man Army (1969), Don Siegel's Two Mules for Sister Sara (1970), Life Is Tough, Eh Providence? (1972), and Buddy Goes West (1981).
With Leone's films, Ennio Morricone's name had been put firmly on the map. Most of Morricone's film scores of the 1960s were composed outside the Spaghetti Western genre, while still using Alessandroni's team. Their music included the themes for Il Malamondo (1964), Slalom (1965), and Listen, Let's Make Love (1967). In 1968, Morricone reduced his work outside the movie business and wrote scores for 20 films in the same year. The scores included psychedelic accompaniment for Mario Bava's superhero romp Danger: Diabolik (1968).
Morricone collaborated with Marco Bellocchio (Fists in the Pocket, 1965), Gillo Pontecorvo (The Battle of Algiers (1966), and Queimada! (1969) with Marlon Brando), Roberto Faenza (H2S, 1968), Giuliano Montaldo (Sacco e Vanzetti, 1971), Giuseppe Patroni Griffi ('Tis Pity She's a Whore, 1971), Mauro Bolognini (Drama of the Rich, 1974), Umberto Lenzi (Almost Human, 1974), Pier Paolo Pasolini (Salò, or the 120 Days of Sodom, 1975), Bernardo Bertolucci (Novecento, 1976), and Tinto Brass (The Key, 1983).
In 1970, Morricone wrote the score for Violent City. That same year, he received his first Nastro d'Argento for the music in Metti una sera a cena (Giuseppe Patroni Griffi, 1969) and his second only a year later for Sacco e Vanzetti (Giuliano Montaldo, 1971), in which he collaborated with the legendary American folk singer and activist Joan Baez. His soundtrack for Sacco e Vanzetti contains another well-known composition by Morricone, the folk song "Here's to You", sung by Baez. For the writing of the lyrics, Baez was inspired by a letter from Bartolomeo Vanzetti: "Father, yes, I am a prisoner / Fear not to relay my crime". The song was later included in movies such as The Life Aquatic with Steve Zissou.
Morricone's eclecticism found its way to films in the horror genre, such as the giallo thrillers of Dario Argento, from The Bird with the Crystal Plumage (1970), The Cat o' Nine Tails (1971), and Four Flies on Grey Velvet (1971) to The Stendhal Syndrome (1996) and The Phantom of the Opera (1998). His other horror scores include Nightmare Castle (1965), A Quiet Place in the Country (1968), The Antichrist (1974), and Night Train Murders (1975).
In addition, Morricone composed music for many popular and cult Italian giallo films, such as Unknown Woman (1969), Forbidden Photos of a Lady Above Suspicion (1970), A Lizard in a Woman's Skin (1971), Cold Eyes of Fear (1971), The Fifth Cord (1971), Short Night of Glass Dolls (1971), The Black Belly of the Tarantula (1971) My Dear Killer (1972), What Have You Done to Solange? (1972), Who Saw Her Die? (1972), Spasmo (1974), and Autopsy (1975).
In 1977 Morricone scored John Boorman's Exorcist II: The Heretic and Alberto De Martino's apocalyptic horror film Holocaust 2000, starring Kirk Douglas. In 1982 he composed the score for John Carpenter's science fiction horror movie The Thing. Morricone's main theme for the film was reflected in Marco Beltrami's film's score of prequel of the 1982 film, which was released in 2011.
The Dollars Trilogy was not released in the United States until 1967 when United Artists, who had already enjoyed success distributing the British-produced James Bond films in the United States, decided to release Sergio Leone's Spaghetti Westerns. The American release gave Morricone an exposure in America and his film music became quite popular in the United States.
One of Morricone's first contributions to an American director concerned his music for the religious epic film The Bible: In the Beginning... by John Huston. According to Sergio Miceli's book Morricone, la musica, il cinema, Morricone wrote about 15 or 16 minutes of music, which were recorded for a screen test and conducted by Franco Ferrara. At first Morricone's teacher Goffredo Petrassi had been engaged to write the score for the great big-budget epic, but Huston preferred another composer. RCA Records then proposed Morricone who was under contract with them, but a conflict between the film's producer Dino De Laurentiis and RCA occurred. The producer wanted to have exclusive rights for the soundtrack, while RCA still had the monopoly on Morricone at that time and did not want to release the composer. Subsequently, Morricone's work was rejected because he did not get permission from RCA to work for Dino De Laurentiis alone. The composer reused the parts of his unused score for The Bible: In the Beginning in such films as The Return of Ringo (1965) by Duccio Tessari and Alberto Negrin's The Secret of the Sahara (1987).
Morricone never left Rome to compose his music and never learned to speak English. But given that the composer always worked in a wide field of composition genres, from "absolute music", which he always produced, to "applied music", working as orchestrator as well as conductor in the recording field, and then as a composer for theatre, radio, and cinema, the impression arises that he never really cared that much about his standing in the eyes of Hollywood.
In 1970, Morricone composed the music for Don Siegel's Two Mules for Sister Sara, an American-Mexican western film starring Shirley MacLaine and Clint Eastwood. The same year the composer also delivered the title theme The Men from Shiloh for the American Western television series The Virginian.
In 1974–1975 Morricone wrote music for Spazio 1999, an Italian-produced compilation movie made to launch the Italian-British television series Space: 1999, while the original episodes featured music by Barry Gray. A soundtrack album was only released on CD in 2016 and on LP in 2017. In 1975 he scored the George Kennedy revenge thriller The "Human" Factor, which was the final film of director Edward Dmytryk. Two years later he composed the score for the sequel to William Friedkin's 1973 film The Exorcist, directed by John Boorman: Exorcist II: The Heretic. The horror film was a major disappointment at the box office. The film grossed US$30,749,142 in the United States.
In 1978, the composer worked with Terrence Malick for Days of Heaven starring Richard Gere, for which he earned his first nomination at the Oscars for Best Original Score.
Despite the fact that Morricone had produced some of the most popular and widely imitated film music ever written throughout the 1960s and 1970s, Days of Heaven earned him his first Oscar nomination for Best Original Score, with his score up against Jerry Goldsmith's The Boys from Brazil, Dave Grusin's Heaven Can Wait, Giorgio Moroder's Midnight Express (the eventual winner), and John Williams's Superman: The Movie at the Oscar ceremonies in 1979.
Association with Roland Joffé
The Mission, directed by Joffé, was about a piece of history considerably more distant, as Spanish Jesuit missionaries see their work undone as a tribe of Paraguayan natives fall within a territorial dispute between the Spanish and Portuguese. At one point the score was one of the world's best-selling film scores, selling over 3 million copies worldwide.
Morricone finally received a second Oscar nomination for The Mission. Morricone's original score lost out to Herbie Hancock's coolly arranged jazz on Bertrand Tavernier's Round Midnight. It was considered a surprising win and a controversial one, given that much of the music in the film was pre-existing. Morricone stated the following during a 2001 interview with The Guardian: "I definitely felt that I should have won for The Mission. Especially when you consider that the Oscar winner that year was Round Midnight, which was not an original score. It had a very good arrangement by Herbie Hancock, but it used existing pieces. So there could be no comparison with The Mission. There was a theft!" His score for The Mission was ranked at number 1 in a poll of the all-time greatest film scores. The top 10 list was compiled by 40 film composers such as Michael Giacchino and Carter Burwell. The score is ranked 23rd on the AFI's list of 25 greatest film scores of all time.
On three occasions, Brian De Palma worked with Morricone: The Untouchables (1987), the 1989 war drama Casualties of War and the science fiction film Mission to Mars (2000). Morricone's score for The Untouchables resulted in his third nomination for Academy Award for Best Original Score.
In a 2001 interview with The Guardian, Morricone stated that he had good experiences with De Palma: "De Palma is delicious! He respects music, he respects composers. For The Untouchables, everything I proposed to him was fine, but then he wanted a piece that I didn't like at all, and of course, we didn't have an agreement on that. It was something I didn't want to write – a triumphal piece for the police. I think I wrote nine different pieces for this in total and I said, 'Please don't choose the sixth!' because it was the worst. And guess what he chose? The sixth one. But it really suits the movie."
Another American director, Barry Levinson, commissioned the composer on two occasions. First, for the crime-drama Bugsy, starring Warren Beatty, which received ten Oscar nominations, winning two for Best Art Direction-Set Decoration (Dennis Gassner, Nancy Haigh) and Best Costume Design.
"He doesn't have a piano in his studio, I always thought that with composers, you sit at the piano, and you try to find the melody. There's no such thing with Morricone. He hears a melody, and he writes it down. He hears the orchestration completely done", said Levinson in an interview.
During his career in Hollywood, Morricone was approached for numerous other projects, including the Gregory Nava drama A Time of Destiny (1988), Frantic by Polish-French director Roman Polanski (1988, starring Harrison Ford), Franco Zeffirelli's 1990 drama film Hamlet (starring Mel Gibson and Glenn Close), the neo-noir crime film State of Grace by Phil Joanou (1990, starring Sean Penn and Ed Harris), Rampage (1992) by William Friedkin, and the romantic drama Love Affair (1994) by Warren Beatty.
In 2009, Tarantino originally wanted Morricone to compose the film score for Inglourious Basterds. Morricone was unable to, because the film's sped-up production schedule conflicted with his scoring of Giuseppe Tornatore's Baarìa. However, Tarantino did use eight tracks composed by Morricone in the film, with four of them included on the soundtrack. The tracks came originally from Morricone's scores for The Big Gundown (1966), Revolver (1973) and Allonsanfàn (1974).
In 2012, Morricone composed the song "Ancora Qui" with lyrics by Italian singer Elisa for Tarantino's Django Unchained, a track that appeared together with three existing music tracks composed by Morricone on the soundtrack. "Ancora Qui" was one of the contenders for an Academy Award nomination in the Best Original Song category, but eventually the song was not nominated. On 4 January 2013 Morricone presented Tarantino with a Life Achievement Award at a special ceremony being cast as a continuation of the International Rome Film Festival. In 2014, Morricone was misquoted as claiming that he would "never work" with Tarantino again, and later agreed to write an original film score for Tarantino's The Hateful Eight, which won him an Academy Award in 2016 in the Best Original Score category. His nomination for this film marked him at that time as the second oldest nominee in Academy history, behind Gloria Stuart. Morricone's win marked his first competitive Oscar, and at the age of 87, he became the oldest person at the time to win a competitive Oscar.
In 1988, Morricone started an ongoing and very successful collaboration with Italian director Giuseppe Tornatore. His first score for Tornatore was for the drama film Cinema Paradiso. The international version of the film won the Special Jury Prize at the 1989 Cannes Film Festival and the 1989 Best Foreign Language Film Oscar. Morricone received a BAFTA award with his son Andrea, and a David di Donatello for his score. In 2002, the director's cut 173-minute version was released (known in the US as Cinema Paradiso: The New Version). After the success of Cinema Paradiso, the composer wrote the music for all subsequent films by Tornatore: the drama film Everybody's Fine (Stanno Tutti Bene, 1990), A Pure Formality (1994) starring Gérard Depardieu and Roman Polanski, The Star Maker (1995), The Legend of 1900 (1998) starring Tim Roth, the 2000 romantic drama Malèna (which featured Monica Bellucci) and the psychological thriller mystery film La sconosciuta (2006). Morricone also composed the scores for Baarìa (2009), The Best Offer (2013) starring Geoffrey Rush, Jim Sturgess and Donald Sutherland and the romantic drama The Correspondence (2015)
The composer won several music awards for his scores in Tornatore's movies. Morricone received a fifth Academy Award nomination and a Golden Globe nomination for Malèna. For Legend of 1900, he won a Golden Globe Award for Best Original Score. In September 2021 Tornatore presented out of competition at the 78th Venice International Film Festival a documentary film about Morricone, Ennio.
Morricone wrote the score for the Mafia television series La piovra seasons 2 to 10 from 1985 to 2001, including the themes "Droga e sangue" ("Drugs and Blood"), "La Morale", and "L'Immorale". Morricone worked as the conductor of seasons 3 to 5 of the series. He also worked as the music supervisor for the television project La bibbia ("The Bible"). In the late 1990s, he collaborated with his son Andrea on the Ultimo crime dramas, resulting in Ultimo (1998), Ultimo 2 – La sfida (1999), Ultimo 3 – L'infiltrato (2004) and Ultimo 4 – L'occhio del falco (2013). For Canone inverso (2000) based on the music-themed novel of the same name by the Paolo Maurensig, directed by Ricky Tognazzi and starring Hans Matheson, Morricone won Best Score awards in the David di Donatello Awards and Silver Ribbons.
In the 2000s, Morricone continued to compose music for successful television series such as Il Cuore nel Pozzo (2005), Karol: A Man Who Became Pope (2005), La provinciale (2006), Giovanni Falcone (2007), Pane e libertà (2009) and Come Un Delfino 1–2 (2011–2013).
Morricone provided the string arrangements on Morrissey's "Dear God Please Help Me" from the album Ringleader of the Tormentors in 2006.
In 2008, the composer recorded music for a Lancia commercial, featuring Richard Gere and directed by Harald Zwart (known for directing The Pink Panther 2).
In spring and summer 2010, Morricone worked with Hayley Westenra for a collaboration on her album Paradiso. The album features new songs written by Morricone, as well as some of his best-known film compositions of the last 50 years. Westenra recorded the album with Morricone's orchestra in Rome during the summer of 2010.
Since 1995, he composed the music for several advertising campaigns of Dolce & Gabbana. The commercials were directed by Giuseppe Tornatore.
In 2013, Morricone collaborated with Italian singer-songwriter Laura Pausini on a new version of her hit single "La solitudine" for her 20 years anniversary greatest hits album 20 – The Greatest Hits.
Morricone composed the music for The Best Offer (2013) by Giuseppe Tornatore.
He wrote the score for Christian Carion's En mai, fais ce qu'il te plait (2015) and the most recent movie by Tornatore: The Correspondence (2016), featuring Jeremy Irons and Olga Kurylenko. In July 2015, Quentin Tarantino announced after the screening of footage of his movie The Hateful Eight at the San Diego Comic-Con International that Morricone would score the film, the first Western that Morricone scored since 1981. The score was critically acclaimed and won several awards including the Golden Globe Award for Best Original Score and the Academy Award for Best Original Score.
In June 2015, Morricone premiered his Missa Papae Francisci (Mass for Pope Francis) at Rome's Chiesa del Gesù with the Orchestra Roma Sinfonietta and choruses from the Accademia Santa Cecilia and the Rome Opera Theater.
Before receiving his diplomas in trumpet, composition and instrumentation from the conservatory, Morricone was already active as a trumpet player, often performing in an orchestra that specialised in music written for films. After completing his education at Saint Cecilia, the composer honed his orchestration skills as an arranger for Italian radio and television. In order to support himself, he moved to RCA in the early sixties and entered the front ranks of the Italian recording industry. Since 1964, Morricone was also a founding member of the Rome-based avant-garde ensemble Gruppo di Improvvisazione Nuova Consonanza. During the existence of the group (until 1978), Morricone performed several times with the group as trumpet player.
To ready his music for live performance, he joined smaller pieces of music together into longer suites. Rather than single pieces, which would require the audience to applaud every few minutes, Morricone thought the best idea was to create a series of suites lasting from 15 to 20 minutes, which form a sort of symphony in various movements – alternating successful pieces with personal favourites. In concert, Morricone normally had 180 to 200 musicians and vocalists under his baton, performing multiple genre-crossing collections of music. Rock, symphonic and ethnic instruments share the stage.
On 20 September 1984 Morricone conducted the Orchestre national des Pays de la Loire at Cinésymphonie '84 ("Première nuit de la musique de film/First night of film music") in the French concert hall Salle Pleyel in Paris. He performed some of his best-known compositions such as Metti una sera a cena, Novecento and The Good, the Bad and the Ugly. Michel Legrand and Georges Delerue performed on the same evening. On 15 October 1987 Morricone gave a concert in front of 12,000 people in the Sportpaleis in Antwerp, Belgium, with the Dutch Metropole Orchestra and the Italian operatic soprano Alide Maria Salvetta. A live-album with a recording of this concert was released in the same year.
On 9 June 2000 Morricone went to the Flanders International Film Festival Ghent to conduct his music together with the National Orchestra of Belgium. During the concert's first part, the screening of The Life and Death of King Richard III (1912) was accompanied with live music by Morricone. It was the very first time that the score was performed live in Europe. The second part of the evening consisted of an anthology of the composer's work. The event took place on the eve of Euro 2000, the European Football Championship in Belgium and the Netherlands.
Morricone performed over 250 concerts as of 2001. The composer started a world tour in 2001, the latter part sponsored by Giorgio Armani, with the Orchestra Roma Sinfonietta, touring London (Barbican 2001; 75th birthday Concerto, Royal Albert Hall 2003 with singer Dulce Pontes), Paris, Verona, and Tokyo. Morricone performed his classic film scores at the Gasteig in Munich in 2004.
He made his North American concert debut on 3 February 2007 at Radio City Music Hall in New York City. The previous evening, Morricone had already presented at the United Nations a concert comprising some of his film themes, as well as the cantata Voci dal silenzio to welcome the new Secretary-General Ban Ki-Moon. A Los Angeles Times review bemoaned the poor acoustics and opined of Morricone: "His stick technique is adequate, but his charisma as a conductor is zero."
On 22 December 2012 Morricone conducted the 85-piece Belgian orchestra "Orkest der Lage Landen" and a 100-piece choir during a two-hour concert in the Sportpaleis in Antwerp.
In November 2013 Morricone began a world tour to coincide with the 50th anniversary of his film music career and performed in locations such as the Crocus City Hall in Moscow, Santiago, Chile, Berlin, Germany (O2 World, Germany), Budapest, Hungary, and Vienna (Stadhalle). Back in June 2014, Morricone had to cancel a US tour in New York (Barclays Center) and Los Angeles (Nokia Theatre LA Live) due to a back procedure on 20 February. Morricone postponed the rest of his world tour.
In November 2014 Morricone stated that he would resume his European tour starting from February 2015 alongside with Dulce Pontes.
On 13 October 1956, Morricone married Maria Travia (born 31 December 1932), whom he had met in 1950. Travia wrote lyrics to complement her husband's pieces. Her works include the Latin texts for The Mission. Together, they had four children: Marco (b. 1957), Alessandra (b. 1961), conductor and film composer Andrea (b. 1964) and Giovanni (b. 1966), a filmmaker who lives in New York City. They remained married for 63 years until his death.
Morricone lived in Italy his entire life and never desired to live in Hollywood. He described himself as a Christian leftist, stating that he voted for the Christian Democracy (DC) for more than 40 years and then, after its dissolution in 1994, he approached the centre-left coalition.
Morricone loved chess, having learned the game when he was 11. Before his musical career took off, he played in club tournaments in Rome in the mid-1950s. His first official tournament was in 1964, where he won a prize in the third category for amateurs. He was even coached by 12-time Italian champion IM Stefano Tatai for a while. Soon he got too busy for chess, but he would always keep a keen interest in the game and estimated his peak Elo rating to be nearly 1700. Over the years, Morricone played chess with many big names including GMs Garry Kasparov, Anatoly Karpov, Judit Polgar, and Peter Leko. He once held GM Boris Spassky to a draw in a simultaneous competition with 27 players, where Morricone was the last one standing.
On 6 July 2020, Morricone died at the Università Campus Bio-Medico in Rome, aged 91, as a result of injuries sustained to his femur during a fall. Following a private funeral in the hospital's chapel, he was entombed in Cimitero Laurentino.
Ennio Morricone influenced many artists from other styles and genres, including Danger Mouse, Dire Straits, Muse, Metallica, Radiohead and Hans Zimmer.
Morricone sold well over 70 million records worldwide during his career that spanned over seven decades, including 6.5 million albums and singles in France, over three million in the United States and more than two million albums in South Korea. In 1971, the composer received his first golden record (disco d'oro) for the sale of 1,000,000 records in Italy and a "Targa d'Oro" (it) for the worldwide sales of 22 million.
Selected long-time collaborations with directors
Morricone received his first Academy Award nomination in 1979 for the score to Days of Heaven (Terrence Malick, 1978). He received his second Oscar nomination for The Mission. He also received Oscar nominations for his scores to The Untouchables (1987), Bugsy (1991), Malèna (2000), and The Hateful Eight (2016). In February 2016, Morricone won his first competitive Academy Award for his score to The Hateful Eight. Morricone and Alex North are the only composers to receive the Academy Honorary Award since its introduction in 1928. He received the award in February 2007, "for his magnificent and multifaceted contributions to the art of film music."
In 2005, four film scores by Ennio Morricone were nominated by the American Film Institute for an honoured place in the AFI's Top 25 of Best American Film Scores of All Time. His score for The Mission was ranked 23rd in the Top 25 list. Morricone was nominated seven times for a Grammy Award. In 2009 The Recording Academy inducted his score for The Good, the Bad, and the Ugly (1966) into the Grammy Hall of Fame. In 2010 Ennio Morricone and Icelandic singer Björk won the Polar Music Prize. The Polar Music Prize is Sweden's biggest music award and is typically shared by a pop artist and a classical musician. It was founded by Stig Anderson, manager of Swedish pop group ABBA, in 1989. A Variety poll of 40 top current film composers selected The Mission as the greatest film score of all time.
In 1971, he received a "Targa d'Oro" for worldwide sales of 22 million, and by 2016 Morricone had sold more than 70 million records worldwide. In 2007, he received the Academy Honorary Award "for his magnificent and multifaceted contributions to the art of film music". He was nominated for a further six Oscars, and in 2016, received his only competitive Academy Award for his score to Quentin Tarantino's film The Hateful Eight, at the time becoming the oldest person ever to win a competitive Oscar. His other achievements include three Grammy Awards, three Golden Globes, six BAFTAs, ten David di Donatello, eleven Nastro d'Argento, two European Film Awards, the Golden Lion Honorary Award, and the Polar Music Prize in 2010. The soundtrack for The Mission (1986) was certified gold in the United States. The album Yo-Yo Ma Plays Ennio Morricone stayed for 105 weeks on the Billboard Top Classical Albums. | [
{
"paragraph_id": 0,
"text": "Ennio Morricone OMRI (Italian: [ˈɛnnjo morriˈkoːne]; 10 November 1928 – 6 July 2020) was an Italian composer, orchestrator, conductor, trumpeter, and pianist who wrote music in a wide range of styles. With more than 400 scores for cinema and television, as well as more than 100 classical works, Morricone is widely considered one of the most prolific and greatest film composers of all time. He has received numerous accolades including two Academy Awards, three Grammy Awards, three Golden Globes, six BAFTAs, ten David di Donatello, eleven Nastro d'Argento, two European Film Awards, the Golden Lion Honorary Award, and the Polar Music Prize in 2010.",
"title": ""
},
{
"paragraph_id": 1,
"text": "His filmography includes more than 70 award-winning films, all Sergio Leone's films since A Fistful of Dollars, all Giuseppe Tornatore's films since Cinema Paradiso, Dario Argento's Animal Trilogy, as well as The Battle of Algiers (1968), 1900 (1976), La Cage aux Folles (1978), Le Professionnel (1981), The Thing (1982), and Tie Me Up! Tie Me Down! (1989). He received Academy Award for Best Original Score nominations for Days of Heaven (1978), The Mission (1986), The Untouchables (1987), Bugsy (1991), Malèna (2000) and The Hateful Eight (2015), winning for the latter. He won the Academy Honorary Award in 2007. His score to The Good, the Bad and the Ugly (1966) is regarded as one of the most recognizable and influential soundtracks in history. It was inducted into the Grammy Hall of Fame.",
"title": ""
},
{
"paragraph_id": 2,
"text": "After playing the trumpet in jazz bands in the 1940s, he became a studio arranger for RCA Victor and in 1955 started ghost writing for film and theatre. Throughout his career, he composed music for artists such as Paul Anka, Mina, Milva, Zucchero, and Andrea Bocelli. From 1960 to 1975, Morricone gained international fame for composing music for Westerns and—with an estimated 10 million copies sold—Once Upon a Time in the West is one of the best-selling scores worldwide. From 1966 to 1980, he was a main member of Il Gruppo, one of the first experimental composers collectives, and in 1969 he co-founded Forum Music Village, a prestigious recording studio. He continued to compose music for European productions, such as Marco Polo, La piovra, Nostromo, Fateless, Karol, and En mai, fais ce qu'il te plait.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Morricone composed for Hollywood directors such as Don Siegel, Mike Nichols, Brian De Palma, Barry Levinson, Oliver Stone, Warren Beatty, John Carpenter, and Quentin Tarantino. He has also worked with directors such as Bernardo Bertolucci, Mauro Bolognini, Giuliano Montaldo, Roland Joffé, Roman Polanski, Henri Verneuil, Mario Bava, Lucio Fulci, Umberto Lenzi, and Pier Paolo Pasolini. His best-known compositions include \"The Ecstasy of Gold\", \"Se telefonando\", \"Man with a Harmonica\", \"Here's to You\", \"Chi Mai\", \"Gabriel's Oboe\", and \"E Più Ti Penso\". He has influenced many artists including Hans Zimmer, Danger Mouse, Dire Straits, Muse, Metallica, Fields of the Nephilim, and Radiohead.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Morricone was born in Rome, the son of Libera Ridolfi and Mario Morricone, a musician. At the time of his birth Italy was under fascist rule. Morricone had four siblings — Adriana, Aldo, Maria, and Franca — and lived in Trastevere in the centre of Rome. His father was a professional trumpeter who performed in light-music orchestras while his mother set up a small textile business. During his early schooldays, Morricone was also a classmate of his later collaborator Sergio Leone.",
"title": "Early life and education"
},
{
"paragraph_id": 5,
"text": "Morricone's father first taught him to read music and to play several instruments. He entered the Saint Cecilia Conservatory to take trumpet lessons under the guidance of Umberto Semproni. He formally entered the conservatory in 1940 at age 12, enrolling in a four-year harmony program that he completed within six months. He studied the trumpet, composition, and choral music under the direction of Goffredo Petrassi, to whom Morricone would later dedicate concert pieces.",
"title": "Early life and education"
},
{
"paragraph_id": 6,
"text": "In 1941 Morricone was chosen among the students of the Saint Cecilia Conservatory to be a part of the Orchestra of the Opera, directed by Carlo Zecchi on the occasion of a tour of the Veneto region. He received his diploma in trumpet in 1946, continuing to work in classical composition and arrangement. Morricone received the Diploma in Instrumentation for Band Arrangement with a mark of 9/10 in 1952. His studies concluded at the Conservatory of Santa Cecilia in 1954 when he obtained a final 9.5/10 in his Diploma in Composition under Petrassi.",
"title": "Early life and education"
},
{
"paragraph_id": 7,
"text": "Morricone wrote his first compositions when he was six years old and he was encouraged to develop his natural talents. In 1946, he composed \"Il Mattino\" (\"The Morning\") for voice and piano on a text by Fukuko, first in a group of seven \"youth\" Lieder.",
"title": "Career"
},
{
"paragraph_id": 8,
"text": "In the following years, he continued to write music for the theatre as well as classical music for voice and piano, such as \"Imitazione\", based on a text by Italian poet Giacomo Leopardi, \"Intimità\", based on a text by Olinto Dini, \"Distacco I\" and \"Distacco II\" with words by R. Gnoli, \"Oboe Sommerso\" for baritone and five instruments with words by poet Salvatore Quasimodo, and \"Verrà la Morte\", for alto and piano, based on a text by novelist Cesare Pavese.",
"title": "Career"
},
{
"paragraph_id": 9,
"text": "In 1953, Morricone was asked by Gorni Kramer and Lelio Luttazzi to write an arrangement for some medleys in an American style for a series of evening radio shows. The composer continued with the composition of other 'serious' classical pieces, thus demonstrating the flexibility and eclecticism that always has been an integral part of his character. Many orchestral and chamber compositions date, in fact, from the period between 1954 and 1959: Musica per archi e pianoforte (1954), Invenzione, Canone e Ricercare per piano; Sestetto per flauto, oboe, fagotto, violino, viola, e violoncello (1955), Dodici Variazione per oboe, violoncello, e piano; Trio per clarinetto, corno, e violoncello; Variazione su un tema di Frescobaldi (1956); Quattro pezzi per chitarra (1957); Distanze per violino, violoncello, e piano; Musica per undici violini, Tre Studi per flauto, clarinetto, e fagotto (1958); and the Concerto per orchestra (1957), dedicated to his teacher Goffredo Petrassi.",
"title": "Career"
},
{
"paragraph_id": 10,
"text": "Morricone soon gained popularity by writing his first background music for radio dramas and quickly moved into film.",
"title": "Career"
},
{
"paragraph_id": 11,
"text": "Morricone's career as an arranger began in 1950, by arranging the piece Mamma Bianca (Narciso Parigi). On occasion of the \"Anno Santo\" (Holy Year), he arranged a long group of popular songs of devotion for radio broadcasting.",
"title": "Career"
},
{
"paragraph_id": 12,
"text": "In 1956, Morricone started to support his family by playing in a jazz band and arranging pop songs for the Italian broadcasting service RAI. He was hired by RAI in 1958 but quit his job on his first day at work when he was told that broadcasting of music composed by employees was forbidden by a company rule. Subsequently, Morricone became a top studio arranger at RCA Victor, working with Renato Rascel, Rita Pavone, Domenico Modugno, and Mario Lanza.",
"title": "Career"
},
{
"paragraph_id": 13,
"text": "Throughout his career, Morricone composed songs for several national and international jazz and pop artists, including Gianni Morandi (Go Kart Twist, 1962), Alberto Lionello (La donna che vale, 1959), Edoardo Vianello (Ornella, 1960; Cicciona cha-cha, 1960; Faccio finta di dormire, 1961; T'ho conosciuta, 1963; and also Pinne, fucine ed occhiali, I Watussi and Guarda come dondolo), Nora Orlandi (Arianna, 1960), Jimmy Fontana (Twist no. 9; Nicole, 1962), Rita Pavone (Come te non c'e' nessuno and Pel di carota from 1962, arranged by Luis Bacalov), Catherine Spaak (Penso a te; Questi vent'anni miei, 1964), Luigi Tenco (Quello che conta; Tra tanta gente; 1962), Gino Paoli (Nel corso from 1963, written by Morricone with Paoli), Renato Rascel (Scirocco, 1964), Paul Anka (Ogni Volta), Amii Stewart, Rosy Armen (L'Amore Gira), Milva (Ridevi, Metti Una Sera A Cena), Françoise Hardy (Je changerais d'avis, 1966), Mireille Mathieu (Mon ami de toujours; Pas vu, pas pris, 1971; J'oublie la pluie et le soleil, 1974), and Demis Roussos (I Like The World, 1970).",
"title": "Career"
},
{
"paragraph_id": 14,
"text": "In 1963, the composer co-wrote (with Roby Ferrante) the music for the composition \"Ogni volta\" (\"Every Time\"), a song that was performed by Paul Anka for the first time during the Festival di Sanremo in 1964. This song was arranged and conducted by Morricone and sold more than three million copies worldwide, including one million copies in Italy alone.",
"title": "Career"
},
{
"paragraph_id": 15,
"text": "Another success was his composition \"Se telefonando\". Performed by Mina, it was a track on Studio Uno 66, the 4th studio album by Mina. Morricone's sophisticated arrangement of \"Se telefonando\" was a combination of melodic trumpet lines, Hal Blaine–style drumming, a string set, a 1960s Europop female choir, and intensive subsonic-sounding trombones. The Italian Hitparade No. 7 song had eight transitions of tonality building tension throughout the chorus. During the following decades, the song was recorded by several performers in Italy and abroad including covers by Françoise Hardy and Iva Zanicchi (1966), Delta V (2005), Vanessa and the O's (2007), and Neil Hannon (2008). Françoise Hardy – Mon amie la rose site in the reader's poll conducted by the newspaper la Repubblica to celebrate Mina's 70th anniversary in 2010, 30,000 voters picked the track as the best song ever recorded by Mina.",
"title": "Career"
},
{
"paragraph_id": 16,
"text": "In 1987, Morricone co-wrote It Couldn't Happen Here with the Pet Shop Boys. Other compositions for international artists include: La metà di me and Immagina (1988) by Ruggero Raimondi, Libera l'amore (1989) performed by Zucchero, Love Affair (1994) by k.d. lang, Ha fatto un sogno (1997) by Antonello Venditti, Di Più (1997) by Tiziana Tosca Donati, Come un fiume tu (1998), Un Canto (1998) and Conradian (2006) by Andrea Bocelli, Ricordare (1998) and Salmo (2000) by Angelo Branduardi, and My heart and I (2001) by Sting.",
"title": "Career"
},
{
"paragraph_id": 17,
"text": "After graduation in 1954, Morricone started to write and arrange music as a ghost writer for films credited to already well-known composers, while also arranging for many light music orchestras of the RAI television network, working especially with Armando Trovajoli, Alessandro Cicognini, and Carlo Savina. He occasionally adopted Anglicized pseudonyms, such as Dan Savio and Leo Nichols.",
"title": "Career"
},
{
"paragraph_id": 18,
"text": "In 1959, Morricone was the conductor (and uncredited co-composer) for Mario Nascimbene's score to Morte di un amico (Death of a Friend), an Italian drama directed by Franco Rossi. In the same year, he composed music for the theatre show Il lieto fine by Luciano Salce.",
"title": "Career"
},
{
"paragraph_id": 19,
"text": "1961 marked his real film debut with Luciano Salce's Il Federale (The Fascist). In an interview with American composer Fred Karlin, Morricone discussed his beginnings, stating, \"My first films were light comedies or costume movies that required simple musical scores that were easily created, a genre that I never completely abandoned even when I went on to much more important films with major directors\".",
"title": "Career"
},
{
"paragraph_id": 20,
"text": "With Il Federale Morricone began a long-run collaboration with Luciano Salce. In 1962, Morricone composed the jazz-influenced score for Salce's comedy La voglia matta (Crazy Desire). That year Morricone also arranged Italian singer Edoardo Vianello's summer hit \"Pinne, fucile, e occhiali\", a cha-cha song, peppered with added water effects, unusual instrumental sounds and unexpected stops and starts.",
"title": "Career"
},
{
"paragraph_id": 21,
"text": "Morricone wrote works for the concert hall in a more avant-garde style. Some of these have been recorded, such as Ut, a trumpet concerto dedicated to Mauro Maur.",
"title": "Career"
},
{
"paragraph_id": 22,
"text": "From 1964 up to their eventual disbandment in 1980, Morricone was part of Gruppo di Improvvisazione Nuova Consonanza (G.I.N.C.), a group of composers who performed and recorded avant-garde free improvisations. The Rome-based avant-garde ensemble was dedicated to the development of improvisation and new music methods. The ensemble functioned as a laboratory of sorts, working with anti-musical systems and sound techniques in an attempt to redefine the new music ensemble and explore \"New Consonance\".",
"title": "Career"
},
{
"paragraph_id": 23,
"text": "Known as \"The Group\" or \"Il Gruppo\", they released seven albums across the Deutsche Grammophon, RCA, and Cramps labels: Gruppo di Improvvisazione Nuova Consonanza (1966), The Private Sea of Dreams (1967), Improvisationen (1968), The Feedback (1970), Improvvisazioni a Formazioni Variate (1973), Nuova Consonanza (1975), and Musica su Schemi (1976). Perhaps the most famous of these is their album entitled The Feed-back, which combines free jazz and avant-garde classical music with funk; the album frequently is sampled by hip hop DJs and is considered to be one of the most collectable records in existence, often fetching more than $1,000 at auction.",
"title": "Career"
},
{
"paragraph_id": 24,
"text": "Morricone played a key role in The Group and was among the core members in its revolving line-up; in addition to serving as their trumpet player, he directed them on many occasions and they can be heard on a large number of his scores. Held in high regard in avant-garde music circles, they are considered to be the first experimental composers collective, their only peers being the British improvisation collective AMM. Their influence can be heard in free improvising ensembles from the European movements including the Evan Parker Electro-Acoustic Ensemble, the Swiss electronic free improvisation group Voice Crack, John Zorn, and in the techniques of modern classical music and avant-garde jazz groups. The ensemble's groundbreaking work informed their work in composition. The ensemble also performed in varying capacities with Morricone, contributing to some of his 1960s and 1970s Italian soundtracks, including A Quiet Place in the Country (1969) and Cold Eyes of Fear (1971).",
"title": "Career"
},
{
"paragraph_id": 25,
"text": "Morricone's earliest scores were Italian light comedy and costume pictures, where he learned to write simple, memorable themes. During the 1960s and 1970s he composed the scores for comedies such as Eighteen in the Sun (Diciottenni al sole, 1962), Il Successo (1963), Lina Wertmüller's I basilischi (The Basilisks/The Lizards, 1963), Slalom (1965), Menage all'italiana (Menage Italian Style, 1965), How I Learned to Love Women (Come imparai ad amare le donne, 1966), Her Harem (L'harem, 1967), A Fine Pair (Ruba al prossimo tuo, 1968), L'Alibi (1969), This Kind of Love (Questa specie d'amore, 1972), Winged Devils (Forza \"G\", 1972), and Fiorina la vacca (1972).",
"title": "Career"
},
{
"paragraph_id": 26,
"text": "His best-known scores for comedies includes La Cage aux Folles (1978) and La Cage aux Folles II (1980), both directed by Édouard Molinaro, Il ladrone (The Good Thief, 1980), Georges Lautner's La Cage aux Folles 3: The Wedding (1985), Pedro Almodóvar's Tie Me Up! Tie Me Down! (1990) and Warren Beatty's Bulworth (1998). Morricone never ceased to arrange and write music for comedies. In 2007, he composed a lighthearted score for the Italian romantic comedy Tutte le Donne della mia Vita by Simona Izzo, the director who co-wrote the Morricone-scored religious mini-series Il Papa Buono.",
"title": "Career"
},
{
"paragraph_id": 27,
"text": "Although his first films were undistinguished, Morricone's arrangement of an American folk song intrigued director and former schoolmate Sergio Leone. Before being associated with Leone, Morricone already had composed some music for less-known western movies such as Duello nel Texas (aka Gunfight at Red Sands) (1963). In 1962, Morricone met American folksinger Peter Tevis, with the two collaborating on a version of Woody Guthrie's Pastures of Plenty. Tevis is credited with singing the lyrics of Morricone's songs such as \"A Gringo Like Me\" (from Gunfight at Red Sands) and \"Lonesome Billy\" (from Bullets Don't Argue). Tevis later recorded a vocal version of A Fistful of Dollars that was not used in the film.",
"title": "Career"
},
{
"paragraph_id": 28,
"text": "Association with Sergio Leone The turning point in Morricone's career took place in 1964, the year in which his third child, Andrea Morricone, who would also become a film composer, was born. Film director and former schoolmate Sergio Leone hired Morricone, and together they created a distinctive score to accompany Leone's different version of the Western, A Fistful of Dollars (1964).",
"title": "Career"
},
{
"paragraph_id": 29,
"text": "The Dollars Trilogy",
"title": "Career"
},
{
"paragraph_id": 30,
"text": "Because budget strictures limited Morricone's access to a full orchestra, he used gunshots, cracking whips, whistle, voices, jew's harp, trumpets, and the new Fender electric guitar, instead of orchestral arrangements of Western standards à la John Ford. Morricone used his special effects to punctuate and comically tweak the action—cluing in the audience to the taciturn man's ironic stance.",
"title": "Career"
},
{
"paragraph_id": 31,
"text": "As memorable as Leone's close-ups, harsh violence, and black comedy, Morricone's work helped to expand the musical possibilities of film scoring. Initially, Morricone was billed on the film as Dan Savio, a name they had used on Duello nel Texas to help its appeal on the international market. A Fistful of Dollars came out in Italy in 1964 and was released in America three years later, greatly popularising the so-called Spaghetti Western genre. For the American release, Sergio Leone followed Morricone and Massimo Dallamano's lead and decided to adopt an American-sounding name, Bob Robertson. Over the film's theatrical release, it grossed more than any other Italian film up to that point. The film debuted in the United States in January 1967, where it grossed US$4.5 million for the year. It eventually grossed $14.5 million in its American release, against its budget of US$200,000.",
"title": "Career"
},
{
"paragraph_id": 32,
"text": "With the score of A Fistful of Dollars, Morricone began his 20-year collaboration with his childhood friend Alessandro Alessandroni and his Cantori Moderni. Alessandroni provided the whistling and the twanging guitar on the film scores, while his Cantori Moderni were a flexible troupe of modern singers. Morricone in particular drew on the solo soprano of the group, Edda Dell'Orso, at the height of her powers \"an extraordinary voice at my disposal\".",
"title": "Career"
},
{
"paragraph_id": 33,
"text": "The composer subsequently scored Leone's other two Dollars Trilogy (or Man with No Name Trilogy) spaghetti westerns: For a Few Dollars More (1965) and The Good, the Bad, and the Ugly (1966). All three films starred the American actor Clint Eastwood as The Man With No Name and depicted Leone's own intense vision of the mythical West. Morricone commented in 2007: \"Some of the music was written before the film, which was unusual. Leone's films were made like that because he wanted the music to be an important part of it; he kept the scenes longer because he did not want the music to end.\" According to Morricone this explains \"why the films are so slow\".",
"title": "Career"
},
{
"paragraph_id": 34,
"text": "Despite the small film budgets, the Dollars Trilogy was a box-office success. The available budget for The Good, the Bad, and The Ugly was about US$1.2 million, but it became the most successful film of the Dollars Trilogy, grossing US$25.1 million in the United States and more than Lire 2.3 billion (1.2 million EUR) in Italy alone. Morricone's score became a major success and sold more than three million copies worldwide. On 14 August 1968 the original score was certified by the RIAA with a golden record for the sale of 500,000 copies in the United States alone.",
"title": "Career"
},
{
"paragraph_id": 35,
"text": "The main theme to The Good, the Bad, and The Ugly, also titled \"The Good, the Bad and the Ugly\", was a hit in 1968 for Hugo Montenegro, whose rendition was a No.2 Billboard pop single in the U.S. and a U.K. No.1 single (for four weeks from mid-November that year).",
"title": "Career"
},
{
"paragraph_id": 36,
"text": "\"The Ecstasy of Gold\" became one of Morricone's best-known compositions. The opening scene of Jeff Tremaine's Jackass Number Two (2006), in which the cast is chased through a suburban neighbourhood by bulls, is accompanied by this piece. While punk rock band The Ramones used \"The Ecstasy of Gold\" as a closing theme during their live performances, Metallica uses \"The Ecstasy of Gold\" as the introductory music for its concerts since 1983. This composition is also included on Metallica's live symphonic album S&M as well as the live album Live Shit: Binge & Purge. An instrumental metal cover by Metallica (with minimal vocals by lead singer James Hetfield) appeared on the 2007 Morricone tribute album We All Love Ennio Morricone. This metal version was nominated for a Grammy Award in the category of Best Rock Instrumental Performance. In 2009, the Grammy Award-winning hip-hop artist Coolio extensively sampled the theme for his song \"Change\".",
"title": "Career"
},
{
"paragraph_id": 37,
"text": "Subsequent to the success of the Dollars trilogy, Morricone also composed the scores for Once Upon a Time in the West (1968) and Leone's last credited western film A Fistful of Dynamite (1971), as well as the score for My Name Is Nobody (1973).",
"title": "Career"
},
{
"paragraph_id": 38,
"text": "Morricone's score for Once Upon a Time in the West is one of the best-selling original instrumental scores in the world today, with as many as 10 million copies sold, including one million copies in France, and more than 800,000 copies in the Netherlands.",
"title": "Career"
},
{
"paragraph_id": 39,
"text": "The collaboration with Leone is considered one of the exemplary collaborations between a director and a composer. Morricone's last score for Leone was for his last film, the gangster drama Once Upon a Time in America (1984). Leone died on 30 April 1989 of a heart attack at the age of 60. Before his death in 1989, Leone was part-way through planning a film on the Siege of Leningrad, set during World War II. By 1989, Leone had been able to acquire US$100 million in financing from independent backers for the war epic. He had convinced Morricone to compose the film score. The project was cancelled when Leone died two days before he was to officially sign on for the film.",
"title": "Career"
},
{
"paragraph_id": 40,
"text": "In early 2003, Italian filmmaker Giuseppe Tornatore announced he would direct a film called Leningrad. The film has yet to go into production and Morricone was cagey as to details on account of Tornatore's superstitious nature.",
"title": "Career"
},
{
"paragraph_id": 41,
"text": "Two years after the start of his collaboration with Sergio Leone, Morricone also started to score music for another Spaghetti Western director, Sergio Corbucci. The composer wrote music for Corbucci's Navajo Joe (1966), The Hellbenders (1967), The Mercenary/The Professional Gun (1968), The Great Silence (1968), Compañeros (1970), Sonny and Jed (1972), and What Am I Doing in the Middle of the Revolution? (1972).",
"title": "Career"
},
{
"paragraph_id": 42,
"text": "In addition, Morricone composed music for the western films by Sergio Sollima, The Big Gundown (with Lee Van Cleef, 1966), Face to Face (1967), and Run, Man, Run (1968), as well as the 1970 crime thriller Violent City (with Charles Bronson) and the poliziottesco film Revolver (1973).",
"title": "Career"
},
{
"paragraph_id": 43,
"text": "Other relevant scores for less popular Spaghetti Westerns include Duello nel Texas (1963), Bullets Don't Argue (1964), A Pistol for Ringo (1965), The Return of Ringo (1965), Seven Guns for the MacGregors (1966), The Hills Run Red (1966), Giulio Petroni's Death Rides a Horse (1967) and Tepepa (1968), A Bullet for the General (1967), Guns for San Sebastian (with Charles Bronson and Anthony Quinn, 1968), A Sky Full of Stars for a Roof (1968), The Five Man Army (1969), Don Siegel's Two Mules for Sister Sara (1970), Life Is Tough, Eh Providence? (1972), and Buddy Goes West (1981).",
"title": "Career"
},
{
"paragraph_id": 44,
"text": "With Leone's films, Ennio Morricone's name had been put firmly on the map. Most of Morricone's film scores of the 1960s were composed outside the Spaghetti Western genre, while still using Alessandroni's team. Their music included the themes for Il Malamondo (1964), Slalom (1965), and Listen, Let's Make Love (1967). In 1968, Morricone reduced his work outside the movie business and wrote scores for 20 films in the same year. The scores included psychedelic accompaniment for Mario Bava's superhero romp Danger: Diabolik (1968).",
"title": "Career"
},
{
"paragraph_id": 45,
"text": "Morricone collaborated with Marco Bellocchio (Fists in the Pocket, 1965), Gillo Pontecorvo (The Battle of Algiers (1966), and Queimada! (1969) with Marlon Brando), Roberto Faenza (H2S, 1968), Giuliano Montaldo (Sacco e Vanzetti, 1971), Giuseppe Patroni Griffi ('Tis Pity She's a Whore, 1971), Mauro Bolognini (Drama of the Rich, 1974), Umberto Lenzi (Almost Human, 1974), Pier Paolo Pasolini (Salò, or the 120 Days of Sodom, 1975), Bernardo Bertolucci (Novecento, 1976), and Tinto Brass (The Key, 1983).",
"title": "Career"
},
{
"paragraph_id": 46,
"text": "In 1970, Morricone wrote the score for Violent City. That same year, he received his first Nastro d'Argento for the music in Metti una sera a cena (Giuseppe Patroni Griffi, 1969) and his second only a year later for Sacco e Vanzetti (Giuliano Montaldo, 1971), in which he collaborated with the legendary American folk singer and activist Joan Baez. His soundtrack for Sacco e Vanzetti contains another well-known composition by Morricone, the folk song \"Here's to You\", sung by Baez. For the writing of the lyrics, Baez was inspired by a letter from Bartolomeo Vanzetti: \"Father, yes, I am a prisoner / Fear not to relay my crime\". The song was later included in movies such as The Life Aquatic with Steve Zissou.",
"title": "Career"
},
{
"paragraph_id": 47,
"text": "Morricone's eclecticism found its way to films in the horror genre, such as the giallo thrillers of Dario Argento, from The Bird with the Crystal Plumage (1970), The Cat o' Nine Tails (1971), and Four Flies on Grey Velvet (1971) to The Stendhal Syndrome (1996) and The Phantom of the Opera (1998). His other horror scores include Nightmare Castle (1965), A Quiet Place in the Country (1968), The Antichrist (1974), and Night Train Murders (1975).",
"title": "Career"
},
{
"paragraph_id": 48,
"text": "In addition, Morricone composed music for many popular and cult Italian giallo films, such as Unknown Woman (1969), Forbidden Photos of a Lady Above Suspicion (1970), A Lizard in a Woman's Skin (1971), Cold Eyes of Fear (1971), The Fifth Cord (1971), Short Night of Glass Dolls (1971), The Black Belly of the Tarantula (1971) My Dear Killer (1972), What Have You Done to Solange? (1972), Who Saw Her Die? (1972), Spasmo (1974), and Autopsy (1975).",
"title": "Career"
},
{
"paragraph_id": 49,
"text": "In 1977 Morricone scored John Boorman's Exorcist II: The Heretic and Alberto De Martino's apocalyptic horror film Holocaust 2000, starring Kirk Douglas. In 1982 he composed the score for John Carpenter's science fiction horror movie The Thing. Morricone's main theme for the film was reflected in Marco Beltrami's film's score of prequel of the 1982 film, which was released in 2011.",
"title": "Career"
},
{
"paragraph_id": 50,
"text": "The Dollars Trilogy was not released in the United States until 1967 when United Artists, who had already enjoyed success distributing the British-produced James Bond films in the United States, decided to release Sergio Leone's Spaghetti Westerns. The American release gave Morricone an exposure in America and his film music became quite popular in the United States.",
"title": "Career"
},
{
"paragraph_id": 51,
"text": "One of Morricone's first contributions to an American director concerned his music for the religious epic film The Bible: In the Beginning... by John Huston. According to Sergio Miceli's book Morricone, la musica, il cinema, Morricone wrote about 15 or 16 minutes of music, which were recorded for a screen test and conducted by Franco Ferrara. At first Morricone's teacher Goffredo Petrassi had been engaged to write the score for the great big-budget epic, but Huston preferred another composer. RCA Records then proposed Morricone who was under contract with them, but a conflict between the film's producer Dino De Laurentiis and RCA occurred. The producer wanted to have exclusive rights for the soundtrack, while RCA still had the monopoly on Morricone at that time and did not want to release the composer. Subsequently, Morricone's work was rejected because he did not get permission from RCA to work for Dino De Laurentiis alone. The composer reused the parts of his unused score for The Bible: In the Beginning in such films as The Return of Ringo (1965) by Duccio Tessari and Alberto Negrin's The Secret of the Sahara (1987).",
"title": "Career"
},
{
"paragraph_id": 52,
"text": "Morricone never left Rome to compose his music and never learned to speak English. But given that the composer always worked in a wide field of composition genres, from \"absolute music\", which he always produced, to \"applied music\", working as orchestrator as well as conductor in the recording field, and then as a composer for theatre, radio, and cinema, the impression arises that he never really cared that much about his standing in the eyes of Hollywood.",
"title": "Career"
},
{
"paragraph_id": 53,
"text": "In 1970, Morricone composed the music for Don Siegel's Two Mules for Sister Sara, an American-Mexican western film starring Shirley MacLaine and Clint Eastwood. The same year the composer also delivered the title theme The Men from Shiloh for the American Western television series The Virginian.",
"title": "Career"
},
{
"paragraph_id": 54,
"text": "In 1974–1975 Morricone wrote music for Spazio 1999, an Italian-produced compilation movie made to launch the Italian-British television series Space: 1999, while the original episodes featured music by Barry Gray. A soundtrack album was only released on CD in 2016 and on LP in 2017. In 1975 he scored the George Kennedy revenge thriller The \"Human\" Factor, which was the final film of director Edward Dmytryk. Two years later he composed the score for the sequel to William Friedkin's 1973 film The Exorcist, directed by John Boorman: Exorcist II: The Heretic. The horror film was a major disappointment at the box office. The film grossed US$30,749,142 in the United States.",
"title": "Career"
},
{
"paragraph_id": 55,
"text": "In 1978, the composer worked with Terrence Malick for Days of Heaven starring Richard Gere, for which he earned his first nomination at the Oscars for Best Original Score.",
"title": "Career"
},
{
"paragraph_id": 56,
"text": "Despite the fact that Morricone had produced some of the most popular and widely imitated film music ever written throughout the 1960s and 1970s, Days of Heaven earned him his first Oscar nomination for Best Original Score, with his score up against Jerry Goldsmith's The Boys from Brazil, Dave Grusin's Heaven Can Wait, Giorgio Moroder's Midnight Express (the eventual winner), and John Williams's Superman: The Movie at the Oscar ceremonies in 1979.",
"title": "Career"
},
{
"paragraph_id": 57,
"text": "Association with Roland Joffé",
"title": "Career"
},
{
"paragraph_id": 58,
"text": "The Mission, directed by Joffé, was about a piece of history considerably more distant, as Spanish Jesuit missionaries see their work undone as a tribe of Paraguayan natives fall within a territorial dispute between the Spanish and Portuguese. At one point the score was one of the world's best-selling film scores, selling over 3 million copies worldwide.",
"title": "Career"
},
{
"paragraph_id": 59,
"text": "Morricone finally received a second Oscar nomination for The Mission. Morricone's original score lost out to Herbie Hancock's coolly arranged jazz on Bertrand Tavernier's Round Midnight. It was considered a surprising win and a controversial one, given that much of the music in the film was pre-existing. Morricone stated the following during a 2001 interview with The Guardian: \"I definitely felt that I should have won for The Mission. Especially when you consider that the Oscar winner that year was Round Midnight, which was not an original score. It had a very good arrangement by Herbie Hancock, but it used existing pieces. So there could be no comparison with The Mission. There was a theft!\" His score for The Mission was ranked at number 1 in a poll of the all-time greatest film scores. The top 10 list was compiled by 40 film composers such as Michael Giacchino and Carter Burwell. The score is ranked 23rd on the AFI's list of 25 greatest film scores of all time.",
"title": "Career"
},
{
"paragraph_id": 60,
"text": "On three occasions, Brian De Palma worked with Morricone: The Untouchables (1987), the 1989 war drama Casualties of War and the science fiction film Mission to Mars (2000). Morricone's score for The Untouchables resulted in his third nomination for Academy Award for Best Original Score.",
"title": "Career"
},
{
"paragraph_id": 61,
"text": "In a 2001 interview with The Guardian, Morricone stated that he had good experiences with De Palma: \"De Palma is delicious! He respects music, he respects composers. For The Untouchables, everything I proposed to him was fine, but then he wanted a piece that I didn't like at all, and of course, we didn't have an agreement on that. It was something I didn't want to write – a triumphal piece for the police. I think I wrote nine different pieces for this in total and I said, 'Please don't choose the sixth!' because it was the worst. And guess what he chose? The sixth one. But it really suits the movie.\"",
"title": "Career"
},
{
"paragraph_id": 62,
"text": "Another American director, Barry Levinson, commissioned the composer on two occasions. First, for the crime-drama Bugsy, starring Warren Beatty, which received ten Oscar nominations, winning two for Best Art Direction-Set Decoration (Dennis Gassner, Nancy Haigh) and Best Costume Design.",
"title": "Career"
},
{
"paragraph_id": 63,
"text": "\"He doesn't have a piano in his studio, I always thought that with composers, you sit at the piano, and you try to find the melody. There's no such thing with Morricone. He hears a melody, and he writes it down. He hears the orchestration completely done\", said Levinson in an interview.",
"title": "Career"
},
{
"paragraph_id": 64,
"text": "During his career in Hollywood, Morricone was approached for numerous other projects, including the Gregory Nava drama A Time of Destiny (1988), Frantic by Polish-French director Roman Polanski (1988, starring Harrison Ford), Franco Zeffirelli's 1990 drama film Hamlet (starring Mel Gibson and Glenn Close), the neo-noir crime film State of Grace by Phil Joanou (1990, starring Sean Penn and Ed Harris), Rampage (1992) by William Friedkin, and the romantic drama Love Affair (1994) by Warren Beatty.",
"title": "Career"
},
{
"paragraph_id": 65,
"text": "In 2009, Tarantino originally wanted Morricone to compose the film score for Inglourious Basterds. Morricone was unable to, because the film's sped-up production schedule conflicted with his scoring of Giuseppe Tornatore's Baarìa. However, Tarantino did use eight tracks composed by Morricone in the film, with four of them included on the soundtrack. The tracks came originally from Morricone's scores for The Big Gundown (1966), Revolver (1973) and Allonsanfàn (1974).",
"title": "Career"
},
{
"paragraph_id": 66,
"text": "In 2012, Morricone composed the song \"Ancora Qui\" with lyrics by Italian singer Elisa for Tarantino's Django Unchained, a track that appeared together with three existing music tracks composed by Morricone on the soundtrack. \"Ancora Qui\" was one of the contenders for an Academy Award nomination in the Best Original Song category, but eventually the song was not nominated. On 4 January 2013 Morricone presented Tarantino with a Life Achievement Award at a special ceremony being cast as a continuation of the International Rome Film Festival. In 2014, Morricone was misquoted as claiming that he would \"never work\" with Tarantino again, and later agreed to write an original film score for Tarantino's The Hateful Eight, which won him an Academy Award in 2016 in the Best Original Score category. His nomination for this film marked him at that time as the second oldest nominee in Academy history, behind Gloria Stuart. Morricone's win marked his first competitive Oscar, and at the age of 87, he became the oldest person at the time to win a competitive Oscar.",
"title": "Career"
},
{
"paragraph_id": 67,
"text": "In 1988, Morricone started an ongoing and very successful collaboration with Italian director Giuseppe Tornatore. His first score for Tornatore was for the drama film Cinema Paradiso. The international version of the film won the Special Jury Prize at the 1989 Cannes Film Festival and the 1989 Best Foreign Language Film Oscar. Morricone received a BAFTA award with his son Andrea, and a David di Donatello for his score. In 2002, the director's cut 173-minute version was released (known in the US as Cinema Paradiso: The New Version). After the success of Cinema Paradiso, the composer wrote the music for all subsequent films by Tornatore: the drama film Everybody's Fine (Stanno Tutti Bene, 1990), A Pure Formality (1994) starring Gérard Depardieu and Roman Polanski, The Star Maker (1995), The Legend of 1900 (1998) starring Tim Roth, the 2000 romantic drama Malèna (which featured Monica Bellucci) and the psychological thriller mystery film La sconosciuta (2006). Morricone also composed the scores for Baarìa (2009), The Best Offer (2013) starring Geoffrey Rush, Jim Sturgess and Donald Sutherland and the romantic drama The Correspondence (2015)",
"title": "Career"
},
{
"paragraph_id": 68,
"text": "The composer won several music awards for his scores in Tornatore's movies. Morricone received a fifth Academy Award nomination and a Golden Globe nomination for Malèna. For Legend of 1900, he won a Golden Globe Award for Best Original Score. In September 2021 Tornatore presented out of competition at the 78th Venice International Film Festival a documentary film about Morricone, Ennio.",
"title": "Career"
},
{
"paragraph_id": 69,
"text": "Morricone wrote the score for the Mafia television series La piovra seasons 2 to 10 from 1985 to 2001, including the themes \"Droga e sangue\" (\"Drugs and Blood\"), \"La Morale\", and \"L'Immorale\". Morricone worked as the conductor of seasons 3 to 5 of the series. He also worked as the music supervisor for the television project La bibbia (\"The Bible\"). In the late 1990s, he collaborated with his son Andrea on the Ultimo crime dramas, resulting in Ultimo (1998), Ultimo 2 – La sfida (1999), Ultimo 3 – L'infiltrato (2004) and Ultimo 4 – L'occhio del falco (2013). For Canone inverso (2000) based on the music-themed novel of the same name by the Paolo Maurensig, directed by Ricky Tognazzi and starring Hans Matheson, Morricone won Best Score awards in the David di Donatello Awards and Silver Ribbons.",
"title": "Career"
},
{
"paragraph_id": 70,
"text": "In the 2000s, Morricone continued to compose music for successful television series such as Il Cuore nel Pozzo (2005), Karol: A Man Who Became Pope (2005), La provinciale (2006), Giovanni Falcone (2007), Pane e libertà (2009) and Come Un Delfino 1–2 (2011–2013).",
"title": "Career"
},
{
"paragraph_id": 71,
"text": "Morricone provided the string arrangements on Morrissey's \"Dear God Please Help Me\" from the album Ringleader of the Tormentors in 2006.",
"title": "Career"
},
{
"paragraph_id": 72,
"text": "In 2008, the composer recorded music for a Lancia commercial, featuring Richard Gere and directed by Harald Zwart (known for directing The Pink Panther 2).",
"title": "Career"
},
{
"paragraph_id": 73,
"text": "In spring and summer 2010, Morricone worked with Hayley Westenra for a collaboration on her album Paradiso. The album features new songs written by Morricone, as well as some of his best-known film compositions of the last 50 years. Westenra recorded the album with Morricone's orchestra in Rome during the summer of 2010.",
"title": "Career"
},
{
"paragraph_id": 74,
"text": "Since 1995, he composed the music for several advertising campaigns of Dolce & Gabbana. The commercials were directed by Giuseppe Tornatore.",
"title": "Career"
},
{
"paragraph_id": 75,
"text": "In 2013, Morricone collaborated with Italian singer-songwriter Laura Pausini on a new version of her hit single \"La solitudine\" for her 20 years anniversary greatest hits album 20 – The Greatest Hits.",
"title": "Career"
},
{
"paragraph_id": 76,
"text": "Morricone composed the music for The Best Offer (2013) by Giuseppe Tornatore.",
"title": "Career"
},
{
"paragraph_id": 77,
"text": "He wrote the score for Christian Carion's En mai, fais ce qu'il te plait (2015) and the most recent movie by Tornatore: The Correspondence (2016), featuring Jeremy Irons and Olga Kurylenko. In July 2015, Quentin Tarantino announced after the screening of footage of his movie The Hateful Eight at the San Diego Comic-Con International that Morricone would score the film, the first Western that Morricone scored since 1981. The score was critically acclaimed and won several awards including the Golden Globe Award for Best Original Score and the Academy Award for Best Original Score.",
"title": "Career"
},
{
"paragraph_id": 78,
"text": "In June 2015, Morricone premiered his Missa Papae Francisci (Mass for Pope Francis) at Rome's Chiesa del Gesù with the Orchestra Roma Sinfonietta and choruses from the Accademia Santa Cecilia and the Rome Opera Theater.",
"title": "Career"
},
{
"paragraph_id": 79,
"text": "Before receiving his diplomas in trumpet, composition and instrumentation from the conservatory, Morricone was already active as a trumpet player, often performing in an orchestra that specialised in music written for films. After completing his education at Saint Cecilia, the composer honed his orchestration skills as an arranger for Italian radio and television. In order to support himself, he moved to RCA in the early sixties and entered the front ranks of the Italian recording industry. Since 1964, Morricone was also a founding member of the Rome-based avant-garde ensemble Gruppo di Improvvisazione Nuova Consonanza. During the existence of the group (until 1978), Morricone performed several times with the group as trumpet player.",
"title": "Live performances"
},
{
"paragraph_id": 80,
"text": "To ready his music for live performance, he joined smaller pieces of music together into longer suites. Rather than single pieces, which would require the audience to applaud every few minutes, Morricone thought the best idea was to create a series of suites lasting from 15 to 20 minutes, which form a sort of symphony in various movements – alternating successful pieces with personal favourites. In concert, Morricone normally had 180 to 200 musicians and vocalists under his baton, performing multiple genre-crossing collections of music. Rock, symphonic and ethnic instruments share the stage.",
"title": "Live performances"
},
{
"paragraph_id": 81,
"text": "On 20 September 1984 Morricone conducted the Orchestre national des Pays de la Loire at Cinésymphonie '84 (\"Première nuit de la musique de film/First night of film music\") in the French concert hall Salle Pleyel in Paris. He performed some of his best-known compositions such as Metti una sera a cena, Novecento and The Good, the Bad and the Ugly. Michel Legrand and Georges Delerue performed on the same evening. On 15 October 1987 Morricone gave a concert in front of 12,000 people in the Sportpaleis in Antwerp, Belgium, with the Dutch Metropole Orchestra and the Italian operatic soprano Alide Maria Salvetta. A live-album with a recording of this concert was released in the same year.",
"title": "Live performances"
},
{
"paragraph_id": 82,
"text": "On 9 June 2000 Morricone went to the Flanders International Film Festival Ghent to conduct his music together with the National Orchestra of Belgium. During the concert's first part, the screening of The Life and Death of King Richard III (1912) was accompanied with live music by Morricone. It was the very first time that the score was performed live in Europe. The second part of the evening consisted of an anthology of the composer's work. The event took place on the eve of Euro 2000, the European Football Championship in Belgium and the Netherlands.",
"title": "Live performances"
},
{
"paragraph_id": 83,
"text": "Morricone performed over 250 concerts as of 2001. The composer started a world tour in 2001, the latter part sponsored by Giorgio Armani, with the Orchestra Roma Sinfonietta, touring London (Barbican 2001; 75th birthday Concerto, Royal Albert Hall 2003 with singer Dulce Pontes), Paris, Verona, and Tokyo. Morricone performed his classic film scores at the Gasteig in Munich in 2004.",
"title": "Live performances"
},
{
"paragraph_id": 84,
"text": "He made his North American concert debut on 3 February 2007 at Radio City Music Hall in New York City. The previous evening, Morricone had already presented at the United Nations a concert comprising some of his film themes, as well as the cantata Voci dal silenzio to welcome the new Secretary-General Ban Ki-Moon. A Los Angeles Times review bemoaned the poor acoustics and opined of Morricone: \"His stick technique is adequate, but his charisma as a conductor is zero.\"",
"title": "Live performances"
},
{
"paragraph_id": 85,
"text": "On 22 December 2012 Morricone conducted the 85-piece Belgian orchestra \"Orkest der Lage Landen\" and a 100-piece choir during a two-hour concert in the Sportpaleis in Antwerp.",
"title": "Live performances"
},
{
"paragraph_id": 86,
"text": "In November 2013 Morricone began a world tour to coincide with the 50th anniversary of his film music career and performed in locations such as the Crocus City Hall in Moscow, Santiago, Chile, Berlin, Germany (O2 World, Germany), Budapest, Hungary, and Vienna (Stadhalle). Back in June 2014, Morricone had to cancel a US tour in New York (Barclays Center) and Los Angeles (Nokia Theatre LA Live) due to a back procedure on 20 February. Morricone postponed the rest of his world tour.",
"title": "Live performances"
},
{
"paragraph_id": 87,
"text": "In November 2014 Morricone stated that he would resume his European tour starting from February 2015 alongside with Dulce Pontes.",
"title": "Live performances"
},
{
"paragraph_id": 88,
"text": "On 13 October 1956, Morricone married Maria Travia (born 31 December 1932), whom he had met in 1950. Travia wrote lyrics to complement her husband's pieces. Her works include the Latin texts for The Mission. Together, they had four children: Marco (b. 1957), Alessandra (b. 1961), conductor and film composer Andrea (b. 1964) and Giovanni (b. 1966), a filmmaker who lives in New York City. They remained married for 63 years until his death.",
"title": "Personal life and death"
},
{
"paragraph_id": 89,
"text": "Morricone lived in Italy his entire life and never desired to live in Hollywood. He described himself as a Christian leftist, stating that he voted for the Christian Democracy (DC) for more than 40 years and then, after its dissolution in 1994, he approached the centre-left coalition.",
"title": "Personal life and death"
},
{
"paragraph_id": 90,
"text": "Morricone loved chess, having learned the game when he was 11. Before his musical career took off, he played in club tournaments in Rome in the mid-1950s. His first official tournament was in 1964, where he won a prize in the third category for amateurs. He was even coached by 12-time Italian champion IM Stefano Tatai for a while. Soon he got too busy for chess, but he would always keep a keen interest in the game and estimated his peak Elo rating to be nearly 1700. Over the years, Morricone played chess with many big names including GMs Garry Kasparov, Anatoly Karpov, Judit Polgar, and Peter Leko. He once held GM Boris Spassky to a draw in a simultaneous competition with 27 players, where Morricone was the last one standing.",
"title": "Personal life and death"
},
{
"paragraph_id": 91,
"text": "On 6 July 2020, Morricone died at the Università Campus Bio-Medico in Rome, aged 91, as a result of injuries sustained to his femur during a fall. Following a private funeral in the hospital's chapel, he was entombed in Cimitero Laurentino.",
"title": "Personal life and death"
},
{
"paragraph_id": 92,
"text": "Ennio Morricone influenced many artists from other styles and genres, including Danger Mouse, Dire Straits, Muse, Metallica, Radiohead and Hans Zimmer.",
"title": "Influence"
},
{
"paragraph_id": 93,
"text": "Morricone sold well over 70 million records worldwide during his career that spanned over seven decades, including 6.5 million albums and singles in France, over three million in the United States and more than two million albums in South Korea. In 1971, the composer received his first golden record (disco d'oro) for the sale of 1,000,000 records in Italy and a \"Targa d'Oro\" (it) for the worldwide sales of 22 million.",
"title": "Discography"
},
{
"paragraph_id": 94,
"text": "Selected long-time collaborations with directors",
"title": "Discography"
},
{
"paragraph_id": 95,
"text": "Morricone received his first Academy Award nomination in 1979 for the score to Days of Heaven (Terrence Malick, 1978). He received his second Oscar nomination for The Mission. He also received Oscar nominations for his scores to The Untouchables (1987), Bugsy (1991), Malèna (2000), and The Hateful Eight (2016). In February 2016, Morricone won his first competitive Academy Award for his score to The Hateful Eight. Morricone and Alex North are the only composers to receive the Academy Honorary Award since its introduction in 1928. He received the award in February 2007, \"for his magnificent and multifaceted contributions to the art of film music.\"",
"title": "Awards and honors"
},
{
"paragraph_id": 96,
"text": "In 2005, four film scores by Ennio Morricone were nominated by the American Film Institute for an honoured place in the AFI's Top 25 of Best American Film Scores of All Time. His score for The Mission was ranked 23rd in the Top 25 list. Morricone was nominated seven times for a Grammy Award. In 2009 The Recording Academy inducted his score for The Good, the Bad, and the Ugly (1966) into the Grammy Hall of Fame. In 2010 Ennio Morricone and Icelandic singer Björk won the Polar Music Prize. The Polar Music Prize is Sweden's biggest music award and is typically shared by a pop artist and a classical musician. It was founded by Stig Anderson, manager of Swedish pop group ABBA, in 1989. A Variety poll of 40 top current film composers selected The Mission as the greatest film score of all time.",
"title": "Awards and honors"
},
{
"paragraph_id": 97,
"text": "In 1971, he received a \"Targa d'Oro\" for worldwide sales of 22 million, and by 2016 Morricone had sold more than 70 million records worldwide. In 2007, he received the Academy Honorary Award \"for his magnificent and multifaceted contributions to the art of film music\". He was nominated for a further six Oscars, and in 2016, received his only competitive Academy Award for his score to Quentin Tarantino's film The Hateful Eight, at the time becoming the oldest person ever to win a competitive Oscar. His other achievements include three Grammy Awards, three Golden Globes, six BAFTAs, ten David di Donatello, eleven Nastro d'Argento, two European Film Awards, the Golden Lion Honorary Award, and the Polar Music Prize in 2010. The soundtrack for The Mission (1986) was certified gold in the United States. The album Yo-Yo Ma Plays Ennio Morricone stayed for 105 weeks on the Billboard Top Classical Albums.",
"title": "Awards and honors"
}
]
| Ennio Morricone was an Italian composer, orchestrator, conductor, trumpeter, and pianist who wrote music in a wide range of styles. With more than 400 scores for cinema and television, as well as more than 100 classical works, Morricone is widely considered one of the most prolific and greatest film composers of all time. He has received numerous accolades including two Academy Awards, three Grammy Awards, three Golden Globes, six BAFTAs, ten David di Donatello, eleven Nastro d'Argento, two European Film Awards, the Golden Lion Honorary Award, and the Polar Music Prize in 2010. His filmography includes more than 70 award-winning films, all Sergio Leone's films since A Fistful of Dollars, all Giuseppe Tornatore's films since Cinema Paradiso, Dario Argento's Animal Trilogy, as well as The Battle of Algiers (1968), 1900 (1976), La Cage aux Folles (1978), Le Professionnel (1981), The Thing (1982), and Tie Me Up! Tie Me Down! (1989). He received Academy Award for Best Original Score nominations for Days of Heaven (1978), The Mission (1986), The Untouchables (1987), Bugsy (1991), Malèna (2000) and The Hateful Eight (2015), winning for the latter. He won the Academy Honorary Award in 2007. His score to The Good, the Bad and the Ugly (1966) is regarded as one of the most recognizable and influential soundtracks in history. It was inducted into the Grammy Hall of Fame. After playing the trumpet in jazz bands in the 1940s, he became a studio arranger for RCA Victor and in 1955 started ghost writing for film and theatre. Throughout his career, he composed music for artists such as Paul Anka, Mina, Milva, Zucchero, and Andrea Bocelli. From 1960 to 1975, Morricone gained international fame for composing music for Westerns and—with an estimated 10 million copies sold—Once Upon a Time in the West is one of the best-selling scores worldwide. From 1966 to 1980, he was a main member of Il Gruppo, one of the first experimental composers collectives, and in 1969 he co-founded Forum Music Village, a prestigious recording studio. He continued to compose music for European productions, such as Marco Polo, La piovra, Nostromo, Fateless, Karol, and En mai, fais ce qu'il te plait. Morricone composed for Hollywood directors such as Don Siegel, Mike Nichols, Brian De Palma, Barry Levinson, Oliver Stone, Warren Beatty, John Carpenter, and Quentin Tarantino. He has also worked with directors such as Bernardo Bertolucci, Mauro Bolognini, Giuliano Montaldo, Roland Joffé, Roman Polanski, Henri Verneuil, Mario Bava, Lucio Fulci, Umberto Lenzi, and Pier Paolo Pasolini. His best-known compositions include "The Ecstasy of Gold", "Se telefonando", "Man with a Harmonica", "Here's to You", "Chi Mai", "Gabriel's Oboe", and "E Più Ti Penso". He has influenced many artists including Hans Zimmer, Danger Mouse, Dire Straits, Muse, Metallica, Fields of the Nephilim, and Radiohead. | 2001-12-17T14:33:11Z | 2023-12-30T10:02:28Z | [
"Template:Short description",
"Template:Rp",
"Template:USD",
"Template:Authority control",
"Template:EngvarB",
"Template:YouTube",
"Template:IMDb name",
"Template:Cite web",
"Template:Official website",
"Template:Ennio Morricone",
"Template:Portal bar",
"Template:Use dmy dates",
"Template:Infobox musical artist",
"Template:Listen",
"Template:MOS",
"Template:Cbignore",
"Template:ISBN",
"Template:ISSN",
"Template:Cite news",
"Template:Navboxes",
"Template:Post-nominal styles",
"Template:IPA-it",
"Template:Clarify",
"Template:Reflist",
"Template:Cite AV media",
"Template:Discogs artist",
"Template:Spnd",
"Template:Lang",
"Template:Refn",
"Template:Commons category",
"Template:Main",
"Template:Cite book",
"Template:Cite magazine",
"Template:Webarchive",
"Template:Cite journal"
]
| https://en.wikipedia.org/wiki/Ennio_Morricone |
10,278 | List of explosives used during World War II | Almost all the common explosives listed here were mixtures of several common components:
This is only a partial list; there were many others. Many of these compositions are now obsolete and only encountered in legacy munitions and unexploded ordnance.
Two nuclear explosives, containing mixtures of uranium and plutonium, respectively, were also used at the bombings of Hiroshima and Nagasaki | [
{
"paragraph_id": 0,
"text": "Almost all the common explosives listed here were mixtures of several common components:",
"title": ""
},
{
"paragraph_id": 1,
"text": "This is only a partial list; there were many others. Many of these compositions are now obsolete and only encountered in legacy munitions and unexploded ordnance.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Two nuclear explosives, containing mixtures of uranium and plutonium, respectively, were also used at the bombings of Hiroshima and Nagasaki",
"title": ""
}
]
| Almost all the common explosives listed here were mixtures of several common components: Ammonium picrate
TNT (Trinitrotoluene)
PETN
RDX
Powdered aluminium. This is only a partial list; there were many others. Many of these compositions are now obsolete and only encountered in legacy munitions and unexploded ordnance. Two nuclear explosives, containing mixtures of uranium and plutonium, respectively, were also used at the bombings of Hiroshima and Nagasaki | 2001-12-17T15:25:11Z | 2023-08-01T06:58:35Z | []
| https://en.wikipedia.org/wiki/List_of_explosives_used_during_World_War_II |
10,283 | Erlang (unit) | The erlang (symbol E) is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment. A single cord circuit has the capacity to be used for 60 minutes in one hour. Full utilization of that capacity, 60 minutes of traffic, constitutes 1 erlang.
Carried traffic in erlangs is the average number of concurrent calls measured over a given period (often one hour), while offered traffic is the traffic that would be carried if all call-attempts succeeded. How much offered traffic is carried in practice will depend on what happens to unanswered calls when all servers are busy.
The CCITT named the international unit of telephone traffic the erlang in 1946 in honor of Agner Krarup Erlang. In Erlang's analysis of efficient telephone line usage he derived the formulae for two important cases, Erlang-B and Erlang-C, which became foundational results in teletraffic engineering and queueing theory. His results, which are still used today, relate quality of service to the number of available servers. Both formulae take offered load as one of their main inputs (in erlangs), which is often expressed as call arrival rate times average call length.
A distinguishing assumption behind the Erlang B formula is that there is no queue, so that if all service elements are already in use then a newly arriving call will be blocked and subsequently lost. The formula gives the probability of this occurring. In contrast, the Erlang C formula provides for the possibility of an unlimited queue and it gives the probability that a new call will need to wait in the queue due to all servers being in use. Erlang's formulae apply quite widely, but they may fail when congestion is especially high causing unsuccessful traffic to repeatedly retry. One way of accounting for retries when no queue is available is the Extended Erlang B method.
When used to represent carried traffic, a value (which can be a non-integer such as 43.5) followed by “erlangs” represents the average number of concurrent calls carried by the circuits (or other service-providing elements), where that average is calculated over some reasonable period of time. The period over which the average is calculated is often one hour, but shorter periods (e.g., 15 minutes) may be used where it is known that there are short spurts of demand and a traffic measurement is desired that does not mask these spurts. One erlang of carried traffic refers to a single resource being in continuous use, or two channels each being in use fifty percent of the time, and so on. For example, if an office has two telephone operators who are both busy all the time, that would represent two erlangs (2 E) of traffic; or a radio channel that is occupied continuously during the period of interest (e.g. one hour) is said to have a load of 1 erlang.
When used to describe offered traffic, a value followed by “erlangs” represents the average number of concurrent calls that would have been carried if there were an unlimited number of circuits (that is, if the call-attempts that were made when all circuits were in use had not been rejected). The relationship between offered traffic and carried traffic depends on the design of the system and user behavior. Three common models are (a) callers whose call-attempts are rejected go away and never come back, (b) callers whose call-attempts are rejected try again within a fairly short space of time, and (c) the system allows users to wait in queue until a circuit becomes available.
A third measurement of traffic is instantaneous traffic, expressed as a certain number of erlangs, meaning the exact number of calls taking place at a point in time. In this case the number is a non-negative integer. Traffic-level-recording devices, such as moving-pen recorders, plot instantaneous traffic.
The concepts and mathematics introduced by Agner Krarup Erlang have broad applicability beyond telephony. They apply wherever users arrive more or less at random to receive exclusive service from any one of a group of service-providing elements without prior reservation, for example, where the service-providing elements are ticket-sales windows, toilets on an airplane, or motel rooms. (Erlang's models do not apply where the service-providing elements are shared between several concurrent users or different amounts of service are consumed by different users, for instance, on circuits carrying data traffic.)
The goal of Erlang's traffic theory is to determine exactly how many service-providing elements should be provided in order to satisfy users, without wasteful over-provisioning. To do this, a target is set for the grade of service (GoS) or quality of service (QoS). For example, in a system where there is no queuing, the GoS may be that no more than 1 call in 100 is blocked (i.e., rejected) due to all circuits being in use (a GoS of 0.01), which becomes the target probability of call blocking, Pb, when using the Erlang B formula.
There are several resulting formulae, including Erlang B, Erlang C and the related Engset formula, based on different models of user behavior and system operation. These may each be derived by means of a special case of continuous-time Markov processes known as a birth–death process. The more recent Extended Erlang B method provides a further traffic solution that draws on Erlang's results.
Offered traffic (in erlangs) is related to the call arrival rate, λ, and the average call-holding time (the average time of a phone call), h, by:
provided that h and λ are expressed using the same units of time (seconds and calls per second, or minutes and calls per minute).
The practical measurement of traffic is typically based on continuous observations over several days or weeks, during which the instantaneous traffic is recorded at regular, short intervals (such as every few seconds). These measurements are then used to calculate a single result, most commonly the busy-hour traffic (in erlangs). This is the average number of concurrent calls during a given one-hour period of the day, where that period is selected to give the highest result. (This result is called the time-consistent busy-hour traffic). An alternative is to calculate a busy-hour traffic value separately for each day (which may correspond to slightly different times each day) and take the average of these values. This generally gives a slightly higher value than the time-consistent busy-hour value.
Where the existing busy-hour carried traffic, Ec, is measured on an already overloaded system, with a significant level of blocking, it is necessary to take account of the blocked calls in estimating the busy-hour offered traffic Eo (which is the traffic value to be used in the Erlang formulae). The offered traffic can be estimated by Eo = Ec/(1 − Pb). For this purpose, where the system includes a means of counting blocked calls and successful calls, Pb can be estimated directly from the proportion of calls that are blocked. Failing that, Pb can be estimated by using Ec in place of Eo in the Erlang formula and the resulting estimate of Pb can then be used in Eo = Ec/(1 − Pb) to provide a first estimate of Eo.
Another method of estimating Eo in an overloaded system is to measure the busy-hour call arrival rate, λ (counting successful calls and blocked calls), and the average call-holding time (for successful calls), h, and then estimate Eo using the formula E = λh.
For a situation where the traffic to be handled is completely new traffic, the only choice is to try to model expected user behavior. For example, one could estimate active user population, N, expected level of use, U (number of calls/transactions per user per day), busy-hour concentration factor, C (proportion of daily activity that will fall in the busy hour), and average holding time/service time, h (expressed in minutes). A projection of busy-hour offered traffic would then be Eo = NUC/60h erlangs. (The division by 60 translates the busy-hour call/transaction arrival rate into a per-minute value, to match the units in which h is expressed.)
The Erlang B formula (or Erlang-B with a hyphen), also known as the Erlang loss formula, is a formula for the blocking probability that describes the probability of call losses for a group of identical parallel resources (telephone lines, circuits, traffic channels, or equivalent), sometimes referred to as an M/M/c/c queue. It is, for example, used to dimension a telephone network's links. The formula was derived by Agner Krarup Erlang and is not limited to telephone networks, since it describes a probability in a queuing system (albeit a special case with a number of servers but no queueing space for incoming calls to wait for a free server). Hence, the formula is also used in certain inventory systems with lost sales.
The formula applies under the condition that an unsuccessful call, because the line is busy, is not queued or retried, but instead really vanishes forever. It is assumed that call attempts arrive following a Poisson process, so call arrival instants are independent. Further, it is assumed that the message lengths (holding times) are exponentially distributed (Markovian system), although the formula turns out to apply under general holding time distributions.
The Erlang B formula assumes an infinite population of sources (such as telephone subscribers), which jointly offer traffic to N servers (such as telephone lines). The rate expressing the frequency at which new calls arrive, λ, (birth rate, traffic intensity, etc.) is constant, and does not depend on the number of active sources. The total number of sources is assumed to be infinite. The Erlang B formula calculates the blocking probability of a buffer-less loss system, where a request that is not served immediately is aborted, causing that no requests become queued. Blocking occurs when a new request arrives at a time where all available servers are currently busy. The formula also assumes that blocked traffic is cleared and does not return.
The formula provides the GoS (grade of service) which is the probability Pb that a new call arriving to the resources group is rejected because all resources (servers, lines, circuits) are busy: B(E, m) where E is the total offered traffic in erlang, offered to m identical parallel resources (servers, communication channels, traffic lanes).
where:
Note: The erlang is a dimensionless load unit calculated as the mean arrival rate, λ, multiplied by the mean call holding time, h. See Little's law to prove that the erlang unit has to be dimensionless for Little's Law to be dimensionally sane.
This may be expressed recursively as follows, in a form that is used to simplify the calculation of tables of the Erlang B formula:
Typically, instead of B(E, m) the inverse 1/B(E, m) is calculated in numerical computation in order to ensure numerical stability:
or a Python version
The Erlang B formula is decreasing and convex in m. It requires that call arrivals can be modeled by a Poisson process, which is not always a good match, but is valid for any statistical distribution of call holding times with a finite mean. It applies to traffic transmission systems that do not buffer traffic. More modern examples compared to POTS where Erlang B is still applicable, are optical burst switching (OBS) and several current approaches to optical packet switching (OPS). Erlang B was developed as a trunk sizing tool for telephone networks with holding times in the minutes range, but being a mathematical equation it applies on any time-scale.
Extended Erlang B differs from the classic Erlang-B assumptions by allowing for a proportion of blocked callers to try again, causing an increase in offered traffic from the initial baseline level. It is an iterative calculation rather than a formula and adds an extra parameter, the recall factor R f {\displaystyle R_{f}} , which defines the recall attempts.
The steps in the process are as follows. It starts at iteration k = 0 {\displaystyle k=0} with a known initial baseline level of traffic E 0 {\displaystyle E_{0}} , which is successively adjusted to calculate a sequence of new offered traffic values E k + 1 {\displaystyle E_{k+1}} , each of which accounts for the recalls arising from the previously calculated offered traffic E k {\displaystyle E_{k}} .
1. Calculate the probability of a caller being blocked on their first attempt
as above for Erlang B.
2. Calculate the probable number of blocked calls
3. Calculate the number of recalls, R {\displaystyle R} , assuming a fixed Recall Factor, R f {\displaystyle R_{f}} ,
4. Calculate the new offered traffic
where E 0 {\displaystyle E_{0}} is the initial (baseline) level of traffic.
5. Return to step 1, substituting E k + 1 {\displaystyle E_{k+1}} for E k {\displaystyle E_{k}} , and iterate until a stable value of E {\displaystyle E} is obtained.
Once a satisfactory value of E {\displaystyle E} has been found, the blocking probability P b {\displaystyle P_{b}} and the recall factor can be used to calculate the probability that all of a caller's attempts are lost, not just their first call but also any subsequent retries.
The Erlang C formula expresses the probability that an arriving customer will need to queue (as opposed to immediately being served). Just as the Erlang B formula, Erlang C assumes an infinite population of sources, which jointly offer traffic of E {\displaystyle E} erlangs to m {\displaystyle m} servers. However, if all the servers are busy when a request arrives from a source, the request is queued. An unlimited number of requests may be held in the queue in this way simultaneously. This formula calculates the probability of queuing offered traffic, assuming that blocked calls stay in the system until they can be handled. This formula is used to determine the number of agents or customer service representatives needed to staff a call centre, for a specified desired probability of queuing. However, the Erlang C formula assumes that callers never hang up while in queue, which makes the formula predict that more agents should be used than are really needed to maintain a desired service level.
where:
It is assumed that the call arrivals can be modeled by a Poisson process and that call holding times are described by an exponential distribution.
When Erlang developed the Erlang-B and Erlang-C traffic equations, they were developed on a set of assumptions. These assumptions are accurate under most conditions; however in the event of extremely high traffic congestion, Erlang's equations fail to accurately predict the correct number of circuits required because of re-entrant traffic. This is termed a high-loss system, where congestion breeds further congestion at peak times. In such cases, it is first necessary for many additional circuits to be made available so that the high loss can be alleviated. Once this action has been taken, congestion will return to reasonable levels and Erlang's equations can then be used to determine how exactly many circuits are really required.
An example of an instance which would cause such a High Loss System to develop would be if a TV-based advertisement were to announce a particular telephone number to call at a specific time. In this case, a large number of people would simultaneously phone the number provided. If the service provider had not catered for this sudden peak demand, extreme traffic congestion will develop and Erlang's equations cannot be used. | [
{
"paragraph_id": 0,
"text": "The erlang (symbol E) is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment. A single cord circuit has the capacity to be used for 60 minutes in one hour. Full utilization of that capacity, 60 minutes of traffic, constitutes 1 erlang.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Carried traffic in erlangs is the average number of concurrent calls measured over a given period (often one hour), while offered traffic is the traffic that would be carried if all call-attempts succeeded. How much offered traffic is carried in practice will depend on what happens to unanswered calls when all servers are busy.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The CCITT named the international unit of telephone traffic the erlang in 1946 in honor of Agner Krarup Erlang. In Erlang's analysis of efficient telephone line usage he derived the formulae for two important cases, Erlang-B and Erlang-C, which became foundational results in teletraffic engineering and queueing theory. His results, which are still used today, relate quality of service to the number of available servers. Both formulae take offered load as one of their main inputs (in erlangs), which is often expressed as call arrival rate times average call length.",
"title": ""
},
{
"paragraph_id": 3,
"text": "A distinguishing assumption behind the Erlang B formula is that there is no queue, so that if all service elements are already in use then a newly arriving call will be blocked and subsequently lost. The formula gives the probability of this occurring. In contrast, the Erlang C formula provides for the possibility of an unlimited queue and it gives the probability that a new call will need to wait in the queue due to all servers being in use. Erlang's formulae apply quite widely, but they may fail when congestion is especially high causing unsuccessful traffic to repeatedly retry. One way of accounting for retries when no queue is available is the Extended Erlang B method.",
"title": ""
},
{
"paragraph_id": 4,
"text": "When used to represent carried traffic, a value (which can be a non-integer such as 43.5) followed by “erlangs” represents the average number of concurrent calls carried by the circuits (or other service-providing elements), where that average is calculated over some reasonable period of time. The period over which the average is calculated is often one hour, but shorter periods (e.g., 15 minutes) may be used where it is known that there are short spurts of demand and a traffic measurement is desired that does not mask these spurts. One erlang of carried traffic refers to a single resource being in continuous use, or two channels each being in use fifty percent of the time, and so on. For example, if an office has two telephone operators who are both busy all the time, that would represent two erlangs (2 E) of traffic; or a radio channel that is occupied continuously during the period of interest (e.g. one hour) is said to have a load of 1 erlang.",
"title": "Traffic measurements of a telephone circuit"
},
{
"paragraph_id": 5,
"text": "When used to describe offered traffic, a value followed by “erlangs” represents the average number of concurrent calls that would have been carried if there were an unlimited number of circuits (that is, if the call-attempts that were made when all circuits were in use had not been rejected). The relationship between offered traffic and carried traffic depends on the design of the system and user behavior. Three common models are (a) callers whose call-attempts are rejected go away and never come back, (b) callers whose call-attempts are rejected try again within a fairly short space of time, and (c) the system allows users to wait in queue until a circuit becomes available.",
"title": "Traffic measurements of a telephone circuit"
},
{
"paragraph_id": 6,
"text": "A third measurement of traffic is instantaneous traffic, expressed as a certain number of erlangs, meaning the exact number of calls taking place at a point in time. In this case the number is a non-negative integer. Traffic-level-recording devices, such as moving-pen recorders, plot instantaneous traffic.",
"title": "Traffic measurements of a telephone circuit"
},
{
"paragraph_id": 7,
"text": "The concepts and mathematics introduced by Agner Krarup Erlang have broad applicability beyond telephony. They apply wherever users arrive more or less at random to receive exclusive service from any one of a group of service-providing elements without prior reservation, for example, where the service-providing elements are ticket-sales windows, toilets on an airplane, or motel rooms. (Erlang's models do not apply where the service-providing elements are shared between several concurrent users or different amounts of service are consumed by different users, for instance, on circuits carrying data traffic.)",
"title": "Erlang's analysis"
},
{
"paragraph_id": 8,
"text": "The goal of Erlang's traffic theory is to determine exactly how many service-providing elements should be provided in order to satisfy users, without wasteful over-provisioning. To do this, a target is set for the grade of service (GoS) or quality of service (QoS). For example, in a system where there is no queuing, the GoS may be that no more than 1 call in 100 is blocked (i.e., rejected) due to all circuits being in use (a GoS of 0.01), which becomes the target probability of call blocking, Pb, when using the Erlang B formula.",
"title": "Erlang's analysis"
},
{
"paragraph_id": 9,
"text": "There are several resulting formulae, including Erlang B, Erlang C and the related Engset formula, based on different models of user behavior and system operation. These may each be derived by means of a special case of continuous-time Markov processes known as a birth–death process. The more recent Extended Erlang B method provides a further traffic solution that draws on Erlang's results.",
"title": "Erlang's analysis"
},
{
"paragraph_id": 10,
"text": "Offered traffic (in erlangs) is related to the call arrival rate, λ, and the average call-holding time (the average time of a phone call), h, by:",
"title": "Calculating offered traffic"
},
{
"paragraph_id": 11,
"text": "provided that h and λ are expressed using the same units of time (seconds and calls per second, or minutes and calls per minute).",
"title": "Calculating offered traffic"
},
{
"paragraph_id": 12,
"text": "The practical measurement of traffic is typically based on continuous observations over several days or weeks, during which the instantaneous traffic is recorded at regular, short intervals (such as every few seconds). These measurements are then used to calculate a single result, most commonly the busy-hour traffic (in erlangs). This is the average number of concurrent calls during a given one-hour period of the day, where that period is selected to give the highest result. (This result is called the time-consistent busy-hour traffic). An alternative is to calculate a busy-hour traffic value separately for each day (which may correspond to slightly different times each day) and take the average of these values. This generally gives a slightly higher value than the time-consistent busy-hour value.",
"title": "Calculating offered traffic"
},
{
"paragraph_id": 13,
"text": "Where the existing busy-hour carried traffic, Ec, is measured on an already overloaded system, with a significant level of blocking, it is necessary to take account of the blocked calls in estimating the busy-hour offered traffic Eo (which is the traffic value to be used in the Erlang formulae). The offered traffic can be estimated by Eo = Ec/(1 − Pb). For this purpose, where the system includes a means of counting blocked calls and successful calls, Pb can be estimated directly from the proportion of calls that are blocked. Failing that, Pb can be estimated by using Ec in place of Eo in the Erlang formula and the resulting estimate of Pb can then be used in Eo = Ec/(1 − Pb) to provide a first estimate of Eo.",
"title": "Calculating offered traffic"
},
{
"paragraph_id": 14,
"text": "Another method of estimating Eo in an overloaded system is to measure the busy-hour call arrival rate, λ (counting successful calls and blocked calls), and the average call-holding time (for successful calls), h, and then estimate Eo using the formula E = λh.",
"title": "Calculating offered traffic"
},
{
"paragraph_id": 15,
"text": "For a situation where the traffic to be handled is completely new traffic, the only choice is to try to model expected user behavior. For example, one could estimate active user population, N, expected level of use, U (number of calls/transactions per user per day), busy-hour concentration factor, C (proportion of daily activity that will fall in the busy hour), and average holding time/service time, h (expressed in minutes). A projection of busy-hour offered traffic would then be Eo = NUC/60h erlangs. (The division by 60 translates the busy-hour call/transaction arrival rate into a per-minute value, to match the units in which h is expressed.)",
"title": "Calculating offered traffic"
},
{
"paragraph_id": 16,
"text": "The Erlang B formula (or Erlang-B with a hyphen), also known as the Erlang loss formula, is a formula for the blocking probability that describes the probability of call losses for a group of identical parallel resources (telephone lines, circuits, traffic channels, or equivalent), sometimes referred to as an M/M/c/c queue. It is, for example, used to dimension a telephone network's links. The formula was derived by Agner Krarup Erlang and is not limited to telephone networks, since it describes a probability in a queuing system (albeit a special case with a number of servers but no queueing space for incoming calls to wait for a free server). Hence, the formula is also used in certain inventory systems with lost sales.",
"title": "Erlang B formula"
},
{
"paragraph_id": 17,
"text": "The formula applies under the condition that an unsuccessful call, because the line is busy, is not queued or retried, but instead really vanishes forever. It is assumed that call attempts arrive following a Poisson process, so call arrival instants are independent. Further, it is assumed that the message lengths (holding times) are exponentially distributed (Markovian system), although the formula turns out to apply under general holding time distributions.",
"title": "Erlang B formula"
},
{
"paragraph_id": 18,
"text": "The Erlang B formula assumes an infinite population of sources (such as telephone subscribers), which jointly offer traffic to N servers (such as telephone lines). The rate expressing the frequency at which new calls arrive, λ, (birth rate, traffic intensity, etc.) is constant, and does not depend on the number of active sources. The total number of sources is assumed to be infinite. The Erlang B formula calculates the blocking probability of a buffer-less loss system, where a request that is not served immediately is aborted, causing that no requests become queued. Blocking occurs when a new request arrives at a time where all available servers are currently busy. The formula also assumes that blocked traffic is cleared and does not return.",
"title": "Erlang B formula"
},
{
"paragraph_id": 19,
"text": "The formula provides the GoS (grade of service) which is the probability Pb that a new call arriving to the resources group is rejected because all resources (servers, lines, circuits) are busy: B(E, m) where E is the total offered traffic in erlang, offered to m identical parallel resources (servers, communication channels, traffic lanes).",
"title": "Erlang B formula"
},
{
"paragraph_id": 20,
"text": "where:",
"title": "Erlang B formula"
},
{
"paragraph_id": 21,
"text": "Note: The erlang is a dimensionless load unit calculated as the mean arrival rate, λ, multiplied by the mean call holding time, h. See Little's law to prove that the erlang unit has to be dimensionless for Little's Law to be dimensionally sane.",
"title": "Erlang B formula"
},
{
"paragraph_id": 22,
"text": "This may be expressed recursively as follows, in a form that is used to simplify the calculation of tables of the Erlang B formula:",
"title": "Erlang B formula"
},
{
"paragraph_id": 23,
"text": "Typically, instead of B(E, m) the inverse 1/B(E, m) is calculated in numerical computation in order to ensure numerical stability:",
"title": "Erlang B formula"
},
{
"paragraph_id": 24,
"text": "or a Python version",
"title": "Erlang B formula"
},
{
"paragraph_id": 25,
"text": "The Erlang B formula is decreasing and convex in m. It requires that call arrivals can be modeled by a Poisson process, which is not always a good match, but is valid for any statistical distribution of call holding times with a finite mean. It applies to traffic transmission systems that do not buffer traffic. More modern examples compared to POTS where Erlang B is still applicable, are optical burst switching (OBS) and several current approaches to optical packet switching (OPS). Erlang B was developed as a trunk sizing tool for telephone networks with holding times in the minutes range, but being a mathematical equation it applies on any time-scale.",
"title": "Erlang B formula"
},
{
"paragraph_id": 26,
"text": "Extended Erlang B differs from the classic Erlang-B assumptions by allowing for a proportion of blocked callers to try again, causing an increase in offered traffic from the initial baseline level. It is an iterative calculation rather than a formula and adds an extra parameter, the recall factor R f {\\displaystyle R_{f}} , which defines the recall attempts.",
"title": "Extended Erlang B"
},
{
"paragraph_id": 27,
"text": "The steps in the process are as follows. It starts at iteration k = 0 {\\displaystyle k=0} with a known initial baseline level of traffic E 0 {\\displaystyle E_{0}} , which is successively adjusted to calculate a sequence of new offered traffic values E k + 1 {\\displaystyle E_{k+1}} , each of which accounts for the recalls arising from the previously calculated offered traffic E k {\\displaystyle E_{k}} .",
"title": "Extended Erlang B"
},
{
"paragraph_id": 28,
"text": "1. Calculate the probability of a caller being blocked on their first attempt",
"title": "Extended Erlang B"
},
{
"paragraph_id": 29,
"text": "as above for Erlang B.",
"title": "Extended Erlang B"
},
{
"paragraph_id": 30,
"text": "2. Calculate the probable number of blocked calls",
"title": "Extended Erlang B"
},
{
"paragraph_id": 31,
"text": "3. Calculate the number of recalls, R {\\displaystyle R} , assuming a fixed Recall Factor, R f {\\displaystyle R_{f}} ,",
"title": "Extended Erlang B"
},
{
"paragraph_id": 32,
"text": "4. Calculate the new offered traffic",
"title": "Extended Erlang B"
},
{
"paragraph_id": 33,
"text": "where E 0 {\\displaystyle E_{0}} is the initial (baseline) level of traffic.",
"title": "Extended Erlang B"
},
{
"paragraph_id": 34,
"text": "5. Return to step 1, substituting E k + 1 {\\displaystyle E_{k+1}} for E k {\\displaystyle E_{k}} , and iterate until a stable value of E {\\displaystyle E} is obtained.",
"title": "Extended Erlang B"
},
{
"paragraph_id": 35,
"text": "Once a satisfactory value of E {\\displaystyle E} has been found, the blocking probability P b {\\displaystyle P_{b}} and the recall factor can be used to calculate the probability that all of a caller's attempts are lost, not just their first call but also any subsequent retries.",
"title": "Extended Erlang B"
},
{
"paragraph_id": 36,
"text": "The Erlang C formula expresses the probability that an arriving customer will need to queue (as opposed to immediately being served). Just as the Erlang B formula, Erlang C assumes an infinite population of sources, which jointly offer traffic of E {\\displaystyle E} erlangs to m {\\displaystyle m} servers. However, if all the servers are busy when a request arrives from a source, the request is queued. An unlimited number of requests may be held in the queue in this way simultaneously. This formula calculates the probability of queuing offered traffic, assuming that blocked calls stay in the system until they can be handled. This formula is used to determine the number of agents or customer service representatives needed to staff a call centre, for a specified desired probability of queuing. However, the Erlang C formula assumes that callers never hang up while in queue, which makes the formula predict that more agents should be used than are really needed to maintain a desired service level.",
"title": "Erlang C formula"
},
{
"paragraph_id": 37,
"text": "where:",
"title": "Erlang C formula"
},
{
"paragraph_id": 38,
"text": "It is assumed that the call arrivals can be modeled by a Poisson process and that call holding times are described by an exponential distribution.",
"title": "Erlang C formula"
},
{
"paragraph_id": 39,
"text": "When Erlang developed the Erlang-B and Erlang-C traffic equations, they were developed on a set of assumptions. These assumptions are accurate under most conditions; however in the event of extremely high traffic congestion, Erlang's equations fail to accurately predict the correct number of circuits required because of re-entrant traffic. This is termed a high-loss system, where congestion breeds further congestion at peak times. In such cases, it is first necessary for many additional circuits to be made available so that the high loss can be alleviated. Once this action has been taken, congestion will return to reasonable levels and Erlang's equations can then be used to determine how exactly many circuits are really required.",
"title": "Limitations of the Erlang formula"
},
{
"paragraph_id": 40,
"text": "An example of an instance which would cause such a High Loss System to develop would be if a TV-based advertisement were to announce a particular telephone number to call at a specific time. In this case, a large number of people would simultaneously phone the number provided. If the service provider had not catered for this sudden peak demand, extreme traffic congestion will develop and Erlang's equations cannot be used.",
"title": "Limitations of the Erlang formula"
}
]
| The erlang is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment. A single cord circuit has the capacity to be used for 60 minutes in one hour. Full utilization of that capacity, 60 minutes of traffic, constitutes 1 erlang. Carried traffic in erlangs is the average number of concurrent calls measured over a given period, while offered traffic is the traffic that would be carried if all call-attempts succeeded. How much offered traffic is carried in practice will depend on what happens to unanswered calls when all servers are busy. The CCITT named the international unit of telephone traffic the erlang in 1946 in honor of Agner Krarup Erlang. In Erlang's analysis of efficient telephone line usage he derived the formulae for two important cases, Erlang-B and Erlang-C, which became foundational results in teletraffic engineering and queueing theory. His results, which are still used today, relate quality of service to the number of available servers. Both formulae take offered load as one of their main inputs, which is often expressed as call arrival rate times average call length. A distinguishing assumption behind the Erlang B formula is that there is no queue, so that if all service elements are already in use then a newly arriving call will be blocked and subsequently lost. The formula gives the probability of this occurring. In contrast, the Erlang C formula provides for the possibility of an unlimited queue and it gives the probability that a new call will need to wait in the queue due to all servers being in use. Erlang's formulae apply quite widely, but they may fail when congestion is especially high causing unsuccessful traffic to repeatedly retry. One way of accounting for retries when no queue is available is the Extended Erlang B method. | 2001-08-04T23:09:44Z | 2023-10-09T10:56:53Z | [
"Template:About",
"Template:Infobox unit",
"Template:Reflist",
"Template:Cite book",
"Template:Citation",
"Template:Rp",
"Template:Cite journal",
"Template:Short description",
"Template:Sfrac",
"Template:Cite web"
]
| https://en.wikipedia.org/wiki/Erlang_(unit) |
10,285 | Eligible receiver | In gridiron football, not all players on offense are entitled to receive a forward pass: only an eligible pass receiver may legally catch a forward pass, and only an eligible receiver may advance beyond the neutral zone if a forward pass crosses into the neutral zone. If the pass is received by a non-eligible receiver, it is "illegal touching" (resulting in a penalty of five yards and loss of down). If an ineligible receiver is beyond the neutral zone when a forward pass crossing the neutral zone is thrown, a foul of "ineligible receiver downfield" (resulting in a penalty of five yards, but no loss of down) is called. Each league has slightly different rules regarding who is considered an eligible receiver.
The NCAA rulebook defines eligible receivers for college football in Rule 7, Section 3, Article 3. The determining factors are the player's position on the field at the snap and their jersey number. Specifically, any players on offense wearing numbers between 50 and 79 are always ineligible. All defensive players are eligible receivers and offensive players who are not wearing an ineligible number are eligible receivers if they meet one of the following three criteria:
Players may only wear eligible numbers at an ineligible position when it is obvious that a punt or field goal is to be attempted.
If a player is to change between eligible and ineligible positions, they must physically change jersey numbers to reflect the position.
A receiver loses his eligibility by leaving the field of play unless he was forced out by a defensive player and immediately attempts to get back inbounds (Rule 7-3-4). All players on the field become eligible as soon as the ball is touched by a defensive player or an official during play (Rule 7-3-5).
In both American and Canadian professional football, every player on the defensive team is considered eligible. The offensive team must have at least seven players lined up on the line of scrimmage. Of the players on the line of scrimmage, only the two players on the ends of the line of scrimmage are eligible receivers. The remaining players are in the backfield (four in American football, five in Canadian football), including the quarterback. These backfield players are also eligible receivers. In the National Football League (NFL), a quarterback who takes his stance behind center as a T-formation quarterback is not eligible unless, before the ball is snapped, he legally moves to a position at least one yard behind the line of scrimmage or on the end of the line, and is stationary in that position for at least one second before the snap, but is nonetheless not counted toward the seven men required on the line of scrimmage.
If, for example, eight men line up on the line of scrimmage, the team loses an eligible receiver. This can often happen when a flanker or slot receiver, who is supposed to line up behind the line of scrimmage, instead lines up on the line of scrimmage between the offensive line and a split end. In most cases where a pass is caught by an ineligible receiver, it is usually because the quarterback was under pressure and threw it to an offensive lineman out of desperation.
Eligible receivers must wear certain uniform numbers, so that the officials can more easily distinguish between eligible and ineligible receivers. In the NFL running backs must wear numbers 20 to 49, tight ends must wear numbers 80 to 89 (or 40 to 49 if the numbers 80 to 89 have been exhausted), and wide receivers must wear numbers 10 to 19 or 80 to 89. In the CFL ineligible receivers must wear numbers 50 to 69; all other numbers (including 0 and 00) may be worn by eligible receivers. A player who is not wearing a number that corresponds to an eligible receiver is ineligible even if he lines up in an eligible position. However, a player who reports to the referee that he intends to be eligible in the following play is allowed to line up and act as an eligible receiver. An example of this was a 1985 NFL game in which William Perry, wearing number 72 and normally a defensive lineman, was made an eligible receiver on an offensive play, and successfully caught a touchdown pass attempt. A more recent example, and more commonly used, has been former New England Patriots linebacker Mike Vrabel lining up as a tight end in goal line situations. In the 2018 season, George Fant has also lined up in the tight end position for the Seattle Seahawks due to injuries to the starting tight ends Ed Dickson and Will Dissly. In the 2019 season the Atlanta Falcons declared right tackle Ty Sambrailo eligible on many plays before throwing the ball to him for a 35-yard touchdown against the Tampa Bay Buccaneers
Before the snap of the ball, in the American game, backfield players may only move parallel to the line of scrimmage, only one back may be in motion at any given time, and if forward motion has occurred, the back must be still for a full second before the snap. The receiver may be in motion laterally or away from the line of scrimmage at the snap. A breach of this rule results in a penalty for illegal procedure (five yards). However, in the Canadian game, eligible receivers may move in any direction before the snap, any number may be in motion at any one time, and there is no need to be motionless before the snap.
The rules on eligible receivers only apply to forward passes. Any player may legally catch a backwards or lateral pass.
In the American game, once the play has started, eligible receivers can become ineligible depending on how the play develops. Any eligible receiver that goes out of bounds is no longer an eligible receiver and cannot receive a forward pass, unless that player re-establishes by taking three steps in bounds. Also, if a pass is touched by any defensive player or eligible offensive receiver (tipped by a defensive lineman, slips through a receiver's hands, etc.), every offensive player immediately becomes eligible. In the CFL all players become eligible receivers if a pass is touched by a member of the defensive team. A proposed rule change in the XFL would make all players behind the line of scrimmage eligible receivers, regardless of position or number.
In high school football, the rules of eligibility are roughly the same as in the college game. However, as of February 2009, at least five players must wear numbers between 50 and 79 on first, second, or third down, which by rule would make them ineligible receivers. This was because of a change in the definition of a scrimmage-kick formation made by the National Federation of State High School Associations (NFHS). The change was intended to close a loophole in the rules which allowed teams to run an A-11 offense, in which a team could legally be exempted from eligibility numbering restrictions if the player receiving the snap was at least seven yards behind the line of scrimmage.
In 2019, the NFHS changed the rules slightly, instead measuring the number of players behind the line of scrimmage, limiting that number to four. The minimum number of players on the offensive line was reduced from seven to five; however, because of the limit on backs, the only way to legally play with fewer than five ineligible receivers is to play with fewer than 11 players on the field. | [
{
"paragraph_id": 0,
"text": "In gridiron football, not all players on offense are entitled to receive a forward pass: only an eligible pass receiver may legally catch a forward pass, and only an eligible receiver may advance beyond the neutral zone if a forward pass crosses into the neutral zone. If the pass is received by a non-eligible receiver, it is \"illegal touching\" (resulting in a penalty of five yards and loss of down). If an ineligible receiver is beyond the neutral zone when a forward pass crossing the neutral zone is thrown, a foul of \"ineligible receiver downfield\" (resulting in a penalty of five yards, but no loss of down) is called. Each league has slightly different rules regarding who is considered an eligible receiver.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The NCAA rulebook defines eligible receivers for college football in Rule 7, Section 3, Article 3. The determining factors are the player's position on the field at the snap and their jersey number. Specifically, any players on offense wearing numbers between 50 and 79 are always ineligible. All defensive players are eligible receivers and offensive players who are not wearing an ineligible number are eligible receivers if they meet one of the following three criteria:",
"title": "College football"
},
{
"paragraph_id": 2,
"text": "Players may only wear eligible numbers at an ineligible position when it is obvious that a punt or field goal is to be attempted.",
"title": "College football"
},
{
"paragraph_id": 3,
"text": "If a player is to change between eligible and ineligible positions, they must physically change jersey numbers to reflect the position.",
"title": "College football"
},
{
"paragraph_id": 4,
"text": "A receiver loses his eligibility by leaving the field of play unless he was forced out by a defensive player and immediately attempts to get back inbounds (Rule 7-3-4). All players on the field become eligible as soon as the ball is touched by a defensive player or an official during play (Rule 7-3-5).",
"title": "College football"
},
{
"paragraph_id": 5,
"text": "In both American and Canadian professional football, every player on the defensive team is considered eligible. The offensive team must have at least seven players lined up on the line of scrimmage. Of the players on the line of scrimmage, only the two players on the ends of the line of scrimmage are eligible receivers. The remaining players are in the backfield (four in American football, five in Canadian football), including the quarterback. These backfield players are also eligible receivers. In the National Football League (NFL), a quarterback who takes his stance behind center as a T-formation quarterback is not eligible unless, before the ball is snapped, he legally moves to a position at least one yard behind the line of scrimmage or on the end of the line, and is stationary in that position for at least one second before the snap, but is nonetheless not counted toward the seven men required on the line of scrimmage.",
"title": "Professional football"
},
{
"paragraph_id": 6,
"text": "If, for example, eight men line up on the line of scrimmage, the team loses an eligible receiver. This can often happen when a flanker or slot receiver, who is supposed to line up behind the line of scrimmage, instead lines up on the line of scrimmage between the offensive line and a split end. In most cases where a pass is caught by an ineligible receiver, it is usually because the quarterback was under pressure and threw it to an offensive lineman out of desperation.",
"title": "Professional football"
},
{
"paragraph_id": 7,
"text": "Eligible receivers must wear certain uniform numbers, so that the officials can more easily distinguish between eligible and ineligible receivers. In the NFL running backs must wear numbers 20 to 49, tight ends must wear numbers 80 to 89 (or 40 to 49 if the numbers 80 to 89 have been exhausted), and wide receivers must wear numbers 10 to 19 or 80 to 89. In the CFL ineligible receivers must wear numbers 50 to 69; all other numbers (including 0 and 00) may be worn by eligible receivers. A player who is not wearing a number that corresponds to an eligible receiver is ineligible even if he lines up in an eligible position. However, a player who reports to the referee that he intends to be eligible in the following play is allowed to line up and act as an eligible receiver. An example of this was a 1985 NFL game in which William Perry, wearing number 72 and normally a defensive lineman, was made an eligible receiver on an offensive play, and successfully caught a touchdown pass attempt. A more recent example, and more commonly used, has been former New England Patriots linebacker Mike Vrabel lining up as a tight end in goal line situations. In the 2018 season, George Fant has also lined up in the tight end position for the Seattle Seahawks due to injuries to the starting tight ends Ed Dickson and Will Dissly. In the 2019 season the Atlanta Falcons declared right tackle Ty Sambrailo eligible on many plays before throwing the ball to him for a 35-yard touchdown against the Tampa Bay Buccaneers",
"title": "Professional football"
},
{
"paragraph_id": 8,
"text": "Before the snap of the ball, in the American game, backfield players may only move parallel to the line of scrimmage, only one back may be in motion at any given time, and if forward motion has occurred, the back must be still for a full second before the snap. The receiver may be in motion laterally or away from the line of scrimmage at the snap. A breach of this rule results in a penalty for illegal procedure (five yards). However, in the Canadian game, eligible receivers may move in any direction before the snap, any number may be in motion at any one time, and there is no need to be motionless before the snap.",
"title": "Professional football"
},
{
"paragraph_id": 9,
"text": "The rules on eligible receivers only apply to forward passes. Any player may legally catch a backwards or lateral pass.",
"title": "Professional football"
},
{
"paragraph_id": 10,
"text": "In the American game, once the play has started, eligible receivers can become ineligible depending on how the play develops. Any eligible receiver that goes out of bounds is no longer an eligible receiver and cannot receive a forward pass, unless that player re-establishes by taking three steps in bounds. Also, if a pass is touched by any defensive player or eligible offensive receiver (tipped by a defensive lineman, slips through a receiver's hands, etc.), every offensive player immediately becomes eligible. In the CFL all players become eligible receivers if a pass is touched by a member of the defensive team. A proposed rule change in the XFL would make all players behind the line of scrimmage eligible receivers, regardless of position or number.",
"title": "Professional football"
},
{
"paragraph_id": 11,
"text": "In high school football, the rules of eligibility are roughly the same as in the college game. However, as of February 2009, at least five players must wear numbers between 50 and 79 on first, second, or third down, which by rule would make them ineligible receivers. This was because of a change in the definition of a scrimmage-kick formation made by the National Federation of State High School Associations (NFHS). The change was intended to close a loophole in the rules which allowed teams to run an A-11 offense, in which a team could legally be exempted from eligibility numbering restrictions if the player receiving the snap was at least seven yards behind the line of scrimmage.",
"title": "High school"
},
{
"paragraph_id": 12,
"text": "In 2019, the NFHS changed the rules slightly, instead measuring the number of players behind the line of scrimmage, limiting that number to four. The minimum number of players on the offensive line was reduced from seven to five; however, because of the limit on backs, the only way to legally play with fewer than five ineligible receivers is to play with fewer than 11 players on the field.",
"title": "High school"
}
]
| In gridiron football, not all players on offense are entitled to receive a forward pass: only an eligible pass receiver may legally catch a forward pass, and only an eligible receiver may advance beyond the neutral zone if a forward pass crosses into the neutral zone. If the pass is received by a non-eligible receiver, it is "illegal touching". If an ineligible receiver is beyond the neutral zone when a forward pass crossing the neutral zone is thrown, a foul of "ineligible receiver downfield" is called. Each league has slightly different rules regarding who is considered an eligible receiver. | 2002-02-25T15:51:15Z | 2023-11-12T01:26:00Z | [
"Template:Short description",
"Template:About",
"Template:Reflist",
"Template:Cite web",
"Template:Cite press release",
"Template:American football positions"
]
| https://en.wikipedia.org/wiki/Eligible_receiver |
10,286 | Enver Hoxha | Enver Hoxha (Albanian: [ɛnˈvɛɾ ˈhɔdʒa] ; 16 October 1908 – 11 April 1985) was an Albanian politician who was the dictator of Albania from 1944 until his death in 1985. He was First Secretary of the Party of Labour of Albania from 1941 until his death, a member of its Politburo, chairman of the Democratic Front of Albania, and commander-in-chief of the Albanian People's Army. He was the twenty-second prime minister of Albania from 1944 to 1954 and at various times was both foreign minister and defence minister of the country.
Hoxha was born in Gjirokastër in 1908 and became a grammar school teacher in 1936. Following the Italian invasion of Albania, he joined the Party of Labour of Albania at its creation in 1941 in the Soviet Union. He was elected First Secretary in March 1943 at the age of 34. Less than two years after the liberation of the country, the monarchy of King Zog I was formally abolished, and Hoxha became the country's de facto head of state.
Adopting Stalinism, Hoxha converted Albania into a one-party communist state. As ultranationalist, he implemented state atheism and ordered anti-religious activities against Muslims and Christians. His government rebuilt the country, which was left in ruins after World War II, building Albania's first railway line, raising the adult literacy rate from 5–15% to more than 90%, wiping out epidemics, electrifying the country and leading Albania towards agricultural independence. To implement his radical program Hoxha used brutal tactics. His government outlawed travelling abroad and private proprietorship. His government imprisoned, executed, or exiled thousands of landowners, rural clan leaders, peasants who resisted collectivization, and disloyal party officials. Hoxha was succeeded by Ramiz Alia, who oversaw the fall of communism in Albania.
Hoxha's government was characterised by his proclaimed firm adherence to anti-revisionist Marxism–Leninism from the mid/late-1960s onwards. After his break with Maoism in the 1976–1978 period, numerous Maoist parties around the world declared themselves Hoxhaist. The International Conference of Marxist–Leninist Parties and Organisations (Unity & Struggle) is the best-known association of these parties.
Hoxha was born in Gjirokastër in southern Albania (then a part of the Ottoman Empire) in October 1908, the son of Halil Hoxha, a Muslim cloth merchant who travelled widely across Europe and the United States, and Gjylihan Hoxha (née Çuçi). He was named after Enver Pasha, a leading figure of the Young Turk Revolution. The Hoxha family was attached to the Shia Islamic order (tariqa) of Bektashism.
After elementary school, he followed his studies in the city senior high school "Liria". He started his studies at the Gjirokastër Lyceum in 1923. After the lyceum was closed, due to intervention of Ekrem Libohova, Hoxha was awarded a state scholarship for the continuation of his studies in Korçë, at the French language Albanian National Lyceum until 1930.
In 1930, Hoxha went to study at the University of Montpellier in France on a state scholarship for the faculty of natural science, but lost an Albanian state scholarship for neglecting his studies. He later went to Paris, where he presented himself to anti-Zogist immigrants as the brother-in-law of Bahri Omari.
From 1935 to 1936, he was employed as a secretary at the Albanian consulate in Brussels. After returning to Albania, he worked as a contract teacher in the Gymnasium of Tirana. Hoxha taught French and morals in the Korça Liceum from 1937 to 1939 and also served as the caretaker of the school library.
On 7 April 1939, the Albanian Kingdom was invaded by Fascist Italy. The Italians established a puppet government, called the Kingdom of Albania, under Shefqet Vërlaci. At the end of 1939, he was transferred to the Gjirokastra Gymnasium, but he soon returned to Tirana. He was helped by his best friend, Esat Dishnica, who introduced Hoxha to Dishnica's cousin Ibrahim Biçakçiu. Hoxha started to sleep in Biçakçiu's tobacco factory "Flora", and after a while Dishnica opened a shop with the same name, where Hoxha began working. He was a sympathiser of Korça's Communist Group.
On 8 November 1941, the Communist Party of Albania (later renamed the Party of Labour of Albania in 1948) was founded. Hoxha was chosen from the "Korça group" as a Muslim representative by the two Yugoslav envoys as one of the seven members of the provisional Central Committee. The First Consultative Meeting of Activists of the Communist Party of Albania was held in Tirana from 8 to 11 April 1942, with Hoxha himself delivering the main report on 8 April 1942.
In July 1942, Hoxha wrote "Call to the Albanian Peasantry", issued in the name of the Communist Party of Albania. The call sought to enlist support in Albania for the war against the fascists. The peasants were encouraged to hoard their grain and refuse to pay taxes or livestock levies brought by the government. After the September 1942 Conference at Pezë, the National Liberation Movement was founded with the purpose of uniting the anti-fascist Albanians, regardless of ideology or class.
By March 1943, the first National Conference of the Communist Party elected Hoxha formally as First Secretary. During WWII, the Soviet Union's role in Albania was negligible. On 10 July 1943, the Albanian partisans were organised in regular units of companies, battalions and brigades and named the Albanian National Liberation Army. The organization received military support from the British intelligence service, SOE. The General Headquarters was created, with Spiro Moisiu as the commander and Hoxha as political commissar. The Yugoslav Partisans had a much more practical role, helping to plan attacks and exchanging supplies, but communication between them and the Albanians was limited and letters often arrived late, sometimes well after a plan had been agreed upon by the National Liberation Army without consultation from the Yugoslav partisans.
Within Albania, repeated attempts were made during the war to remedy the communications difficulties which faced partisan groups. In August 1943, a secret meeting, the Mukje Conference, was held between the anti-communist Balli Kombëtar (National Front) and the Communist Party of Albania. To encourage the Balli Kombëtar to sign, the Greater Albania sections that included Kosovo (part of Yugoslavia) and Chamëria were made part of the Agreement.
A problem developed when the Yugoslav Communists disagreed with the goal of establishing a Greater Albania and asked the Communists in Albania to withdraw their agreement. According to Hoxha, Josip Broz Tito did not believe that "Kosovo was Albanian" and Serbian opposition to the transfer made it an unwise option. After the Albanian Communists repudiated the Greater Albania agreement, the Balli Kombëtar condemned the Communists, who in turn accused the Balli Kombëtar of siding with the Italians. The Balli Kombëtar lacked support from the people. After judging the Communists as an immediate threat, the Balli Kombëtar sided with Nazi Germany, fatally damaging its image among those fighting the fascists. The Communists quickly added to their ranks many of those disillusioned with the Balli Kombëtar and took centre stage in the fight for liberation.
The Permet National Congress held during that time called for a "new democratic Albania for the people". Although the monarchy was not formally abolished, King Zog I of the Albanians was barred from returning to the country, which further increased the Communists' control. The Anti-Fascist Committee for National Liberation was founded, chaired by Hoxha. On 22 October 1944, the Committee became the Democratic Government of Albania after a meeting in Berat and Hoxha was chosen as interim Prime Minister. Tribunals were set up to try alleged war criminals who were designated "enemies of the people" and were presided over by Koçi Xoxe. From the beginning, the Democratic Government was an undisguised Communist regime. In the rest of what became the Soviet bloc, the Communist parties were at least nominally part of coalitions before dropping all pretense of pluralism and settling up one-party states.
After liberation on 29 November 1944, several Albanian partisan divisions crossed the border into German-occupied Yugoslavia, where they fought alongside Tito's partisans and the Soviet Red Army in a joint campaign which succeeded in driving out the last pockets of German resistance. Marshal Tito, during a Yugoslavian conference in later years, thanked Hoxha for the assistance that the Albanian partisans had given during the War for National Liberation (Lufta Nacionalçlirimtare). The Democratic Front, dominated by the Albanian Communist Party, succeeded the National Liberation Front in August 1945, and the first post-war election was held on 2 December that year. The Front was the only legal political organisation allowed to stand in the elections, and the government reported that 93% of Albanians voted for it.
On 11 January 1946, Zog was officially deposed and Albania was proclaimed the People's Republic of Albania (renamed the People's Socialist Republic of Albania in 1976), though the country had already been a Communist state since liberation. As First Secretary of the party, Hoxha was de facto head of state and the most powerful man in the country.
Albanians celebrate their independence day on 28 November (which is the date on which they declared their independence from the Ottoman Empire in 1912), while in the former People's Socialist Republic of Albania the national day was 29 November, the day the country was liberated from Nazi Germany. Both days are currently national holidays.
The sacrifices of our people were very great. Out of a population of one million, 28,000 were killed, 12,600 wounded, 10,000 were made political prisoners in Italy and Germany, and 35,000 made to do forced labour; of the 2,500 towns and villages of Albania, 850 were ruined or razed to the ground; all the communications, all the ports, mines and electric power installations were destroyed, our agriculture and livestock were plundered, and our entire national economy was wrecked.
Hoxha declared himself a Marxist–Leninist and strongly admired Soviet dictator Joseph Stalin. During the period of 1945–1950, the government adopted policies and actions intended to consolidate power which included extrajudicial killings and executions that targeted and eliminated anti-communists. The Agrarian Reform Law was passed in August 1945. It confiscated land from beys and large landowners, giving it without compensation to peasants. 52% of all land was owned by large landowners before the law was passed; this declined to 16% after the law's passage. Illiteracy, which was 90–95% in rural areas in 1939 and perhaps 85% of the total population in 1946, fell to 30% by 1950, and by 1985 it was equal to that of a Western country.
By 1949, the US and British intelligence organisations were working with the former King Zog and the mountain men of his personal guard. They recruited Albanian refugees and émigrés from Egypt, Italy and Greece, trained them in Cyprus, Malta and the Federal Republic of Germany (West Germany), and infiltrated them into Albania. Guerrilla units entered Albania in 1950 and 1952, but they were killed or captured by Albanian security forces. Kim Philby, a Soviet double agent working as a liaison officer between MI6 and the CIA, had leaked details of the infiltration plan to Moscow, and the security breach claimed the lives of about 300 infiltrators.
On 19 February 1951, a bombing occurred at the Soviet embassy in Tirana, after which 23 accused intellectuals were arrested and put in prison. One of them, Jonuz Kaceli, was killed by Mehmet Shehu during interrogation. Subsequently, the 22 others were executed without trial under Hoxha's orders.
The State University of Tirana was established in 1957, which was the first of its kind in Albania. The medieval Gjakmarrja (blood feud) was banned. Malaria, the most widespread disease, was successfully fought through advances in health care, the use of DDT, and through the draining of swampland. From 1965 to 1985, no cases of malaria were reported, whereas previously Albania had the greatest number of infected patients in Europe. No cases of syphilis had been recorded for 30 years. In 1938 the number of physicians was 1.1 per 10,000 and there was only one hospital bed per 1,000 people. In 1950, while the number of physicians had not increased, there were four times as many hospital beds per head, and health expenditures had risen to 5% of the budget, up from 1% before the war.
At this point, relations with Yugoslavia had begun to change. The roots of the change began on 20 October 1944 at the Second Plenary Session of the Communist Party of Albania. The Session considered the problems that the post-independence Albanian government would face. However, the Yugoslav delegation which was led by Velimir Stoinić accused the party of "sectarianism and opportunism" and blamed Hoxha for these errors. He also stressed the view that the Yugoslav Communist partisans spearheaded the Albanian partisan movement.
Anti-Yugoslav members of the Albanian Communist Party had begun to think that this was a plot by Tito who intended to destabilize the Party. Koçi Xoxe, Sejfulla Malëshova and others who supported Yugoslavia were looked upon with deep suspicion. Tito's position on Albania was that it was too weak to stand on its own and that it would do better as a part of Yugoslavia. Hoxha alleged that Tito had made it his goal to get Albania into Yugoslavia, firstly by creating the Treaty of Friendship, Co-operation and Mutual Aid in 1946. In time, Albania began to feel that the treaty was heavily slanted towards Yugoslav interests, much like the Italian agreements with Albania under Zog that made the nation dependent upon Italy.
The first issue was that the Albanian lek became revalued in terms of the Yugoslav dinar as a customs union was formed and Albania's economic plan was decided more by Yugoslavia. Albanian economists H. Banja and V. Toçi stated that the relationship between Albania and Yugoslavia during this period was exploitative and that it constituted attempts by Yugoslavia to make the Albanian economy an "appendage" to the Yugoslav economy. Hoxha then began to accuse Yugoslavia of misconduct:
We [Albania] were expected to produce for the Yugoslavs all the raw materials which they needed. These raw materials were to be exported to the metropolitan Yugoslavia to be processed there in Yugoslav factories. The same applied to the production of cotton and other industrial crops, as well as oil, bitumen, asphalt, chrome, etc. Yugoslavia would supply its 'colony', Albania, with exorbitantly priced consumer goods, including even items such as needles and thread, and would provide us with petrol and oil, as well as glass for the lamps in which we burn the fuel extracted from our subsoil, processed in Yugoslavia and sold to us at high prices ... The aim of the Yugoslavs was, therefore, to prevent our country from developing either its industry or its working class, and to make it forever dependent on Yugoslavia.
Stalin advised Hoxha that Yugoslavia was attempting to annex Albania: "We did not know that the Yugoslavs, under the pretext of 'defending' your country against an attack from the Greek fascists, wanted to bring units of their army into the PRA [People's Republic of Albania]. They tried to do this in a very secretive manner. In reality, their aim in this direction was utterly hostile, for they intended to overturn the situation in Albania." By June 1947, the Central Committee of Yugoslavia began publicly condemning Hoxha, accusing him of taking an individualistic and anti-Marxist line. When Albania responded by making agreements with the Soviet Union to purchase a supply of agricultural machinery, Yugoslavia said that Albania could not enter into any agreements with other countries without Yugoslav approval.
Koçi Xoxe tried to stop Hoxha from improving relations with Bulgaria, reasoning that Albania would be more stable with one trading partner rather than with many. Nako Spiru, an anti-Yugoslav member of the Party, condemned Xoxe and vice versa. With no one coming to Spiru's defense, he viewed the situation as hopeless and feared that Yugoslav domination of his nation was imminent, which caused him to commit suicide in November.
At the Eighth Plenum of the Central Committee of the Party which lasted from 26 February to 8 March 1948, Xoxe was implicated in a plot to isolate Hoxha and consolidate his own power. He accused Hoxha of being responsible for the decline in relations with Yugoslavia and stated that a Soviet military mission should be expelled in favor of a Yugoslav counterpart. Hoxha managed to remain firm and his support had not declined. When Yugoslavia publicly broke with the Soviet Union, Hoxha's support base grew stronger. Then, on 1 July 1948, Tirana called on all Yugoslav technical advisors to leave the country and unilaterally declared all treaties and agreements between the two countries null and void. Xoxe was expelled from the party and on 13 June 1949, he was executed by hanging.
After the break with Yugoslavia, Hoxha aligned himself with the Soviet Union. From 1948 to 1960, $200 million in Soviet aid was given to Albania for technical and infrastructural expansion. Albania was admitted to the Comecon on 22 February 1949 and served as a pro-Soviet force on the Adriatic. A Soviet submarine base was built on the Albanian island of Sazan near Vlorë, posing a hypothetical threat to the U.S. Sixth Fleet in the Mediterranean. Relations with the Soviet Union remained close until the death of Stalin in March 1953. It was followed by 14 days of national mourning in Albania – more than in the Soviet Union. Hoxha assembled the population of Tirana in the capital's largest square, which featured a Stalin statue, requested that they kneel and take a 2,000-word oath of "eternal fidelity" and "gratitude" to their "beloved father" and "great liberator".
Under Nikita Khrushchev, Stalin's eventual successor, aid was reduced and Albania was encouraged to adopt Khrushchev's specialisation policy. Under it, Albania would develop its agricultural output in order to supply the Soviet Union and other Warsaw Pact countries while they would be developing products of their own, which would, in theory, strengthen the Warsaw Pact. However, this also meant that Albanian industrial development, which was stressed heavily by Hoxha, would be hindered.
In May–June 1955, Nikolai Bulganin and Anastas Mikoyan visited Yugoslavia while Khrushchev renounced the expulsion of Yugoslavia from the Communist bloc. Khrushchev also began making references to Palmiro Togliatti's polycentrism theory. Hoxha had not been consulted on this and was offended. Yugoslavia began asking for Hoxha to rehabilitate the image of Koçi Xoxe, which Hoxha steadfastly rejected. In 1956 at the Twentieth Party Congress of the Communist Party of the Soviet Union, Khrushchev condemned the cult of personality that had been built up around Joseph Stalin and denounced his excesses. Khrushchev then announced the theory of peaceful coexistence, which angered the Stalinist Hoxha greatly. The Institute of Marxist–Leninist Studies, led by Hoxha's wife Nexhmije, quoted Vladimir Lenin: "The fundamental principle of the foreign policy of a socialist country and of a Communist party is proletarian internationalism; not peaceful coexistence." Hoxha now took a more active stand against perceived revisionism.
Unity within the Albanian Party of Labour began to decline as well, with a special delegate meeting held in Tirana in April 1956, composed of 450 delegates and having unexpected results. The delegates "criticized the conditions in the party, the negative attitude toward the masses, the absence of party and socialist democracy, the economic policy of the leadership, etc." while also calling for discussions on the cult of personality and the Twentieth Party Congress.
In 1956, Hoxha called for a resolution which would confirm the existing leadership of the Party. The resolution was accepted, and all of the delegates who had spoken against it were expelled from the party and imprisoned. Hoxha claimed that Yugoslavia had attempted to overthrow the leadership of Albania. This incident increased Hoxha's power, effectively making Khrushchev-style reforms impossible there. In the same year, Hoxha travelled to China, then embroiled in the Sino-Soviet split, and met Mao Zedong. Chinese aid to Albania rose sharply during the next two years.
In an effort to keep Albania in the Soviet sphere, increased Soviet aid was given but relations with the Soviet Union remained at the same level until 1960, when Khrushchev met Sofoklis Venizelos, a liberal Greek politician. Khrushchev sympathised with the concept of an autonomous Greek North Epirus and he hoped to use Greek claims to keep the Albanian leadership in line. Hoxha reacted by only sending Hysni Kapo, a member of the Albanian Political Bureau, to the Third Congress of the Romanian Workers' Party in Bucharest, an event Communist heads of state were normally expected to attend. As relations between the two countries continued to deteriorate in the course of the meeting, Khrushchev said:
Especially shameless was the behavior of that agent of Mao Zedong, Enver Hoxha. He bared his fangs at us even more menacingly than the Chinese themselves. After his speech, Comrade Dolores Ibárruri [a Spanish Communist], an old revolutionary and a devoted worker in the Communist movement, got up indignantly and said, very much to the point, that Hoxha was like a dog who bites the hand that feeds it.
Relations with the Soviet Union declined rapidly. A hardline policy was adopted and the Soviets reduced grain shipments at a time when Albania needed them due to the possibility of a flood-induced famine. In July 1960, a plot to overthrow the Albanian government was discovered. It was to be organised by Soviet-trained Rear Admiral Teme Sejko. After this, two pro-Soviet members of the Party, Liri Belishova and Koço Tashko, were expelled.
In August, the Party's Central Committee sent a protest to the Central Committee of the CPSU about having an anti-Albanian Soviet Ambassador in Tirana. The Fourth Congress of the Party, held from 13 to 20 February 1961, was the last meeting that the Soviet Union or other Eastern European nations attended in Albania. During the congress, Mehmet Shehu stated that while many members of the Party were accused of tyranny, this was a baseless charge and unlike the Soviet Union, Albania was led by genuine Marxists.
The Soviet Union retaliated by threatening "dire consequences" if the condemnations were not retracted. Days later, Khrushchev and Antonín Novotný, President of Czechoslovakia, threatened to cut off economic aid. In March, Albania was not invited to attend the meeting of the Warsaw Pact nations, and in April all Soviet technicians were withdrawn from Albania. In May nearly all Soviet troops at the Soviet submarine base were withdrawn.
On 7 November 1961, Hoxha made a speech in which he called Khrushchev a "revisionist, an anti-Marxist and a defeatist". Hoxha portrayed Stalin as the last Communist leader of the Soviet Union and alluded to Albania's independence. By 11 November, the USSR and every other Warsaw Pact nation broke diplomatic relations with Albania. Albania was unofficially excluded from the Warsaw Pact and Comecon. The Soviet Union also attempted to claim control of the submarine base. The Albanian Party then passed a law prohibiting any other nation from owning an Albanian port. The Albanian–Soviet split was now complete.
As Hoxha's leadership continued, he took on an increasingly theoretical stance. He wrote criticisms which were based on theory and current events which occurred at the time; his most notable criticisms were his condemnations of Maoism after 1978. A major achievement under Hoxha was the advancement of women's rights. Albania had been one of the most, if not the most, patriarchal countries in Europe. The ancient Kanun, which regulated the status of women, states, "A woman is known as a sack, made to endure as long as she lives in her husband's house." Women were not allowed to inherit anything from their parents, and discrimination was even made in the case of the murder of a pregnant woman:
... the dead woman [is] to be opened up, in order to see whether the fetus is a boy or a girl. If it is a boy, the murderer must pay 3 purses [a set amount of local currency] for the woman's blood and 6 purses for the boy's blood; if it is a girl, aside from the three purses for the murdered woman, 3 purses must also be paid for the female child.
Women were forbidden from obtaining a divorce, and the wife's parents were obliged to return a runaway daughter to her husband or else suffer shame which could even result in a generations-long blood feud. During World War II, the Albanian Communists encouraged women to join the partisans and following the war, women were encouraged to take up menial jobs, as the education necessary for higher level work was out of most women's reach. In 1938, 4% worked in various sectors of the economy. In 1970, this number had risen to 38%, and in 1982 to 46%.
During the Cultural and Ideological Revolution, women were encouraged to take up all jobs, including government posts, which resulted in 40.7% of the People's Councils and 30.4% of the People's Assembly being made up of women, including two women in the Central Committee by 1985. In 1978, 15.1 times as many females attended eight-year schools as had done so in 1938 and 175.7 times as many females attended secondary schools. By 1978, 101.9 times as many women attended higher schools as in 1957. Hoxha said of women's rights in 1967:
The entire party and country should hurl into the fire and break the neck of anyone who dared trample underfoot the sacred edict of the party on the defense of women's rights.
In 1969, direct taxation was abolished and during this period the quality of schooling and health care continued to improve. An electrification campaign was begun in 1960 and the entire nation was expected to have electricity by 1985. Instead, it achieved this on 25 October 1970, making it the first nation with complete electrification in the world. During the Cultural & Ideological Revolution of 1967–1968 the military changed from traditional Communist army tactics and began to adhere to the Maoist strategy known as people's war, which included the abolition of military ranks, which were not fully restored until 1991. Mehmet Shehu said of the country's health service in 1979:
... [T]he health service is free of charge for all and has been extended to the remotest villages. In 1960 we had one doctor per every 3,360 inhabitants, in 1978 we had one doctor per every 687 inhabitants, and this despite the rapid growth of the population. The natural increase of the population in our country is 3.5 times higher than the annual average of European countries, whereas mortality in 1978 was 37% lower than the average level of mortality in the countries of Europe, and the average life expectancy in our country has risen, from about 38 years in 1938 to 69 years. That is, for each year of the existence of our people's state power, the average life expectancy has risen by about 11 months. That is what socialism does for man! Is there a loftier humanism than socialist humanism, which, in 35 years, doubles the average life expectancy of the whole population of the country?
Hoxha's legacy also included a complex of 173,371 one-man concrete bunkers across a country of 3 million inhabitants, to act as look-outs and gun emplacements along with chemical weapons. The bunkers were built strong and mobile, with the intention that they could be easily placed by a crane or a helicopter in a hole. The types of bunkers vary from machine gun pillboxes, beach bunkers, to underground naval facilities and even Air Force Mountain and underground bunkers.
Hoxha's internal policies were true to Stalin's paradigm which he admired, and the personality cult which was developed in the 1970s and organised around him by the Party also bore a striking resemblance to that of Stalin. At times it even reached an intensity which was as extreme as the personality cult of Kim Il Sung (which Hoxha condemned) with Hoxha being portrayed as a genius commenting on virtually all facets of life from culture to economics to military matters. Each schoolbook required one or more quotations from him on the subjects being studied. The Party honored him with titles such as Supreme Comrade, Sole Force and Great Teacher. He adopted a different type military salute for the People's Army to render honors which was known as the "Hoxhaist salute", which involves soldiers curling their right fist and raising it to shoulder level. It replaced the Zogist salute, which was used by the Royal Albanian Army for many years.
Hoxha's governance was also distinguished by his encouragement of a high birthrate policy. For instance, a woman who bore an above-average number of children would be given the government award of Heroine Mother (in Albanian: Nënë Heroinë) along with cash rewards. Abortion was essentially restricted (to encourage high birth rates), except if the birth posed a danger to the mother's life, though it was not completely banned; the process was decided by district medical commissions. As a result, the population of Albania tripled from 1 million in 1944 to around 3 million in 1985.
At the start of Albania's third five-year plan, China offered Albania a loan of $125 million which would be used to build twenty-five chemical, electrical and metallurgical plants in accordance with the plan. However, the nation discovered that the task of completing these building projects was difficult, because Albania's relations with its neighbors were poor and because matters were also complicated by the long distance between Albania and China. Unlike Yugoslavia or the USSR, China had less economic influence on Albania during Hoxha's rule. During the previous fifteen years (1946–1961), at least 50% of Albania's economy was dependent on foreign commerce.
By the time the 1976 constitution was promulgated, Albania had mostly become self-sufficient, but it lacked modern technology. Ideologically, Hoxha found that Mao's initial views were in line with Marxism-Leninism, due to his condemnation of Nikita Khrushchev's alleged revisionism and his condemnation of Yugoslavia. The financial aid which China provided to Albania was interest-free and it did not have to be repaid until Albania could afford to do so.
China never intervened in Albania's economic output, and Chinese technicians and Albanian workers both worked for the same wages. Albanian newspapers were reprinted in Chinese newspapers, and they were also read on Chinese radio, and Albania led the movement to give the People's Republic of China a seat on the UN Security Council. During this period, Albania became the second largest producer of chromium in the world, which China considered important. Strategically, the Adriatic Sea was attractive to China, because China hoped that it could gain more allies in Eastern Europe through Albania - a hope which was misplaced. Zhou Enlai visited Albania in January 1964. On 9 January, "The 1964 Sino-Albanian Joint Statement" was signed in Tirana. The statement said of relations between socialist countries:
Both [Albania and China] hold that the relations between socialist countries are international relations of a new type. Relations between socialist countries, big or small, economically more developed or less developed, must be based on the principles of complete equality, respect for territorial sovereignty and independence, and non-interference in each other's internal affairs, and must also be based on the principles of mutual assistance in accordance with proletarian internationalism. It is necessary to oppose great-nation chauvinism and national egoism in relations between socialist countries. It is absolutely impermissible to impose the will of one country upon another, or to impair the independence, sovereignty and interests of the people, of a fraternal country on the pretext of 'aid' or 'international division of labour.'
Like Albania, China defended the "purity" of Marxism by attacking American imperialism and "Soviet and Yugoslav revisionism", both of them were equally attacked as part of a "dual adversary" theory. Yugoslavia was viewed as both a "special detachment of U.S. imperialism" and a "saboteur against world revolution". However, these views began to change in China, which was one of the major issues which Albania had with the alliance. Additionally, unlike Yugoslavia and the Soviet Union, the Sino-Albanian alliance lacked "... an organisational structure for regular consultations and policy coordination, and it was also characterized by an informal relationship which was conducted on an ad hoc basis." Mao made a speech on 3 November 1966 in which he claimed that Albania was the only Marxist–Leninist state in Europe and in the same speech, he also stated that "an attack on Albania will have to reckon with the great People's Republic of China. If the U.S. imperialists, the modern Soviet revisionists or any of their lackeys dare to touch Albania in the slightest, nothing lies ahead for them but a complete, shameful and memorable defeat." Likewise, Hoxha stated that "You may rest assured, comrades, that come what may in the world at large, our two parties and our two peoples will certainly remain together. They will fight together and they will win together."
During the Cultural Revolution, China entered into a four-year period of relative diplomatic isolation, however, its relations with Albania were positive. On 20 August 1968, the Soviet invasion of Czechoslovakia was condemned by Albania, along with the Brezhnev doctrine. Albania refused to send troops to Czechoslovakia in support of the invasion, and it officially withdrew from the Warsaw Pact on 5 September.
Albania's relations with China began to deteriorate on 15 July 1971, when United States President Richard Nixon agreed to visit China in order to meet with Zhou Enlai. Hoxha believed that China had betrayed Albania, and on 6 August, the Central Committee of the PLA sent a letter to the Central Committee of the CCP in which it called Nixon a "frenzied anti-Communist". The letter stated:
We trust you will understand the reason for the delay in our reply. This was because your decision came as a surprise to us and it was taken without any preliminary consultation between us on this question, so that we would be able to express and thrash out our opinions. This, we think, could have been useful, because preliminary consultations, between close friends, determined co-fighters against imperialism and revisionism, are useful and necessary, and especially so, when steps which, in our opinion, have a major international effect and repercussions are taken. ... Considering the Communist Party of China as a sister party and our closest co-fighter, we have never hidden our views from it. That is why on this major problem which you put before us, we inform you that we consider your decision to receive Nixon in Beijing as incorrect and undesirable, and we do not approve or support it. It will also be our opinion that Nixon's announced visit to China will not be understood or approved of by the peoples, the revolutionaries and the communists of different countries.
The result of this criticism was a message from the Chinese leadership in 1971 in which it stated that Albania could not depend on an indefinite flow of aid from China, and in 1972 Albania was advised to "curb its expectations about further Chinese contributions to its economic development". By 1972, Hoxha wrote in his diary Reflections on China that China was no longer a socialist country:
It is clear that ... China is not following a policy guided by Marxism-Leninism. Its policy is being brought into line, and will be brought even more into line with the policy of a great power, which is trying to consolidate its positions in the international arena, through friendships, through alliances, through pragmatic relations, not based on sound Marxist-Leninist principles and on the interests of socialism and the world revolution, but on the interests of a great powerful China, which calls itself socialist, but which is not socialist in reality.
And in 1973, he wrote that the Chinese leaders:
... have cut off their contacts with us, and the contacts which they maintain are merely formal diplomatic ones. Albania is no longer the 'faithful, special friend' ... They are maintaining the economic agreements though with delays, but it is quite obvious that their 'initial ardor' has died.
In response, trade with COMECON (although trade with the Soviet Union was still blocked) and Yugoslavia grew. Trade with Third World nations was $0.5 million in 1973, but $8.3 million in 1974. Trade rose from 0.1% to 1.6%. Following Mao's death on 9 September 1976, Hoxha remained optimistic about Sino-Albanian relations, but in August 1977, Hua Guofeng, the new leader of China, stated that Mao's Three Worlds Theory would become official foreign policy. Hoxha viewed this as a way for China to justify having the U.S. as the "secondary enemy" while viewing the Soviet Union as the main one, thus allowing China to trade with the U.S. He stated that:
The Chinese plan of the 'third world' is a major diabolical plan, with the aim that China should become another superpower, precisely by placing itself at the head of the 'third world' and the 'non-aligned world'.
From 30 August to 7 September 1977, Tito visited Beijing and was welcomed by the Chinese leadership. Following this, the PLA declared that China was now a revisionist state akin to the Soviet Union and Yugoslavia, and that Albania was the only Marxist–Leninist state on Earth. Hoxha stated:
The Chinese leaders are acting like the leaders of a 'great state'. They think, 'The Albanians fell out with the Soviet Union because they had us, and if they fall with us, too, they will go back to the Soviets,' therefore they say, 'Either with us or the Soviets, it is all the same, the Albanians are done for.' But to hell with them! We shall fight against all this trash, because we are Albanian Marxist–Leninists and on our correct course we shall always triumph!
On 13 July 1978, China announced that it was cutting off all of its aid to Albania. For the first time in modern history, Albania did not have an ally and it also did not have a major trading partner.
Certain clauses in the 1976 constitution circumscribed the exercise of political liberties which the government interpreted as being contrary to the established order. The government denied the population access to information other than that which was disseminated by government-controlled media outlets. Internally, the Sigurimi used the same repressive methods which were used by the NKVD, the MGB, the KGB and the East German Stasi. At one point, every third Albanian had either been interrogated by the Sigurimi or they had been incarcerated in labour camps. The government imprisoned thousands of people in forced-labour camps or it executed them for alleged crimes such as treachery or disrupting the proletarian dictatorship. After 1968, travel abroad was forbidden to all but those people who were on official business. Western European culture was looked upon with deep suspicion, resulting in bans on all unauthorised foreign materials and arrests:
The former student, now the mayor of Tirana, said that he would cower beneath the bedclothes at night and listen to foreign radio stations, an activity which was punishable by a long stretch in a labour camp. He became fascinated by the saxophone. Yet, because such musical instruments were considered an evil influence and were thus banned, he had never seen one.
Art was required to reflect the styles of socialist realism. Beards were banned as unhygienic in order to curb the influence of Islam (many Imams and Babas had beards) and the Eastern Orthodox faith. The justice system's legal proceedings regularly degenerated into show trials. An American human rights group described the proceedings of one trial:
[The defendant] was not permitted to question the witnesses and that, although he was permitted to state his objections to certain aspects of the case, his objections were dismissed by the prosecutor who said, 'Sit down and be quiet. We know better than you.'"
In order to lessen the threat of political dissidents and other exiles, relatives of the accused were often arrested, ostracised, and accused of being "enemies of the people". Political executions were common, and at least 5,000 people—possibly as many as 25,000—were killed by the regime. Torture was often used to obtain confessions:
One émigré, for example, testified to being bound by his hands and legs for one and a half months, and to being beaten with a belt, fists or boots for periods of two to three hours every two or three days. Another was detained in a cell one meter by eight meters large in the local police station and kept in solitary confinement for a five-day period punctuated by two beating sessions until he signed a confession; he was taken to Sigurimi headquarters, where he was again tortured and questioned, despite his prior confession, until his three-day trial. Still another witness was confined underground for more than a year in a three-meter square cell. During this time he was interrogated at irregular intervals and subjected to various forms of physical and psychological torture. He was chained to a chair, beaten, and subjected to electric shocks. He was shown a bullet that was supposedly meant for him and told that car engines starting within his earshot were driving victims to their executions, the next of which would be his.
During Hoxha's rule, there were six institutions for political prisoners and fourteen labour camps where political prisoners and common criminals worked together. It has been estimated that there were approximately 32,000 people imprisoned in Albania in 1985.
Article 47 of the Albanian Criminal Code stated that to "escape outside the state, as well as refusal to return to the Fatherland by a person who has been sent to serve or has been permitted temporarily to go outside the state" was an act of treason, a crime punishable by a minimum sentence of ten years and a maximum sentence of death. The Albanian government went to great lengths to prevent people from defecting by leaving the country:
An electrically-wired metal fence stands 600 meters to one kilometer from the actual border. Anyone touching the fence not only risks electrocution, but also sets off alarm bells and lights which alert guards stationed at approximately one-kilometre intervals along the fence. Two meters of soil on either side of the fence are cleared in order to check for footprints of escapees and infiltrators. The area between the fence and the actual border is seeded with booby traps such as coils of wire, noise makers consisting of thin pieces of metal strips on top of two wooden slats with stones in a tin container which rattle if stepped on, and flares that are triggered by contact, thus illuminating would-be escapees during the night.
Albania was a predominantly Muslim country after the demise of the Ottoman Empire, which identified religion with ethnicity. In the Ottoman Empire, Muslims were classified as Turks, Orthodox Christians were classified as Greeks, and Catholics were classified as Latins. Hoxha believed that this division of Albanian society along religious and ethnic lines was a serious issue, because it fueled Greek separatists in southern Albania in particular and it also divided the nation in general. The Agrarian Reform Law of 1945 confiscated much of the church's property in the country. Catholics were the earliest religious community to be targeted because the Vatican was considered an agent of Fascism and anti-Communism. In 1946 the Jesuit Order was banned and the Franciscans were banned in 1947. Decree No. 743 (On religion) sought the establishment of a national church and it also forbade religious leaders from associating with foreign powers.
Mother Teresa, a Catholic nun whose relatives resided in Albania during Hoxha's rule, was denied a chance to see them because she was considered a dangerous agent of the Vatican. Despite multiple requests and despite the fact that many countries made requests on her behalf, she was not granted the opportunity to see her mother and sister. Both Mother Teresa's mother and sister died during Hoxha's rule, and the nun herself was only able to visit Albania five years after the Communist regime collapsed. Dom Lush Gjergji in his book "Our Mother Teresa" describes one of her trips to the embassy where she was crying as she was leaving the building, saying:
Dear God, I can understand and accept that I should suffer, but it is so hard to understand and accept why my mother has to suffer. In her old age she has no other wish than to see us one last time.
The Party focused on atheist education in schools. This tactic was effective, primarily as a result of the high birthrate policy which was encouraged after the war. During periods which are considered "holy periods" by religious people, such as Lent and Ramadan, many foods and non-water beverages were distributed in schools and factories, and religious people who refused to eat those foods and drink those beverages when they were offered to them during their "fasting times" were denounced.
Starting on 6 February 1967, the party began to promote secularism in place of Abrahamic religions. Hoxha, who had launched a "Cultural and Ideological Revolution" after being partially inspired by China's Cultural Revolution, encouraged Communist students and workers to use more forceful tactics in order to discourage people from continuing their religious practices; the use of violence was initially condemned.
According to Hoxha, the surge in anti-theist activities began with the youth. The result of this "spontaneous, unprovoked movement" was the demolition or conversion of all 2,169 churches and mosques in Albania. State atheism became official policy, and Albania was declared the world's first atheist state. Town and city names which echoed Abrahamic religious themes were abandoned for neutral secular ones, as well as personal names. By 1968, Hoxha stated in a speech in that "Religion is a fuel kindling fires of all evils". During this period religiously based names were also made illegal. The Dictionary of People's Names, published in 1982, contained 3,000 approved, secular names. In 1992, Monsignor Dias, the Papal Nuncio for Albania appointed by Pope John Paul II, said that of the three hundred Catholic priests present in Albania prior to the Communists coming to power, only thirty were still active. The promotion of religion was banned, and all clerics were labeled reactionaries and outlawed. Those religious figures who refused to embrace the principles of Marxism–Leninism were either arrested or carried on their activities in hiding.
During the anti-religious campaign, Enver Hoxha declared that "the only religion of Albania is Albanianism", a quotation from the poem O moj Shqiperi ("O Albania") by the 19th-century Albanian writer Pashko Vasa.
Muzafer Korkuti, one of the dominant figures in post-war Albanian archaeology and now the Director of the Institute of Archaeology in Tirana, said this in an interview on 10 July 2002:
Archaeology is part of the politics which the party in power has and this was understood better than anything else by Enver Hoxha. Folklore and archaeology were respected because they are the indicators of the nation, and a party that shows respect to national identity is listened to by other people; good or bad as this may be. Enver Hoxha did this as did Hitler. In Germany in the 1930s there was an increase in Balkan studies and languages and this too was all part of nationalism.
Efforts were focused on an Illyrian-Albanian continuity issue. An Illyrian origin of the Albanians (without denying Pelasgian roots) continued to play a significant role in Albanian nationalism, resulting in a revival of given names supposedly of "Illyrian" origin, at the expense of given names associated with Christianity. At first, Albanian nationalist writers opted for the Pelasgians as the forefathers of the Albanians, but as this form of nationalism flourished in Albania under Enver Hoxha, the Pelasgians became a secondary element to the Illyrian theory of Albanian origins, which could claim some support in scholarship.
The Illyrian descent theory soon became one of the pillars of Albanian nationalism, especially because it could provide some evidence of continuity of an Albanian presence both in Kosovo and Southern Albania, i.e. areas that were subject to ethnic conflicts between Albanians, Serbs and Greeks. Under the government of Enver Hoxha, an autochthonous ethnogenesis was promoted and physical anthropologists tried to demonstrate that Albanians were different from any other Indo-European populations, a theory now disproved. They claimed that the Illyrians were the most ancient people in the Balkans and greatly extended the age of the Illyrian language.
Hoxha and his government were also hostile to Western popular culture as it was manifested in the mass media, along with the consumerism and cultural liberalism which were associated with it. In a speech on the Fourth Plenum of the Central Committee of the PLA (PLA-CC) on 26 June 1973, Hoxha declared a definitive break with any such Western bourgeois influence and what he described as its "degenerated bourgeois culture". In a speech in which he also criticised the "spread of certain vulgar, alien tastes in music and art", which ran "contrary to socialist ethics and the positive traditions of our people", including "degenerate importations such as long hair, extravagant dress, screaming jungle music, coarse language, shameless behaviour and so on", Hoxha declared:
It is precisely this culture, coated with a glossy veneer, accompanied by sensational advertisement, handled in the most commercial way and back up and financed by the bourgeoisie, that inundates the cinema and television screens, magazines, newspapers and radio broadcasts, all the mass information and propaganda media. Its objective is to turn the ordinary man into a passive consumer of poisonous bourgeois ideas, and to make this consumption an addiction. Not only have we nothing to learn from this culture, no reason to impart it to our masses and youth, but we must reject it contemptuously and fight it with determination.
In 1974, Hoxha accused Beqir Balluku, Minister of Defence and longtime ally, of being an agent of China and attempting a coup d'état, since Balluku had criticized Hoxha's bunker program and stated that a U.S. and Soviet invasion of Albania was unlikely. Hoxha sentenced Balluku and a group of his accused associates to death and appointed Mehmet Shehu as Minister of Defence.
A new Constitution was decided upon by the Seventh Congress of the Albanian Party of Labour on 1–7 November 1976. According to Hoxha, "The old Constitution was the Constitution of the building of the foundations of socialism, whereas the new Constitution will be the Constitution of the complete construction of a socialist society."
Self-reliance was now stressed more than ever. Citizens were encouraged to train in the use of weapons, and this activity was also taught in schools. The purpose of this training was to encourage the creation of quick partisans.
Borrowing and foreign investment were banned under Article 26 of the Constitution, which read: "The granting of concessions to, and the creation of foreign economic and financial companies and other institutions or ones formed jointly with bourgeois and revisionist capitalist monopolies and states as well as obtaining credits from them are prohibited in the People's Socialist Republic of Albania." Hoxha said of borrowing money and allowing investment from other countries:
No country whatsoever, big or small, can build socialism by taking credits and aid from the bourgeoisie and the revisionists or by integrating its economy into the world system of capitalist economies. Any such linking of the economy of a socialist country with the economy of bourgeois or revisionist countries opens the doors to the actions of the economic laws of capitalism and the degeneration of the socialist order. This is the road of betrayal and the restoration of capitalism, which the revisionist cliques have pursued and are pursuing.
During this period, Albania was the most isolated country in Europe. In 1983, Albania imported goods which were worth $280 million but it exported goods which were worth $290 million, producing a trade surplus of $10 million.
In 1981, Hoxha ordered the execution of several party and government officials in a new purge. Prime Minister Mehmet Shehu, the second-most powerful man in Albania and Hoxha's closest comrade-in-arms for 40 years, was reported to have committed suicide in December 1981. He was subsequently condemned as a "traitor" to Albania, and he was also accused of operating in the service of multiple intelligence agencies. It is generally believed that he was either killed or he shot himself during a power struggle which may have resulted from differing foreign policy matters with Hoxha. Hoxha also wrote a large assortment of books during this period, resulting in over 65 volumes of collected works, condensed into six volumes of selected works.
In 1973, Hoxha suffered a heart attack from which he never fully recovered. In increasingly precarious health from the late 1970s onward, he turned most state functions over to Ramiz Alia. In his final days, he was confined to a wheelchair and suffered from diabetes, with which he was diagnosed in 1948, along with cerebral ischemia, with which he was diagnosed in 1983. On 9 April 1985, he was struck by a ventricular fibrillation. Over the next 48 hours, he suffered repeated episodes of this arrhythmia, and he died in the early morning hours of 11 April 1985 at the age of 76. The Albanian government announced seven days of mourning with flags flown at half-mast and entertainment and cultural events cancelled.
Hoxha's body lay in state at the building of the Presidium of the People's Assembly for three days before he was buried on 15 April after a memorial service on Skanderbeg Square. The government refused to accept any foreign delegations during Hoxha's funeral and it even condemned the Soviet message of condolences as "unacceptable". After his burial, Hoxha was succeeded as head of state by Ramiz Alia, who gained control of the party's leadership two days later.
Hoxha left Albania with a legacy of isolation and fear of the outside world. Despite some economic progress which Albania made during Hoxha's rule, the country was in economic stagnation; Albania had been the poorest European country throughout much of the Cold War period.
The surname Hoxha is the Albanian variant of hodja (from Turkish: hoca), a title given to his ancestors due to their efforts to teach Albanians about Islam.
Hoxha's parents were Halil and Gjylihan (Gjylo) Hoxha, and Hoxha had three sisters, Fahrije, Haxhire and Sanije. Hysen Hoxha ([hyˈsɛn ˈhɔdʒa]) was Enver Hoxha's uncle and was a militant who campaigned vigorously for the independence of Albania, which occurred when Enver was four years old. His grandfather Beqir was involved in the Gjirokastër section of the League of Prizren.
Hoxha's son Sokol Hoxha was the CEO of the Albanian Post and Telecommunication service and is married to Liliana Hoxha. Sali Berisha, a later democratic president of Albania, was often seen socialising with Sokol Hoxha and other close relatives of leading Communist figures in Albania.
Hoxha's daughter, Pranvera, is an architect. Along with her husband, Klement Kolaneci, she designed the Enver Hoxha Museum in Tirana, a white-tiled pyramid. Some sources have referred to the edifice, said to be the most expensive ever constructed in Albanian history, as the "Enver Hoxha Mausoleum", though this was not an official appellation. The museum opened in 1988, three years after her father's death, and in 1991 was transformed into a conference centre and exhibition venue renamed Pyramid of Tirana.
The Mustafa Band was a gang connected to counter-revolutionary elements such as the Albanian mafia and members of the royal House of Zogu, and in 1982 attempted to assassinate Enver Hoxha. The plan failed and two of its members were killed and another one was arrested.
According to Hoxha, documents from long-time prime minister Mehmet Shehu's vault were found after his death in 1981 pertaining to orders by Yugoslav intelligence to poison him and assume the leadership of the country. In his book The Titoites, Hoxha argues that this plan failed because Shehu was a coward who could not go through with the task and figured that suicide would, at the very least, save his family from the punishment for his counter-revolutionary activity.
A 2016 survey conducted by the Institute for Development Research and Alternatives (IDRA) showed that 45% of Albanians believe that Hoxha had a positive impact on the history of Albania, whereas 42% see his impact as negative. Younger generations (16–35 years old; born after 1981) tend to have a more negative view of Hoxha's contributions, while older generations (over 35 years old; born before 1981) tend to have a more positive view. Citizens in the regions of southeastern and southwestern Albania that were interviewed, had the most positive view of Hoxha, with 50% and 55%, respectively. | [
{
"paragraph_id": 0,
"text": "Enver Hoxha (Albanian: [ɛnˈvɛɾ ˈhɔdʒa] ; 16 October 1908 – 11 April 1985) was an Albanian politician who was the dictator of Albania from 1944 until his death in 1985. He was First Secretary of the Party of Labour of Albania from 1941 until his death, a member of its Politburo, chairman of the Democratic Front of Albania, and commander-in-chief of the Albanian People's Army. He was the twenty-second prime minister of Albania from 1944 to 1954 and at various times was both foreign minister and defence minister of the country.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Hoxha was born in Gjirokastër in 1908 and became a grammar school teacher in 1936. Following the Italian invasion of Albania, he joined the Party of Labour of Albania at its creation in 1941 in the Soviet Union. He was elected First Secretary in March 1943 at the age of 34. Less than two years after the liberation of the country, the monarchy of King Zog I was formally abolished, and Hoxha became the country's de facto head of state.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Adopting Stalinism, Hoxha converted Albania into a one-party communist state. As ultranationalist, he implemented state atheism and ordered anti-religious activities against Muslims and Christians. His government rebuilt the country, which was left in ruins after World War II, building Albania's first railway line, raising the adult literacy rate from 5–15% to more than 90%, wiping out epidemics, electrifying the country and leading Albania towards agricultural independence. To implement his radical program Hoxha used brutal tactics. His government outlawed travelling abroad and private proprietorship. His government imprisoned, executed, or exiled thousands of landowners, rural clan leaders, peasants who resisted collectivization, and disloyal party officials. Hoxha was succeeded by Ramiz Alia, who oversaw the fall of communism in Albania.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Hoxha's government was characterised by his proclaimed firm adherence to anti-revisionist Marxism–Leninism from the mid/late-1960s onwards. After his break with Maoism in the 1976–1978 period, numerous Maoist parties around the world declared themselves Hoxhaist. The International Conference of Marxist–Leninist Parties and Organisations (Unity & Struggle) is the best-known association of these parties.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Hoxha was born in Gjirokastër in southern Albania (then a part of the Ottoman Empire) in October 1908, the son of Halil Hoxha, a Muslim cloth merchant who travelled widely across Europe and the United States, and Gjylihan Hoxha (née Çuçi). He was named after Enver Pasha, a leading figure of the Young Turk Revolution. The Hoxha family was attached to the Shia Islamic order (tariqa) of Bektashism.",
"title": "Early life"
},
{
"paragraph_id": 5,
"text": "After elementary school, he followed his studies in the city senior high school \"Liria\". He started his studies at the Gjirokastër Lyceum in 1923. After the lyceum was closed, due to intervention of Ekrem Libohova, Hoxha was awarded a state scholarship for the continuation of his studies in Korçë, at the French language Albanian National Lyceum until 1930.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "In 1930, Hoxha went to study at the University of Montpellier in France on a state scholarship for the faculty of natural science, but lost an Albanian state scholarship for neglecting his studies. He later went to Paris, where he presented himself to anti-Zogist immigrants as the brother-in-law of Bahri Omari.",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "From 1935 to 1936, he was employed as a secretary at the Albanian consulate in Brussels. After returning to Albania, he worked as a contract teacher in the Gymnasium of Tirana. Hoxha taught French and morals in the Korça Liceum from 1937 to 1939 and also served as the caretaker of the school library.",
"title": "Early life"
},
{
"paragraph_id": 8,
"text": "On 7 April 1939, the Albanian Kingdom was invaded by Fascist Italy. The Italians established a puppet government, called the Kingdom of Albania, under Shefqet Vërlaci. At the end of 1939, he was transferred to the Gjirokastra Gymnasium, but he soon returned to Tirana. He was helped by his best friend, Esat Dishnica, who introduced Hoxha to Dishnica's cousin Ibrahim Biçakçiu. Hoxha started to sleep in Biçakçiu's tobacco factory \"Flora\", and after a while Dishnica opened a shop with the same name, where Hoxha began working. He was a sympathiser of Korça's Communist Group.",
"title": "Early life"
},
{
"paragraph_id": 9,
"text": "On 8 November 1941, the Communist Party of Albania (later renamed the Party of Labour of Albania in 1948) was founded. Hoxha was chosen from the \"Korça group\" as a Muslim representative by the two Yugoslav envoys as one of the seven members of the provisional Central Committee. The First Consultative Meeting of Activists of the Communist Party of Albania was held in Tirana from 8 to 11 April 1942, with Hoxha himself delivering the main report on 8 April 1942.",
"title": "Partisan life"
},
{
"paragraph_id": 10,
"text": "In July 1942, Hoxha wrote \"Call to the Albanian Peasantry\", issued in the name of the Communist Party of Albania. The call sought to enlist support in Albania for the war against the fascists. The peasants were encouraged to hoard their grain and refuse to pay taxes or livestock levies brought by the government. After the September 1942 Conference at Pezë, the National Liberation Movement was founded with the purpose of uniting the anti-fascist Albanians, regardless of ideology or class.",
"title": "Partisan life"
},
{
"paragraph_id": 11,
"text": "By March 1943, the first National Conference of the Communist Party elected Hoxha formally as First Secretary. During WWII, the Soviet Union's role in Albania was negligible. On 10 July 1943, the Albanian partisans were organised in regular units of companies, battalions and brigades and named the Albanian National Liberation Army. The organization received military support from the British intelligence service, SOE. The General Headquarters was created, with Spiro Moisiu as the commander and Hoxha as political commissar. The Yugoslav Partisans had a much more practical role, helping to plan attacks and exchanging supplies, but communication between them and the Albanians was limited and letters often arrived late, sometimes well after a plan had been agreed upon by the National Liberation Army without consultation from the Yugoslav partisans.",
"title": "Partisan life"
},
{
"paragraph_id": 12,
"text": "Within Albania, repeated attempts were made during the war to remedy the communications difficulties which faced partisan groups. In August 1943, a secret meeting, the Mukje Conference, was held between the anti-communist Balli Kombëtar (National Front) and the Communist Party of Albania. To encourage the Balli Kombëtar to sign, the Greater Albania sections that included Kosovo (part of Yugoslavia) and Chamëria were made part of the Agreement.",
"title": "Partisan life"
},
{
"paragraph_id": 13,
"text": "A problem developed when the Yugoslav Communists disagreed with the goal of establishing a Greater Albania and asked the Communists in Albania to withdraw their agreement. According to Hoxha, Josip Broz Tito did not believe that \"Kosovo was Albanian\" and Serbian opposition to the transfer made it an unwise option. After the Albanian Communists repudiated the Greater Albania agreement, the Balli Kombëtar condemned the Communists, who in turn accused the Balli Kombëtar of siding with the Italians. The Balli Kombëtar lacked support from the people. After judging the Communists as an immediate threat, the Balli Kombëtar sided with Nazi Germany, fatally damaging its image among those fighting the fascists. The Communists quickly added to their ranks many of those disillusioned with the Balli Kombëtar and took centre stage in the fight for liberation.",
"title": "Partisan life"
},
{
"paragraph_id": 14,
"text": "The Permet National Congress held during that time called for a \"new democratic Albania for the people\". Although the monarchy was not formally abolished, King Zog I of the Albanians was barred from returning to the country, which further increased the Communists' control. The Anti-Fascist Committee for National Liberation was founded, chaired by Hoxha. On 22 October 1944, the Committee became the Democratic Government of Albania after a meeting in Berat and Hoxha was chosen as interim Prime Minister. Tribunals were set up to try alleged war criminals who were designated \"enemies of the people\" and were presided over by Koçi Xoxe. From the beginning, the Democratic Government was an undisguised Communist regime. In the rest of what became the Soviet bloc, the Communist parties were at least nominally part of coalitions before dropping all pretense of pluralism and settling up one-party states.",
"title": "Partisan life"
},
{
"paragraph_id": 15,
"text": "After liberation on 29 November 1944, several Albanian partisan divisions crossed the border into German-occupied Yugoslavia, where they fought alongside Tito's partisans and the Soviet Red Army in a joint campaign which succeeded in driving out the last pockets of German resistance. Marshal Tito, during a Yugoslavian conference in later years, thanked Hoxha for the assistance that the Albanian partisans had given during the War for National Liberation (Lufta Nacionalçlirimtare). The Democratic Front, dominated by the Albanian Communist Party, succeeded the National Liberation Front in August 1945, and the first post-war election was held on 2 December that year. The Front was the only legal political organisation allowed to stand in the elections, and the government reported that 93% of Albanians voted for it.",
"title": "Partisan life"
},
{
"paragraph_id": 16,
"text": "On 11 January 1946, Zog was officially deposed and Albania was proclaimed the People's Republic of Albania (renamed the People's Socialist Republic of Albania in 1976), though the country had already been a Communist state since liberation. As First Secretary of the party, Hoxha was de facto head of state and the most powerful man in the country.",
"title": "Partisan life"
},
{
"paragraph_id": 17,
"text": "Albanians celebrate their independence day on 28 November (which is the date on which they declared their independence from the Ottoman Empire in 1912), while in the former People's Socialist Republic of Albania the national day was 29 November, the day the country was liberated from Nazi Germany. Both days are currently national holidays.",
"title": "Partisan life"
},
{
"paragraph_id": 18,
"text": "The sacrifices of our people were very great. Out of a population of one million, 28,000 were killed, 12,600 wounded, 10,000 were made political prisoners in Italy and Germany, and 35,000 made to do forced labour; of the 2,500 towns and villages of Albania, 850 were ruined or razed to the ground; all the communications, all the ports, mines and electric power installations were destroyed, our agriculture and livestock were plundered, and our entire national economy was wrecked.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 19,
"text": "Hoxha declared himself a Marxist–Leninist and strongly admired Soviet dictator Joseph Stalin. During the period of 1945–1950, the government adopted policies and actions intended to consolidate power which included extrajudicial killings and executions that targeted and eliminated anti-communists. The Agrarian Reform Law was passed in August 1945. It confiscated land from beys and large landowners, giving it without compensation to peasants. 52% of all land was owned by large landowners before the law was passed; this declined to 16% after the law's passage. Illiteracy, which was 90–95% in rural areas in 1939 and perhaps 85% of the total population in 1946, fell to 30% by 1950, and by 1985 it was equal to that of a Western country.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 20,
"text": "By 1949, the US and British intelligence organisations were working with the former King Zog and the mountain men of his personal guard. They recruited Albanian refugees and émigrés from Egypt, Italy and Greece, trained them in Cyprus, Malta and the Federal Republic of Germany (West Germany), and infiltrated them into Albania. Guerrilla units entered Albania in 1950 and 1952, but they were killed or captured by Albanian security forces. Kim Philby, a Soviet double agent working as a liaison officer between MI6 and the CIA, had leaked details of the infiltration plan to Moscow, and the security breach claimed the lives of about 300 infiltrators.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 21,
"text": "On 19 February 1951, a bombing occurred at the Soviet embassy in Tirana, after which 23 accused intellectuals were arrested and put in prison. One of them, Jonuz Kaceli, was killed by Mehmet Shehu during interrogation. Subsequently, the 22 others were executed without trial under Hoxha's orders.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 22,
"text": "The State University of Tirana was established in 1957, which was the first of its kind in Albania. The medieval Gjakmarrja (blood feud) was banned. Malaria, the most widespread disease, was successfully fought through advances in health care, the use of DDT, and through the draining of swampland. From 1965 to 1985, no cases of malaria were reported, whereas previously Albania had the greatest number of infected patients in Europe. No cases of syphilis had been recorded for 30 years. In 1938 the number of physicians was 1.1 per 10,000 and there was only one hospital bed per 1,000 people. In 1950, while the number of physicians had not increased, there were four times as many hospital beds per head, and health expenditures had risen to 5% of the budget, up from 1% before the war.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 23,
"text": "At this point, relations with Yugoslavia had begun to change. The roots of the change began on 20 October 1944 at the Second Plenary Session of the Communist Party of Albania. The Session considered the problems that the post-independence Albanian government would face. However, the Yugoslav delegation which was led by Velimir Stoinić accused the party of \"sectarianism and opportunism\" and blamed Hoxha for these errors. He also stressed the view that the Yugoslav Communist partisans spearheaded the Albanian partisan movement.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 24,
"text": "Anti-Yugoslav members of the Albanian Communist Party had begun to think that this was a plot by Tito who intended to destabilize the Party. Koçi Xoxe, Sejfulla Malëshova and others who supported Yugoslavia were looked upon with deep suspicion. Tito's position on Albania was that it was too weak to stand on its own and that it would do better as a part of Yugoslavia. Hoxha alleged that Tito had made it his goal to get Albania into Yugoslavia, firstly by creating the Treaty of Friendship, Co-operation and Mutual Aid in 1946. In time, Albania began to feel that the treaty was heavily slanted towards Yugoslav interests, much like the Italian agreements with Albania under Zog that made the nation dependent upon Italy.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 25,
"text": "The first issue was that the Albanian lek became revalued in terms of the Yugoslav dinar as a customs union was formed and Albania's economic plan was decided more by Yugoslavia. Albanian economists H. Banja and V. Toçi stated that the relationship between Albania and Yugoslavia during this period was exploitative and that it constituted attempts by Yugoslavia to make the Albanian economy an \"appendage\" to the Yugoslav economy. Hoxha then began to accuse Yugoslavia of misconduct:",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 26,
"text": "We [Albania] were expected to produce for the Yugoslavs all the raw materials which they needed. These raw materials were to be exported to the metropolitan Yugoslavia to be processed there in Yugoslav factories. The same applied to the production of cotton and other industrial crops, as well as oil, bitumen, asphalt, chrome, etc. Yugoslavia would supply its 'colony', Albania, with exorbitantly priced consumer goods, including even items such as needles and thread, and would provide us with petrol and oil, as well as glass for the lamps in which we burn the fuel extracted from our subsoil, processed in Yugoslavia and sold to us at high prices ... The aim of the Yugoslavs was, therefore, to prevent our country from developing either its industry or its working class, and to make it forever dependent on Yugoslavia.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 27,
"text": "Stalin advised Hoxha that Yugoslavia was attempting to annex Albania: \"We did not know that the Yugoslavs, under the pretext of 'defending' your country against an attack from the Greek fascists, wanted to bring units of their army into the PRA [People's Republic of Albania]. They tried to do this in a very secretive manner. In reality, their aim in this direction was utterly hostile, for they intended to overturn the situation in Albania.\" By June 1947, the Central Committee of Yugoslavia began publicly condemning Hoxha, accusing him of taking an individualistic and anti-Marxist line. When Albania responded by making agreements with the Soviet Union to purchase a supply of agricultural machinery, Yugoslavia said that Albania could not enter into any agreements with other countries without Yugoslav approval.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 28,
"text": "Koçi Xoxe tried to stop Hoxha from improving relations with Bulgaria, reasoning that Albania would be more stable with one trading partner rather than with many. Nako Spiru, an anti-Yugoslav member of the Party, condemned Xoxe and vice versa. With no one coming to Spiru's defense, he viewed the situation as hopeless and feared that Yugoslav domination of his nation was imminent, which caused him to commit suicide in November.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 29,
"text": "At the Eighth Plenum of the Central Committee of the Party which lasted from 26 February to 8 March 1948, Xoxe was implicated in a plot to isolate Hoxha and consolidate his own power. He accused Hoxha of being responsible for the decline in relations with Yugoslavia and stated that a Soviet military mission should be expelled in favor of a Yugoslav counterpart. Hoxha managed to remain firm and his support had not declined. When Yugoslavia publicly broke with the Soviet Union, Hoxha's support base grew stronger. Then, on 1 July 1948, Tirana called on all Yugoslav technical advisors to leave the country and unilaterally declared all treaties and agreements between the two countries null and void. Xoxe was expelled from the party and on 13 June 1949, he was executed by hanging.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 30,
"text": "After the break with Yugoslavia, Hoxha aligned himself with the Soviet Union. From 1948 to 1960, $200 million in Soviet aid was given to Albania for technical and infrastructural expansion. Albania was admitted to the Comecon on 22 February 1949 and served as a pro-Soviet force on the Adriatic. A Soviet submarine base was built on the Albanian island of Sazan near Vlorë, posing a hypothetical threat to the U.S. Sixth Fleet in the Mediterranean. Relations with the Soviet Union remained close until the death of Stalin in March 1953. It was followed by 14 days of national mourning in Albania – more than in the Soviet Union. Hoxha assembled the population of Tirana in the capital's largest square, which featured a Stalin statue, requested that they kneel and take a 2,000-word oath of \"eternal fidelity\" and \"gratitude\" to their \"beloved father\" and \"great liberator\".",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 31,
"text": "Under Nikita Khrushchev, Stalin's eventual successor, aid was reduced and Albania was encouraged to adopt Khrushchev's specialisation policy. Under it, Albania would develop its agricultural output in order to supply the Soviet Union and other Warsaw Pact countries while they would be developing products of their own, which would, in theory, strengthen the Warsaw Pact. However, this also meant that Albanian industrial development, which was stressed heavily by Hoxha, would be hindered.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 32,
"text": "In May–June 1955, Nikolai Bulganin and Anastas Mikoyan visited Yugoslavia while Khrushchev renounced the expulsion of Yugoslavia from the Communist bloc. Khrushchev also began making references to Palmiro Togliatti's polycentrism theory. Hoxha had not been consulted on this and was offended. Yugoslavia began asking for Hoxha to rehabilitate the image of Koçi Xoxe, which Hoxha steadfastly rejected. In 1956 at the Twentieth Party Congress of the Communist Party of the Soviet Union, Khrushchev condemned the cult of personality that had been built up around Joseph Stalin and denounced his excesses. Khrushchev then announced the theory of peaceful coexistence, which angered the Stalinist Hoxha greatly. The Institute of Marxist–Leninist Studies, led by Hoxha's wife Nexhmije, quoted Vladimir Lenin: \"The fundamental principle of the foreign policy of a socialist country and of a Communist party is proletarian internationalism; not peaceful coexistence.\" Hoxha now took a more active stand against perceived revisionism.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 33,
"text": "Unity within the Albanian Party of Labour began to decline as well, with a special delegate meeting held in Tirana in April 1956, composed of 450 delegates and having unexpected results. The delegates \"criticized the conditions in the party, the negative attitude toward the masses, the absence of party and socialist democracy, the economic policy of the leadership, etc.\" while also calling for discussions on the cult of personality and the Twentieth Party Congress.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 34,
"text": "In 1956, Hoxha called for a resolution which would confirm the existing leadership of the Party. The resolution was accepted, and all of the delegates who had spoken against it were expelled from the party and imprisoned. Hoxha claimed that Yugoslavia had attempted to overthrow the leadership of Albania. This incident increased Hoxha's power, effectively making Khrushchev-style reforms impossible there. In the same year, Hoxha travelled to China, then embroiled in the Sino-Soviet split, and met Mao Zedong. Chinese aid to Albania rose sharply during the next two years.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 35,
"text": "In an effort to keep Albania in the Soviet sphere, increased Soviet aid was given but relations with the Soviet Union remained at the same level until 1960, when Khrushchev met Sofoklis Venizelos, a liberal Greek politician. Khrushchev sympathised with the concept of an autonomous Greek North Epirus and he hoped to use Greek claims to keep the Albanian leadership in line. Hoxha reacted by only sending Hysni Kapo, a member of the Albanian Political Bureau, to the Third Congress of the Romanian Workers' Party in Bucharest, an event Communist heads of state were normally expected to attend. As relations between the two countries continued to deteriorate in the course of the meeting, Khrushchev said:",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 36,
"text": "Especially shameless was the behavior of that agent of Mao Zedong, Enver Hoxha. He bared his fangs at us even more menacingly than the Chinese themselves. After his speech, Comrade Dolores Ibárruri [a Spanish Communist], an old revolutionary and a devoted worker in the Communist movement, got up indignantly and said, very much to the point, that Hoxha was like a dog who bites the hand that feeds it.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 37,
"text": "Relations with the Soviet Union declined rapidly. A hardline policy was adopted and the Soviets reduced grain shipments at a time when Albania needed them due to the possibility of a flood-induced famine. In July 1960, a plot to overthrow the Albanian government was discovered. It was to be organised by Soviet-trained Rear Admiral Teme Sejko. After this, two pro-Soviet members of the Party, Liri Belishova and Koço Tashko, were expelled.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 38,
"text": "In August, the Party's Central Committee sent a protest to the Central Committee of the CPSU about having an anti-Albanian Soviet Ambassador in Tirana. The Fourth Congress of the Party, held from 13 to 20 February 1961, was the last meeting that the Soviet Union or other Eastern European nations attended in Albania. During the congress, Mehmet Shehu stated that while many members of the Party were accused of tyranny, this was a baseless charge and unlike the Soviet Union, Albania was led by genuine Marxists.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 39,
"text": "The Soviet Union retaliated by threatening \"dire consequences\" if the condemnations were not retracted. Days later, Khrushchev and Antonín Novotný, President of Czechoslovakia, threatened to cut off economic aid. In March, Albania was not invited to attend the meeting of the Warsaw Pact nations, and in April all Soviet technicians were withdrawn from Albania. In May nearly all Soviet troops at the Soviet submarine base were withdrawn.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 40,
"text": "On 7 November 1961, Hoxha made a speech in which he called Khrushchev a \"revisionist, an anti-Marxist and a defeatist\". Hoxha portrayed Stalin as the last Communist leader of the Soviet Union and alluded to Albania's independence. By 11 November, the USSR and every other Warsaw Pact nation broke diplomatic relations with Albania. Albania was unofficially excluded from the Warsaw Pact and Comecon. The Soviet Union also attempted to claim control of the submarine base. The Albanian Party then passed a law prohibiting any other nation from owning an Albanian port. The Albanian–Soviet split was now complete.",
"title": "Early leadership (1946–1965)"
},
{
"paragraph_id": 41,
"text": "As Hoxha's leadership continued, he took on an increasingly theoretical stance. He wrote criticisms which were based on theory and current events which occurred at the time; his most notable criticisms were his condemnations of Maoism after 1978. A major achievement under Hoxha was the advancement of women's rights. Albania had been one of the most, if not the most, patriarchal countries in Europe. The ancient Kanun, which regulated the status of women, states, \"A woman is known as a sack, made to endure as long as she lives in her husband's house.\" Women were not allowed to inherit anything from their parents, and discrimination was even made in the case of the murder of a pregnant woman:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 42,
"text": "... the dead woman [is] to be opened up, in order to see whether the fetus is a boy or a girl. If it is a boy, the murderer must pay 3 purses [a set amount of local currency] for the woman's blood and 6 purses for the boy's blood; if it is a girl, aside from the three purses for the murdered woman, 3 purses must also be paid for the female child.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 43,
"text": "Women were forbidden from obtaining a divorce, and the wife's parents were obliged to return a runaway daughter to her husband or else suffer shame which could even result in a generations-long blood feud. During World War II, the Albanian Communists encouraged women to join the partisans and following the war, women were encouraged to take up menial jobs, as the education necessary for higher level work was out of most women's reach. In 1938, 4% worked in various sectors of the economy. In 1970, this number had risen to 38%, and in 1982 to 46%.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 44,
"text": "During the Cultural and Ideological Revolution, women were encouraged to take up all jobs, including government posts, which resulted in 40.7% of the People's Councils and 30.4% of the People's Assembly being made up of women, including two women in the Central Committee by 1985. In 1978, 15.1 times as many females attended eight-year schools as had done so in 1938 and 175.7 times as many females attended secondary schools. By 1978, 101.9 times as many women attended higher schools as in 1957. Hoxha said of women's rights in 1967:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 45,
"text": "The entire party and country should hurl into the fire and break the neck of anyone who dared trample underfoot the sacred edict of the party on the defense of women's rights.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 46,
"text": "In 1969, direct taxation was abolished and during this period the quality of schooling and health care continued to improve. An electrification campaign was begun in 1960 and the entire nation was expected to have electricity by 1985. Instead, it achieved this on 25 October 1970, making it the first nation with complete electrification in the world. During the Cultural & Ideological Revolution of 1967–1968 the military changed from traditional Communist army tactics and began to adhere to the Maoist strategy known as people's war, which included the abolition of military ranks, which were not fully restored until 1991. Mehmet Shehu said of the country's health service in 1979:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 47,
"text": "... [T]he health service is free of charge for all and has been extended to the remotest villages. In 1960 we had one doctor per every 3,360 inhabitants, in 1978 we had one doctor per every 687 inhabitants, and this despite the rapid growth of the population. The natural increase of the population in our country is 3.5 times higher than the annual average of European countries, whereas mortality in 1978 was 37% lower than the average level of mortality in the countries of Europe, and the average life expectancy in our country has risen, from about 38 years in 1938 to 69 years. That is, for each year of the existence of our people's state power, the average life expectancy has risen by about 11 months. That is what socialism does for man! Is there a loftier humanism than socialist humanism, which, in 35 years, doubles the average life expectancy of the whole population of the country?",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 48,
"text": "Hoxha's legacy also included a complex of 173,371 one-man concrete bunkers across a country of 3 million inhabitants, to act as look-outs and gun emplacements along with chemical weapons. The bunkers were built strong and mobile, with the intention that they could be easily placed by a crane or a helicopter in a hole. The types of bunkers vary from machine gun pillboxes, beach bunkers, to underground naval facilities and even Air Force Mountain and underground bunkers.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 49,
"text": "Hoxha's internal policies were true to Stalin's paradigm which he admired, and the personality cult which was developed in the 1970s and organised around him by the Party also bore a striking resemblance to that of Stalin. At times it even reached an intensity which was as extreme as the personality cult of Kim Il Sung (which Hoxha condemned) with Hoxha being portrayed as a genius commenting on virtually all facets of life from culture to economics to military matters. Each schoolbook required one or more quotations from him on the subjects being studied. The Party honored him with titles such as Supreme Comrade, Sole Force and Great Teacher. He adopted a different type military salute for the People's Army to render honors which was known as the \"Hoxhaist salute\", which involves soldiers curling their right fist and raising it to shoulder level. It replaced the Zogist salute, which was used by the Royal Albanian Army for many years.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 50,
"text": "Hoxha's governance was also distinguished by his encouragement of a high birthrate policy. For instance, a woman who bore an above-average number of children would be given the government award of Heroine Mother (in Albanian: Nënë Heroinë) along with cash rewards. Abortion was essentially restricted (to encourage high birth rates), except if the birth posed a danger to the mother's life, though it was not completely banned; the process was decided by district medical commissions. As a result, the population of Albania tripled from 1 million in 1944 to around 3 million in 1985.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 51,
"text": "At the start of Albania's third five-year plan, China offered Albania a loan of $125 million which would be used to build twenty-five chemical, electrical and metallurgical plants in accordance with the plan. However, the nation discovered that the task of completing these building projects was difficult, because Albania's relations with its neighbors were poor and because matters were also complicated by the long distance between Albania and China. Unlike Yugoslavia or the USSR, China had less economic influence on Albania during Hoxha's rule. During the previous fifteen years (1946–1961), at least 50% of Albania's economy was dependent on foreign commerce.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 52,
"text": "By the time the 1976 constitution was promulgated, Albania had mostly become self-sufficient, but it lacked modern technology. Ideologically, Hoxha found that Mao's initial views were in line with Marxism-Leninism, due to his condemnation of Nikita Khrushchev's alleged revisionism and his condemnation of Yugoslavia. The financial aid which China provided to Albania was interest-free and it did not have to be repaid until Albania could afford to do so.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 53,
"text": "China never intervened in Albania's economic output, and Chinese technicians and Albanian workers both worked for the same wages. Albanian newspapers were reprinted in Chinese newspapers, and they were also read on Chinese radio, and Albania led the movement to give the People's Republic of China a seat on the UN Security Council. During this period, Albania became the second largest producer of chromium in the world, which China considered important. Strategically, the Adriatic Sea was attractive to China, because China hoped that it could gain more allies in Eastern Europe through Albania - a hope which was misplaced. Zhou Enlai visited Albania in January 1964. On 9 January, \"The 1964 Sino-Albanian Joint Statement\" was signed in Tirana. The statement said of relations between socialist countries:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 54,
"text": "Both [Albania and China] hold that the relations between socialist countries are international relations of a new type. Relations between socialist countries, big or small, economically more developed or less developed, must be based on the principles of complete equality, respect for territorial sovereignty and independence, and non-interference in each other's internal affairs, and must also be based on the principles of mutual assistance in accordance with proletarian internationalism. It is necessary to oppose great-nation chauvinism and national egoism in relations between socialist countries. It is absolutely impermissible to impose the will of one country upon another, or to impair the independence, sovereignty and interests of the people, of a fraternal country on the pretext of 'aid' or 'international division of labour.'",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 55,
"text": "Like Albania, China defended the \"purity\" of Marxism by attacking American imperialism and \"Soviet and Yugoslav revisionism\", both of them were equally attacked as part of a \"dual adversary\" theory. Yugoslavia was viewed as both a \"special detachment of U.S. imperialism\" and a \"saboteur against world revolution\". However, these views began to change in China, which was one of the major issues which Albania had with the alliance. Additionally, unlike Yugoslavia and the Soviet Union, the Sino-Albanian alliance lacked \"... an organisational structure for regular consultations and policy coordination, and it was also characterized by an informal relationship which was conducted on an ad hoc basis.\" Mao made a speech on 3 November 1966 in which he claimed that Albania was the only Marxist–Leninist state in Europe and in the same speech, he also stated that \"an attack on Albania will have to reckon with the great People's Republic of China. If the U.S. imperialists, the modern Soviet revisionists or any of their lackeys dare to touch Albania in the slightest, nothing lies ahead for them but a complete, shameful and memorable defeat.\" Likewise, Hoxha stated that \"You may rest assured, comrades, that come what may in the world at large, our two parties and our two peoples will certainly remain together. They will fight together and they will win together.\"",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 56,
"text": "During the Cultural Revolution, China entered into a four-year period of relative diplomatic isolation, however, its relations with Albania were positive. On 20 August 1968, the Soviet invasion of Czechoslovakia was condemned by Albania, along with the Brezhnev doctrine. Albania refused to send troops to Czechoslovakia in support of the invasion, and it officially withdrew from the Warsaw Pact on 5 September.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 57,
"text": "Albania's relations with China began to deteriorate on 15 July 1971, when United States President Richard Nixon agreed to visit China in order to meet with Zhou Enlai. Hoxha believed that China had betrayed Albania, and on 6 August, the Central Committee of the PLA sent a letter to the Central Committee of the CCP in which it called Nixon a \"frenzied anti-Communist\". The letter stated:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 58,
"text": "We trust you will understand the reason for the delay in our reply. This was because your decision came as a surprise to us and it was taken without any preliminary consultation between us on this question, so that we would be able to express and thrash out our opinions. This, we think, could have been useful, because preliminary consultations, between close friends, determined co-fighters against imperialism and revisionism, are useful and necessary, and especially so, when steps which, in our opinion, have a major international effect and repercussions are taken. ... Considering the Communist Party of China as a sister party and our closest co-fighter, we have never hidden our views from it. That is why on this major problem which you put before us, we inform you that we consider your decision to receive Nixon in Beijing as incorrect and undesirable, and we do not approve or support it. It will also be our opinion that Nixon's announced visit to China will not be understood or approved of by the peoples, the revolutionaries and the communists of different countries.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 59,
"text": "The result of this criticism was a message from the Chinese leadership in 1971 in which it stated that Albania could not depend on an indefinite flow of aid from China, and in 1972 Albania was advised to \"curb its expectations about further Chinese contributions to its economic development\". By 1972, Hoxha wrote in his diary Reflections on China that China was no longer a socialist country:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 60,
"text": "It is clear that ... China is not following a policy guided by Marxism-Leninism. Its policy is being brought into line, and will be brought even more into line with the policy of a great power, which is trying to consolidate its positions in the international arena, through friendships, through alliances, through pragmatic relations, not based on sound Marxist-Leninist principles and on the interests of socialism and the world revolution, but on the interests of a great powerful China, which calls itself socialist, but which is not socialist in reality.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 61,
"text": "And in 1973, he wrote that the Chinese leaders:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 62,
"text": "... have cut off their contacts with us, and the contacts which they maintain are merely formal diplomatic ones. Albania is no longer the 'faithful, special friend' ... They are maintaining the economic agreements though with delays, but it is quite obvious that their 'initial ardor' has died.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 63,
"text": "In response, trade with COMECON (although trade with the Soviet Union was still blocked) and Yugoslavia grew. Trade with Third World nations was $0.5 million in 1973, but $8.3 million in 1974. Trade rose from 0.1% to 1.6%. Following Mao's death on 9 September 1976, Hoxha remained optimistic about Sino-Albanian relations, but in August 1977, Hua Guofeng, the new leader of China, stated that Mao's Three Worlds Theory would become official foreign policy. Hoxha viewed this as a way for China to justify having the U.S. as the \"secondary enemy\" while viewing the Soviet Union as the main one, thus allowing China to trade with the U.S. He stated that:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 64,
"text": "The Chinese plan of the 'third world' is a major diabolical plan, with the aim that China should become another superpower, precisely by placing itself at the head of the 'third world' and the 'non-aligned world'.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 65,
"text": "From 30 August to 7 September 1977, Tito visited Beijing and was welcomed by the Chinese leadership. Following this, the PLA declared that China was now a revisionist state akin to the Soviet Union and Yugoslavia, and that Albania was the only Marxist–Leninist state on Earth. Hoxha stated:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 66,
"text": "The Chinese leaders are acting like the leaders of a 'great state'. They think, 'The Albanians fell out with the Soviet Union because they had us, and if they fall with us, too, they will go back to the Soviets,' therefore they say, 'Either with us or the Soviets, it is all the same, the Albanians are done for.' But to hell with them! We shall fight against all this trash, because we are Albanian Marxist–Leninists and on our correct course we shall always triumph!",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 67,
"text": "On 13 July 1978, China announced that it was cutting off all of its aid to Albania. For the first time in modern history, Albania did not have an ally and it also did not have a major trading partner.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 68,
"text": "Certain clauses in the 1976 constitution circumscribed the exercise of political liberties which the government interpreted as being contrary to the established order. The government denied the population access to information other than that which was disseminated by government-controlled media outlets. Internally, the Sigurimi used the same repressive methods which were used by the NKVD, the MGB, the KGB and the East German Stasi. At one point, every third Albanian had either been interrogated by the Sigurimi or they had been incarcerated in labour camps. The government imprisoned thousands of people in forced-labour camps or it executed them for alleged crimes such as treachery or disrupting the proletarian dictatorship. After 1968, travel abroad was forbidden to all but those people who were on official business. Western European culture was looked upon with deep suspicion, resulting in bans on all unauthorised foreign materials and arrests:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 69,
"text": "The former student, now the mayor of Tirana, said that he would cower beneath the bedclothes at night and listen to foreign radio stations, an activity which was punishable by a long stretch in a labour camp. He became fascinated by the saxophone. Yet, because such musical instruments were considered an evil influence and were thus banned, he had never seen one.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 70,
"text": "Art was required to reflect the styles of socialist realism. Beards were banned as unhygienic in order to curb the influence of Islam (many Imams and Babas had beards) and the Eastern Orthodox faith. The justice system's legal proceedings regularly degenerated into show trials. An American human rights group described the proceedings of one trial:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 71,
"text": "[The defendant] was not permitted to question the witnesses and that, although he was permitted to state his objections to certain aspects of the case, his objections were dismissed by the prosecutor who said, 'Sit down and be quiet. We know better than you.'\"",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 72,
"text": "In order to lessen the threat of political dissidents and other exiles, relatives of the accused were often arrested, ostracised, and accused of being \"enemies of the people\". Political executions were common, and at least 5,000 people—possibly as many as 25,000—were killed by the regime. Torture was often used to obtain confessions:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 73,
"text": "One émigré, for example, testified to being bound by his hands and legs for one and a half months, and to being beaten with a belt, fists or boots for periods of two to three hours every two or three days. Another was detained in a cell one meter by eight meters large in the local police station and kept in solitary confinement for a five-day period punctuated by two beating sessions until he signed a confession; he was taken to Sigurimi headquarters, where he was again tortured and questioned, despite his prior confession, until his three-day trial. Still another witness was confined underground for more than a year in a three-meter square cell. During this time he was interrogated at irregular intervals and subjected to various forms of physical and psychological torture. He was chained to a chair, beaten, and subjected to electric shocks. He was shown a bullet that was supposedly meant for him and told that car engines starting within his earshot were driving victims to their executions, the next of which would be his.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 74,
"text": "During Hoxha's rule, there were six institutions for political prisoners and fourteen labour camps where political prisoners and common criminals worked together. It has been estimated that there were approximately 32,000 people imprisoned in Albania in 1985.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 75,
"text": "Article 47 of the Albanian Criminal Code stated that to \"escape outside the state, as well as refusal to return to the Fatherland by a person who has been sent to serve or has been permitted temporarily to go outside the state\" was an act of treason, a crime punishable by a minimum sentence of ten years and a maximum sentence of death. The Albanian government went to great lengths to prevent people from defecting by leaving the country:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 76,
"text": "An electrically-wired metal fence stands 600 meters to one kilometer from the actual border. Anyone touching the fence not only risks electrocution, but also sets off alarm bells and lights which alert guards stationed at approximately one-kilometre intervals along the fence. Two meters of soil on either side of the fence are cleared in order to check for footprints of escapees and infiltrators. The area between the fence and the actual border is seeded with booby traps such as coils of wire, noise makers consisting of thin pieces of metal strips on top of two wooden slats with stones in a tin container which rattle if stepped on, and flares that are triggered by contact, thus illuminating would-be escapees during the night.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 77,
"text": "Albania was a predominantly Muslim country after the demise of the Ottoman Empire, which identified religion with ethnicity. In the Ottoman Empire, Muslims were classified as Turks, Orthodox Christians were classified as Greeks, and Catholics were classified as Latins. Hoxha believed that this division of Albanian society along religious and ethnic lines was a serious issue, because it fueled Greek separatists in southern Albania in particular and it also divided the nation in general. The Agrarian Reform Law of 1945 confiscated much of the church's property in the country. Catholics were the earliest religious community to be targeted because the Vatican was considered an agent of Fascism and anti-Communism. In 1946 the Jesuit Order was banned and the Franciscans were banned in 1947. Decree No. 743 (On religion) sought the establishment of a national church and it also forbade religious leaders from associating with foreign powers.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 78,
"text": "Mother Teresa, a Catholic nun whose relatives resided in Albania during Hoxha's rule, was denied a chance to see them because she was considered a dangerous agent of the Vatican. Despite multiple requests and despite the fact that many countries made requests on her behalf, she was not granted the opportunity to see her mother and sister. Both Mother Teresa's mother and sister died during Hoxha's rule, and the nun herself was only able to visit Albania five years after the Communist regime collapsed. Dom Lush Gjergji in his book \"Our Mother Teresa\" describes one of her trips to the embassy where she was crying as she was leaving the building, saying:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 79,
"text": "Dear God, I can understand and accept that I should suffer, but it is so hard to understand and accept why my mother has to suffer. In her old age she has no other wish than to see us one last time.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 80,
"text": "The Party focused on atheist education in schools. This tactic was effective, primarily as a result of the high birthrate policy which was encouraged after the war. During periods which are considered \"holy periods\" by religious people, such as Lent and Ramadan, many foods and non-water beverages were distributed in schools and factories, and religious people who refused to eat those foods and drink those beverages when they were offered to them during their \"fasting times\" were denounced.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 81,
"text": "Starting on 6 February 1967, the party began to promote secularism in place of Abrahamic religions. Hoxha, who had launched a \"Cultural and Ideological Revolution\" after being partially inspired by China's Cultural Revolution, encouraged Communist students and workers to use more forceful tactics in order to discourage people from continuing their religious practices; the use of violence was initially condemned.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 82,
"text": "According to Hoxha, the surge in anti-theist activities began with the youth. The result of this \"spontaneous, unprovoked movement\" was the demolition or conversion of all 2,169 churches and mosques in Albania. State atheism became official policy, and Albania was declared the world's first atheist state. Town and city names which echoed Abrahamic religious themes were abandoned for neutral secular ones, as well as personal names. By 1968, Hoxha stated in a speech in that \"Religion is a fuel kindling fires of all evils\". During this period religiously based names were also made illegal. The Dictionary of People's Names, published in 1982, contained 3,000 approved, secular names. In 1992, Monsignor Dias, the Papal Nuncio for Albania appointed by Pope John Paul II, said that of the three hundred Catholic priests present in Albania prior to the Communists coming to power, only thirty were still active. The promotion of religion was banned, and all clerics were labeled reactionaries and outlawed. Those religious figures who refused to embrace the principles of Marxism–Leninism were either arrested or carried on their activities in hiding.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 83,
"text": "During the anti-religious campaign, Enver Hoxha declared that \"the only religion of Albania is Albanianism\", a quotation from the poem O moj Shqiperi (\"O Albania\") by the 19th-century Albanian writer Pashko Vasa.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 84,
"text": "Muzafer Korkuti, one of the dominant figures in post-war Albanian archaeology and now the Director of the Institute of Archaeology in Tirana, said this in an interview on 10 July 2002:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 85,
"text": "Archaeology is part of the politics which the party in power has and this was understood better than anything else by Enver Hoxha. Folklore and archaeology were respected because they are the indicators of the nation, and a party that shows respect to national identity is listened to by other people; good or bad as this may be. Enver Hoxha did this as did Hitler. In Germany in the 1930s there was an increase in Balkan studies and languages and this too was all part of nationalism.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 86,
"text": "Efforts were focused on an Illyrian-Albanian continuity issue. An Illyrian origin of the Albanians (without denying Pelasgian roots) continued to play a significant role in Albanian nationalism, resulting in a revival of given names supposedly of \"Illyrian\" origin, at the expense of given names associated with Christianity. At first, Albanian nationalist writers opted for the Pelasgians as the forefathers of the Albanians, but as this form of nationalism flourished in Albania under Enver Hoxha, the Pelasgians became a secondary element to the Illyrian theory of Albanian origins, which could claim some support in scholarship.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 87,
"text": "The Illyrian descent theory soon became one of the pillars of Albanian nationalism, especially because it could provide some evidence of continuity of an Albanian presence both in Kosovo and Southern Albania, i.e. areas that were subject to ethnic conflicts between Albanians, Serbs and Greeks. Under the government of Enver Hoxha, an autochthonous ethnogenesis was promoted and physical anthropologists tried to demonstrate that Albanians were different from any other Indo-European populations, a theory now disproved. They claimed that the Illyrians were the most ancient people in the Balkans and greatly extended the age of the Illyrian language.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 88,
"text": "Hoxha and his government were also hostile to Western popular culture as it was manifested in the mass media, along with the consumerism and cultural liberalism which were associated with it. In a speech on the Fourth Plenum of the Central Committee of the PLA (PLA-CC) on 26 June 1973, Hoxha declared a definitive break with any such Western bourgeois influence and what he described as its \"degenerated bourgeois culture\". In a speech in which he also criticised the \"spread of certain vulgar, alien tastes in music and art\", which ran \"contrary to socialist ethics and the positive traditions of our people\", including \"degenerate importations such as long hair, extravagant dress, screaming jungle music, coarse language, shameless behaviour and so on\", Hoxha declared:",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 89,
"text": "It is precisely this culture, coated with a glossy veneer, accompanied by sensational advertisement, handled in the most commercial way and back up and financed by the bourgeoisie, that inundates the cinema and television screens, magazines, newspapers and radio broadcasts, all the mass information and propaganda media. Its objective is to turn the ordinary man into a passive consumer of poisonous bourgeois ideas, and to make this consumption an addiction. Not only have we nothing to learn from this culture, no reason to impart it to our masses and youth, but we must reject it contemptuously and fight it with determination.",
"title": "Later rule (1965–1985)"
},
{
"paragraph_id": 90,
"text": "In 1974, Hoxha accused Beqir Balluku, Minister of Defence and longtime ally, of being an agent of China and attempting a coup d'état, since Balluku had criticized Hoxha's bunker program and stated that a U.S. and Soviet invasion of Albania was unlikely. Hoxha sentenced Balluku and a group of his accused associates to death and appointed Mehmet Shehu as Minister of Defence.",
"title": "Later life and death"
},
{
"paragraph_id": 91,
"text": "A new Constitution was decided upon by the Seventh Congress of the Albanian Party of Labour on 1–7 November 1976. According to Hoxha, \"The old Constitution was the Constitution of the building of the foundations of socialism, whereas the new Constitution will be the Constitution of the complete construction of a socialist society.\"",
"title": "Later life and death"
},
{
"paragraph_id": 92,
"text": "Self-reliance was now stressed more than ever. Citizens were encouraged to train in the use of weapons, and this activity was also taught in schools. The purpose of this training was to encourage the creation of quick partisans.",
"title": "Later life and death"
},
{
"paragraph_id": 93,
"text": "Borrowing and foreign investment were banned under Article 26 of the Constitution, which read: \"The granting of concessions to, and the creation of foreign economic and financial companies and other institutions or ones formed jointly with bourgeois and revisionist capitalist monopolies and states as well as obtaining credits from them are prohibited in the People's Socialist Republic of Albania.\" Hoxha said of borrowing money and allowing investment from other countries:",
"title": "Later life and death"
},
{
"paragraph_id": 94,
"text": "No country whatsoever, big or small, can build socialism by taking credits and aid from the bourgeoisie and the revisionists or by integrating its economy into the world system of capitalist economies. Any such linking of the economy of a socialist country with the economy of bourgeois or revisionist countries opens the doors to the actions of the economic laws of capitalism and the degeneration of the socialist order. This is the road of betrayal and the restoration of capitalism, which the revisionist cliques have pursued and are pursuing.",
"title": "Later life and death"
},
{
"paragraph_id": 95,
"text": "During this period, Albania was the most isolated country in Europe. In 1983, Albania imported goods which were worth $280 million but it exported goods which were worth $290 million, producing a trade surplus of $10 million.",
"title": "Later life and death"
},
{
"paragraph_id": 96,
"text": "In 1981, Hoxha ordered the execution of several party and government officials in a new purge. Prime Minister Mehmet Shehu, the second-most powerful man in Albania and Hoxha's closest comrade-in-arms for 40 years, was reported to have committed suicide in December 1981. He was subsequently condemned as a \"traitor\" to Albania, and he was also accused of operating in the service of multiple intelligence agencies. It is generally believed that he was either killed or he shot himself during a power struggle which may have resulted from differing foreign policy matters with Hoxha. Hoxha also wrote a large assortment of books during this period, resulting in over 65 volumes of collected works, condensed into six volumes of selected works.",
"title": "Later life and death"
},
{
"paragraph_id": 97,
"text": "In 1973, Hoxha suffered a heart attack from which he never fully recovered. In increasingly precarious health from the late 1970s onward, he turned most state functions over to Ramiz Alia. In his final days, he was confined to a wheelchair and suffered from diabetes, with which he was diagnosed in 1948, along with cerebral ischemia, with which he was diagnosed in 1983. On 9 April 1985, he was struck by a ventricular fibrillation. Over the next 48 hours, he suffered repeated episodes of this arrhythmia, and he died in the early morning hours of 11 April 1985 at the age of 76. The Albanian government announced seven days of mourning with flags flown at half-mast and entertainment and cultural events cancelled.",
"title": "Later life and death"
},
{
"paragraph_id": 98,
"text": "Hoxha's body lay in state at the building of the Presidium of the People's Assembly for three days before he was buried on 15 April after a memorial service on Skanderbeg Square. The government refused to accept any foreign delegations during Hoxha's funeral and it even condemned the Soviet message of condolences as \"unacceptable\". After his burial, Hoxha was succeeded as head of state by Ramiz Alia, who gained control of the party's leadership two days later.",
"title": "Later life and death"
},
{
"paragraph_id": 99,
"text": "Hoxha left Albania with a legacy of isolation and fear of the outside world. Despite some economic progress which Albania made during Hoxha's rule, the country was in economic stagnation; Albania had been the poorest European country throughout much of the Cold War period.",
"title": "Later life and death"
},
{
"paragraph_id": 100,
"text": "The surname Hoxha is the Albanian variant of hodja (from Turkish: hoca), a title given to his ancestors due to their efforts to teach Albanians about Islam.",
"title": "Family"
},
{
"paragraph_id": 101,
"text": "Hoxha's parents were Halil and Gjylihan (Gjylo) Hoxha, and Hoxha had three sisters, Fahrije, Haxhire and Sanije. Hysen Hoxha ([hyˈsɛn ˈhɔdʒa]) was Enver Hoxha's uncle and was a militant who campaigned vigorously for the independence of Albania, which occurred when Enver was four years old. His grandfather Beqir was involved in the Gjirokastër section of the League of Prizren.",
"title": "Family"
},
{
"paragraph_id": 102,
"text": "Hoxha's son Sokol Hoxha was the CEO of the Albanian Post and Telecommunication service and is married to Liliana Hoxha. Sali Berisha, a later democratic president of Albania, was often seen socialising with Sokol Hoxha and other close relatives of leading Communist figures in Albania.",
"title": "Family"
},
{
"paragraph_id": 103,
"text": "Hoxha's daughter, Pranvera, is an architect. Along with her husband, Klement Kolaneci, she designed the Enver Hoxha Museum in Tirana, a white-tiled pyramid. Some sources have referred to the edifice, said to be the most expensive ever constructed in Albanian history, as the \"Enver Hoxha Mausoleum\", though this was not an official appellation. The museum opened in 1988, three years after her father's death, and in 1991 was transformed into a conference centre and exhibition venue renamed Pyramid of Tirana.",
"title": "Family"
},
{
"paragraph_id": 104,
"text": "The Mustafa Band was a gang connected to counter-revolutionary elements such as the Albanian mafia and members of the royal House of Zogu, and in 1982 attempted to assassinate Enver Hoxha. The plan failed and two of its members were killed and another one was arrested.",
"title": "Coup attempts"
},
{
"paragraph_id": 105,
"text": "According to Hoxha, documents from long-time prime minister Mehmet Shehu's vault were found after his death in 1981 pertaining to orders by Yugoslav intelligence to poison him and assume the leadership of the country. In his book The Titoites, Hoxha argues that this plan failed because Shehu was a coward who could not go through with the task and figured that suicide would, at the very least, save his family from the punishment for his counter-revolutionary activity.",
"title": "Coup attempts"
},
{
"paragraph_id": 106,
"text": "A 2016 survey conducted by the Institute for Development Research and Alternatives (IDRA) showed that 45% of Albanians believe that Hoxha had a positive impact on the history of Albania, whereas 42% see his impact as negative. Younger generations (16–35 years old; born after 1981) tend to have a more negative view of Hoxha's contributions, while older generations (over 35 years old; born before 1981) tend to have a more positive view. Citizens in the regions of southeastern and southwestern Albania that were interviewed, had the most positive view of Hoxha, with 50% and 55%, respectively.",
"title": "Legacy"
}
]
| Enver Hoxha was an Albanian politician who was the dictator of Albania from 1944 until his death in 1985. He was First Secretary of the Party of Labour of Albania from 1941 until his death, a member of its Politburo, chairman of the Democratic Front of Albania, and commander-in-chief of the Albanian People's Army. He was the twenty-second prime minister of Albania from 1944 to 1954 and at various times was both foreign minister and defence minister of the country. Hoxha was born in Gjirokastër in 1908 and became a grammar school teacher in 1936. Following the Italian invasion of Albania, he joined the Party of Labour of Albania at its creation in 1941 in the Soviet Union. He was elected First Secretary in March 1943 at the age of 34. Less than two years after the liberation of the country, the monarchy of King Zog I was formally abolished, and Hoxha became the country's de facto head of state. Adopting Stalinism, Hoxha converted Albania into a one-party communist state. As ultranationalist, he implemented state atheism and ordered anti-religious activities against Muslims and Christians. His government rebuilt the country, which was left in ruins after World War II, building Albania's first railway line, raising the adult literacy rate from 5–15% to more than 90%, wiping out epidemics, electrifying the country and leading Albania towards agricultural independence. To implement his radical program Hoxha used brutal tactics. His government outlawed travelling abroad and private proprietorship. His government imprisoned, executed, or exiled thousands of landowners, rural clan leaders, peasants who resisted collectivization, and disloyal party officials. Hoxha was succeeded by Ramiz Alia, who oversaw the fall of communism in Albania. Hoxha's government was characterised by his proclaimed firm adherence to anti-revisionist Marxism–Leninism from the mid/late-1960s onwards. After his break with Maoism in the 1976–1978 period, numerous Maoist parties around the world declared themselves Hoxhaist. The International Conference of Marxist–Leninist Parties and Organisations is the best-known association of these parties. | 2001-12-18T05:40:49Z | 2023-12-28T11:35:20Z | [
"Template:Cite web",
"Template:Marxism-Leninism",
"Template:Cite news",
"Template:IPA",
"Template:Notelist",
"Template:S-bef",
"Template:S-end",
"Template:Blockquote",
"Template:Redirect",
"Template:Use dmy dates",
"Template:IPA-sq",
"Template:Refbegin",
"Template:S-aft",
"Template:For",
"Template:Infobox officeholder",
"Template:Nbsp",
"Template:Refend",
"Template:Pp-move",
"Template:Cquote",
"Template:Harvard citation no brackets",
"Template:Harvnb",
"Template:Commons category",
"Template:S-ttl",
"Template:Politburo of the Party of Labour of Albania",
"Template:Citation needed",
"Template:Sfn",
"Template:Main",
"Template:Efn",
"Template:Reflist",
"Template:Webarchive",
"Template:Wikiquote",
"Template:S-ppo",
"Template:Spaced ndash",
"Template:Communism",
"Template:Cite book",
"Template:External links",
"Template:S-start",
"Template:Prime Ministers of Albania",
"Template:Leaders of the Ruling Parties of the Eastern Bloc",
"Template:Transliteration",
"Template:Better source needed",
"Template:Further",
"Template:Lang-tr",
"Template:Cite journal",
"Template:Dead link",
"Template:S-off",
"Template:Authority control",
"Template:Short description"
]
| https://en.wikipedia.org/wiki/Enver_Hoxha |
10,287 | Hirohito | Hirohito (29 April 1901 – 7 January 1989), posthumously honored as Emperor Shōwa, was the 124th emperor of Japan, reigning from 1926 until his death in 1989. His reign of over 62 years is the longest of any historical Japanese emperor and one of the longest-reigning monarchs in the world.
He was the head of state under the Meiji Constitution during Japan's imperial expansion, militarization, and involvement in World War II. Under Hirohito, Japan waged a war across Asia in the 1930s and 1940s.
After Japan's surrender, despite Japan waging the war in the name of Hirohito, he was not prosecuted for war crimes, for General Douglas MacArthur thought that an ostensibly cooperative emperor would help establish a peaceful Allied occupation and would help the U.S. achieve its postwar objectives. On 1 January 1946, under pressure from the Allies, the Emperor formally renounced his divinity.
Hirohito and his wife, Nagako, had two sons and five daughters; he was succeeded by his fifth child and eldest son, Akihito. By 1979, Hirohito was the only monarch in the world with the title "Emperor".
Hirohito was born at Aoyama Palace in Tokyo (during the reign of his grandfather, Emperor Meiji) on 29 April 1901, the first son of 21-year-old Crown prince Yoshihito (the future Emperor Taishō) and 16-year-old Crown Princess Sadako (the future Empress Teimei). He was the grandson of Emperor Meiji and Yanagiwara Naruko. His childhood title was Prince Michi.
Ten weeks after he was born, Hirohito was removed from the court and placed in the care of Count Kawamura Sumiyoshi, who raised him as his grandchild. At the age of 3, Hirohito and his brother Yasuhito were returned to court when Kawamura died – first to the imperial mansion in Numazu, Shizuoka, then back to the Aoyama Palace.
In 1908, he began elementary studies at the Gakushūin (Peers School). Emperor Mutsuhito, then appointed General Nogi Maresuke to be the Gakushūin's tenth president as well as the one in-charge on educating his grandson. The main aspect that they focused was on physical education and health, primarily because Hirohito was a sickly child, on par with the impartment or inculcation of values such as frugality, patience, manliness, self-control, and devotion to the duty at hand.
During 1912, at the age of 11, Hirohito was commissioned into the Imperial Japanese Army as a Second Lieutenant and in the Imperial Japanese Navy as an Ensign. He was also bestowed with the Grand Cordon of the Order of the Chrysanthemum. When his grandfather, Emperor Meiji died on 30 July 1912, Yoshihito assumed the throne and his eldest son, Hirohito became heir apparent.
After learning about the death of his instructor, General Nogi, he along with his brothers were reportedly overcome with emotions. He would later acknowledge the lasting influence of Nogi in his life. At that time he was still two years away from completing primary school, henceforth his education was compensated by Fleet Admiral Togo Heihachiro and Naval Captain Ogasawara Naganari, wherein later on, would become his major opponents with regards to his national defense policy.
Shiratori Kurakichi, one of his middle-school instructors, was one of the personalities who deeply influenced the life of Hirohito. Kurakichi was a trained historian from Germany, imbibing the positivist historiographic trend by Leopold von Ranke. He was the one who inculcated in the mind of the young Hirohito that there is a connection between the divine origin of the imperial line and the aspiration of linking it to the myth of the racial superiority and homogeneity of the Japanese. The emperors were often a driving force in the modernization of their country. He taught Hirohito that the Empire of Japan was created and governed through diplomatic actions (taking into accounts the interests of other nations benevolently and justly).
On 2 November 1916, Hirohito was formally proclaimed crown prince and heir apparent. An investiture ceremony was not required to confirm this status.
From 3 March to 3 September 1921 (Taisho 10), the Crown Prince made official visits to the United Kingdom, France, the Netherlands, Belgium, Italy and Vatican City. This was the first visit to Western Europe by the Crown Prince. Despite strong opposition in Japan, this was realized by the efforts of elder Japanese statesmen (Genrō) such as Yamagata Aritomo and Saionji Kinmochi.
The departure of Prince Hirohito was widely reported in newspapers. The Japanese battleship Katori was used, and departed from Yokohama, sailed to Naha, Hong Kong, Singapore, Colombo, Suez, Cairo, and Gibraltar. It arrived in Portsmouth two months later on 9 May, and on the same day they reached the British capital London. He was welcomed in the UK as a partner of the Anglo-Japanese Alliance and met with King George V and Prime Minister David Lloyd George. That evening, a banquet was held at Buckingham Palace and a meeting with George V and Prince Arthur of Connaught. George V said that he treated his father like Hirohito, who was nervous in an unfamiliar foreign country, and that relieved his tension. The next day, he met Prince Edward (the future Edward VIII) at Windsor Castle, and a banquet was held every day thereafter. In London, he toured the British Museum, the Tower of London, the Bank of England, Lloyd's Marine Insurance, Oxford University, Army University, and the Naval War College. He also enjoyed theater at the New Oxford Theatre and the Delhi Theatre. At Cambridge University, he listened to Professor J. R. Tanner's lecture on "Relationship between the British Royal Family and its People" and was awarded an honorary doctorate degree. He visited Edinburgh, Scotland, from 19 to 20 May, and was also awarded an Honorary Doctor of Laws at the University of Edinburgh. He stayed at the residence of John Stewart-Murray, 8th Duke of Atholl, for three days. On his stay with Stuart-Murray, the prince was quoted as saying, "The rise of Bolsheviks won't happen if you live a simple life like Duke Athol."
In Italy, he met with King Vittorio Emanuele III and others, attended official international banquets, and visited places such as the fierce battlefields of World War I.
After returning to Japan, Hirohito became Regent of Japan (Sesshō) on 25 November 1921, in place of his ailing father, who was affected by mental illness. In 1923 he was promoted to the rank of Lieutenant-Colonel in the army and Commander in the navy, and army Colonel and Navy Captain in 1925.
During Hirohito's regency, many important events occurred:
In the Four-Power Treaty on Insular Possessions signed on 13 December 1921, Japan, the United States, Britain, and France agreed to recognize the status quo in the Pacific. Japan and Britain agreed to end the Anglo-Japanese Alliance. The Washington Naval Treaty limiting warship numbers was signed on 6 February 1922. Japan withdrew troops from the Siberian Intervention on 28 August 1922. The Great Kantō earthquake devastated Tokyo on 1 September 1923. On 27 December 1923, Daisuke Namba attempted to assassinate Hirohito in the Toranomon Incident, but his attempt failed. During interrogation, he claimed to be a communist and was executed.
Prince Hirohito married his distant cousin Princess Nagako Kuni, the eldest daughter of Prince Kuniyoshi Kuni, on 26 January 1924. They had two sons and five daughters (see Issue).
The daughters who lived to adulthood left the imperial family as a result of the American reforms of the Japanese imperial household in October 1947 (in the case of Princess Shigeko) or under the terms of the Imperial Household Law at the moment of their subsequent marriages (in the cases of Princesses Kazuko, Atsuko, and Takako).
On 25 December 1926, Yoshihito died and Hirohito became emperor. The Crown Prince was said to have received the succession (senso). The Taishō era's end and the Shōwa era's beginning (Enlightened Peace) were proclaimed. The deceased Emperor was posthumously renamed Emperor Taishō within days. Following Japanese custom, the new Emperor was never referred to by his given name but rather was referred to simply as "His Majesty the Emperor" which may be shortened to "His Majesty." In writing, the Emperor was also referred to formally as "The Reigning Emperor."
In November 1928, Hirohito's accession was confirmed in ceremonies (sokui) which are conventionally identified as "enthronement" and "coronation" (Shōwa no tairei-shiki); but this formal event would have been more accurately described as a public confirmation that he possessed the Japanese Imperial Regalia, also called the Three Sacred Treasures, which have been handed down through the centuries. However his enthronment were planned and staged under the economic conditions of a recession whereas the 55th Imperial Diet unanimously passed $7,360,000 for the festivities.
The first part of Hirohito's reign took place against a background of financial crisis and increasing military power within the government through both legal and extralegal means. The Imperial Japanese Army and Imperial Japanese Navy held veto power over the formation of cabinets since 1900. Between 1921 and 1944, there were 64 separate incidents of political violence.
Hirohito narrowly escaped assassination by a hand grenade thrown by a Korean independence activist, Lee Bong-chang, in Tokyo on 9 January 1932, in the Sakuradamon Incident.
Another notable case was the assassination of moderate Prime Minister Inukai Tsuyoshi in 1932, marking the end of civilian control of the military. The February 26 incident, an attempted military coup, followed in February 1936. It was carried out by junior Army officers of the Kōdōha faction who had the sympathy of many high-ranking officers including Yasuhito, Prince Chichibu, one of Hirohito's brothers. This revolt was occasioned by a loss of political support by the militarist faction in Diet elections. The coup resulted in the murders of several high government and Army officials.
When Chief Aide-de-camp Shigeru Honjō informed him of the revolt, Hirohito immediately ordered that it be put down and referred to the officers as "rebels" (bōto). Shortly thereafter, he ordered Army Minister Yoshiyuki Kawashima to suppress the rebellion within the hour. He asked for reports from Honjō every 30 minutes. The next day, when told by Honjō that the high command had made little progress in quashing the rebels, the Emperor told him "I Myself, will lead the Konoe Division and subdue them." The rebellion was suppressed following his orders on 29 February.
Beginning from the Mukden Incident in 1931 in which Japan staged a False flag operation and made a false accusation against Chinese dissidents as a pretext to invade Manchuria, Japan occupied Chinese territories and established puppet governments. Such aggression was recommended to Hirohito by his chiefs of staff and prime minister Fumimaro Konoe, and Hirohito did not voice objection to the invasion of China.
A diary by chamberlain Kuraji Ogura says that he was reluctant to start war against China in 1937 because they had underestimated China's military strength and Japan should be cautious in its strategy. In this regard, Ogura writes Hirohito said that "once you start (a war), it cannot easily be stopped in the middle ... What's important is when to end the war" and "one should be cautious in starting a war, but once begun, it should be carried out thoroughly."
Nonetheless, according to Herbert Bix, Hirohito's main concern seems to have been the possibility of an attack by the Soviet Union given his questions to his chief of staff, Prince Kan'in Kotohito, and army minister, Hajime Sugiyama, about the time it could take to crush Chinese resistance and how could they prepare for the eventuality of a Soviet incursion. Based on Bix's findings, Hirohito was displeased by Prince Kan'in's evasive responses about the substance of such contingency plans but nevertheless still approved the decision to move troops to North China.
According to Akira Fujiwara, Hirohito endorsed the policy of qualifying the invasion of China as an "incident" instead of a "war"; therefore, he did not issue any notice to observe international law in this conflict (unlike what his predecessors did in previous conflicts officially recognized by Japan as wars), and the Deputy Minister of the Japanese Army instructed the chief of staff of Japanese China Garrison Army on 5 August not to use the term "prisoners of war" for Chinese captives. This instruction led to the removal of the constraints of international law on the treatment of Chinese prisoners. The works of Yoshiaki Yoshimi and Seiya Matsuno show that Hirohito also authorized, by specific orders (rinsanmei), the use of chemical weapons against the Chinese.
Later in his life, Hirohito looked back on his decision to give the go-ahead to wage a 'defensive' war against China and opined that his foremost priority was not to wage war with China but to prepare for a war with the Soviet Union, as his army had reassured him that the China war would end within three months, but that decision of his had haunted him since he forgot that the Japanese forces in China were drastically fewer than that of the Chinese, hence the shortsightedness of his perspective was evident.
On December 1, 1937, Hirohito had given formal instruction to General Iwane Matsui to capture and occupy the enemy capital of Nanking. He was very eager to fight this battle since he and his council firmly believed that all it would take is a one huge blow that to bring forth the surrender of Chiang Kai-Shek. He even gave an Imperial Rescript to Iwane when he returned to Tokyo a year later, despite the brutality that his officers had inflicted on the Chinese populace in Nanking, hence Hirohito had seemingly turned a blind eye to and condoned these monstrosities.
During the invasion of Wuhan, from August to October 1938, Hirohito authorized the use of toxic gas on 375 separate occasions, despite the resolution adopted by the League of Nations on 14 May condemning Japanese use of toxic gas.
In July 1939, Hirohito quarrelled with his brother, Prince Chichibu, over whether to support the Anti-Comintern Pact, and reprimanded the army minister, Seishirō Itagaki. But after the success of the Wehrmacht in Europe, Hirohito consented to the alliance. On 27 September 1940, ostensibly under Hirohito's leadership, Japan became a contracting partner of the Tripartite Pact with Germany and Italy forming the Axis powers.
The objectives to be obtained were clearly defined: a free hand to continue with the conquest of China and Southeast Asia, no increase in US or British military forces in the region, and cooperation by the West "in the acquisition of goods needed by our Empire."
On 5 September, Prime Minister Konoe informally submitted a draft of the decision to Hirohito, just one day in advance of the Imperial Conference at which it would be formally implemented. On this evening, Hirohito had a meeting with the chief of staff of the army, Sugiyama, chief of staff of the navy, Osami Nagano, and Prime Minister Konoe. Hirohito questioned Sugiyama about the chances of success of an open war with the Occident. As Sugiyama answered positively, Hirohito scolded him:
—At the time of the China Incident, the army told me that we could achieve peace immediately after dealing them one blow with three divisions ... but you can't still beat Chiang Kai-shek even today! Sugiyama, you were army minister at that time.—China is a vast area with many ways in and ways out, and we met unexpectedly big difficulties ...—You say the interior of China is huge; isn't the Pacific Ocean even bigger than China? ... Didn't I caution you each time about those matters? Sugiyama, are you lying to me?
Chief of Naval General Staff Admiral Nagano, a former Navy Minister and vastly experienced, later told a trusted colleague, "I have never seen the Emperor reprimand us in such a manner, his face turning red and raising his voice."
Nevertheless, all speakers at the Imperial Conference were united in favor of war rather than diplomacy. Baron Yoshimichi Hara, President of the Imperial Council and Hirohito's representative, then questioned them closely, producing replies to the effect that war would be considered only as a last resort from some, and silence from others.
On 8 October, Sugiyama signed a 47-page report to the Emperor (sōjōan) outlining in minute detail plans for the advance into Southeast Asia. During the third week of October, Sugiyama gave Hirohito a 51-page document, "Materials in Reply to the Throne," about the operational outlook for the war.
As war preparations continued, Prime Minister Fumimaro Konoe found himself increasingly isolated, and he resigned on 16 October. He justified himself to his chief cabinet secretary, Kenji Tomita, by stating:
Of course His Majesty is a pacifist, and there is no doubt he wished to avoid war. When I told him that to initiate war was a mistake, he agreed. But the next day, he would tell me: "You were worried about it yesterday, but you do not have to worry so much." Thus, gradually, he began to lean toward war. And the next time I met him, he leaned even more toward. In short, I felt the Emperor was telling me: my prime minister does not understand military matters, I know much more. In short, the Emperor had absorbed the view of the army and navy high commands.
The army and the navy recommended the appointment of Prince Naruhiko Higashikuni, one of Hirohito's uncles, as prime minister. According to the Shōwa "Monologue", written after the war, Hirohito then said that if the war were to begin while a member of the imperial house was prime minister, the imperial house would have to carry the responsibility and he was opposed to this.
Instead, Hirohito chose the hard-line General Hideki Tōjō, who was known for his devotion to the imperial institution, and asked him to make a policy review of what had been sanctioned by the Imperial Conferences. On 2 November Tōjō, Sugiyama, and Nagano reported to Hirohito that the review of eleven points had been in vain. Emperor Hirohito gave his consent to the war and then asked: "Are you going to provide justification for the war?" The decision for war against the United States was presented for approval to Hirohito by General Tōjō, Naval Minister Admiral Shigetarō Shimada, and Japanese Foreign Minister Shigenori Tōgō.
On 3 November, Nagano explained in detail the plan of the attack on Pearl Harbor to Hirohito. On 5 November Emperor Hirohito approved in imperial conference the operations plan for a war against the Occident and had many meetings with the military and Tōjō until the end of the month. On 25 November Henry L. Stimson, United States Secretary of War, noted in his diary that he had discussed with US President Franklin D. Roosevelt the severe likelihood that Japan was about to launch a surprise attack and that the question had been "how we should maneuver them [the Japanese] into the position of firing the first shot without allowing too much danger to ourselves."
On the following day, 26 November 1941, US Secretary of State Cordell Hull presented the Japanese ambassador with the Hull note, which as one of its conditions demanded the complete withdrawal of all Japanese troops from French Indochina and China. Japanese Prime Minister Hideki Tojo said to his cabinet, "This is an ultimatum." On 1 December an Imperial Conference sanctioned the "War against the United States, United Kingdom and the Kingdom of the Netherlands."
On 8 December (7 December in Hawaii), 1941, in simultaneous attacks, Japanese forces struck at the Hong Kong Garrison, the US Fleet in Pearl Harbor and in the Philippines, and began the invasion of Malaya.
With the nation fully committed to the war, Hirohito took a keen interest in military progress and sought to boost morale. According to Akira Yamada and Akira Fujiwara, Hirohito made major interventions in some military operations. For example, he pressed Sugiyama four times, on 13 and 21 January and 9 and 26 February, to increase troop strength and launch an attack on Bataan. On 9 February 19 March, and 29 May, Hirohito ordered the Army Chief of staff to examine the possibilities for an attack on Chongqing in China, which led to Operation Gogo.
While some authors, like journalists Peter Jennings and Todd Brewster, say that throughout the war, Hirohito was "outraged" at Japanese war crimes and the political dysfunction of many societal institutions that proclaimed their loyalty to him, and sometimes spoke up against them, others, such as historians Herbert P. Bix and Mark Felton, as well as the expert on China’s international relations Michael Tai, point out that Hirohito personally sanctioned the "Three Alls policy" (Sankō Sakusen), a scorched earth strategy implemented in China from 1942 to 1945 and which was both directly and indirectly responsible for the deaths of "more than 2.7 million" Chinese civilians.
As the tide of war began to turn against Japan (around late 1942 and early 1943), the flow of information to the palace gradually began to bear less and less relation to reality, while others suggest that Hirohito worked closely with Prime Minister Hideki Tojo, continued to be well and accurately briefed by the military, and knew Japan's military position precisely right up to the point of surrender. The chief of staff of the General Affairs section of the Prime Minister's office, Shuichi Inada, remarked to Tōjō's private secretary, Sadao Akamatsu:
There has never been a cabinet in which the prime minister, and all the ministers, reported so often to the throne. In order to effect the essence of genuine direct imperial rule and to relieve the concerns of the Emperor, the ministers reported to the throne matters within the scope of their responsibilities as per the prime minister's directives ... In times of intense activities, typed drafts were presented to the Emperor with corrections in red. First draft, second draft, final draft and so forth, came as deliberations progressed one after the other and were sanctioned accordingly by the Emperor.
In the first six months of war, all the major engagements had been victories. Japanese advances were stopped in the summer of 1942 with the battle of Midway and the landing of the American forces on Guadalcanal and Tulagi in August. Hirohito played an increasingly influential role in the war; in eleven major episodes he was deeply involved in supervising the actual conduct of war operations. Hirohito pressured the High Command to order an early attack on the Philippines in 1941–42, including the fortified Bataan peninsula. He secured the deployment of army air power in the Guadalcanal campaign. Following Japan's withdrawal from Guadalcanal he demanded a new offensive in New Guinea, which was duly carried out but failed badly. Unhappy with the navy's conduct of the war, he criticized its withdrawal from the central Solomon Islands and demanded naval battles against the Americans for the losses they had inflicted in the Aleutians. The battles were disasters. Finally, it was at his insistence that plans were drafted for the recapture of Saipan and, later, for an offensive in the Battle of Okinawa. With the Army and Navy bitterly feuding, he settled disputes over the allocation of resources. He helped plan military offenses.
On September of 1944, Hirohito declared that it must be his citizens' resolve to smash the evil purposes of the Westerners so that their imperial destiny might continue, but all along, it is just a mask for the urgent need of Japan to scratch a victory against the counter-offensive campaign of the Allied Forces.
On October 18, 1944, the Imperial headquarters had resolved that the Japanese must make a stand in the vicinity of Leyte to prevent the Americans from landing in the Philippines. This view was widely frowned upon and disgruntled the policymakers from both the army and navy sectors. Hirohito was quoted that he approved of such since if they won in that campaign, they would be finally having a room to negotiate with the Americans. As high as their spirits could go, the reality check for the Japanese would also come into play since the forces they have sent in Leyte, was practically the ones that would efficiently defend the island of Luzon, hence the Japanese had struck a huge blow in their own military planning.
The media, under tight government control, repeatedly portrayed him as lifting the popular morale even as the Japanese cities came under heavy air attack in 1944–45 and food and housing shortages mounted. Japanese retreats and defeats were celebrated by the media as successes that portended "Certain Victory." Only gradually did it become apparent to the Japanese people that the situation was very grim due to growing shortages of food, medicine, and fuel as U.S submarines began wiping out Japanese shipping. Starting in mid 1944, American raids on the major cities of Japan made a mockery of the unending tales of victory. Later that year, with the downfall of Tojo's government, two other prime ministers were appointed to continue the war effort, Kuniaki Koiso and Kantarō Suzuki—each with the formal approval of Hirohito. Both were unsuccessful and Japan was nearing disaster.
In early 1945, in the wake of the losses in the Battle of Leyte, Emperor Hirohito began a series of individual meetings with senior government officials to consider the progress of the war. All but ex-Prime Minister Fumimaro Konoe advised continuing the war. Konoe feared a communist revolution even more than defeat in war and urged a negotiated surrender. In February 1945, during the first private audience with Hirohito he had been allowed in three years, Konoe advised Hirohito to begin negotiations to end the war. According to Grand Chamberlain Hisanori Fujita, Hirohito, still looking for a tennozan (a great victory) in order to provide a stronger bargaining position, firmly rejected Konoe's recommendation.
With each passing week victory became less likely. In April, the Soviet Union issued notice that it would not renew its neutrality agreement. Japan's ally Germany surrendered in early May 1945. In June, the cabinet reassessed the war strategy, only to decide more firmly than ever on a fight to the last man. This strategy was officially affirmed at a brief Imperial Council meeting, at which, as was normal, Hirohito did not speak.
The following day, Lord Keeper of the Privy Seal Kōichi Kido prepared a draft document which summarized the hopeless military situation and proposed a negotiated settlement. Extremists in Japan were also calling for a death-before-dishonor mass suicide, modeled on the "47 Ronin" incident. By mid-June 1945, the cabinet had agreed to approach the Soviet Union to act as a mediator for a negotiated surrender but not before Japan's bargaining position had been improved by repulse of the anticipated Allied invasion of mainland Japan.
On 22 June, Hirohito met with his ministers saying, "I desire that concrete plans to end the war, unhampered by existing policy, be speedily studied and that efforts be made to implement them." The attempt to negotiate a peace via the Soviet Union came to nothing. There was always the threat that extremists would carry out a coup or foment other violence. On 26 July 1945, the Allies issued the Potsdam Declaration demanding unconditional surrender. The Japanese government council, the Big Six, considered that option and recommended to Hirohito that it be accepted only if one to four conditions were agreed upon, including a guarantee of Hirohito's continued position in Japanese society. Hirohito decided not to surrender.
That changed after the atomic bombings of Hiroshima and Nagasaki and the Soviet declaration of war. On 9 August, Emperor Hirohito told Kōichi Kido: "The Soviet Union has declared war and today began hostilities against us." On 10 August, the cabinet drafted an "Imperial Rescript ending the War" following Hirohito's indications that the declaration did not compromise any demand which prejudiced his prerogatives as a sovereign ruler.
On 12 August 1945, Hirohito informed the imperial family of his decision to surrender. One of his uncles, Prince Yasuhiko Asaka, asked whether the war would be continued if the kokutai (national polity) could not be preserved. Hirohito simply replied "Of course." On 14 August, Hirohito made the decision to surrender "unconditionally" and the Suzuki government notified the Allies that it had accepted the Potsdam Declaration.
On 15 August, a recording of Hirohito's surrender speech was broadcast over the radio (the first time Hirohito was heard on the radio by the Japanese people) announcing Japan's acceptance of the Potsdam Declaration. During the historic broadcast Hirohito stated: "Moreover, the enemy has begun to employ a new and most cruel bomb, the power of which to do damage is, indeed, incalculable, taking the toll of many innocent lives. Should we continue to fight, not only would it result in an ultimate collapse and obliteration of the Japanese nation, but also it would lead to the total extinction of human civilization." The speech also noted that "the war situation has developed not necessarily to Japan's advantage" and ordered the Japanese to "endure the unendurable." The speech, using formal, archaic Japanese, was not readily understood by many commoners. According to historian Richard Storry in A History of Modern Japan, Hirohito typically used "a form of language familiar only to the well-educated" and to the more traditional samurai families.
A faction of the army opposed to the surrender attempted a coup d'état on the evening of 14 August, prior to the broadcast. They seized the Imperial Palace (the Kyūjō incident), but the physical recording of Hirohito's speech was hidden and preserved overnight. The coup failed, and the speech was broadcast the next morning.
In his first ever press conference given in Tokyo in 1975, when he was asked what he thought of the bombing of Hiroshima, Hirohito answered: "It's very regrettable that nuclear bombs were dropped and I feel sorry for the citizens of Hiroshima but it couldn't be helped because that happened in wartime" (shikata ga nai, meaning "it cannot be helped").
After the Japanese surrender in August 1945, there was a large amount of pressure that came from both Allied countries and Japanese leftists that demanded Hirohito step down and be indicted as a war criminal. The Australian government listed Hirohito as a war criminal, and intended to put him on trial. General Douglas MacArthur did not like the idea, as he thought that an ostensibly cooperating emperor would help establish a peaceful allied occupation regime in Japan. As a result, any possible evidence that would incriminate Hirohito and his family were excluded from the International Military Tribunal for the Far East. MacArthur created a plan that separated Hirohito from the militarists, retained Hirohito as a constitutional monarch but only as a figurehead, and used Hirohito to retain control over Japan and help achieve American postwar objectives in Japan.
The issue of Emperor Hirohito's war responsibility is contested. During the war, the Allies frequently depicted Hirohito to equate with Hitler and Mussolini as the three Axis dictators. After the war, since the U.S. thought that the retention of the emperor would help establish a peaceful allied occupation regime in Japan, and help the U.S. achieve their postwar objectives, they depicted Hirohito as a "powerless figurehead" without any implication in wartime policies. Historians have said that Hirohito wielded more power than previously believed, and he was actively involved in the decision to launch the war as well as in other political and military decisions. Over the years, as new evidence surfaced, historians were able to arrive at the conclusion that he was culpable for the war, and was reflecting on his wartime role.
Historians have stated that Hirohito was directly responsible for the atrocities committed by the imperial forces in the Second Sino-Japanese War and in World War II. They have said that he and some members of the imperial family, such as his brother Prince Chichibu, his cousins the princes Takeda and Fushimi, and his uncles the princes Kan'in, Asaka, and Higashikuni, should have been tried for war crimes. In a study published in 1996, historian Mitsuyoshi Himeta said that the Three Alls policy (Sankō Sakusen), a Japanese scorched earth policy adopted in China and sanctioned by Emperor Hirohito himself, was both directly and indirectly responsible for the deaths of "more than 2.7 million" Chinese civilians. His works and those of Akira Fujiwara about the details of the operation were commented by Herbert P. Bix in his Hirohito and the Making of Modern Japan, who wrote that the Sankō Sakusen far surpassed Nanking Massacre not only in terms of numbers, but in brutality as well as "These military operations caused death and suffering on a scale incomparably greater than the totally unplanned orgy of killing in Nanking, which later came to symbolize the war". While the Nanking Massacre was unplanned, Bix said "Hirohito knew of and approved annihilation campaigns in China that included burning villages thought to harbor guerrillas." Top U.S. government officials understood the emperor's intimate role during the war.
Poison gas weapons, such as phosgene, were produced by Unit 731 and authorized by specific orders given by Hirohito himself, transmitted by the chief of staff of the army. Hirohito authorized the use of toxic gas 375 times during the Battle of Wuhan from August to October 1938.
Officially, the imperial constitution, adopted under Emperor Meiji, gave full power to the Emperor. Article 4 prescribed that, "The Emperor is the head of the Empire, combining in Himself the rights of sovereignty, and exercises them, according to the provisions of the present Constitution." Likewise, according to article 6, "The Emperor gives sanction to laws and orders them to be promulgated and executed," and article 11, "The Emperor has the supreme command of the Army and the Navy." The Emperor was thus the leader of the Imperial General Headquarters.
According to Bob Tadashi Wakabayashi of York University, Hirohito's authority up to 1945 depended on three elements:
First, he was a constitutional monarch subject to legal restrictions and binding conventions, as he has so often stressed. Second, he was supreme commander of Japanese armed forces, though his orders were often ignored and sometimes defied. Third, he wielded absolute moral authority in Japan by granting imperial honors that conveyed incontestable prestige and by issuing imperial rescripts that had coercive power greater than law.
The last two elements of Hirohito's power were the strongest, while the first element was the weakest. Hirohito had the ultimate authority to shape the country's policies by either agreeing or disagreeing with it. He even used his authority to disagree with policies shaped by the army. Hirohito was the supreme military commander in Imperial Japan, and pursued armed expansionist policies against weaker Asian neighbors. He never opposed war or expansion, but he opposed war with the US and Britain because of his fear that Japan would lose.
Wakabayashi further adds:
Also as a matter of course, he wanted to keep what his generals conquered -- though he was less greedy than some of them. None of this should surprise us. Hirohito would be no more have granted independence Korea independence or returned Manchuria to China than Roosevelt would have granted Hawaii independence or returned Texas to Mexico.
In December 1990, the Bungeishunjū published the Showa tenno dokuhaku roku (Dokuhaku roku), which recorded conversations Hirohito held with five Imperial Household Ministry officials between March and April 1946, containing twenty-four sections.The Dokuhaku roku recorded Hirohito speaking retroactively on topics arranged chronologically from 1919 to 1946, right before the Tokyo War Crimes Trials.
In December 1941, Japan signed an agreement that forbade Japan from signing a separate peace treaty with the United States. In the Dokuhaku roku, Hirohito said:
(In 1941,) we thought we could achieve a draw with the US, or at best win by a six to four margin; but total victory was nearly impossible ... When the war actually began, however, we gained a miraculous victory at Pearl Harbor and our invasions of Malaya and Burma succeeded far quicker than expected. So, if not for this (agreement), we might have achieved peace when we were in an advantageous position.
According to Wakabayashi, this entry in the Dokuhaku roku explains why Hirohito wanted an early end to the war, and disproves the claim that Hirohito wanted an early end to the war because he desired peace.
In September 1944, Prime Minister Koiso Kuniaki proposed that concessions, such as the return of Hong Kong, and a settlement should be given to Chiang Kai Shek, so that Japanese troops in China could be diverted to the Pacific War. Hirohito rejected the proposal and did not want to give concessions to China because he feared it would signal Japanese weakness, create defeatism at home, and trigger independence movements in occupied countries. In August 1945, Hirohito agreed to the Potsdam Declaration because he thought that the American occupation of Japan would uphold imperial rule in Japan.
Historians such as Herbert Bix, Akira Fujiwara, Peter Wetzler, and Akira Yamada assert that post-war arguments favoring the view that Hirohito was a mere figurehead overlook the importance of numerous "behind the chrysanthemum curtain" meetings where the real decisions were made between the Emperor, his chiefs of staff, and the cabinet. Using primary sources and the monumental work of Shirō Hara as a basis, Fujiwara and Wetzler have produced evidence suggesting that the Emperor worked through intermediaries to exercise a great deal of control over the military and was neither bellicose nor a pacifist but an opportunist who governed in a pluralistic decision-making process. American historian Herbert P. Bix said that Emperor Hirohito might have been the prime mover behind most of Japan's military aggression during the Shōwa era.
The view promoted by the Imperial Palace and American occupation forces immediately after World War II portrayed Emperor Hirohito as a purely ceremonial figure who behaved strictly according to protocol while remaining at a distance from the decision-making processes. This view was endorsed by Prime Minister Noboru Takeshita in a speech on the day of Hirohito's death in which Takeshita asserted that the war "had broken out against [Hirohito's] wishes." Takeshita's statement provoked outrage in nations in East Asia and Commonwealth nations such as the United Kingdom, Canada, Australia, and New Zealand. According to historian Fujiwara, "The thesis that the Emperor, as an organ of responsibility, could not reverse cabinet decision is a myth fabricated after the war."
According to Yinan He, associate professor of international relations at Lehigh University, in the aftermath of the war, conservative Japanese elites created self-whitewashing, self-glorifying national myths that minimized the scope of Japan's war responsibility, which included presenting the emperor as a peace-seeking diplomat and a narrative that separated him from the militarists, whom they described as people who hijacked the Japanese government and led the country into war, shifting the responsibility from the ruling class to only a few military leaders. This narrative also narrowly focuses on the U.S.–Japan conflict, completely ignores the wars Japan waged in Asia, and disregards the atrocities committed by Japanese troops during the war. Japanese elites created the narrative in an attempt to avoid tarnishing the national image and regain the international acceptance of the country.
Kentarō Awaya [Wikidata] said that post-war Japanese public opinion supporting protection of the Emperor was influenced by U.S. propaganda promoting the view that the Emperor together with the Japanese people had been fooled by the military.
In the years immediately after Hirohito's death, scholars who spoke out against the emperor were threatened and attacked by right-wing extremists. Susan Chira reported, "Scholars who have spoken out against the late Emperor have received threatening phone calls from Japan's extremist right wing." One example of actual violence occurred in 1990 when the mayor of Nagasaki, Hitoshi Motoshima, was shot and critically wounded by a member of the ultranationalist group, Seikijuku. A year before, in 1989, Motoshima had broken what was characterized as "one of [Japan's] most sensitive taboos" by asserting that Emperor Hirohito bore responsibility for World War II.
Regarding Hirohito's exemption from trial before the International Military Tribunal of the Far East, opinions were not unanimous. Sir William Webb, the president of the tribunal, declared: "This immunity of the Emperor is contrasted with the part he played in launching the war in the Pacific, is, I think, a matter which the tribunal should take into consideration in imposing the sentences." Likewise, the French judge, Henri Bernard, wrote about Hirohito's accountability that the declaration of war by Japan "had a principal author who escaped all prosecution and of whom in any case the present defendants could only be considered accomplices."
An account from the Vice Interior Minister in 1941, Michio Yuzawa, asserts that Hirohito was "at ease" with the attack on Pearl Harbor "once he had made a decision."
Since his death in 1989, historians have discovered evidence that prove Hirohito's culpability for the war, and that he was not a passive figurehead manipulated by those around him.
According to notebooks by Michiji Tajima, a top Imperial Household Agency official who took office after the war, Emperor Hirohito privately expressed regret about the atrocities that were committed by Japanese troops during the Nanjing Massacre. In addition to feeling remorseful about his own role in the war, he "fell short by allowing radical elements of the military to drive the conduct of the war."
In late July 2018, the bookseller Takeo Hatano, an acquaintance of the descendants of Michio Yuzawa (Japanese Vice Interior Minister in 1941), released to Japan's Yomiuri Shimbun newspaper a memo by Yuzawa that Hatano had kept for nine years since he received it from Yuzawa's family. The bookseller said: "It took me nine years to come forward, as I was afraid of a backlash. But now I hope the memo would help us figure out what really happened during the war, in which 3.1 million people were killed."
Takahisa Furukawa, expert on wartime history from Nihon University, confirmed the authenticity of the memo, calling it "the first look at the thinking of Emperor Hirohito and Prime Minister Hideki Tojo on the eve of the Japanese attack on Pearl Harbor."
In this document, Yuzawa details a conversation he had with Tojo a few hours before the attack. The Vice Minister quotes Tojo saying:
"The Emperor seemed at ease and unshakable once he had made a decision."
"If His Majesty had any regret over negotiations with Britain and the U.S., he would have looked somewhat grim. There was no such indication, which must be a result of his determination. I'm completely relieved. Given the current conditions, I could say we have practically won already."
Historian Furukawa concluded from Yuzawa's memo:
"Tojo is a bureaucrat who was incapable of making own decisions, so he turned to the Emperor as his supervisor. That's why he had to report everything for the Emperor to decide. If the Emperor didn't say no, then he would proceed."
Shinobu Kobayashi was the Emperor's chamberlain from April 1974 until June 2000. Kobayashi kept a diary with near-daily remarks of Hirohito for 26 years. It was made public on Wednesday 22 August 2018. According to Takahisa Furukawa, a professor of modern Japanese history at Nihon University, the diary reveals that the emperor "gravely took responsibility for the war for a long time, and as he got older, that feeling became stronger."
Jennifer Lind, associate professor of government at Dartmouth College and a specialist in Japanese war memory said:
"Over the years, these different pieces of evidence have trickled out and historians have amassed this picture of culpability and how he was reflecting on that. This is another piece of the puzzle that very much confirms that the picture that was taking place before, which is that he was extremely culpable, and after the war he was devastated about this."
An entry dated 27 May 1980 said the Emperor wanted to express his regret about the Sino-Japanese war to former Chinese Premier Hua Guofeng who visited at the time, but was stopped by senior members of the Imperial Household Agency due to fear of backlash from far right groups.
An entry dated 7 April 1987 said the Emperor was haunted by discussions of his wartime responsibility and, as a result, was losing his will to live.
In September 2021, 25 diaries, pocket notebooks and memos by Saburō Hyakutake (Emperor Hirohito's Grand Chamberlain from 1936 to 1944) deposited by his relatives to the library of the University of Tokyo's graduate schools for law and politics became available to the public.
Hyakutake's diary quotes some of Hirohito's ministers and advisers as being worried that the Emperor was getting ahead of them in terms of battle preparations.
Thus, Hyakutake quotes Tsuneo Matsudaira, the Imperial Household Minister, saying:
"The Emperor appears to have been prepared for war in the face of the tense times." (13 October 1941)
Likewise, Koichi Kido, Lord Keeper of the Privy Seal, is quoted as saying:
"I occasionally have to try to stop him from going too far." (13 October 1941)
"The Emperor's resolve appears to be going too far." (20 November 1941)
"I requested the Emperor to say things to give the impression that Japan will exhaust all measures to pursue peace when the Foreign Minister is present." (20 November 1941)
Seiichi Chadani, professor of modern Japanese history with Shigakukan University who has studied Hirohito's actions before and during the war said on the discovery of Hyakutake's diary:
"The archives available so far, including his biography compiled by the Imperial Household Agency, contained no detailed descriptions that his aides expressed concerns about Hirohito leaning toward Japan's entry into the war."
"(Hyakutake's diary) is a significant record penned by one of the close aides to the Emperor documenting the process of how Japan's leaders led to the war."
The declassified January 1989 British government assessment of Hirohito describes him as "too weak to alter the course of events" and Hirohito was "powerless" and comparisons with Hitler are "ridiculously wide off the mark." Hirohito's power was limited by ministers and the military and if he asserted his views too much he would have been replaced by another member of the royal family.
Indian jurist Radhabinod Pal opposed the International Military Tribunal and made a 1,235-page judgment. He found the entire prosecution case to be weak regarding the conspiracy to commit an act of aggressive war with brutalization and subjugation of conquered nations. Pal said there is "no evidence, testimonial or circumstantial, concomitant, prospectant, restrospectant, that would in any way lead to the inference that the government in any way permitted the commission of such offenses". He added that conspiracy to wage aggressive war was not illegal in 1937, or at any point since. Pal supported the acquittal of all of the defendants. He considered the Japanese military operations as justified, because Chiang Kai-shek supported the boycott of trade operations by the Western Powers, particularly the United States boycott of oil exports to Japan. Pal argued the attacks on neighboring territories were justified to protect the Japanese Empire from an aggressive environment, especially the Soviet Union. He considered that to be self-defense operations which are not criminal. Pal said "the real culprits are not before us" and concluded that "only a lost war is an international crime".
A January 1989 declassified British government assessment of Hirohito said the Emperor was "uneasy with Japan's drift to war in the 1930s and 1940s but was too weak to alter the course of events." The dispatch by John Whitehead, former ambassador of the United Kingdom to Japan, to Foreign Secretary Geoffrey Howe was declassified on Thursday 20 July 2017 at the National Archives in London. The letter was written shortly after Hirohito's death. Britain's ambassador to Japan John Whitehead stated in 1989:
"By personality and temperament, Hirohito was ill-suited to the role assigned to him by destiny. The successors of the men who had led the Meiji Restoration yearned for a charismatic warrior king. Instead, they were given an introspective prince who grew up to be more at home in the science laboratory than on the military parade ground. But in his early years, every effort was made to cast him in a different mould."
"A man of stronger personality than Hirohito might have tried more strenuously to check the growing influence of the military in Japanese politics and the drift of Japan toward war with the western powers." "The contemporary diary evidence suggests that Hirohito was uncomfortable with the direction of Japanese policy." "The consensus of those who have studied the documents of the period is that Hirohito was consistent in attempting to use his personal influence to induce caution and to moderate and even obstruct the growing impetus toward war."
Whitehead concludes that ultimately Hirohito was "powerless" and comparisons with Hitler are "ridiculously wide off the mark." If Hirohito acted too insistently with his views he could have been isolated or replaced with a more pliant member of the royal family. The pre-war Meiji Constitution defined Hirohito as "sacred" and all-powerful, but according to Whitehead, Hirohito's power was limited by ministers and the military. Whitehead explained after World War II that Hirohito's humility was fundamental for the Japanese people to accept the new 1947 constitution and allied occupation.
As Hirohito chose his uncle Prince Higashikuni as prime minister to assist the American occupation, there were attempts by numerous leaders to have him put on trial for alleged war crimes. Many members of the imperial family, such as Princes Chichibu, Takamatsu, and Higashikuni, pressured Hirohito to abdicate so that one of the Princes could serve as regent until Crown Prince Akihito came of age. On 27 February 1946, Hirohito's youngest brother, Prince Mikasa, even stood up in the privy council and indirectly urged Hirohito to step down and accept responsibility for Japan's defeat. According to Minister of Welfare Ashida's diary, "Everyone seemed to ponder Mikasa's words. Never have I seen His Majesty's face so pale."
U.S. General Douglas MacArthur insisted that Emperor Hirohito retain the throne. MacArthur saw Hirohito as a symbol of the continuity and cohesion of the Japanese people. Some historians criticize the decision to exonerate Hirohito and all members of the imperial family who were implicated in the war, such as Prince Chichibu, Prince Asaka, Prince Higashikuni, and Prince Hiroyasu Fushimi, from criminal prosecutions.
Before the war crime trials actually convened, the Supreme Commander of the Allied Powers, its International Prosecution Section (IPS) and Japanese officials worked behind the scenes not only to prevent the Imperial family from being indicted, but also to influence the testimony of the defendants to ensure that no one implicated Hirohito. High officials in court circles and the Japanese government collaborated with Allied General Headquarters in compiling lists of prospective war criminals, while the individuals arrested as Class A suspects and incarcerated solemnly vowed to protect their sovereign against any possible taint of war responsibility. Thus, "months before the Tokyo tribunal commenced, MacArthur's highest subordinates were working to attribute ultimate responsibility for Pearl Harbor to Hideki Tōjō" by allowing "the major criminal suspects to coordinate their stories so that Hirohito would be spared from indictment." According to John W. Dower, "This successful campaign to absolve Hirohito of war responsibility knew no bounds. Hirohito was not merely presented as being innocent of any formal acts that might make him culpable to indictment as a war criminal, he was turned into an almost saintly figure who did not even bear moral responsibility for the war." According to Bix, "MacArthur's truly extraordinary measures to save Hirohito from trial as a war criminal had a lasting and profoundly distorting impact on Japanese understanding of the lost war."
Hirohito was not put on trial, but he was forced to explicitly reject the quasi-official claim that Hirohito of Japan was an arahitogami, i.e., an incarnate divinity. This was motivated by the fact that, according to the Japanese constitution of 1889, Hirohito had a divine power over his country which was derived from the Shinto belief that the Japanese Imperial Family were the descendants of the sun goddess Amaterasu. Hirohito was however persistent in the idea that the Emperor of Japan should be considered a descendant of the gods. In December 1945, he told his vice-grand-chamberlain Michio Kinoshita: "It is permissible to say that the idea that the Japanese are descendants of the gods is a false conception; but it is absolutely impermissible to call chimerical the idea that the Emperor is a descendant of the gods." In any case, the "renunciation of divinity" was noted more by foreigners than by Japanese, and seems to have been intended for the consumption of the former. The theory of a constitutional monarchy had already had some proponents in Japan. In 1935, when Tatsukichi Minobe advocated the theory that sovereignty resides in the state, of which the Emperor is just an organ (the tennō kikan setsu), it caused a furor. He was forced to resign from the House of Peers and his post at the Tokyo Imperial University, his books were banned, and an attempt was made on his life. Not until 1946 was the tremendous step made to alter the Emperor's title from "imperial sovereign" to "constitutional monarch."
Although the Emperor had supposedly repudiated claims to divinity, his public position was deliberately left vague, partly because General MacArthur thought him probable to be a useful partner to get the Japanese to accept the occupation and partly due to behind-the-scenes maneuvering by Shigeru Yoshida to thwart attempts to cast him as a European-style monarch.
Nevertheless, Hirohito's status as a limited constitutional monarch was formalized with the enactment of the 1947 Constitution–officially, an amendment to the Meiji Constitution. It defined the Emperor as "the symbol of the state and the unity of the people," and stripped him of even nominal power in government matters. His role was limited to matters of state as delineated in the Constitution, and in most cases his actions in that realm were carried out in accordance with the binding instructions of the Cabinet.
Following the Iranian Revolution and the end of the short-lived Central African Empire, both in 1979, Hirohito found himself the last monarch in the world to bear any variation of the highest royal title "emperor."
For the rest of his life, Hirohito was an active figure in Japanese life and performed many of the duties commonly associated with a constitutional head of state. He and his family maintained a strong public presence, often holding public walkabouts and making public appearances at special events and ceremonies. For example, in 1947, the Emperor made a public visit to Hiroshima and held a speech in front of a massive crowd encouraging the city's citizens. He also played an important role in rebuilding Japan's diplomatic image, traveling abroad to meet with many foreign leaders, including Queen Elizabeth II (1971) and President Gerald Ford (1975). He was not only the first reigning emperor to travel beyond Japan, but also the first to meet a President of the United States. His status and image became strongly positive in the United States.
In 1971 (Shōwa 46), Hirohito visited seven European countries, including the United Kingdom, the Netherlands, and Switzerland again, for 17 days from 27 September to 14 October. In this case, a special aircraft Douglas DC-8 of Japan Airlines was used unlike the previous visit by ship. Although not counted as a visit, at that time, Hirohito stopped by Anchorage, Alaska as a stopover, and met with United States President Richard Nixon from Washington, DC, at the Alaska District Army Command House at Elmendorf Air Force Base.
The talks between Emperor Hirohito and President Nixon were not planned at the outset, because initially the stop in the United States was only for refueling to visit Europe. However, the meeting was decided in a hurry at the request of the United States. Although the Japanese side accepted the request, Minister for Foreign Affairs Takeo Fukuda made a public telephone call to the Japanese ambassador to the United States Nobuhiko Ushiba, who promoted talks, saying, "that will cause me a great deal of trouble. We want to correct the perceptions of the other party." At that time, Foreign Minister Fukuda was worried that President Nixon's talks with Hirohito would be used to repair the deteriorating Japan–U.S. relations, and he was concerned that the premise of the symbolic emperor system could fluctuate.
There was an early visit, with deep royal exchanges in Denmark and Belgium, and in France they were warmly welcomed. In France, Hirohito reunited with Edward VIII, who had abdicated in 1936 and was virtually in exile, and they chatted for a while. However, protests were held in Britain and the Netherlands by veterans who had served in the South-East Asian theatre and civilian victims of the brutal occupation there. In the Netherlands, raw eggs and vacuum flasks were thrown. The protest was so severe that Empress Kōjun, who accompanied the Hirohito, was exhausted. In the United Kingdom, protestors stood in silence and turned their backs when Hirohito's carriage passed them while others wore red gloves to symbolize the dead. The satirical magazine Private Eye used a racist double entendre to refer to Hirohito's visit ("nasty Nip in the air"). In West Germany, the Japanese monarch's visit was met with hostile far-left protests, participants of which viewed Hirohito as the East Asian equivalent of Adolf Hitler and referred to him as "Hirohitler", and prompted a wider comparative discussion of the memory and perception of Axis war crimes. The protests against Hirohito's visit also condemned and highlighted what they perceived as mutual Japanese and West German complicity in and enabling of the American war effort against communism in Vietnam.
Regarding these protests and opposition, Emperor Hirohito was not surprised to have received a report in advance at a press conference on 12 November after returning to Japan and said that "I do not think that welcome can be ignored" from each country. Also, at a press conference following their golden wedding anniversary three years later, along with the Empress, he mentioned this visit to Europe as his most enjoyable memory in 50 years.
In 1975, Hirohito visited the United States for 14 days from 30 September to 14 October, at the invitation of President Gerald Ford. The visit was the first such event in US–Japanese history. The United States Army, Navy and Air Force, as well as the Marine Corps and the Coast Guard honored the state visit. Before and after the visit, a series of terrorist attacks in Japan were caused by anti-American left-wing organizations such as the East Asia Anti-Japan Armed Front.
After arriving in Williamsburg on 30 September 1975, Emperor Hirohito stayed in the United States for two weeks. The official meeting with President Ford occurred on 2 October. On 3 October, Hirohito visited Arlington National Cemetery. On 6 October, Emperor Hirohito and Empress Nagako visited Vice President and Mrs. Rockefeller at their home in Westchester County, New York.
In a speech at the White House state dinner, Hirohito read, "Thanks to the United States for helping to rebuild Japan after the war." During his stay in Los Angeles, he visited Disneyland, and a smiling photo next to Mickey Mouse adorned the newspapers, and there was talk about the purchase of a Mickey Mouse watch. Two types of commemorative stamps and stamp sheets were issued on the day of their return to Japan which demonstrated that the visit had been a significant undertaking. This was the last visit of Emperor Shōwa to the United States. The official press conference held by the Emperor and Empress before and after their visit also marked a breakthrough.
Hirohito was deeply interested in and well-informed about marine biology, and the Imperial Palace contained a laboratory from which Hirohito published several papers in the field under his personal name "Hirohito". His contributions included the description of several dozen species of Hydrozoa new to science.
Hirohito maintained an official boycott of the Yasukuni Shrine after it was revealed to him that Class-A war criminals had secretly been enshrined after its post-war rededication. This boycott lasted from 1978 until his death and has been continued by his successors, Akihito and Naruhito.
On 20 July 2006, Nihon Keizai Shimbun published a front-page article about the discovery of a memorandum detailing the reason that Hirohito stopped visiting Yasukuni. The memorandum, kept by former chief of Imperial Household Agency Tomohiko Tomita, confirms for the first time that the enshrinement of 14 Class-A war criminals in Yasukuni was the reason for the boycott. Tomita recorded in detail the contents of his conversations with Hirohito in his diaries and notebooks. According to the memorandum, in 1988, Hirohito expressed his strong displeasure at the decision made by Yasukuni Shrine to include Class-A war criminals in the list of war dead honored there by saying, "At some point, Class-A criminals became enshrined, including Matsuoka and Shiratori. I heard Tsukuba acted cautiously." Tsukuba is believed to refer to Fujimaro Tsukuba, the former chief Yasukuni priest at the time, who decided not to enshrine the war criminals despite having received in 1966 the list of war dead compiled by the government. "What's on the mind of Matsudaira's son, who is the current head priest?" "Matsudaira had a strong wish for peace, but the child didn't know the parent's heart. That's why I have not visited the shrine since. This is my heart." Matsudaira is believed to refer to Yoshitami Matsudaira, who was the grand steward of the Imperial Household immediately after the end of World War II. His son, Nagayoshi, succeeded Fujimaro Tsukuba as the chief priest of Yasukuni and decided to enshrine the war criminals in 1978. Nagayoshi Matsudaira died in 2006, which some commentators have speculated is the reason for release of the memo.
On 22 September 1987, Hirohito underwent surgery on his pancreas after having digestive problems for several months. The doctors discovered that he had duodenal cancer. Hirohito appeared to be making a full recovery for several months after the surgery. About a year later, however, on 19 September 1988, he collapsed in his palace, and his health worsened over the next several months as he suffered from continuous internal bleeding.
The Emperor died at 6:33 am on 7 January 1989 at the age of 87. The announcement from the grand steward of Japan's Imperial Household Agency, Shoichi Fujimori, revealed details about his cancer for the first time. Hirohito was survived by his wife, his five surviving children, ten grandchildren, and one great-grandchild.
At the time of his death he was both the longest-lived and longest-reigning historical Japanese emperor, as well as the longest-reigning monarch in the world at that time. The latter distinction passed to king Bhumibol Adulyadej of Thailand when he surpassed him in July 2008 until his own death on 13 October 2016.
The Emperor was succeeded by his eldest son, Akihito, whose enthronement ceremony was held on 12 November 1990.
Hirohito's death ended the Shōwa era. On the same day a new era began: the Heisei era, effective at midnight the following day. From 7 January until 31 January, Hirohito formal appellation was "Departed Emperor" (大行天皇, Taikō-tennō). His definitive posthumous name, Shōwa Tennō (昭和天皇), was determined on 13 January and formally released on 31 January by Noboru Takeshita, the prime minister.
On 24 February, Hirohito's state funeral was held, and unlike that of his predecessor, it was formal but not conducted in a strictly Shinto manner. A large number of world leaders attended the funeral. Hirohito is buried in the Musashi Imperial Graveyard in Hachiōji, alongside his wife and his parents.
Emperor Shōwa and Empress Kōjun had seven children (two sons and five daughters). | [
{
"paragraph_id": 0,
"text": "Hirohito (29 April 1901 – 7 January 1989), posthumously honored as Emperor Shōwa, was the 124th emperor of Japan, reigning from 1926 until his death in 1989. His reign of over 62 years is the longest of any historical Japanese emperor and one of the longest-reigning monarchs in the world.",
"title": ""
},
{
"paragraph_id": 1,
"text": "He was the head of state under the Meiji Constitution during Japan's imperial expansion, militarization, and involvement in World War II. Under Hirohito, Japan waged a war across Asia in the 1930s and 1940s.",
"title": ""
},
{
"paragraph_id": 2,
"text": "After Japan's surrender, despite Japan waging the war in the name of Hirohito, he was not prosecuted for war crimes, for General Douglas MacArthur thought that an ostensibly cooperative emperor would help establish a peaceful Allied occupation and would help the U.S. achieve its postwar objectives. On 1 January 1946, under pressure from the Allies, the Emperor formally renounced his divinity.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Hirohito and his wife, Nagako, had two sons and five daughters; he was succeeded by his fifth child and eldest son, Akihito. By 1979, Hirohito was the only monarch in the world with the title \"Emperor\".",
"title": ""
},
{
"paragraph_id": 4,
"text": "Hirohito was born at Aoyama Palace in Tokyo (during the reign of his grandfather, Emperor Meiji) on 29 April 1901, the first son of 21-year-old Crown prince Yoshihito (the future Emperor Taishō) and 16-year-old Crown Princess Sadako (the future Empress Teimei). He was the grandson of Emperor Meiji and Yanagiwara Naruko. His childhood title was Prince Michi.",
"title": "Early life"
},
{
"paragraph_id": 5,
"text": "Ten weeks after he was born, Hirohito was removed from the court and placed in the care of Count Kawamura Sumiyoshi, who raised him as his grandchild. At the age of 3, Hirohito and his brother Yasuhito were returned to court when Kawamura died – first to the imperial mansion in Numazu, Shizuoka, then back to the Aoyama Palace.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "In 1908, he began elementary studies at the Gakushūin (Peers School). Emperor Mutsuhito, then appointed General Nogi Maresuke to be the Gakushūin's tenth president as well as the one in-charge on educating his grandson. The main aspect that they focused was on physical education and health, primarily because Hirohito was a sickly child, on par with the impartment or inculcation of values such as frugality, patience, manliness, self-control, and devotion to the duty at hand.",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "During 1912, at the age of 11, Hirohito was commissioned into the Imperial Japanese Army as a Second Lieutenant and in the Imperial Japanese Navy as an Ensign. He was also bestowed with the Grand Cordon of the Order of the Chrysanthemum. When his grandfather, Emperor Meiji died on 30 July 1912, Yoshihito assumed the throne and his eldest son, Hirohito became heir apparent.",
"title": "Early life"
},
{
"paragraph_id": 8,
"text": "After learning about the death of his instructor, General Nogi, he along with his brothers were reportedly overcome with emotions. He would later acknowledge the lasting influence of Nogi in his life. At that time he was still two years away from completing primary school, henceforth his education was compensated by Fleet Admiral Togo Heihachiro and Naval Captain Ogasawara Naganari, wherein later on, would become his major opponents with regards to his national defense policy.",
"title": "Early life"
},
{
"paragraph_id": 9,
"text": "Shiratori Kurakichi, one of his middle-school instructors, was one of the personalities who deeply influenced the life of Hirohito. Kurakichi was a trained historian from Germany, imbibing the positivist historiographic trend by Leopold von Ranke. He was the one who inculcated in the mind of the young Hirohito that there is a connection between the divine origin of the imperial line and the aspiration of linking it to the myth of the racial superiority and homogeneity of the Japanese. The emperors were often a driving force in the modernization of their country. He taught Hirohito that the Empire of Japan was created and governed through diplomatic actions (taking into accounts the interests of other nations benevolently and justly).",
"title": "Early life"
},
{
"paragraph_id": 10,
"text": "On 2 November 1916, Hirohito was formally proclaimed crown prince and heir apparent. An investiture ceremony was not required to confirm this status.",
"title": "Crown Prince era"
},
{
"paragraph_id": 11,
"text": "From 3 March to 3 September 1921 (Taisho 10), the Crown Prince made official visits to the United Kingdom, France, the Netherlands, Belgium, Italy and Vatican City. This was the first visit to Western Europe by the Crown Prince. Despite strong opposition in Japan, this was realized by the efforts of elder Japanese statesmen (Genrō) such as Yamagata Aritomo and Saionji Kinmochi.",
"title": "Crown Prince era"
},
{
"paragraph_id": 12,
"text": "The departure of Prince Hirohito was widely reported in newspapers. The Japanese battleship Katori was used, and departed from Yokohama, sailed to Naha, Hong Kong, Singapore, Colombo, Suez, Cairo, and Gibraltar. It arrived in Portsmouth two months later on 9 May, and on the same day they reached the British capital London. He was welcomed in the UK as a partner of the Anglo-Japanese Alliance and met with King George V and Prime Minister David Lloyd George. That evening, a banquet was held at Buckingham Palace and a meeting with George V and Prince Arthur of Connaught. George V said that he treated his father like Hirohito, who was nervous in an unfamiliar foreign country, and that relieved his tension. The next day, he met Prince Edward (the future Edward VIII) at Windsor Castle, and a banquet was held every day thereafter. In London, he toured the British Museum, the Tower of London, the Bank of England, Lloyd's Marine Insurance, Oxford University, Army University, and the Naval War College. He also enjoyed theater at the New Oxford Theatre and the Delhi Theatre. At Cambridge University, he listened to Professor J. R. Tanner's lecture on \"Relationship between the British Royal Family and its People\" and was awarded an honorary doctorate degree. He visited Edinburgh, Scotland, from 19 to 20 May, and was also awarded an Honorary Doctor of Laws at the University of Edinburgh. He stayed at the residence of John Stewart-Murray, 8th Duke of Atholl, for three days. On his stay with Stuart-Murray, the prince was quoted as saying, \"The rise of Bolsheviks won't happen if you live a simple life like Duke Athol.\"",
"title": "Crown Prince era"
},
{
"paragraph_id": 13,
"text": "In Italy, he met with King Vittorio Emanuele III and others, attended official international banquets, and visited places such as the fierce battlefields of World War I.",
"title": "Crown Prince era"
},
{
"paragraph_id": 14,
"text": "After returning to Japan, Hirohito became Regent of Japan (Sesshō) on 25 November 1921, in place of his ailing father, who was affected by mental illness. In 1923 he was promoted to the rank of Lieutenant-Colonel in the army and Commander in the navy, and army Colonel and Navy Captain in 1925.",
"title": "Crown Prince era"
},
{
"paragraph_id": 15,
"text": "During Hirohito's regency, many important events occurred:",
"title": "Crown Prince era"
},
{
"paragraph_id": 16,
"text": "In the Four-Power Treaty on Insular Possessions signed on 13 December 1921, Japan, the United States, Britain, and France agreed to recognize the status quo in the Pacific. Japan and Britain agreed to end the Anglo-Japanese Alliance. The Washington Naval Treaty limiting warship numbers was signed on 6 February 1922. Japan withdrew troops from the Siberian Intervention on 28 August 1922. The Great Kantō earthquake devastated Tokyo on 1 September 1923. On 27 December 1923, Daisuke Namba attempted to assassinate Hirohito in the Toranomon Incident, but his attempt failed. During interrogation, he claimed to be a communist and was executed.",
"title": "Crown Prince era"
},
{
"paragraph_id": 17,
"text": "Prince Hirohito married his distant cousin Princess Nagako Kuni, the eldest daughter of Prince Kuniyoshi Kuni, on 26 January 1924. They had two sons and five daughters (see Issue).",
"title": "Marriage"
},
{
"paragraph_id": 18,
"text": "The daughters who lived to adulthood left the imperial family as a result of the American reforms of the Japanese imperial household in October 1947 (in the case of Princess Shigeko) or under the terms of the Imperial Household Law at the moment of their subsequent marriages (in the cases of Princesses Kazuko, Atsuko, and Takako).",
"title": "Marriage"
},
{
"paragraph_id": 19,
"text": "On 25 December 1926, Yoshihito died and Hirohito became emperor. The Crown Prince was said to have received the succession (senso). The Taishō era's end and the Shōwa era's beginning (Enlightened Peace) were proclaimed. The deceased Emperor was posthumously renamed Emperor Taishō within days. Following Japanese custom, the new Emperor was never referred to by his given name but rather was referred to simply as \"His Majesty the Emperor\" which may be shortened to \"His Majesty.\" In writing, the Emperor was also referred to formally as \"The Reigning Emperor.\"",
"title": "Reign"
},
{
"paragraph_id": 20,
"text": "In November 1928, Hirohito's accession was confirmed in ceremonies (sokui) which are conventionally identified as \"enthronement\" and \"coronation\" (Shōwa no tairei-shiki); but this formal event would have been more accurately described as a public confirmation that he possessed the Japanese Imperial Regalia, also called the Three Sacred Treasures, which have been handed down through the centuries. However his enthronment were planned and staged under the economic conditions of a recession whereas the 55th Imperial Diet unanimously passed $7,360,000 for the festivities.",
"title": "Reign"
},
{
"paragraph_id": 21,
"text": "The first part of Hirohito's reign took place against a background of financial crisis and increasing military power within the government through both legal and extralegal means. The Imperial Japanese Army and Imperial Japanese Navy held veto power over the formation of cabinets since 1900. Between 1921 and 1944, there were 64 separate incidents of political violence.",
"title": "Reign"
},
{
"paragraph_id": 22,
"text": "Hirohito narrowly escaped assassination by a hand grenade thrown by a Korean independence activist, Lee Bong-chang, in Tokyo on 9 January 1932, in the Sakuradamon Incident.",
"title": "Reign"
},
{
"paragraph_id": 23,
"text": "Another notable case was the assassination of moderate Prime Minister Inukai Tsuyoshi in 1932, marking the end of civilian control of the military. The February 26 incident, an attempted military coup, followed in February 1936. It was carried out by junior Army officers of the Kōdōha faction who had the sympathy of many high-ranking officers including Yasuhito, Prince Chichibu, one of Hirohito's brothers. This revolt was occasioned by a loss of political support by the militarist faction in Diet elections. The coup resulted in the murders of several high government and Army officials.",
"title": "Reign"
},
{
"paragraph_id": 24,
"text": "When Chief Aide-de-camp Shigeru Honjō informed him of the revolt, Hirohito immediately ordered that it be put down and referred to the officers as \"rebels\" (bōto). Shortly thereafter, he ordered Army Minister Yoshiyuki Kawashima to suppress the rebellion within the hour. He asked for reports from Honjō every 30 minutes. The next day, when told by Honjō that the high command had made little progress in quashing the rebels, the Emperor told him \"I Myself, will lead the Konoe Division and subdue them.\" The rebellion was suppressed following his orders on 29 February.",
"title": "Reign"
},
{
"paragraph_id": 25,
"text": "Beginning from the Mukden Incident in 1931 in which Japan staged a False flag operation and made a false accusation against Chinese dissidents as a pretext to invade Manchuria, Japan occupied Chinese territories and established puppet governments. Such aggression was recommended to Hirohito by his chiefs of staff and prime minister Fumimaro Konoe, and Hirohito did not voice objection to the invasion of China.",
"title": "Reign"
},
{
"paragraph_id": 26,
"text": "A diary by chamberlain Kuraji Ogura says that he was reluctant to start war against China in 1937 because they had underestimated China's military strength and Japan should be cautious in its strategy. In this regard, Ogura writes Hirohito said that \"once you start (a war), it cannot easily be stopped in the middle ... What's important is when to end the war\" and \"one should be cautious in starting a war, but once begun, it should be carried out thoroughly.\"",
"title": "Reign"
},
{
"paragraph_id": 27,
"text": "Nonetheless, according to Herbert Bix, Hirohito's main concern seems to have been the possibility of an attack by the Soviet Union given his questions to his chief of staff, Prince Kan'in Kotohito, and army minister, Hajime Sugiyama, about the time it could take to crush Chinese resistance and how could they prepare for the eventuality of a Soviet incursion. Based on Bix's findings, Hirohito was displeased by Prince Kan'in's evasive responses about the substance of such contingency plans but nevertheless still approved the decision to move troops to North China.",
"title": "Reign"
},
{
"paragraph_id": 28,
"text": "According to Akira Fujiwara, Hirohito endorsed the policy of qualifying the invasion of China as an \"incident\" instead of a \"war\"; therefore, he did not issue any notice to observe international law in this conflict (unlike what his predecessors did in previous conflicts officially recognized by Japan as wars), and the Deputy Minister of the Japanese Army instructed the chief of staff of Japanese China Garrison Army on 5 August not to use the term \"prisoners of war\" for Chinese captives. This instruction led to the removal of the constraints of international law on the treatment of Chinese prisoners. The works of Yoshiaki Yoshimi and Seiya Matsuno show that Hirohito also authorized, by specific orders (rinsanmei), the use of chemical weapons against the Chinese.",
"title": "Reign"
},
{
"paragraph_id": 29,
"text": "Later in his life, Hirohito looked back on his decision to give the go-ahead to wage a 'defensive' war against China and opined that his foremost priority was not to wage war with China but to prepare for a war with the Soviet Union, as his army had reassured him that the China war would end within three months, but that decision of his had haunted him since he forgot that the Japanese forces in China were drastically fewer than that of the Chinese, hence the shortsightedness of his perspective was evident.",
"title": "Reign"
},
{
"paragraph_id": 30,
"text": "On December 1, 1937, Hirohito had given formal instruction to General Iwane Matsui to capture and occupy the enemy capital of Nanking. He was very eager to fight this battle since he and his council firmly believed that all it would take is a one huge blow that to bring forth the surrender of Chiang Kai-Shek. He even gave an Imperial Rescript to Iwane when he returned to Tokyo a year later, despite the brutality that his officers had inflicted on the Chinese populace in Nanking, hence Hirohito had seemingly turned a blind eye to and condoned these monstrosities.",
"title": "Reign"
},
{
"paragraph_id": 31,
"text": "During the invasion of Wuhan, from August to October 1938, Hirohito authorized the use of toxic gas on 375 separate occasions, despite the resolution adopted by the League of Nations on 14 May condemning Japanese use of toxic gas.",
"title": "Reign"
},
{
"paragraph_id": 32,
"text": "In July 1939, Hirohito quarrelled with his brother, Prince Chichibu, over whether to support the Anti-Comintern Pact, and reprimanded the army minister, Seishirō Itagaki. But after the success of the Wehrmacht in Europe, Hirohito consented to the alliance. On 27 September 1940, ostensibly under Hirohito's leadership, Japan became a contracting partner of the Tripartite Pact with Germany and Italy forming the Axis powers.",
"title": "Reign"
},
{
"paragraph_id": 33,
"text": "The objectives to be obtained were clearly defined: a free hand to continue with the conquest of China and Southeast Asia, no increase in US or British military forces in the region, and cooperation by the West \"in the acquisition of goods needed by our Empire.\"",
"title": "Reign"
},
{
"paragraph_id": 34,
"text": "On 5 September, Prime Minister Konoe informally submitted a draft of the decision to Hirohito, just one day in advance of the Imperial Conference at which it would be formally implemented. On this evening, Hirohito had a meeting with the chief of staff of the army, Sugiyama, chief of staff of the navy, Osami Nagano, and Prime Minister Konoe. Hirohito questioned Sugiyama about the chances of success of an open war with the Occident. As Sugiyama answered positively, Hirohito scolded him:",
"title": "Reign"
},
{
"paragraph_id": 35,
"text": "—At the time of the China Incident, the army told me that we could achieve peace immediately after dealing them one blow with three divisions ... but you can't still beat Chiang Kai-shek even today! Sugiyama, you were army minister at that time.—China is a vast area with many ways in and ways out, and we met unexpectedly big difficulties ...—You say the interior of China is huge; isn't the Pacific Ocean even bigger than China? ... Didn't I caution you each time about those matters? Sugiyama, are you lying to me?",
"title": "Reign"
},
{
"paragraph_id": 36,
"text": "Chief of Naval General Staff Admiral Nagano, a former Navy Minister and vastly experienced, later told a trusted colleague, \"I have never seen the Emperor reprimand us in such a manner, his face turning red and raising his voice.\"",
"title": "Reign"
},
{
"paragraph_id": 37,
"text": "Nevertheless, all speakers at the Imperial Conference were united in favor of war rather than diplomacy. Baron Yoshimichi Hara, President of the Imperial Council and Hirohito's representative, then questioned them closely, producing replies to the effect that war would be considered only as a last resort from some, and silence from others.",
"title": "Reign"
},
{
"paragraph_id": 38,
"text": "On 8 October, Sugiyama signed a 47-page report to the Emperor (sōjōan) outlining in minute detail plans for the advance into Southeast Asia. During the third week of October, Sugiyama gave Hirohito a 51-page document, \"Materials in Reply to the Throne,\" about the operational outlook for the war.",
"title": "Reign"
},
{
"paragraph_id": 39,
"text": "As war preparations continued, Prime Minister Fumimaro Konoe found himself increasingly isolated, and he resigned on 16 October. He justified himself to his chief cabinet secretary, Kenji Tomita, by stating:",
"title": "Reign"
},
{
"paragraph_id": 40,
"text": "Of course His Majesty is a pacifist, and there is no doubt he wished to avoid war. When I told him that to initiate war was a mistake, he agreed. But the next day, he would tell me: \"You were worried about it yesterday, but you do not have to worry so much.\" Thus, gradually, he began to lean toward war. And the next time I met him, he leaned even more toward. In short, I felt the Emperor was telling me: my prime minister does not understand military matters, I know much more. In short, the Emperor had absorbed the view of the army and navy high commands.",
"title": "Reign"
},
{
"paragraph_id": 41,
"text": "The army and the navy recommended the appointment of Prince Naruhiko Higashikuni, one of Hirohito's uncles, as prime minister. According to the Shōwa \"Monologue\", written after the war, Hirohito then said that if the war were to begin while a member of the imperial house was prime minister, the imperial house would have to carry the responsibility and he was opposed to this.",
"title": "Reign"
},
{
"paragraph_id": 42,
"text": "Instead, Hirohito chose the hard-line General Hideki Tōjō, who was known for his devotion to the imperial institution, and asked him to make a policy review of what had been sanctioned by the Imperial Conferences. On 2 November Tōjō, Sugiyama, and Nagano reported to Hirohito that the review of eleven points had been in vain. Emperor Hirohito gave his consent to the war and then asked: \"Are you going to provide justification for the war?\" The decision for war against the United States was presented for approval to Hirohito by General Tōjō, Naval Minister Admiral Shigetarō Shimada, and Japanese Foreign Minister Shigenori Tōgō.",
"title": "Reign"
},
{
"paragraph_id": 43,
"text": "On 3 November, Nagano explained in detail the plan of the attack on Pearl Harbor to Hirohito. On 5 November Emperor Hirohito approved in imperial conference the operations plan for a war against the Occident and had many meetings with the military and Tōjō until the end of the month. On 25 November Henry L. Stimson, United States Secretary of War, noted in his diary that he had discussed with US President Franklin D. Roosevelt the severe likelihood that Japan was about to launch a surprise attack and that the question had been \"how we should maneuver them [the Japanese] into the position of firing the first shot without allowing too much danger to ourselves.\"",
"title": "Reign"
},
{
"paragraph_id": 44,
"text": "On the following day, 26 November 1941, US Secretary of State Cordell Hull presented the Japanese ambassador with the Hull note, which as one of its conditions demanded the complete withdrawal of all Japanese troops from French Indochina and China. Japanese Prime Minister Hideki Tojo said to his cabinet, \"This is an ultimatum.\" On 1 December an Imperial Conference sanctioned the \"War against the United States, United Kingdom and the Kingdom of the Netherlands.\"",
"title": "Reign"
},
{
"paragraph_id": 45,
"text": "On 8 December (7 December in Hawaii), 1941, in simultaneous attacks, Japanese forces struck at the Hong Kong Garrison, the US Fleet in Pearl Harbor and in the Philippines, and began the invasion of Malaya.",
"title": "Reign"
},
{
"paragraph_id": 46,
"text": "With the nation fully committed to the war, Hirohito took a keen interest in military progress and sought to boost morale. According to Akira Yamada and Akira Fujiwara, Hirohito made major interventions in some military operations. For example, he pressed Sugiyama four times, on 13 and 21 January and 9 and 26 February, to increase troop strength and launch an attack on Bataan. On 9 February 19 March, and 29 May, Hirohito ordered the Army Chief of staff to examine the possibilities for an attack on Chongqing in China, which led to Operation Gogo.",
"title": "Reign"
},
{
"paragraph_id": 47,
"text": "While some authors, like journalists Peter Jennings and Todd Brewster, say that throughout the war, Hirohito was \"outraged\" at Japanese war crimes and the political dysfunction of many societal institutions that proclaimed their loyalty to him, and sometimes spoke up against them, others, such as historians Herbert P. Bix and Mark Felton, as well as the expert on China’s international relations Michael Tai, point out that Hirohito personally sanctioned the \"Three Alls policy\" (Sankō Sakusen), a scorched earth strategy implemented in China from 1942 to 1945 and which was both directly and indirectly responsible for the deaths of \"more than 2.7 million\" Chinese civilians.",
"title": "Reign"
},
{
"paragraph_id": 48,
"text": "As the tide of war began to turn against Japan (around late 1942 and early 1943), the flow of information to the palace gradually began to bear less and less relation to reality, while others suggest that Hirohito worked closely with Prime Minister Hideki Tojo, continued to be well and accurately briefed by the military, and knew Japan's military position precisely right up to the point of surrender. The chief of staff of the General Affairs section of the Prime Minister's office, Shuichi Inada, remarked to Tōjō's private secretary, Sadao Akamatsu:",
"title": "Reign"
},
{
"paragraph_id": 49,
"text": "There has never been a cabinet in which the prime minister, and all the ministers, reported so often to the throne. In order to effect the essence of genuine direct imperial rule and to relieve the concerns of the Emperor, the ministers reported to the throne matters within the scope of their responsibilities as per the prime minister's directives ... In times of intense activities, typed drafts were presented to the Emperor with corrections in red. First draft, second draft, final draft and so forth, came as deliberations progressed one after the other and were sanctioned accordingly by the Emperor.",
"title": "Reign"
},
{
"paragraph_id": 50,
"text": "In the first six months of war, all the major engagements had been victories. Japanese advances were stopped in the summer of 1942 with the battle of Midway and the landing of the American forces on Guadalcanal and Tulagi in August. Hirohito played an increasingly influential role in the war; in eleven major episodes he was deeply involved in supervising the actual conduct of war operations. Hirohito pressured the High Command to order an early attack on the Philippines in 1941–42, including the fortified Bataan peninsula. He secured the deployment of army air power in the Guadalcanal campaign. Following Japan's withdrawal from Guadalcanal he demanded a new offensive in New Guinea, which was duly carried out but failed badly. Unhappy with the navy's conduct of the war, he criticized its withdrawal from the central Solomon Islands and demanded naval battles against the Americans for the losses they had inflicted in the Aleutians. The battles were disasters. Finally, it was at his insistence that plans were drafted for the recapture of Saipan and, later, for an offensive in the Battle of Okinawa. With the Army and Navy bitterly feuding, he settled disputes over the allocation of resources. He helped plan military offenses.",
"title": "Reign"
},
{
"paragraph_id": 51,
"text": "On September of 1944, Hirohito declared that it must be his citizens' resolve to smash the evil purposes of the Westerners so that their imperial destiny might continue, but all along, it is just a mask for the urgent need of Japan to scratch a victory against the counter-offensive campaign of the Allied Forces.",
"title": "Reign"
},
{
"paragraph_id": 52,
"text": "On October 18, 1944, the Imperial headquarters had resolved that the Japanese must make a stand in the vicinity of Leyte to prevent the Americans from landing in the Philippines. This view was widely frowned upon and disgruntled the policymakers from both the army and navy sectors. Hirohito was quoted that he approved of such since if they won in that campaign, they would be finally having a room to negotiate with the Americans. As high as their spirits could go, the reality check for the Japanese would also come into play since the forces they have sent in Leyte, was practically the ones that would efficiently defend the island of Luzon, hence the Japanese had struck a huge blow in their own military planning.",
"title": "Reign"
},
{
"paragraph_id": 53,
"text": "The media, under tight government control, repeatedly portrayed him as lifting the popular morale even as the Japanese cities came under heavy air attack in 1944–45 and food and housing shortages mounted. Japanese retreats and defeats were celebrated by the media as successes that portended \"Certain Victory.\" Only gradually did it become apparent to the Japanese people that the situation was very grim due to growing shortages of food, medicine, and fuel as U.S submarines began wiping out Japanese shipping. Starting in mid 1944, American raids on the major cities of Japan made a mockery of the unending tales of victory. Later that year, with the downfall of Tojo's government, two other prime ministers were appointed to continue the war effort, Kuniaki Koiso and Kantarō Suzuki—each with the formal approval of Hirohito. Both were unsuccessful and Japan was nearing disaster.",
"title": "Reign"
},
{
"paragraph_id": 54,
"text": "In early 1945, in the wake of the losses in the Battle of Leyte, Emperor Hirohito began a series of individual meetings with senior government officials to consider the progress of the war. All but ex-Prime Minister Fumimaro Konoe advised continuing the war. Konoe feared a communist revolution even more than defeat in war and urged a negotiated surrender. In February 1945, during the first private audience with Hirohito he had been allowed in three years, Konoe advised Hirohito to begin negotiations to end the war. According to Grand Chamberlain Hisanori Fujita, Hirohito, still looking for a tennozan (a great victory) in order to provide a stronger bargaining position, firmly rejected Konoe's recommendation.",
"title": "Reign"
},
{
"paragraph_id": 55,
"text": "With each passing week victory became less likely. In April, the Soviet Union issued notice that it would not renew its neutrality agreement. Japan's ally Germany surrendered in early May 1945. In June, the cabinet reassessed the war strategy, only to decide more firmly than ever on a fight to the last man. This strategy was officially affirmed at a brief Imperial Council meeting, at which, as was normal, Hirohito did not speak.",
"title": "Reign"
},
{
"paragraph_id": 56,
"text": "The following day, Lord Keeper of the Privy Seal Kōichi Kido prepared a draft document which summarized the hopeless military situation and proposed a negotiated settlement. Extremists in Japan were also calling for a death-before-dishonor mass suicide, modeled on the \"47 Ronin\" incident. By mid-June 1945, the cabinet had agreed to approach the Soviet Union to act as a mediator for a negotiated surrender but not before Japan's bargaining position had been improved by repulse of the anticipated Allied invasion of mainland Japan.",
"title": "Reign"
},
{
"paragraph_id": 57,
"text": "On 22 June, Hirohito met with his ministers saying, \"I desire that concrete plans to end the war, unhampered by existing policy, be speedily studied and that efforts be made to implement them.\" The attempt to negotiate a peace via the Soviet Union came to nothing. There was always the threat that extremists would carry out a coup or foment other violence. On 26 July 1945, the Allies issued the Potsdam Declaration demanding unconditional surrender. The Japanese government council, the Big Six, considered that option and recommended to Hirohito that it be accepted only if one to four conditions were agreed upon, including a guarantee of Hirohito's continued position in Japanese society. Hirohito decided not to surrender.",
"title": "Reign"
},
{
"paragraph_id": 58,
"text": "That changed after the atomic bombings of Hiroshima and Nagasaki and the Soviet declaration of war. On 9 August, Emperor Hirohito told Kōichi Kido: \"The Soviet Union has declared war and today began hostilities against us.\" On 10 August, the cabinet drafted an \"Imperial Rescript ending the War\" following Hirohito's indications that the declaration did not compromise any demand which prejudiced his prerogatives as a sovereign ruler.",
"title": "Reign"
},
{
"paragraph_id": 59,
"text": "On 12 August 1945, Hirohito informed the imperial family of his decision to surrender. One of his uncles, Prince Yasuhiko Asaka, asked whether the war would be continued if the kokutai (national polity) could not be preserved. Hirohito simply replied \"Of course.\" On 14 August, Hirohito made the decision to surrender \"unconditionally\" and the Suzuki government notified the Allies that it had accepted the Potsdam Declaration.",
"title": "Reign"
},
{
"paragraph_id": 60,
"text": "On 15 August, a recording of Hirohito's surrender speech was broadcast over the radio (the first time Hirohito was heard on the radio by the Japanese people) announcing Japan's acceptance of the Potsdam Declaration. During the historic broadcast Hirohito stated: \"Moreover, the enemy has begun to employ a new and most cruel bomb, the power of which to do damage is, indeed, incalculable, taking the toll of many innocent lives. Should we continue to fight, not only would it result in an ultimate collapse and obliteration of the Japanese nation, but also it would lead to the total extinction of human civilization.\" The speech also noted that \"the war situation has developed not necessarily to Japan's advantage\" and ordered the Japanese to \"endure the unendurable.\" The speech, using formal, archaic Japanese, was not readily understood by many commoners. According to historian Richard Storry in A History of Modern Japan, Hirohito typically used \"a form of language familiar only to the well-educated\" and to the more traditional samurai families.",
"title": "Reign"
},
{
"paragraph_id": 61,
"text": "A faction of the army opposed to the surrender attempted a coup d'état on the evening of 14 August, prior to the broadcast. They seized the Imperial Palace (the Kyūjō incident), but the physical recording of Hirohito's speech was hidden and preserved overnight. The coup failed, and the speech was broadcast the next morning.",
"title": "Reign"
},
{
"paragraph_id": 62,
"text": "In his first ever press conference given in Tokyo in 1975, when he was asked what he thought of the bombing of Hiroshima, Hirohito answered: \"It's very regrettable that nuclear bombs were dropped and I feel sorry for the citizens of Hiroshima but it couldn't be helped because that happened in wartime\" (shikata ga nai, meaning \"it cannot be helped\").",
"title": "Reign"
},
{
"paragraph_id": 63,
"text": "After the Japanese surrender in August 1945, there was a large amount of pressure that came from both Allied countries and Japanese leftists that demanded Hirohito step down and be indicted as a war criminal. The Australian government listed Hirohito as a war criminal, and intended to put him on trial. General Douglas MacArthur did not like the idea, as he thought that an ostensibly cooperating emperor would help establish a peaceful allied occupation regime in Japan. As a result, any possible evidence that would incriminate Hirohito and his family were excluded from the International Military Tribunal for the Far East. MacArthur created a plan that separated Hirohito from the militarists, retained Hirohito as a constitutional monarch but only as a figurehead, and used Hirohito to retain control over Japan and help achieve American postwar objectives in Japan.",
"title": "Reign"
},
{
"paragraph_id": 64,
"text": "The issue of Emperor Hirohito's war responsibility is contested. During the war, the Allies frequently depicted Hirohito to equate with Hitler and Mussolini as the three Axis dictators. After the war, since the U.S. thought that the retention of the emperor would help establish a peaceful allied occupation regime in Japan, and help the U.S. achieve their postwar objectives, they depicted Hirohito as a \"powerless figurehead\" without any implication in wartime policies. Historians have said that Hirohito wielded more power than previously believed, and he was actively involved in the decision to launch the war as well as in other political and military decisions. Over the years, as new evidence surfaced, historians were able to arrive at the conclusion that he was culpable for the war, and was reflecting on his wartime role.",
"title": "Reign"
},
{
"paragraph_id": 65,
"text": "Historians have stated that Hirohito was directly responsible for the atrocities committed by the imperial forces in the Second Sino-Japanese War and in World War II. They have said that he and some members of the imperial family, such as his brother Prince Chichibu, his cousins the princes Takeda and Fushimi, and his uncles the princes Kan'in, Asaka, and Higashikuni, should have been tried for war crimes. In a study published in 1996, historian Mitsuyoshi Himeta said that the Three Alls policy (Sankō Sakusen), a Japanese scorched earth policy adopted in China and sanctioned by Emperor Hirohito himself, was both directly and indirectly responsible for the deaths of \"more than 2.7 million\" Chinese civilians. His works and those of Akira Fujiwara about the details of the operation were commented by Herbert P. Bix in his Hirohito and the Making of Modern Japan, who wrote that the Sankō Sakusen far surpassed Nanking Massacre not only in terms of numbers, but in brutality as well as \"These military operations caused death and suffering on a scale incomparably greater than the totally unplanned orgy of killing in Nanking, which later came to symbolize the war\". While the Nanking Massacre was unplanned, Bix said \"Hirohito knew of and approved annihilation campaigns in China that included burning villages thought to harbor guerrillas.\" Top U.S. government officials understood the emperor's intimate role during the war.",
"title": "Reign"
},
{
"paragraph_id": 66,
"text": "Poison gas weapons, such as phosgene, were produced by Unit 731 and authorized by specific orders given by Hirohito himself, transmitted by the chief of staff of the army. Hirohito authorized the use of toxic gas 375 times during the Battle of Wuhan from August to October 1938.",
"title": "Reign"
},
{
"paragraph_id": 67,
"text": "Officially, the imperial constitution, adopted under Emperor Meiji, gave full power to the Emperor. Article 4 prescribed that, \"The Emperor is the head of the Empire, combining in Himself the rights of sovereignty, and exercises them, according to the provisions of the present Constitution.\" Likewise, according to article 6, \"The Emperor gives sanction to laws and orders them to be promulgated and executed,\" and article 11, \"The Emperor has the supreme command of the Army and the Navy.\" The Emperor was thus the leader of the Imperial General Headquarters.",
"title": "Reign"
},
{
"paragraph_id": 68,
"text": "According to Bob Tadashi Wakabayashi of York University, Hirohito's authority up to 1945 depended on three elements:",
"title": "Reign"
},
{
"paragraph_id": 69,
"text": "First, he was a constitutional monarch subject to legal restrictions and binding conventions, as he has so often stressed. Second, he was supreme commander of Japanese armed forces, though his orders were often ignored and sometimes defied. Third, he wielded absolute moral authority in Japan by granting imperial honors that conveyed incontestable prestige and by issuing imperial rescripts that had coercive power greater than law.",
"title": "Reign"
},
{
"paragraph_id": 70,
"text": "The last two elements of Hirohito's power were the strongest, while the first element was the weakest. Hirohito had the ultimate authority to shape the country's policies by either agreeing or disagreeing with it. He even used his authority to disagree with policies shaped by the army. Hirohito was the supreme military commander in Imperial Japan, and pursued armed expansionist policies against weaker Asian neighbors. He never opposed war or expansion, but he opposed war with the US and Britain because of his fear that Japan would lose.",
"title": "Reign"
},
{
"paragraph_id": 71,
"text": "Wakabayashi further adds:",
"title": "Reign"
},
{
"paragraph_id": 72,
"text": "Also as a matter of course, he wanted to keep what his generals conquered -- though he was less greedy than some of them. None of this should surprise us. Hirohito would be no more have granted independence Korea independence or returned Manchuria to China than Roosevelt would have granted Hawaii independence or returned Texas to Mexico.",
"title": "Reign"
},
{
"paragraph_id": 73,
"text": "In December 1990, the Bungeishunjū published the Showa tenno dokuhaku roku (Dokuhaku roku), which recorded conversations Hirohito held with five Imperial Household Ministry officials between March and April 1946, containing twenty-four sections.The Dokuhaku roku recorded Hirohito speaking retroactively on topics arranged chronologically from 1919 to 1946, right before the Tokyo War Crimes Trials.",
"title": "Reign"
},
{
"paragraph_id": 74,
"text": "In December 1941, Japan signed an agreement that forbade Japan from signing a separate peace treaty with the United States. In the Dokuhaku roku, Hirohito said:",
"title": "Reign"
},
{
"paragraph_id": 75,
"text": "(In 1941,) we thought we could achieve a draw with the US, or at best win by a six to four margin; but total victory was nearly impossible ... When the war actually began, however, we gained a miraculous victory at Pearl Harbor and our invasions of Malaya and Burma succeeded far quicker than expected. So, if not for this (agreement), we might have achieved peace when we were in an advantageous position.",
"title": "Reign"
},
{
"paragraph_id": 76,
"text": "According to Wakabayashi, this entry in the Dokuhaku roku explains why Hirohito wanted an early end to the war, and disproves the claim that Hirohito wanted an early end to the war because he desired peace.",
"title": "Reign"
},
{
"paragraph_id": 77,
"text": "In September 1944, Prime Minister Koiso Kuniaki proposed that concessions, such as the return of Hong Kong, and a settlement should be given to Chiang Kai Shek, so that Japanese troops in China could be diverted to the Pacific War. Hirohito rejected the proposal and did not want to give concessions to China because he feared it would signal Japanese weakness, create defeatism at home, and trigger independence movements in occupied countries. In August 1945, Hirohito agreed to the Potsdam Declaration because he thought that the American occupation of Japan would uphold imperial rule in Japan.",
"title": "Reign"
},
{
"paragraph_id": 78,
"text": "Historians such as Herbert Bix, Akira Fujiwara, Peter Wetzler, and Akira Yamada assert that post-war arguments favoring the view that Hirohito was a mere figurehead overlook the importance of numerous \"behind the chrysanthemum curtain\" meetings where the real decisions were made between the Emperor, his chiefs of staff, and the cabinet. Using primary sources and the monumental work of Shirō Hara as a basis, Fujiwara and Wetzler have produced evidence suggesting that the Emperor worked through intermediaries to exercise a great deal of control over the military and was neither bellicose nor a pacifist but an opportunist who governed in a pluralistic decision-making process. American historian Herbert P. Bix said that Emperor Hirohito might have been the prime mover behind most of Japan's military aggression during the Shōwa era.",
"title": "Reign"
},
{
"paragraph_id": 79,
"text": "The view promoted by the Imperial Palace and American occupation forces immediately after World War II portrayed Emperor Hirohito as a purely ceremonial figure who behaved strictly according to protocol while remaining at a distance from the decision-making processes. This view was endorsed by Prime Minister Noboru Takeshita in a speech on the day of Hirohito's death in which Takeshita asserted that the war \"had broken out against [Hirohito's] wishes.\" Takeshita's statement provoked outrage in nations in East Asia and Commonwealth nations such as the United Kingdom, Canada, Australia, and New Zealand. According to historian Fujiwara, \"The thesis that the Emperor, as an organ of responsibility, could not reverse cabinet decision is a myth fabricated after the war.\"",
"title": "Reign"
},
{
"paragraph_id": 80,
"text": "According to Yinan He, associate professor of international relations at Lehigh University, in the aftermath of the war, conservative Japanese elites created self-whitewashing, self-glorifying national myths that minimized the scope of Japan's war responsibility, which included presenting the emperor as a peace-seeking diplomat and a narrative that separated him from the militarists, whom they described as people who hijacked the Japanese government and led the country into war, shifting the responsibility from the ruling class to only a few military leaders. This narrative also narrowly focuses on the U.S.–Japan conflict, completely ignores the wars Japan waged in Asia, and disregards the atrocities committed by Japanese troops during the war. Japanese elites created the narrative in an attempt to avoid tarnishing the national image and regain the international acceptance of the country.",
"title": "Reign"
},
{
"paragraph_id": 81,
"text": "Kentarō Awaya [Wikidata] said that post-war Japanese public opinion supporting protection of the Emperor was influenced by U.S. propaganda promoting the view that the Emperor together with the Japanese people had been fooled by the military.",
"title": "Reign"
},
{
"paragraph_id": 82,
"text": "In the years immediately after Hirohito's death, scholars who spoke out against the emperor were threatened and attacked by right-wing extremists. Susan Chira reported, \"Scholars who have spoken out against the late Emperor have received threatening phone calls from Japan's extremist right wing.\" One example of actual violence occurred in 1990 when the mayor of Nagasaki, Hitoshi Motoshima, was shot and critically wounded by a member of the ultranationalist group, Seikijuku. A year before, in 1989, Motoshima had broken what was characterized as \"one of [Japan's] most sensitive taboos\" by asserting that Emperor Hirohito bore responsibility for World War II.",
"title": "Reign"
},
{
"paragraph_id": 83,
"text": "Regarding Hirohito's exemption from trial before the International Military Tribunal of the Far East, opinions were not unanimous. Sir William Webb, the president of the tribunal, declared: \"This immunity of the Emperor is contrasted with the part he played in launching the war in the Pacific, is, I think, a matter which the tribunal should take into consideration in imposing the sentences.\" Likewise, the French judge, Henri Bernard, wrote about Hirohito's accountability that the declaration of war by Japan \"had a principal author who escaped all prosecution and of whom in any case the present defendants could only be considered accomplices.\"",
"title": "Reign"
},
{
"paragraph_id": 84,
"text": "An account from the Vice Interior Minister in 1941, Michio Yuzawa, asserts that Hirohito was \"at ease\" with the attack on Pearl Harbor \"once he had made a decision.\"",
"title": "Reign"
},
{
"paragraph_id": 85,
"text": "Since his death in 1989, historians have discovered evidence that prove Hirohito's culpability for the war, and that he was not a passive figurehead manipulated by those around him.",
"title": "Reign"
},
{
"paragraph_id": 86,
"text": "According to notebooks by Michiji Tajima, a top Imperial Household Agency official who took office after the war, Emperor Hirohito privately expressed regret about the atrocities that were committed by Japanese troops during the Nanjing Massacre. In addition to feeling remorseful about his own role in the war, he \"fell short by allowing radical elements of the military to drive the conduct of the war.\"",
"title": "Reign"
},
{
"paragraph_id": 87,
"text": "In late July 2018, the bookseller Takeo Hatano, an acquaintance of the descendants of Michio Yuzawa (Japanese Vice Interior Minister in 1941), released to Japan's Yomiuri Shimbun newspaper a memo by Yuzawa that Hatano had kept for nine years since he received it from Yuzawa's family. The bookseller said: \"It took me nine years to come forward, as I was afraid of a backlash. But now I hope the memo would help us figure out what really happened during the war, in which 3.1 million people were killed.\"",
"title": "Reign"
},
{
"paragraph_id": 88,
"text": "Takahisa Furukawa, expert on wartime history from Nihon University, confirmed the authenticity of the memo, calling it \"the first look at the thinking of Emperor Hirohito and Prime Minister Hideki Tojo on the eve of the Japanese attack on Pearl Harbor.\"",
"title": "Reign"
},
{
"paragraph_id": 89,
"text": "In this document, Yuzawa details a conversation he had with Tojo a few hours before the attack. The Vice Minister quotes Tojo saying:",
"title": "Reign"
},
{
"paragraph_id": 90,
"text": "\"The Emperor seemed at ease and unshakable once he had made a decision.\"",
"title": "Reign"
},
{
"paragraph_id": 91,
"text": "\"If His Majesty had any regret over negotiations with Britain and the U.S., he would have looked somewhat grim. There was no such indication, which must be a result of his determination. I'm completely relieved. Given the current conditions, I could say we have practically won already.\"",
"title": "Reign"
},
{
"paragraph_id": 92,
"text": "Historian Furukawa concluded from Yuzawa's memo:",
"title": "Reign"
},
{
"paragraph_id": 93,
"text": "\"Tojo is a bureaucrat who was incapable of making own decisions, so he turned to the Emperor as his supervisor. That's why he had to report everything for the Emperor to decide. If the Emperor didn't say no, then he would proceed.\"",
"title": "Reign"
},
{
"paragraph_id": 94,
"text": "Shinobu Kobayashi was the Emperor's chamberlain from April 1974 until June 2000. Kobayashi kept a diary with near-daily remarks of Hirohito for 26 years. It was made public on Wednesday 22 August 2018. According to Takahisa Furukawa, a professor of modern Japanese history at Nihon University, the diary reveals that the emperor \"gravely took responsibility for the war for a long time, and as he got older, that feeling became stronger.\"",
"title": "Reign"
},
{
"paragraph_id": 95,
"text": "Jennifer Lind, associate professor of government at Dartmouth College and a specialist in Japanese war memory said:",
"title": "Reign"
},
{
"paragraph_id": 96,
"text": "\"Over the years, these different pieces of evidence have trickled out and historians have amassed this picture of culpability and how he was reflecting on that. This is another piece of the puzzle that very much confirms that the picture that was taking place before, which is that he was extremely culpable, and after the war he was devastated about this.\"",
"title": "Reign"
},
{
"paragraph_id": 97,
"text": "An entry dated 27 May 1980 said the Emperor wanted to express his regret about the Sino-Japanese war to former Chinese Premier Hua Guofeng who visited at the time, but was stopped by senior members of the Imperial Household Agency due to fear of backlash from far right groups.",
"title": "Reign"
},
{
"paragraph_id": 98,
"text": "An entry dated 7 April 1987 said the Emperor was haunted by discussions of his wartime responsibility and, as a result, was losing his will to live.",
"title": "Reign"
},
{
"paragraph_id": 99,
"text": "In September 2021, 25 diaries, pocket notebooks and memos by Saburō Hyakutake (Emperor Hirohito's Grand Chamberlain from 1936 to 1944) deposited by his relatives to the library of the University of Tokyo's graduate schools for law and politics became available to the public.",
"title": "Reign"
},
{
"paragraph_id": 100,
"text": "Hyakutake's diary quotes some of Hirohito's ministers and advisers as being worried that the Emperor was getting ahead of them in terms of battle preparations.",
"title": "Reign"
},
{
"paragraph_id": 101,
"text": "Thus, Hyakutake quotes Tsuneo Matsudaira, the Imperial Household Minister, saying:",
"title": "Reign"
},
{
"paragraph_id": 102,
"text": "\"The Emperor appears to have been prepared for war in the face of the tense times.\" (13 October 1941)",
"title": "Reign"
},
{
"paragraph_id": 103,
"text": "Likewise, Koichi Kido, Lord Keeper of the Privy Seal, is quoted as saying:",
"title": "Reign"
},
{
"paragraph_id": 104,
"text": "\"I occasionally have to try to stop him from going too far.\" (13 October 1941)",
"title": "Reign"
},
{
"paragraph_id": 105,
"text": "\"The Emperor's resolve appears to be going too far.\" (20 November 1941)",
"title": "Reign"
},
{
"paragraph_id": 106,
"text": "\"I requested the Emperor to say things to give the impression that Japan will exhaust all measures to pursue peace when the Foreign Minister is present.\" (20 November 1941)",
"title": "Reign"
},
{
"paragraph_id": 107,
"text": "Seiichi Chadani, professor of modern Japanese history with Shigakukan University who has studied Hirohito's actions before and during the war said on the discovery of Hyakutake's diary:",
"title": "Reign"
},
{
"paragraph_id": 108,
"text": "\"The archives available so far, including his biography compiled by the Imperial Household Agency, contained no detailed descriptions that his aides expressed concerns about Hirohito leaning toward Japan's entry into the war.\"",
"title": "Reign"
},
{
"paragraph_id": 109,
"text": "\"(Hyakutake's diary) is a significant record penned by one of the close aides to the Emperor documenting the process of how Japan's leaders led to the war.\"",
"title": "Reign"
},
{
"paragraph_id": 110,
"text": "The declassified January 1989 British government assessment of Hirohito describes him as \"too weak to alter the course of events\" and Hirohito was \"powerless\" and comparisons with Hitler are \"ridiculously wide off the mark.\" Hirohito's power was limited by ministers and the military and if he asserted his views too much he would have been replaced by another member of the royal family.",
"title": "Reign"
},
{
"paragraph_id": 111,
"text": "Indian jurist Radhabinod Pal opposed the International Military Tribunal and made a 1,235-page judgment. He found the entire prosecution case to be weak regarding the conspiracy to commit an act of aggressive war with brutalization and subjugation of conquered nations. Pal said there is \"no evidence, testimonial or circumstantial, concomitant, prospectant, restrospectant, that would in any way lead to the inference that the government in any way permitted the commission of such offenses\". He added that conspiracy to wage aggressive war was not illegal in 1937, or at any point since. Pal supported the acquittal of all of the defendants. He considered the Japanese military operations as justified, because Chiang Kai-shek supported the boycott of trade operations by the Western Powers, particularly the United States boycott of oil exports to Japan. Pal argued the attacks on neighboring territories were justified to protect the Japanese Empire from an aggressive environment, especially the Soviet Union. He considered that to be self-defense operations which are not criminal. Pal said \"the real culprits are not before us\" and concluded that \"only a lost war is an international crime\".",
"title": "Reign"
},
{
"paragraph_id": 112,
"text": "A January 1989 declassified British government assessment of Hirohito said the Emperor was \"uneasy with Japan's drift to war in the 1930s and 1940s but was too weak to alter the course of events.\" The dispatch by John Whitehead, former ambassador of the United Kingdom to Japan, to Foreign Secretary Geoffrey Howe was declassified on Thursday 20 July 2017 at the National Archives in London. The letter was written shortly after Hirohito's death. Britain's ambassador to Japan John Whitehead stated in 1989:",
"title": "Reign"
},
{
"paragraph_id": 113,
"text": "\"By personality and temperament, Hirohito was ill-suited to the role assigned to him by destiny. The successors of the men who had led the Meiji Restoration yearned for a charismatic warrior king. Instead, they were given an introspective prince who grew up to be more at home in the science laboratory than on the military parade ground. But in his early years, every effort was made to cast him in a different mould.\"",
"title": "Reign"
},
{
"paragraph_id": 114,
"text": "\"A man of stronger personality than Hirohito might have tried more strenuously to check the growing influence of the military in Japanese politics and the drift of Japan toward war with the western powers.\" \"The contemporary diary evidence suggests that Hirohito was uncomfortable with the direction of Japanese policy.\" \"The consensus of those who have studied the documents of the period is that Hirohito was consistent in attempting to use his personal influence to induce caution and to moderate and even obstruct the growing impetus toward war.\"",
"title": "Reign"
},
{
"paragraph_id": 115,
"text": "Whitehead concludes that ultimately Hirohito was \"powerless\" and comparisons with Hitler are \"ridiculously wide off the mark.\" If Hirohito acted too insistently with his views he could have been isolated or replaced with a more pliant member of the royal family. The pre-war Meiji Constitution defined Hirohito as \"sacred\" and all-powerful, but according to Whitehead, Hirohito's power was limited by ministers and the military. Whitehead explained after World War II that Hirohito's humility was fundamental for the Japanese people to accept the new 1947 constitution and allied occupation.",
"title": "Reign"
},
{
"paragraph_id": 116,
"text": "As Hirohito chose his uncle Prince Higashikuni as prime minister to assist the American occupation, there were attempts by numerous leaders to have him put on trial for alleged war crimes. Many members of the imperial family, such as Princes Chichibu, Takamatsu, and Higashikuni, pressured Hirohito to abdicate so that one of the Princes could serve as regent until Crown Prince Akihito came of age. On 27 February 1946, Hirohito's youngest brother, Prince Mikasa, even stood up in the privy council and indirectly urged Hirohito to step down and accept responsibility for Japan's defeat. According to Minister of Welfare Ashida's diary, \"Everyone seemed to ponder Mikasa's words. Never have I seen His Majesty's face so pale.\"",
"title": "Reign"
},
{
"paragraph_id": 117,
"text": "U.S. General Douglas MacArthur insisted that Emperor Hirohito retain the throne. MacArthur saw Hirohito as a symbol of the continuity and cohesion of the Japanese people. Some historians criticize the decision to exonerate Hirohito and all members of the imperial family who were implicated in the war, such as Prince Chichibu, Prince Asaka, Prince Higashikuni, and Prince Hiroyasu Fushimi, from criminal prosecutions.",
"title": "Reign"
},
{
"paragraph_id": 118,
"text": "Before the war crime trials actually convened, the Supreme Commander of the Allied Powers, its International Prosecution Section (IPS) and Japanese officials worked behind the scenes not only to prevent the Imperial family from being indicted, but also to influence the testimony of the defendants to ensure that no one implicated Hirohito. High officials in court circles and the Japanese government collaborated with Allied General Headquarters in compiling lists of prospective war criminals, while the individuals arrested as Class A suspects and incarcerated solemnly vowed to protect their sovereign against any possible taint of war responsibility. Thus, \"months before the Tokyo tribunal commenced, MacArthur's highest subordinates were working to attribute ultimate responsibility for Pearl Harbor to Hideki Tōjō\" by allowing \"the major criminal suspects to coordinate their stories so that Hirohito would be spared from indictment.\" According to John W. Dower, \"This successful campaign to absolve Hirohito of war responsibility knew no bounds. Hirohito was not merely presented as being innocent of any formal acts that might make him culpable to indictment as a war criminal, he was turned into an almost saintly figure who did not even bear moral responsibility for the war.\" According to Bix, \"MacArthur's truly extraordinary measures to save Hirohito from trial as a war criminal had a lasting and profoundly distorting impact on Japanese understanding of the lost war.\"",
"title": "Reign"
},
{
"paragraph_id": 119,
"text": "Hirohito was not put on trial, but he was forced to explicitly reject the quasi-official claim that Hirohito of Japan was an arahitogami, i.e., an incarnate divinity. This was motivated by the fact that, according to the Japanese constitution of 1889, Hirohito had a divine power over his country which was derived from the Shinto belief that the Japanese Imperial Family were the descendants of the sun goddess Amaterasu. Hirohito was however persistent in the idea that the Emperor of Japan should be considered a descendant of the gods. In December 1945, he told his vice-grand-chamberlain Michio Kinoshita: \"It is permissible to say that the idea that the Japanese are descendants of the gods is a false conception; but it is absolutely impermissible to call chimerical the idea that the Emperor is a descendant of the gods.\" In any case, the \"renunciation of divinity\" was noted more by foreigners than by Japanese, and seems to have been intended for the consumption of the former. The theory of a constitutional monarchy had already had some proponents in Japan. In 1935, when Tatsukichi Minobe advocated the theory that sovereignty resides in the state, of which the Emperor is just an organ (the tennō kikan setsu), it caused a furor. He was forced to resign from the House of Peers and his post at the Tokyo Imperial University, his books were banned, and an attempt was made on his life. Not until 1946 was the tremendous step made to alter the Emperor's title from \"imperial sovereign\" to \"constitutional monarch.\"",
"title": "Reign"
},
{
"paragraph_id": 120,
"text": "Although the Emperor had supposedly repudiated claims to divinity, his public position was deliberately left vague, partly because General MacArthur thought him probable to be a useful partner to get the Japanese to accept the occupation and partly due to behind-the-scenes maneuvering by Shigeru Yoshida to thwart attempts to cast him as a European-style monarch.",
"title": "Reign"
},
{
"paragraph_id": 121,
"text": "Nevertheless, Hirohito's status as a limited constitutional monarch was formalized with the enactment of the 1947 Constitution–officially, an amendment to the Meiji Constitution. It defined the Emperor as \"the symbol of the state and the unity of the people,\" and stripped him of even nominal power in government matters. His role was limited to matters of state as delineated in the Constitution, and in most cases his actions in that realm were carried out in accordance with the binding instructions of the Cabinet.",
"title": "Reign"
},
{
"paragraph_id": 122,
"text": "Following the Iranian Revolution and the end of the short-lived Central African Empire, both in 1979, Hirohito found himself the last monarch in the world to bear any variation of the highest royal title \"emperor.\"",
"title": "Reign"
},
{
"paragraph_id": 123,
"text": "For the rest of his life, Hirohito was an active figure in Japanese life and performed many of the duties commonly associated with a constitutional head of state. He and his family maintained a strong public presence, often holding public walkabouts and making public appearances at special events and ceremonies. For example, in 1947, the Emperor made a public visit to Hiroshima and held a speech in front of a massive crowd encouraging the city's citizens. He also played an important role in rebuilding Japan's diplomatic image, traveling abroad to meet with many foreign leaders, including Queen Elizabeth II (1971) and President Gerald Ford (1975). He was not only the first reigning emperor to travel beyond Japan, but also the first to meet a President of the United States. His status and image became strongly positive in the United States.",
"title": "Reign"
},
{
"paragraph_id": 124,
"text": "In 1971 (Shōwa 46), Hirohito visited seven European countries, including the United Kingdom, the Netherlands, and Switzerland again, for 17 days from 27 September to 14 October. In this case, a special aircraft Douglas DC-8 of Japan Airlines was used unlike the previous visit by ship. Although not counted as a visit, at that time, Hirohito stopped by Anchorage, Alaska as a stopover, and met with United States President Richard Nixon from Washington, DC, at the Alaska District Army Command House at Elmendorf Air Force Base.",
"title": "Reign"
},
{
"paragraph_id": 125,
"text": "The talks between Emperor Hirohito and President Nixon were not planned at the outset, because initially the stop in the United States was only for refueling to visit Europe. However, the meeting was decided in a hurry at the request of the United States. Although the Japanese side accepted the request, Minister for Foreign Affairs Takeo Fukuda made a public telephone call to the Japanese ambassador to the United States Nobuhiko Ushiba, who promoted talks, saying, \"that will cause me a great deal of trouble. We want to correct the perceptions of the other party.\" At that time, Foreign Minister Fukuda was worried that President Nixon's talks with Hirohito would be used to repair the deteriorating Japan–U.S. relations, and he was concerned that the premise of the symbolic emperor system could fluctuate.",
"title": "Reign"
},
{
"paragraph_id": 126,
"text": "There was an early visit, with deep royal exchanges in Denmark and Belgium, and in France they were warmly welcomed. In France, Hirohito reunited with Edward VIII, who had abdicated in 1936 and was virtually in exile, and they chatted for a while. However, protests were held in Britain and the Netherlands by veterans who had served in the South-East Asian theatre and civilian victims of the brutal occupation there. In the Netherlands, raw eggs and vacuum flasks were thrown. The protest was so severe that Empress Kōjun, who accompanied the Hirohito, was exhausted. In the United Kingdom, protestors stood in silence and turned their backs when Hirohito's carriage passed them while others wore red gloves to symbolize the dead. The satirical magazine Private Eye used a racist double entendre to refer to Hirohito's visit (\"nasty Nip in the air\"). In West Germany, the Japanese monarch's visit was met with hostile far-left protests, participants of which viewed Hirohito as the East Asian equivalent of Adolf Hitler and referred to him as \"Hirohitler\", and prompted a wider comparative discussion of the memory and perception of Axis war crimes. The protests against Hirohito's visit also condemned and highlighted what they perceived as mutual Japanese and West German complicity in and enabling of the American war effort against communism in Vietnam.",
"title": "Reign"
},
{
"paragraph_id": 127,
"text": "Regarding these protests and opposition, Emperor Hirohito was not surprised to have received a report in advance at a press conference on 12 November after returning to Japan and said that \"I do not think that welcome can be ignored\" from each country. Also, at a press conference following their golden wedding anniversary three years later, along with the Empress, he mentioned this visit to Europe as his most enjoyable memory in 50 years.",
"title": "Reign"
},
{
"paragraph_id": 128,
"text": "In 1975, Hirohito visited the United States for 14 days from 30 September to 14 October, at the invitation of President Gerald Ford. The visit was the first such event in US–Japanese history. The United States Army, Navy and Air Force, as well as the Marine Corps and the Coast Guard honored the state visit. Before and after the visit, a series of terrorist attacks in Japan were caused by anti-American left-wing organizations such as the East Asia Anti-Japan Armed Front.",
"title": "Reign"
},
{
"paragraph_id": 129,
"text": "After arriving in Williamsburg on 30 September 1975, Emperor Hirohito stayed in the United States for two weeks. The official meeting with President Ford occurred on 2 October. On 3 October, Hirohito visited Arlington National Cemetery. On 6 October, Emperor Hirohito and Empress Nagako visited Vice President and Mrs. Rockefeller at their home in Westchester County, New York.",
"title": "Reign"
},
{
"paragraph_id": 130,
"text": "In a speech at the White House state dinner, Hirohito read, \"Thanks to the United States for helping to rebuild Japan after the war.\" During his stay in Los Angeles, he visited Disneyland, and a smiling photo next to Mickey Mouse adorned the newspapers, and there was talk about the purchase of a Mickey Mouse watch. Two types of commemorative stamps and stamp sheets were issued on the day of their return to Japan which demonstrated that the visit had been a significant undertaking. This was the last visit of Emperor Shōwa to the United States. The official press conference held by the Emperor and Empress before and after their visit also marked a breakthrough.",
"title": "Reign"
},
{
"paragraph_id": 131,
"text": "Hirohito was deeply interested in and well-informed about marine biology, and the Imperial Palace contained a laboratory from which Hirohito published several papers in the field under his personal name \"Hirohito\". His contributions included the description of several dozen species of Hydrozoa new to science.",
"title": "Reign"
},
{
"paragraph_id": 132,
"text": "Hirohito maintained an official boycott of the Yasukuni Shrine after it was revealed to him that Class-A war criminals had secretly been enshrined after its post-war rededication. This boycott lasted from 1978 until his death and has been continued by his successors, Akihito and Naruhito.",
"title": "Reign"
},
{
"paragraph_id": 133,
"text": "On 20 July 2006, Nihon Keizai Shimbun published a front-page article about the discovery of a memorandum detailing the reason that Hirohito stopped visiting Yasukuni. The memorandum, kept by former chief of Imperial Household Agency Tomohiko Tomita, confirms for the first time that the enshrinement of 14 Class-A war criminals in Yasukuni was the reason for the boycott. Tomita recorded in detail the contents of his conversations with Hirohito in his diaries and notebooks. According to the memorandum, in 1988, Hirohito expressed his strong displeasure at the decision made by Yasukuni Shrine to include Class-A war criminals in the list of war dead honored there by saying, \"At some point, Class-A criminals became enshrined, including Matsuoka and Shiratori. I heard Tsukuba acted cautiously.\" Tsukuba is believed to refer to Fujimaro Tsukuba, the former chief Yasukuni priest at the time, who decided not to enshrine the war criminals despite having received in 1966 the list of war dead compiled by the government. \"What's on the mind of Matsudaira's son, who is the current head priest?\" \"Matsudaira had a strong wish for peace, but the child didn't know the parent's heart. That's why I have not visited the shrine since. This is my heart.\" Matsudaira is believed to refer to Yoshitami Matsudaira, who was the grand steward of the Imperial Household immediately after the end of World War II. His son, Nagayoshi, succeeded Fujimaro Tsukuba as the chief priest of Yasukuni and decided to enshrine the war criminals in 1978. Nagayoshi Matsudaira died in 2006, which some commentators have speculated is the reason for release of the memo.",
"title": "Reign"
},
{
"paragraph_id": 134,
"text": "On 22 September 1987, Hirohito underwent surgery on his pancreas after having digestive problems for several months. The doctors discovered that he had duodenal cancer. Hirohito appeared to be making a full recovery for several months after the surgery. About a year later, however, on 19 September 1988, he collapsed in his palace, and his health worsened over the next several months as he suffered from continuous internal bleeding.",
"title": "Death and state funeral"
},
{
"paragraph_id": 135,
"text": "The Emperor died at 6:33 am on 7 January 1989 at the age of 87. The announcement from the grand steward of Japan's Imperial Household Agency, Shoichi Fujimori, revealed details about his cancer for the first time. Hirohito was survived by his wife, his five surviving children, ten grandchildren, and one great-grandchild.",
"title": "Death and state funeral"
},
{
"paragraph_id": 136,
"text": "At the time of his death he was both the longest-lived and longest-reigning historical Japanese emperor, as well as the longest-reigning monarch in the world at that time. The latter distinction passed to king Bhumibol Adulyadej of Thailand when he surpassed him in July 2008 until his own death on 13 October 2016.",
"title": "Death and state funeral"
},
{
"paragraph_id": 137,
"text": "The Emperor was succeeded by his eldest son, Akihito, whose enthronement ceremony was held on 12 November 1990.",
"title": "Death and state funeral"
},
{
"paragraph_id": 138,
"text": "Hirohito's death ended the Shōwa era. On the same day a new era began: the Heisei era, effective at midnight the following day. From 7 January until 31 January, Hirohito formal appellation was \"Departed Emperor\" (大行天皇, Taikō-tennō). His definitive posthumous name, Shōwa Tennō (昭和天皇), was determined on 13 January and formally released on 31 January by Noboru Takeshita, the prime minister.",
"title": "Death and state funeral"
},
{
"paragraph_id": 139,
"text": "On 24 February, Hirohito's state funeral was held, and unlike that of his predecessor, it was formal but not conducted in a strictly Shinto manner. A large number of world leaders attended the funeral. Hirohito is buried in the Musashi Imperial Graveyard in Hachiōji, alongside his wife and his parents.",
"title": "Death and state funeral"
},
{
"paragraph_id": 140,
"text": "Emperor Shōwa and Empress Kōjun had seven children (two sons and five daughters).",
"title": "Issue"
}
]
| Hirohito, posthumously honored as Emperor Shōwa, was the 124th emperor of Japan, reigning from 1926 until his death in 1989. His reign of over 62 years is the longest of any historical Japanese emperor and one of the longest-reigning monarchs in the world. He was the head of state under the Meiji Constitution during Japan's imperial expansion, militarization, and involvement in World War II. Under Hirohito, Japan waged a war across Asia in the 1930s and 1940s. After Japan's surrender, despite Japan waging the war in the name of Hirohito, he was not prosecuted for war crimes, for General Douglas MacArthur thought that an ostensibly cooperative emperor would help establish a peaceful Allied occupation and would help the U.S. achieve its postwar objectives. On 1 January 1946, under pressure from the Allies, the Emperor formally renounced his divinity. Hirohito and his wife, Nagako, had two sons and five daughters; he was succeeded by his fifth child and eldest son, Akihito. By 1979, Hirohito was the only monarch in the world with the title "Emperor". | 2001-12-18T15:57:35Z | 2023-12-26T06:18:43Z | [
"Template:Other uses",
"Template:BEL",
"Template:Flagcountry",
"Template:Citation",
"Template:Refend",
"Template:Short description",
"Template:Lead too short",
"Template:Reflist",
"Template:Cite web",
"Template:Pp-semi-protected",
"Template:Incomplete short citation",
"Template:Ill",
"Template:Cite book",
"Template:External media",
"Template:FRG",
"Template:Flagicon image",
"Template:Cite news",
"Template:Lang",
"Template:Flagu",
"Template:Flagicon",
"Template:N/A",
"Template:Wikiquote-inline",
"Template:IMDb name",
"Template:Sfn",
"Template:USA",
"Template:CHE",
"Template:Cite journal",
"Template:Efn",
"Template:Cite newspaper",
"Template:Blockquote",
"Template:Notelist",
"Template:PM20",
"Template:S-aft",
"Template:Use dmy dates",
"Template:Flag",
"Template:Refbegin",
"Template:ASIN",
"Template:S-start",
"Template:Emperors of Japan",
"Template:Japanese princes",
"Template:More citations needed",
"Template:Ubli",
"Template:Commons category-inline",
"Template:S-hou",
"Template:S-end",
"Template:Authority control",
"Template:S-reg",
"Template:Pn",
"Template:More citations needed section",
"Template:Harvnb",
"Template:Wikispecies-inline",
"Template:JapanEmpireNavbox",
"Template:Literal",
"Template:Wikidata fallback link",
"Template:S-ttl",
"Template:Sfnm",
"Template:Page number needed",
"Template:FRA",
"Template:Birth date and age",
"Template:London Gazette",
"Template:Sesshō",
"Template:Infobox royalty",
"Template:Snd",
"Template:GBR",
"Template:NLD",
"Template:Citation needed",
"Template:TOC limit",
"Template:Main",
"Template:See also",
"Template:DNK",
"Template:Webarchive",
"Template:ISBN",
"Template:S-bef"
]
| https://en.wikipedia.org/wiki/Hirohito |
10,289 | Emsworth | Emsworth is a town in the Borough of Havant in the county of Hampshire, on the south coast of England near the border with West Sussex. It lies at the north end of an arm of Chichester Harbour, a large and shallow inlet from the English Channel, and is equidistant between Portsmouth and Chichester.
Emsworth had a population of 9,492 at the 2011 Census. The town has a basin for yachts and fishing boats, which fills at high tide and can be emptied through a sluice at low tide. In geodemographic segmentation the town is the heart of the Emsworth (cross-county) built-up area, the remainder of which is Westbourne, Southbourne and Nutbourne. The area had a combined population of 18,777 in 2011, with a density of 30.5 people per hectare, and shares two railway stations.
According to Richard Coates the meaning of Emsworth is derived from the Old English Æmelswrð, which translates as 'Æmmele's curtilage'. Similarly, Eilert Ekwall says that "Emsworth" was derived from Amils worth, with worth meaning the fence around the property (owned by Amil).
It is popularly thought that Emsworth derived its name from the River Ems, but this is not true; before the 16th century the stream was actually called the Bourne. The river was renamed by the 16th century chronicler Raphael Holinshed:
The Emille cometh first between Racton and Stansted, then down to Emilswort or Emmesworth, and so into the Ocean. Separating Sussex from Hampshire almost from the very head.
Holinshed writes that the Emille flows in to the sea at Emilswort or Emmesworth. Therefore it appears that the river was named after Emsworth and not the other way round.
In prehistoric and early historical times the River Ems was tidal as far as Westbourne and the Westbrook creek reached to Victoria Road, leaving Emsworth almost isolated at high tide. A coastal route developed that led from Hayling Island through Havant and Rowlands Castle to the Downs. A part of the coastal route followed the Portsdown ridgeway and from Chichester to Belmont Hill in Bedhampton probably skirted the heads of the various creeks which entered the harbour, passing through country still covered with the original thick forest of oak and beech.
In Roman times a villa existed to the south of the road to Noviomagus Reginorum in the fields of what is now Warblington Castle Farm. Archaeological finds show that the building was a sizeable brick and stone edifice, with floors paved with red brick and coloured sandstone and a view of the harbour and wooded shores of Hayling Island. The fertile landscape suggests the area to have been under continuous cultivation for 1500–1800 years.
Saxons began settling the area after AD 500. Charters were granted by Kings Æthelstan and Æthelred in AD 935 and AD 980 establishing and confirming the boundaries of Warblington. From AD 980–1066 the manor was held by Godwin, Earl of Wessex and his son Harold Godwinson.
After the Norman Conquest, the Manor of Warblington was given to Roger de Montgomery, Earl of Shrewsbury as part of the manor of Westbourne. The Domesday Book lists the latter with two churches, a mill, 29 families and two slaves (about 120 people). There were also seven plough teams, indicating about 850 acres of land under cultivation.
The first recorded mention of Emsworth as a separate entity was in AD 1216, when King John divided the manor of Warblington, accepting annual rent of ‘a pair of gilt spurs yearly’ from William Aguillon for land at Emelsworth. In AD 1239, Henry III granted the town a weekly market on Wednesdays and an annual fair on 7 July. The town was mentioned in a patent roll of a hospital in the Hermitage area in AD 1251.
In AD 1341 Emsworth was designated as one of five English towns required to provide a ship for defence of the Channel Islands. It was designated as a customs landing for Chichester in AD 1346 and in AD 1348 was investigated by a special commission for smuggling.
During the 18th and 19th centuries, Emsworth was still a port. Emsworth was known for shipbuilding, boat building and rope making. Grain from the area was ground into flour by tidal mills and transported by ship to places such as London and Portsmouth. Timber from the area was also exported in the 18th and 19th centuries. The River Ems, which is named after the town (not, as often believed, the town being named after the river), flows into the Slipper millpond. The mill itself is now used as offices.
In the 19th century Emsworth had as many as 30 pubs and beer houses; today, only nine remain.
At the beginning of the 19th century, Emsworth had a population of less than 1,200 but it was still considered a large village for the time. By the end of the 18th century, it became fashionable for wealthy people to spend the summer by the sea. In 1805 a bathing house was built where people could have a bath in seawater.
The parish Church of St James was built in 1840 to a design by John Elliott. It was expanded in the late 1850s this time to a design by John Colson. Colson's designs were again used in an expansion of 1865. A final round of building took place in the early 1890s this time to a design by Arthur Blomfield. The reredos added in the 1920s features a painting by Percy George Bentham.
Queen Victoria visited Emsworth in 1842, resulting in Queen Street and Victoria Road being named after her. In 1847 the London, Brighton and South Coast Railway (now the West Coastway line) came to Emsworth, with a railway station built to serve the town.
Hollybank House to the north of the town was built in 1825 and is now a hotel.
Emsworth became part of Warblington Urban District which held its first meeting in 1895. The Urban District was abolished in 1932. Emsworth subsequently became part of Havant Urban District.
By 1901 the population of Emsworth was about 2,000. It grew rapidly during the 20th century to about 5,000 by the middle of the century. In 1906 construction began on the post office, with local cricketer George Wilder laying an inscribed brick. The renamed Emsworth Recreation Ground dates from 1909 and is the current home of Emsworth Cricket Club, which was founded in 1811. Cricket in Emsworth has been played at the same ground, Cold Harbour Lawn, since 1761.
In 1902 the once famous Emsworth oyster industry went into rapid decline. This was after many of the guests at mayoral banquets in Southampton and Winchester became seriously ill and four died after consuming oysters. The infection was due to oysters sourced from Emsworth, as the oyster beds had been contaminated with raw sewage. Fishing oysters at Emsworth was subsequently halted until new sewers were dug, though the industry never completely recovered. J D Foster, an oyster merchant, who had for many years been in occupation of the oyster beds sued Warblington Urban District Council (the owners of the sewers) for nuisance. This was a test case as he could not prove title to the land. However, the Court of Appeal held that Foster had a right to sue, as exclusive occupier of the oyster beds, whether or not he had acquired an interest in the land itself. The judges view was that:
"..the contest arises, in my view, between the person who is in occupation of a portion of the foreshore and a wrongdoer [Warblington Urban District Council]. Whether the plaintiff would be able to resist the claims of the owner of the foreshore, whoever he may be, or the owner of a several fishery, if such fishery exists, or of a member of the public exercising a right of fishery, if there be such a right in the present case, seems to me immaterial for the purposes of this case . ."(Judge Stirling LJ)
Foster went on to win his case.
Recently, Emsworth's last remaining oyster boat, The Terror, was restored and is now sailing again. But the oyster industry is again under threat, because the reproductive rate of the oysters has plunged, as they now contain microscopic glass spicules that are shed into the water from the hulls of the numerous plastic fibreglass boats in Chichester Harbour.
During the Second World War, nearby Thorney Island was used as a Royal Air Force station, playing a role in defence in the Battle of Britain. The north of Emsworth at this time was used for growing flowers and further north was woodland (today Hollybank Woods). In the run up to D-Day, the Canadian Army used these woods as one of their pre-invasion assembly points for men and materiel. Today the foundations of their barracks can still be seen. In the 1960s large parts of this area were developed with a mix of bungalow and terraced housing.
For a few years (2001 to 2007), Emsworth held a food festival. It was the largest event of its type in the UK, with more than 50,000 visitors in 2007. The festival was cancelled due to numerous complaints of disruption to residents and businesses in the proximity.
A Baptist church was constructed in North Street in 2015.
The harbour is now used for recreational sailing, paddle boarding, kayaking and swimming. The town has two sailing clubs, Emsworth Sailing Club (established in 1919) and Emsworth Slipper Sailing Club (in 1921), the latter based at Quay Mill, a former tide mill. Both clubs organise a programme of racing and social events during the sailing season.
Emsworth Library was considered for closure in 2020 but following public consultation, was reprieved.
Emsworth Museum is administered by the Emsworth Maritime & Historical Trust.
The town is twinned with Saint-Aubin-sur-Mer in Normandy, France.
In 2014 retired Royal Navy Captain Clifford "John" Caughey drove his car into the clubhouse of Emsworth Sailing Club, causing an explosion and requiring thirty firefighters to put out the fire.
The town is part of the Havant constituency, which since the 1983 election has been a Conservative seat. The current Member of Parliament (MP) is Alan Mak MP. The town is represented at Havant Borough Council by councillors Richard Kennet and Lulu Bowerman of the Conservative Party and Grainne Rason of the Green Party. The local Hampshire County Councillor is Lulu Bowerman. The town has branches of the Conservative Party, Liberal Democrats, the Labour Party, the United Kingdom Independence Party and the Green Party.
Emsworth railway station is on the West Coastway Line. It has services that run to Portsmouth, Southampton, Brighton and London Victoria.
Stagecoach South operates the number 700 bus, which runs between Brighton and Southsea.
As of November 2019 Havant Borough Council claims local bus services are provided by Emsworth & District, First and Stagecoach. | [
{
"paragraph_id": 0,
"text": "Emsworth is a town in the Borough of Havant in the county of Hampshire, on the south coast of England near the border with West Sussex. It lies at the north end of an arm of Chichester Harbour, a large and shallow inlet from the English Channel, and is equidistant between Portsmouth and Chichester.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Emsworth had a population of 9,492 at the 2011 Census. The town has a basin for yachts and fishing boats, which fills at high tide and can be emptied through a sluice at low tide. In geodemographic segmentation the town is the heart of the Emsworth (cross-county) built-up area, the remainder of which is Westbourne, Southbourne and Nutbourne. The area had a combined population of 18,777 in 2011, with a density of 30.5 people per hectare, and shares two railway stations.",
"title": ""
},
{
"paragraph_id": 2,
"text": "According to Richard Coates the meaning of Emsworth is derived from the Old English Æmelswrð, which translates as 'Æmmele's curtilage'. Similarly, Eilert Ekwall says that \"Emsworth\" was derived from Amils worth, with worth meaning the fence around the property (owned by Amil).",
"title": "Etymology"
},
{
"paragraph_id": 3,
"text": "It is popularly thought that Emsworth derived its name from the River Ems, but this is not true; before the 16th century the stream was actually called the Bourne. The river was renamed by the 16th century chronicler Raphael Holinshed:",
"title": "Etymology"
},
{
"paragraph_id": 4,
"text": "The Emille cometh first between Racton and Stansted, then down to Emilswort or Emmesworth, and so into the Ocean. Separating Sussex from Hampshire almost from the very head.",
"title": "Etymology"
},
{
"paragraph_id": 5,
"text": "Holinshed writes that the Emille flows in to the sea at Emilswort or Emmesworth. Therefore it appears that the river was named after Emsworth and not the other way round.",
"title": "Etymology"
},
{
"paragraph_id": 6,
"text": "In prehistoric and early historical times the River Ems was tidal as far as Westbourne and the Westbrook creek reached to Victoria Road, leaving Emsworth almost isolated at high tide. A coastal route developed that led from Hayling Island through Havant and Rowlands Castle to the Downs. A part of the coastal route followed the Portsdown ridgeway and from Chichester to Belmont Hill in Bedhampton probably skirted the heads of the various creeks which entered the harbour, passing through country still covered with the original thick forest of oak and beech.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "In Roman times a villa existed to the south of the road to Noviomagus Reginorum in the fields of what is now Warblington Castle Farm. Archaeological finds show that the building was a sizeable brick and stone edifice, with floors paved with red brick and coloured sandstone and a view of the harbour and wooded shores of Hayling Island. The fertile landscape suggests the area to have been under continuous cultivation for 1500–1800 years.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "Saxons began settling the area after AD 500. Charters were granted by Kings Æthelstan and Æthelred in AD 935 and AD 980 establishing and confirming the boundaries of Warblington. From AD 980–1066 the manor was held by Godwin, Earl of Wessex and his son Harold Godwinson.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "After the Norman Conquest, the Manor of Warblington was given to Roger de Montgomery, Earl of Shrewsbury as part of the manor of Westbourne. The Domesday Book lists the latter with two churches, a mill, 29 families and two slaves (about 120 people). There were also seven plough teams, indicating about 850 acres of land under cultivation.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "The first recorded mention of Emsworth as a separate entity was in AD 1216, when King John divided the manor of Warblington, accepting annual rent of ‘a pair of gilt spurs yearly’ from William Aguillon for land at Emelsworth. In AD 1239, Henry III granted the town a weekly market on Wednesdays and an annual fair on 7 July. The town was mentioned in a patent roll of a hospital in the Hermitage area in AD 1251.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "In AD 1341 Emsworth was designated as one of five English towns required to provide a ship for defence of the Channel Islands. It was designated as a customs landing for Chichester in AD 1346 and in AD 1348 was investigated by a special commission for smuggling.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "During the 18th and 19th centuries, Emsworth was still a port. Emsworth was known for shipbuilding, boat building and rope making. Grain from the area was ground into flour by tidal mills and transported by ship to places such as London and Portsmouth. Timber from the area was also exported in the 18th and 19th centuries. The River Ems, which is named after the town (not, as often believed, the town being named after the river), flows into the Slipper millpond. The mill itself is now used as offices.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "In the 19th century Emsworth had as many as 30 pubs and beer houses; today, only nine remain.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "At the beginning of the 19th century, Emsworth had a population of less than 1,200 but it was still considered a large village for the time. By the end of the 18th century, it became fashionable for wealthy people to spend the summer by the sea. In 1805 a bathing house was built where people could have a bath in seawater.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "The parish Church of St James was built in 1840 to a design by John Elliott. It was expanded in the late 1850s this time to a design by John Colson. Colson's designs were again used in an expansion of 1865. A final round of building took place in the early 1890s this time to a design by Arthur Blomfield. The reredos added in the 1920s features a painting by Percy George Bentham.",
"title": "History"
},
{
"paragraph_id": 16,
"text": "Queen Victoria visited Emsworth in 1842, resulting in Queen Street and Victoria Road being named after her. In 1847 the London, Brighton and South Coast Railway (now the West Coastway line) came to Emsworth, with a railway station built to serve the town.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "Hollybank House to the north of the town was built in 1825 and is now a hotel.",
"title": "History"
},
{
"paragraph_id": 18,
"text": "Emsworth became part of Warblington Urban District which held its first meeting in 1895. The Urban District was abolished in 1932. Emsworth subsequently became part of Havant Urban District.",
"title": "History"
},
{
"paragraph_id": 19,
"text": "By 1901 the population of Emsworth was about 2,000. It grew rapidly during the 20th century to about 5,000 by the middle of the century. In 1906 construction began on the post office, with local cricketer George Wilder laying an inscribed brick. The renamed Emsworth Recreation Ground dates from 1909 and is the current home of Emsworth Cricket Club, which was founded in 1811. Cricket in Emsworth has been played at the same ground, Cold Harbour Lawn, since 1761.",
"title": "History"
},
{
"paragraph_id": 20,
"text": "In 1902 the once famous Emsworth oyster industry went into rapid decline. This was after many of the guests at mayoral banquets in Southampton and Winchester became seriously ill and four died after consuming oysters. The infection was due to oysters sourced from Emsworth, as the oyster beds had been contaminated with raw sewage. Fishing oysters at Emsworth was subsequently halted until new sewers were dug, though the industry never completely recovered. J D Foster, an oyster merchant, who had for many years been in occupation of the oyster beds sued Warblington Urban District Council (the owners of the sewers) for nuisance. This was a test case as he could not prove title to the land. However, the Court of Appeal held that Foster had a right to sue, as exclusive occupier of the oyster beds, whether or not he had acquired an interest in the land itself. The judges view was that:",
"title": "History"
},
{
"paragraph_id": 21,
"text": "\"..the contest arises, in my view, between the person who is in occupation of a portion of the foreshore and a wrongdoer [Warblington Urban District Council]. Whether the plaintiff would be able to resist the claims of the owner of the foreshore, whoever he may be, or the owner of a several fishery, if such fishery exists, or of a member of the public exercising a right of fishery, if there be such a right in the present case, seems to me immaterial for the purposes of this case . .\"(Judge Stirling LJ)",
"title": "History"
},
{
"paragraph_id": 22,
"text": "Foster went on to win his case.",
"title": "History"
},
{
"paragraph_id": 23,
"text": "Recently, Emsworth's last remaining oyster boat, The Terror, was restored and is now sailing again. But the oyster industry is again under threat, because the reproductive rate of the oysters has plunged, as they now contain microscopic glass spicules that are shed into the water from the hulls of the numerous plastic fibreglass boats in Chichester Harbour.",
"title": "History"
},
{
"paragraph_id": 24,
"text": "During the Second World War, nearby Thorney Island was used as a Royal Air Force station, playing a role in defence in the Battle of Britain. The north of Emsworth at this time was used for growing flowers and further north was woodland (today Hollybank Woods). In the run up to D-Day, the Canadian Army used these woods as one of their pre-invasion assembly points for men and materiel. Today the foundations of their barracks can still be seen. In the 1960s large parts of this area were developed with a mix of bungalow and terraced housing.",
"title": "History"
},
{
"paragraph_id": 25,
"text": "For a few years (2001 to 2007), Emsworth held a food festival. It was the largest event of its type in the UK, with more than 50,000 visitors in 2007. The festival was cancelled due to numerous complaints of disruption to residents and businesses in the proximity.",
"title": "History"
},
{
"paragraph_id": 26,
"text": "A Baptist church was constructed in North Street in 2015.",
"title": "History"
},
{
"paragraph_id": 27,
"text": "The harbour is now used for recreational sailing, paddle boarding, kayaking and swimming. The town has two sailing clubs, Emsworth Sailing Club (established in 1919) and Emsworth Slipper Sailing Club (in 1921), the latter based at Quay Mill, a former tide mill. Both clubs organise a programme of racing and social events during the sailing season.",
"title": "History"
},
{
"paragraph_id": 28,
"text": "Emsworth Library was considered for closure in 2020 but following public consultation, was reprieved.",
"title": "Culture and community"
},
{
"paragraph_id": 29,
"text": "Emsworth Museum is administered by the Emsworth Maritime & Historical Trust.",
"title": "Culture and community"
},
{
"paragraph_id": 30,
"text": "The town is twinned with Saint-Aubin-sur-Mer in Normandy, France.",
"title": "Culture and community"
},
{
"paragraph_id": 31,
"text": "In 2014 retired Royal Navy Captain Clifford \"John\" Caughey drove his car into the clubhouse of Emsworth Sailing Club, causing an explosion and requiring thirty firefighters to put out the fire.",
"title": "Culture and community"
},
{
"paragraph_id": 32,
"text": "The town is part of the Havant constituency, which since the 1983 election has been a Conservative seat. The current Member of Parliament (MP) is Alan Mak MP. The town is represented at Havant Borough Council by councillors Richard Kennet and Lulu Bowerman of the Conservative Party and Grainne Rason of the Green Party. The local Hampshire County Councillor is Lulu Bowerman. The town has branches of the Conservative Party, Liberal Democrats, the Labour Party, the United Kingdom Independence Party and the Green Party.",
"title": "Politics"
},
{
"paragraph_id": 33,
"text": "Emsworth railway station is on the West Coastway Line. It has services that run to Portsmouth, Southampton, Brighton and London Victoria.",
"title": "Transport"
},
{
"paragraph_id": 34,
"text": "Stagecoach South operates the number 700 bus, which runs between Brighton and Southsea.",
"title": "Transport"
},
{
"paragraph_id": 35,
"text": "As of November 2019 Havant Borough Council claims local bus services are provided by Emsworth & District, First and Stagecoach.",
"title": "Transport"
}
]
| Emsworth is a town in the Borough of Havant in the county of Hampshire, on the south coast of England near the border with West Sussex. It lies at the north end of an arm of Chichester Harbour, a large and shallow inlet from the English Channel, and is equidistant between Portsmouth and Chichester. Emsworth had a population of 9,492 at the 2011 Census. The town has a basin for yachts and fishing boats, which fills at high tide and can be emptied through a sluice at low tide. In geodemographic segmentation the town is the heart of the Emsworth (cross-county) built-up area, the remainder of which is Westbourne, Southbourne and Nutbourne. The area had a combined population of 18,777 in 2011, with a density of 30.5 people per hectare, and shares two railway stations. | 2001-12-18T17:06:39Z | 2023-10-22T16:19:26Z | [
"Template:Small",
"Template:Use dmy dates",
"Template:Reflist",
"Template:Cite book",
"Template:Commons category",
"Template:Authority control",
"Template:Use British English",
"Template:Efn",
"Template:Blockquote",
"Template:Quote",
"Template:Cite web",
"Template:ISBN",
"Template:Webarchive",
"Template:Cite journal",
"Template:Infobox UK place",
"Template:Havant",
"Template:Lang",
"Template:As of",
"Template:Notelist",
"Template:NOMIS2011",
"Template:Cite episode",
"Template:Cite news",
"Template:Hampshire",
"Template:About"
]
| https://en.wikipedia.org/wiki/Emsworth |
10,290 | Emulsion | An emulsion is a mixture of two or more liquids that are normally immiscible (unmixable or unblendable) owing to liquid-liquid phase separation. Emulsions are part of a more general class of two-phase systems of matter called colloids. Although the terms colloid and emulsion are sometimes used interchangeably, emulsion should be used when both phases, dispersed and continuous, are liquids. In an emulsion, one liquid (the dispersed phase) is dispersed in the other (the continuous phase). Examples of emulsions include vinaigrettes, homogenized milk, liquid biomolecular condensates, and some cutting fluids for metal working.
Two liquids can form different types of emulsions. As an example, oil and water can form, first, an oil-in-water emulsion, in which the oil is the dispersed phase, and water is the continuous phase. Second, they can form a water-in-oil emulsion, in which water is the dispersed phase and oil is the continuous phase. Multiple emulsions are also possible, including a "water-in-oil-in-water" emulsion and an "oil-in-water-in-oil" emulsion.
Emulsions, being liquids, do not exhibit a static internal structure. The droplets dispersed in the continuous phase (sometimes referred to as the "dispersion medium") are usually assumed to be statistically distributed to produce roughly spherical droplets.
The term "emulsion" is also used to refer to the photo-sensitive side of photographic film. Such a photographic emulsion consists of silver halide colloidal particles dispersed in a gelatin matrix. Nuclear emulsions are similar to photographic emulsions, except that they are used in particle physics to detect high-energy elementary particles.
The word "emulsion" comes from the Latin emulgere "to milk out", from ex "out" + mulgere "to milk", as milk is an emulsion of fat and water, along with other components, including colloidal casein micelles (a type of secreted biomolecular condensate).
A fluid system in which liquid droplets are dispersed in a liquid.
Note 1: The definition is based on the definition in ref.
Note 2: The droplets may be amorphous, liquid-crystalline, or anymixture thereof.
Note 3: The diameters of the droplets constituting the dispersed phaseusually range from approximately 10 nm to 100 μm; i.e., the dropletsmay exceed the usual size limits for colloidal particles.
Note 4: An emulsion is termed an oil/water (o/w) emulsion if thedispersed phase is an organic material and the continuous phase iswater or an aqueous solution and is termed water/oil (w/o) if the dispersedphase is water or an aqueous solution and the continuous phase is anorganic liquid (an "oil").
Note 5: A w/o emulsion is sometimes called an inverse emulsion.The term "inverse emulsion" is misleading, suggesting incorrectly thatthe emulsion has properties that are the opposite of those of an emulsion.Its use is, therefore, not recommended.
Emulsions contain both a dispersed and a continuous phase, with the boundary between the phases called the "interface". Emulsions tend to have a cloudy appearance because the many phase interfaces scatter light as it passes through the emulsion. Emulsions appear white when all light is scattered equally. If the emulsion is dilute enough, higher-frequency (shorter-wavelength) light will be scattered more, and the emulsion will appear bluer – this is called the "Tyndall effect". If the emulsion is concentrated enough, the color will be distorted toward comparatively longer wavelengths, and will appear more yellow. This phenomenon is easily observable when comparing skimmed milk, which contains little fat, to cream, which contains a much higher concentration of milk fat. One example would be a mixture of water and oil.
Two special classes of emulsions – microemulsions and nanoemulsions, with droplet sizes below 100 nm – appear translucent. This property is due to the fact that light waves are scattered by the droplets only if their sizes exceed about one-quarter of the wavelength of the incident light. Since the visible spectrum of light is composed of wavelengths between 390 and 750 nanometers (nm), if the droplet sizes in the emulsion are below about 100 nm, the light can penetrate through the emulsion without being scattered. Due to their similarity in appearance, translucent nanoemulsions and microemulsions are frequently confused. Unlike translucent nanoemulsions, which require specialized equipment to be produced, microemulsions are spontaneously formed by "solubilizing" oil molecules with a mixture of surfactants, co-surfactants, and co-solvents. The required surfactant concentration in a microemulsion is, however, several times higher than that in a translucent nanoemulsion, and significantly exceeds the concentration of the dispersed phase. Because of many undesirable side-effects caused by surfactants, their presence is disadvantageous or prohibitive in many applications. In addition, the stability of a microemulsion is often easily compromised by dilution, by heating, or by changing pH levels.
Common emulsions are inherently unstable and, thus, do not tend to form spontaneously. Energy input – through shaking, stirring, homogenizing, or exposure to power ultrasound – is needed to form an emulsion. Over time, emulsions tend to revert to the stable state of the phases comprising the emulsion. An example of this is seen in the separation of the oil and vinegar components of vinaigrette, an unstable emulsion that will quickly separate unless shaken almost continuously. There are important exceptions to this rule – microemulsions are thermodynamically stable, while translucent nanoemulsions are kinetically stable.
Whether an emulsion of oil and water turns into a "water-in-oil" emulsion or an "oil-in-water" emulsion depends on the volume fraction of both phases and the type of emulsifier (surfactant) (see Emulsifier, below) present.
Emulsion stability refers to the ability of an emulsion to resist change in its properties over time. There are four types of instability in emulsions: flocculation, coalescence, creaming/sedimentation, and Ostwald ripening. Flocculation occurs when there is an attractive force between the droplets, so they form flocs, like bunches of grapes. This process can be desired, if controlled in its extent, to tune physical properties of emulsions such as their flow behaviour. Coalescence occurs when droplets bump into each other and combine to form a larger droplet, so the average droplet size increases over time. Emulsions can also undergo creaming, where the droplets rise to the top of the emulsion under the influence of buoyancy, or under the influence of the centripetal force induced when a centrifuge is used. Creaming is a common phenomenon in dairy and non-dairy beverages (i.e. milk, coffee milk, almond milk, soy milk) and usually does not change the droplet size. Sedimentation is the opposite phenomenon of creaming and normally observed in water-in-oil emulsions. Sedimentation happens when the dispersed phase is denser than the continuous phase and the gravitational forces pull the denser globules towards the bottom of the emulsion. Similar to creaming, sedimentation follows Stokes' law.
An appropriate surface active agent (or surfactant) can increase the kinetic stability of an emulsion so that the size of the droplets does not change significantly with time. The stability of an emulsion, like a suspension, can be studied in terms of zeta potential, which indicates the repulsion between droplets or particles. If the size and dispersion of droplets does not change over time, it is said to be stable. For example, oil-in-water emulsions containing mono- and diglycerides and milk protein as surfactant showed that stable oil droplet size over 28 days storage at 25 °C.
The stability of emulsions can be characterized using techniques such as light scattering, focused beam reflectance measurement, centrifugation, and rheology. Each method has advantages and disadvantages.
The kinetic process of destabilization can be rather long – up to several months, or even years for some products. Often the formulator must accelerate this process in order to test products in a reasonable time during product design. Thermal methods are the most commonly used – these consist of increasing the emulsion temperature to accelerate destabilization (if below critical temperatures for phase inversion or chemical degradation). Temperature affects not only the viscosity but also the interfacial tension in the case of non-ionic surfactants or, on a broader scope, interactions between droplets within the system. Storing an emulsion at high temperatures enables the simulation of realistic conditions for a product (e.g., a tube of sunscreen emulsion in a car in the summer heat), but also accelerates destabilization processes up to 200 times.
Mechanical methods of acceleration, including vibration, centrifugation, and agitation, can also be used.
These methods are almost always empirical, without a sound scientific basis.
An emulsifier is a substance that stabilizes an emulsion by reducing the oil-water interface tension. Emulsifiers are a part of a broader group of compounds known as surfactants, or "surface-active agents". Surfactants are compounds that are typically amphiphilic, meaning they have a polar or hydrophilic (i.e., water-soluble) part and a non-polar (i.e., hydrophobic or lipophilic) part. Emulsifiers that are more soluble in water (and, conversely, less soluble in oil) will generally form oil-in-water emulsions, while emulsifiers that are more soluble in oil will form water-in-oil emulsions.
Examples of food emulsifiers are:
In food emulsions, the type of emulsifier greatly affects how emulsions are structured in the stomach and how accessible the oil is for gastric lipases, thereby influencing how fast emulsions are digested and trigger a satiety inducing hormone response.
Detergents are another class of surfactant, and will interact physically with both oil and water, thus stabilizing the interface between the oil and water droplets in suspension. This principle is exploited in soap, to remove grease for the purpose of cleaning. Many different emulsifiers are used in pharmacy to prepare emulsions such as creams and lotions. Common examples include emulsifying wax, polysorbate 20, and ceteareth 20.
Sometimes the inner phase itself can act as an emulsifier, and the result is a nanoemulsion, where the inner state disperses into "nano-size" droplets within the outer phase. A well-known example of this phenomenon, the "ouzo effect", happens when water is poured into a strong alcoholic anise-based beverage, such as ouzo, pastis, absinthe, arak, or raki. The anisolic compounds, which are soluble in ethanol, then form nano-size droplets and emulsify within the water. The resulting color of the drink is opaque and milky white.
A number of different chemical and physical processes and mechanisms can be involved in the process of emulsification:
Oil-in-water emulsions are common in food products:
Water-in-oil emulsions are less common in food, but still exist:
Other foods can be turned into products similar to emulsions, for example meat emulsion is a suspension of meat in liquid that is similar to true emulsions.
In pharmaceutics, hairstyling, personal hygiene, and cosmetics, emulsions are frequently used. These are usually oil and water emulsions but dispersed, and which is continuous depends in many cases on the pharmaceutical formulation. These emulsions may be called creams, ointments, liniments (balms), pastes, films, or liquids, depending mostly on their oil-to-water ratios, other additives, and their intended route of administration. The first 5 are topical dosage forms, and may be used on the surface of the skin, transdermally, ophthalmically, rectally, or vaginally. A highly liquid emulsion may also be used orally, or may be injected in some cases.
Microemulsions are used to deliver vaccines and kill microbes. Typical emulsions used in these techniques are nanoemulsions of soybean oil, with particles that are 400–600 nm in diameter. The process is not chemical, as with other types of antimicrobial treatments, but mechanical. The smaller the droplet the greater the surface tension and thus the greater the force required to merge with other lipids. The oil is emulsified with detergents using a high-shear mixer to stabilize the emulsion so, when they encounter the lipids in the cell membrane or envelope of bacteria or viruses, they force the lipids to merge with themselves. On a mass scale, in effect this disintegrates the membrane and kills the pathogen. The soybean oil emulsion does not harm normal human cells, or the cells of most other higher organisms, with the exceptions of sperm cells and blood cells, which are vulnerable to nanoemulsions due to the peculiarities of their membrane structures. For this reason, these nanoemulsions are not currently used intravenously (IV). The most effective application of this type of nanoemulsion is for the disinfection of surfaces. Some types of nanoemulsions have been shown to effectively destroy HIV-1 and tuberculosis pathogens on non-porous surfaces.
Emulsifying agents are effective at extinguishing fires on small, thin-layer spills of flammable liquids (class B fires). Such agents encapsulate the fuel in a fuel-water emulsion, thereby trapping the flammable vapors in the water phase. This emulsion is achieved by applying an aqueous surfactant solution to the fuel through a high-pressure nozzle. Emulsifiers are not effective at extinguishing large fires involving bulk/deep liquid fuels, because the amount of emulsifier agent needed for extinguishment is a function of the volume of the fuel, whereas other agents such as aqueous film-forming foam need cover only the surface of the fuel to achieve vapor mitigation.
Emulsions are used to manufacture polymer dispersions – polymer production in an emulsion 'phase' has a number of process advantages, including prevention of coagulation of product. Products produced by such polymerisations may be used as the emulsions – products including primary components for glues and paints. Synthetic latexes (rubbers) are also produced by this process. | [
{
"paragraph_id": 0,
"text": "An emulsion is a mixture of two or more liquids that are normally immiscible (unmixable or unblendable) owing to liquid-liquid phase separation. Emulsions are part of a more general class of two-phase systems of matter called colloids. Although the terms colloid and emulsion are sometimes used interchangeably, emulsion should be used when both phases, dispersed and continuous, are liquids. In an emulsion, one liquid (the dispersed phase) is dispersed in the other (the continuous phase). Examples of emulsions include vinaigrettes, homogenized milk, liquid biomolecular condensates, and some cutting fluids for metal working.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Two liquids can form different types of emulsions. As an example, oil and water can form, first, an oil-in-water emulsion, in which the oil is the dispersed phase, and water is the continuous phase. Second, they can form a water-in-oil emulsion, in which water is the dispersed phase and oil is the continuous phase. Multiple emulsions are also possible, including a \"water-in-oil-in-water\" emulsion and an \"oil-in-water-in-oil\" emulsion.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Emulsions, being liquids, do not exhibit a static internal structure. The droplets dispersed in the continuous phase (sometimes referred to as the \"dispersion medium\") are usually assumed to be statistically distributed to produce roughly spherical droplets.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The term \"emulsion\" is also used to refer to the photo-sensitive side of photographic film. Such a photographic emulsion consists of silver halide colloidal particles dispersed in a gelatin matrix. Nuclear emulsions are similar to photographic emulsions, except that they are used in particle physics to detect high-energy elementary particles.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The word \"emulsion\" comes from the Latin emulgere \"to milk out\", from ex \"out\" + mulgere \"to milk\", as milk is an emulsion of fat and water, along with other components, including colloidal casein micelles (a type of secreted biomolecular condensate).",
"title": "Etymology"
},
{
"paragraph_id": 5,
"text": "A fluid system in which liquid droplets are dispersed in a liquid.",
"title": "Appearance and properties"
},
{
"paragraph_id": 6,
"text": "Note 1: The definition is based on the definition in ref.",
"title": "Appearance and properties"
},
{
"paragraph_id": 7,
"text": "Note 2: The droplets may be amorphous, liquid-crystalline, or anymixture thereof.",
"title": "Appearance and properties"
},
{
"paragraph_id": 8,
"text": "Note 3: The diameters of the droplets constituting the dispersed phaseusually range from approximately 10 nm to 100 μm; i.e., the dropletsmay exceed the usual size limits for colloidal particles.",
"title": "Appearance and properties"
},
{
"paragraph_id": 9,
"text": "Note 4: An emulsion is termed an oil/water (o/w) emulsion if thedispersed phase is an organic material and the continuous phase iswater or an aqueous solution and is termed water/oil (w/o) if the dispersedphase is water or an aqueous solution and the continuous phase is anorganic liquid (an \"oil\").",
"title": "Appearance and properties"
},
{
"paragraph_id": 10,
"text": "Note 5: A w/o emulsion is sometimes called an inverse emulsion.The term \"inverse emulsion\" is misleading, suggesting incorrectly thatthe emulsion has properties that are the opposite of those of an emulsion.Its use is, therefore, not recommended.",
"title": "Appearance and properties"
},
{
"paragraph_id": 11,
"text": "Emulsions contain both a dispersed and a continuous phase, with the boundary between the phases called the \"interface\". Emulsions tend to have a cloudy appearance because the many phase interfaces scatter light as it passes through the emulsion. Emulsions appear white when all light is scattered equally. If the emulsion is dilute enough, higher-frequency (shorter-wavelength) light will be scattered more, and the emulsion will appear bluer – this is called the \"Tyndall effect\". If the emulsion is concentrated enough, the color will be distorted toward comparatively longer wavelengths, and will appear more yellow. This phenomenon is easily observable when comparing skimmed milk, which contains little fat, to cream, which contains a much higher concentration of milk fat. One example would be a mixture of water and oil.",
"title": "Appearance and properties"
},
{
"paragraph_id": 12,
"text": "Two special classes of emulsions – microemulsions and nanoemulsions, with droplet sizes below 100 nm – appear translucent. This property is due to the fact that light waves are scattered by the droplets only if their sizes exceed about one-quarter of the wavelength of the incident light. Since the visible spectrum of light is composed of wavelengths between 390 and 750 nanometers (nm), if the droplet sizes in the emulsion are below about 100 nm, the light can penetrate through the emulsion without being scattered. Due to their similarity in appearance, translucent nanoemulsions and microemulsions are frequently confused. Unlike translucent nanoemulsions, which require specialized equipment to be produced, microemulsions are spontaneously formed by \"solubilizing\" oil molecules with a mixture of surfactants, co-surfactants, and co-solvents. The required surfactant concentration in a microemulsion is, however, several times higher than that in a translucent nanoemulsion, and significantly exceeds the concentration of the dispersed phase. Because of many undesirable side-effects caused by surfactants, their presence is disadvantageous or prohibitive in many applications. In addition, the stability of a microemulsion is often easily compromised by dilution, by heating, or by changing pH levels.",
"title": "Appearance and properties"
},
{
"paragraph_id": 13,
"text": "Common emulsions are inherently unstable and, thus, do not tend to form spontaneously. Energy input – through shaking, stirring, homogenizing, or exposure to power ultrasound – is needed to form an emulsion. Over time, emulsions tend to revert to the stable state of the phases comprising the emulsion. An example of this is seen in the separation of the oil and vinegar components of vinaigrette, an unstable emulsion that will quickly separate unless shaken almost continuously. There are important exceptions to this rule – microemulsions are thermodynamically stable, while translucent nanoemulsions are kinetically stable.",
"title": "Appearance and properties"
},
{
"paragraph_id": 14,
"text": "Whether an emulsion of oil and water turns into a \"water-in-oil\" emulsion or an \"oil-in-water\" emulsion depends on the volume fraction of both phases and the type of emulsifier (surfactant) (see Emulsifier, below) present.",
"title": "Appearance and properties"
},
{
"paragraph_id": 15,
"text": "Emulsion stability refers to the ability of an emulsion to resist change in its properties over time. There are four types of instability in emulsions: flocculation, coalescence, creaming/sedimentation, and Ostwald ripening. Flocculation occurs when there is an attractive force between the droplets, so they form flocs, like bunches of grapes. This process can be desired, if controlled in its extent, to tune physical properties of emulsions such as their flow behaviour. Coalescence occurs when droplets bump into each other and combine to form a larger droplet, so the average droplet size increases over time. Emulsions can also undergo creaming, where the droplets rise to the top of the emulsion under the influence of buoyancy, or under the influence of the centripetal force induced when a centrifuge is used. Creaming is a common phenomenon in dairy and non-dairy beverages (i.e. milk, coffee milk, almond milk, soy milk) and usually does not change the droplet size. Sedimentation is the opposite phenomenon of creaming and normally observed in water-in-oil emulsions. Sedimentation happens when the dispersed phase is denser than the continuous phase and the gravitational forces pull the denser globules towards the bottom of the emulsion. Similar to creaming, sedimentation follows Stokes' law.",
"title": "Appearance and properties"
},
{
"paragraph_id": 16,
"text": "An appropriate surface active agent (or surfactant) can increase the kinetic stability of an emulsion so that the size of the droplets does not change significantly with time. The stability of an emulsion, like a suspension, can be studied in terms of zeta potential, which indicates the repulsion between droplets or particles. If the size and dispersion of droplets does not change over time, it is said to be stable. For example, oil-in-water emulsions containing mono- and diglycerides and milk protein as surfactant showed that stable oil droplet size over 28 days storage at 25 °C.",
"title": "Appearance and properties"
},
{
"paragraph_id": 17,
"text": "The stability of emulsions can be characterized using techniques such as light scattering, focused beam reflectance measurement, centrifugation, and rheology. Each method has advantages and disadvantages.",
"title": "Appearance and properties"
},
{
"paragraph_id": 18,
"text": "The kinetic process of destabilization can be rather long – up to several months, or even years for some products. Often the formulator must accelerate this process in order to test products in a reasonable time during product design. Thermal methods are the most commonly used – these consist of increasing the emulsion temperature to accelerate destabilization (if below critical temperatures for phase inversion or chemical degradation). Temperature affects not only the viscosity but also the interfacial tension in the case of non-ionic surfactants or, on a broader scope, interactions between droplets within the system. Storing an emulsion at high temperatures enables the simulation of realistic conditions for a product (e.g., a tube of sunscreen emulsion in a car in the summer heat), but also accelerates destabilization processes up to 200 times.",
"title": "Appearance and properties"
},
{
"paragraph_id": 19,
"text": "Mechanical methods of acceleration, including vibration, centrifugation, and agitation, can also be used.",
"title": "Appearance and properties"
},
{
"paragraph_id": 20,
"text": "These methods are almost always empirical, without a sound scientific basis.",
"title": "Appearance and properties"
},
{
"paragraph_id": 21,
"text": "An emulsifier is a substance that stabilizes an emulsion by reducing the oil-water interface tension. Emulsifiers are a part of a broader group of compounds known as surfactants, or \"surface-active agents\". Surfactants are compounds that are typically amphiphilic, meaning they have a polar or hydrophilic (i.e., water-soluble) part and a non-polar (i.e., hydrophobic or lipophilic) part. Emulsifiers that are more soluble in water (and, conversely, less soluble in oil) will generally form oil-in-water emulsions, while emulsifiers that are more soluble in oil will form water-in-oil emulsions.",
"title": "Emulsifiers"
},
{
"paragraph_id": 22,
"text": "Examples of food emulsifiers are:",
"title": "Emulsifiers"
},
{
"paragraph_id": 23,
"text": "In food emulsions, the type of emulsifier greatly affects how emulsions are structured in the stomach and how accessible the oil is for gastric lipases, thereby influencing how fast emulsions are digested and trigger a satiety inducing hormone response.",
"title": "Emulsifiers"
},
{
"paragraph_id": 24,
"text": "Detergents are another class of surfactant, and will interact physically with both oil and water, thus stabilizing the interface between the oil and water droplets in suspension. This principle is exploited in soap, to remove grease for the purpose of cleaning. Many different emulsifiers are used in pharmacy to prepare emulsions such as creams and lotions. Common examples include emulsifying wax, polysorbate 20, and ceteareth 20.",
"title": "Emulsifiers"
},
{
"paragraph_id": 25,
"text": "Sometimes the inner phase itself can act as an emulsifier, and the result is a nanoemulsion, where the inner state disperses into \"nano-size\" droplets within the outer phase. A well-known example of this phenomenon, the \"ouzo effect\", happens when water is poured into a strong alcoholic anise-based beverage, such as ouzo, pastis, absinthe, arak, or raki. The anisolic compounds, which are soluble in ethanol, then form nano-size droplets and emulsify within the water. The resulting color of the drink is opaque and milky white.",
"title": "Emulsifiers"
},
{
"paragraph_id": 26,
"text": "A number of different chemical and physical processes and mechanisms can be involved in the process of emulsification:",
"title": "Mechanisms of emulsification"
},
{
"paragraph_id": 27,
"text": "Oil-in-water emulsions are common in food products:",
"title": "Uses"
},
{
"paragraph_id": 28,
"text": "Water-in-oil emulsions are less common in food, but still exist:",
"title": "Uses"
},
{
"paragraph_id": 29,
"text": "Other foods can be turned into products similar to emulsions, for example meat emulsion is a suspension of meat in liquid that is similar to true emulsions.",
"title": "Uses"
},
{
"paragraph_id": 30,
"text": "In pharmaceutics, hairstyling, personal hygiene, and cosmetics, emulsions are frequently used. These are usually oil and water emulsions but dispersed, and which is continuous depends in many cases on the pharmaceutical formulation. These emulsions may be called creams, ointments, liniments (balms), pastes, films, or liquids, depending mostly on their oil-to-water ratios, other additives, and their intended route of administration. The first 5 are topical dosage forms, and may be used on the surface of the skin, transdermally, ophthalmically, rectally, or vaginally. A highly liquid emulsion may also be used orally, or may be injected in some cases.",
"title": "Uses"
},
{
"paragraph_id": 31,
"text": "Microemulsions are used to deliver vaccines and kill microbes. Typical emulsions used in these techniques are nanoemulsions of soybean oil, with particles that are 400–600 nm in diameter. The process is not chemical, as with other types of antimicrobial treatments, but mechanical. The smaller the droplet the greater the surface tension and thus the greater the force required to merge with other lipids. The oil is emulsified with detergents using a high-shear mixer to stabilize the emulsion so, when they encounter the lipids in the cell membrane or envelope of bacteria or viruses, they force the lipids to merge with themselves. On a mass scale, in effect this disintegrates the membrane and kills the pathogen. The soybean oil emulsion does not harm normal human cells, or the cells of most other higher organisms, with the exceptions of sperm cells and blood cells, which are vulnerable to nanoemulsions due to the peculiarities of their membrane structures. For this reason, these nanoemulsions are not currently used intravenously (IV). The most effective application of this type of nanoemulsion is for the disinfection of surfaces. Some types of nanoemulsions have been shown to effectively destroy HIV-1 and tuberculosis pathogens on non-porous surfaces.",
"title": "Uses"
},
{
"paragraph_id": 32,
"text": "Emulsifying agents are effective at extinguishing fires on small, thin-layer spills of flammable liquids (class B fires). Such agents encapsulate the fuel in a fuel-water emulsion, thereby trapping the flammable vapors in the water phase. This emulsion is achieved by applying an aqueous surfactant solution to the fuel through a high-pressure nozzle. Emulsifiers are not effective at extinguishing large fires involving bulk/deep liquid fuels, because the amount of emulsifier agent needed for extinguishment is a function of the volume of the fuel, whereas other agents such as aqueous film-forming foam need cover only the surface of the fuel to achieve vapor mitigation.",
"title": "Uses"
},
{
"paragraph_id": 33,
"text": "Emulsions are used to manufacture polymer dispersions – polymer production in an emulsion 'phase' has a number of process advantages, including prevention of coagulation of product. Products produced by such polymerisations may be used as the emulsions – products including primary components for glues and paints. Synthetic latexes (rubbers) are also produced by this process.",
"title": "Uses"
}
]
| An emulsion is a mixture of two or more liquids that are normally immiscible owing to liquid-liquid phase separation. Emulsions are part of a more general class of two-phase systems of matter called colloids. Although the terms colloid and emulsion are sometimes used interchangeably, emulsion should be used when both phases, dispersed and continuous, are liquids. In an emulsion, one liquid is dispersed in the other. Examples of emulsions include vinaigrettes, homogenized milk, liquid biomolecular condensates, and some cutting fluids for metal working. Two liquids can form different types of emulsions. As an example, oil and water can form, first, an oil-in-water emulsion, in which the oil is the dispersed phase, and water is the continuous phase. Second, they can form a water-in-oil emulsion, in which water is the dispersed phase and oil is the continuous phase. Multiple emulsions are also possible, including a "water-in-oil-in-water" emulsion and an "oil-in-water-in-oil" emulsion. Emulsions, being liquids, do not exhibit a static internal structure. The droplets dispersed in the continuous phase are usually assumed to be statistically distributed to produce roughly spherical droplets. The term "emulsion" is also used to refer to the photo-sensitive side of photographic film. Such a photographic emulsion consists of silver halide colloidal particles dispersed in a gelatin matrix. Nuclear emulsions are similar to photographic emulsions, except that they are used in particle physics to detect high-energy elementary particles. | 2001-12-18T17:15:51Z | 2023-12-15T09:34:31Z | [
"Template:Quote box",
"Template:Div col",
"Template:Wiktionary",
"Template:Authority control",
"Template:Short description",
"Template:Main",
"Template:Annotated link",
"Template:Div col end",
"Template:Cite book",
"Template:Cite magazine",
"Template:Reflist",
"Template:Cite web",
"Template:Dosage forms",
"Template:About",
"Template:Ordered list",
"Template:Citation needed",
"Template:Cite journal",
"Template:Citation"
]
| https://en.wikipedia.org/wiki/Emulsion |
10,292 | Louis Mountbatten, 1st Earl Mountbatten of Burma | Admiral of the Fleet Albert Victor Nicholas Louis Francis Mountbatten, 1st Earl Mountbatten of Burma (25 June 1900 – 27 August 1979) was a British statesman, naval officer, colonial administrator and close relative of the British royal family. He was born in the United Kingdom to the prominent Battenberg family. He was a maternal uncle of Prince Philip, Duke of Edinburgh, and a second cousin of King George VI. He joined the Royal Navy during the First World War and was appointed Supreme Allied Commander, South East Asia Command, in the Second World War. He later served as the last Viceroy of India and briefly as the first Governor-General of the Dominion of India.
Mountbatten attended the Royal Naval College, Osborne, before entering the Royal Navy in 1916. He saw action during the closing phase of the First World War, and after the war briefly attended Christ's College, Cambridge. During the interwar period, Mountbatten continued to pursue his naval career, specialising in naval communications.
Following the outbreak of the Second World War, Mountbatten commanded the destroyer HMS Kelly and the 5th Destroyer Flotilla. He saw considerable action in Norway, in the English Channel, and in the Mediterranean. In August 1941, he received command of the aircraft carrier HMS Illustrious. He was appointed chief of Combined Operations and a member of the Chiefs of Staff Committee in early 1942, and organised the raids on St Nazaire and Dieppe. In August 1943, Mountbatten became Supreme Allied Commander South East Asia Command and oversaw the recapture of Burma and Singapore from the Japanese by the end of 1945. For his service during the war, Mountbatten was created viscount in 1946 and earl the following year.
In February 1947, Mountbatten was appointed Viceroy and Governor-General of India and oversaw the Partition of India into India and Pakistan. He then served as the first Governor-General of the Union of India until June 1948. In 1952, Mountbatten was appointed commander-in-chief of the British Mediterranean Fleet and NATO Commander Allied Forces Mediterranean. From 1955 to 1959, he was First Sea Lord, a position that had been held by his father, Prince Louis of Battenberg, some forty years earlier. Thereafter he served as chief of the Defence Staff until 1965, making him the longest-serving professional head of the British Armed Forces to date. During this period Mountbatten also served as chairman of the NATO Military Committee for a year.
In August 1979, Mountbatten was assassinated by a bomb planted aboard his fishing boat in Mullaghmore, County Sligo, Ireland, by members of the Provisional Irish Republican Army. He received a ceremonial funeral at Westminster Abbey and was buried in Romsey Abbey in Hampshire.
Mountbatten, then named Prince Louis of Battenberg, was born on 25 June 1900 at Frogmore House in the Home Park, Windsor, Berkshire. He was the youngest child and the second son of Prince Louis of Battenberg and his wife Princess Victoria of Hesse and by Rhine. Mountbatten's maternal grandparents were Louis IV, Grand Duke of Hesse, and Princess Alice of the United Kingdom, who was a daughter of Queen Victoria and Prince Albert of Saxe-Coburg and Gotha. His paternal grandparents were Prince Alexander of Hesse and by Rhine and Julia, Princess of Battenberg. Mountbatten's paternal grandparents' marriage was morganatic because his grandmother was not of royal lineage; as a result, he and his father were styled "Serene Highness" rather than "Grand Ducal Highness", were not eligible to be titled Princes of Hesse, and were given the less exalted Battenberg title. Mountbatten's elder siblings were Princess Alice of Battenberg (later Princess Andrew of Greece and Denmark, mother of Prince Philip, Duke of Edinburgh), Princess Louise of Battenberg (later Queen Louise of Sweden), and Prince George of Battenberg (later George Mountbatten, 2nd Marquess of Milford Haven).
Mountbatten was baptised in the large drawing room of Frogmore House on 17 July 1900 by the Dean of Windsor, Philip Eliot. His godparents were Queen Victoria (his maternal great-grandmother), Nicholas II of Russia (his maternal uncle through marriage and paternal second cousin, represented by the child's father) and Prince Francis Joseph of Battenberg (his paternal uncle, represented by Lord Edward Clinton). He wore the original 1841 royal christening gown at the ceremony.
Mountbatten's nickname among family and friends was "Dickie"; however "Richard" was not among his given names. This was because his great-grandmother, Queen Victoria, had suggested the nickname of "Nicky", but to avoid confusion with the many Nickys of the Russian Imperial Family ("Nicky" was particularly used to refer to Nicholas II, the last Tsar), "Nicky" was changed to "Dickie".
Mountbatten was educated at home for the first 10 years of his life; he was then sent to Lockers Park School in Hertfordshire and on to the Royal Naval College, Osborne, in May 1913.
Mountbatten's mother's younger sister was Russian Empress Alexandra Feodorovna. In childhood he visited the Imperial Court of Russia at St Petersburg and became intimate with the Russian Imperial Family, harbouring romantic feelings towards his maternal first cousin Grand Duchess Maria Nikolaevna, whose photograph he kept at his bedside for the rest of his life.
Mountbatten adopted his surname as a result of World War I. From 1914 to 1918, Britain and its allies were at war with the Central Powers, led by the German Empire. To appease British nationalist sentiment, in 1917 King George V issued a royal proclamation changing the name of the British royal house from the German House of Saxe-Coburg and Gotha to the House of Windsor. The king's British relatives followed suit with Mountbatten's father dropping his German titles and name and adopting the surname Mountbatten, an anglicization of Battenberg. The elder Mountbatten was subsequently created Marquess of Milford Haven.
Mountbatten was posted as midshipman to the battlecruiser HMS Lion in July 1916 and, after seeing action in August 1916, transferred to the battleship HMS Queen Elizabeth during the closing phases of the First World War. In June 1917, when the royal family stopped using their German names and titles and adopted the more British-sounding "Windsor", Mountbatten acquired the courtesy title appropriate to a younger son of a marquess, becoming known as Lord Louis Mountbatten (Lord Louis for short) until he was created a peer in his own right in 1946. He paid a visit of ten days to the Western Front, in July 1918.
While still an acting-sub-lieutenant, Mountbatten was appointed first lieutenant (second-in-command) of the P-class sloop HMS P. 31 on 13 October 1918 and was confirmed as a substantive sub-lieutenant on 15 January 1919. HMS P. 31 took part in the Peace River Pageant on 4 April 1919. Mountbatten attended Christ's College, Cambridge, for two terms, starting in October 1919, where he studied English literature (including John Milton and Lord Byron) in a programme designed to augment the education of junior officers which had been curtailed by the war. He was elected for a term to the Standing Committee of the Cambridge Union Society and was suspected of sympathy for the Labour Party, then emerging as a potential party of government for the first time.
Mountbatten was posted to the battlecruiser HMS Renown in March 1920 and accompanied Edward, Prince of Wales, on a royal tour of Australia in her. He was promoted lieutenant on 15 April 1920. HMS Renown returned to Portsmouth on 11 October 1920. Early in 1921 Royal Navy personnel were used for civil defence duties as serious industrial unrest seemed imminent. Mountbatten had to command a platoon of stokers, many of whom had never handled a rifle before, in Northern England. He transferred to the battlecruiser HMS Repulse in March 1921 and accompanied the Prince of Wales on a Royal tour of India and Japan. Edward and Mountbatten formed a close friendship during the trip. Mountbatten survived the deep defence cuts known as the Geddes Axe. Fifty-two percent of the officers of his year had had to leave the Royal Navy by the end of 1923; although he was highly regarded by his superiors, it was rumoured that wealthy and well-connected officers were more likely to be retained. Mountbatten was posted to the battleship HMS Revenge in the Mediterranean Fleet in January 1923.
Pursuing his interests in technological development and gadgetry, Mountbatten joined the Portsmouth Signals School in August 1924 and then went on briefly to study electronics at the Royal Naval College, Greenwich. Mountbatten became a Member of the Institution of Electrical Engineers (IEE), now the Institution of Engineering and Technology (IET). He was posted to the battleship HMS Centurion in the Reserve Fleet in 1926 and became Assistant Fleet Wireless and Signals Officer of the Mediterranean Fleet under the command of Admiral Sir Roger Keyes in January 1927. Promoted lieutenant commander on 15 April 1928, Mountbatten returned to the Signals School in July 1929 as Senior Wireless Instructor. He was appointed Fleet Wireless Officer to the Mediterranean Fleet in August 1931 and, having been promoted commander on 31 December 1932, was posted to the battleship HMS Resolution.
In 1934, Mountbatten was appointed to his first command – the destroyer HMS Daring. His ship was a new destroyer, which he was to sail to Singapore and exchange for an older ship, HMS Wishart. He successfully brought Wishart back to port in Malta and then attended the Funeral of George V in January 1936. Mountbatten was appointed a personal naval aide-de-camp to King Edward VIII on 23 June 1936 and, having joined the Naval Air Division of the Admiralty in July 1936, he attended the coronation of King George VI and Queen Elizabeth in May 1937. Mountbatten was promoted captain on 30 June 1937 and was then given command of the destroyer HMS Kelly in June 1939.
Within the Admiralty, Mountbatten was called "The Master of Disaster" for his penchant of getting into messes.
When war broke out in September 1939, Mountbatten became Captain (D) (commander) of the 5th Destroyer Flotilla aboard HMS Kelly, which became famous for its exploits. In late 1939 he brought the Duke of Windsor back from exile in France and in early May 1940 Mountbatten led a British convoy in through the fog to evacuate the Allied forces participating in the Namsos Campaign during the Norwegian Campaign.
On the night of 9–10 May 1940, Kelly was torpedoed amidships by a German E-boat S 31 off the Dutch coast, and Mountbatten thereafter commanded the 5th Destroyer Flotilla from the destroyer HMS Javelin. On 29 November 1940 the 5th Flotilla engaged three German destroyers off Lizard Point, Cornwall. Mountbatten turned to port to match a German course change. This was "a rather disastrous move as the directors swung off and lost target" and it resulted in Javelin being struck by two torpedoes. He rejoined Kelly in December 1940, by which time the torpedo damage had been repaired.
Kelly was sunk by German dive bombers on 23 May 1941 during the Battle of Crete; the incident serving as the basis for Noël Coward's film In Which We Serve. Coward was a personal friend of Mountbatten and copied some of his speeches into the film. Mountbatten was mentioned in despatches on 9 August 1940 and 21 March 1941 and awarded the Distinguished Service Order in January 1941.
In August 1941, Mountbatten was appointed captain of the aircraft carrier HMS Illustrious which lay in Norfolk, Virginia, for repairs following action at Malta in January. During this period of relative inactivity, he paid a flying visit to Pearl Harbor, three months before the Japanese attack on it. Mountbatten, appalled at the US naval base's lack of preparedness, drawing on Japan's history of launching wars with surprise attacks as well as the successful British surprise attack at the Battle of Taranto which had effectively knocked Italy's fleet out of the war, and the sheer effectiveness of aircraft against warships, accurately predicted that the US would enter the war after a Japanese surprise attack on Pearl Harbor.
Mountbatten was a favourite of Winston Churchill. On 27 October 1941, Mountbatten replaced Admiral of the Fleet Sir Roger Keyes as Chief of Combined Operations Headquarters and was promoted to commodore.
His duties in this role included inventing new technical aids to assist with opposed landings. Noteworthy technical achievements of Mountbatten and his staff include the construction of "PLUTO", an underwater oil pipeline to Normandy, an artificial Mulberry harbour constructed of concrete caissons and sunken ships, and the development of tank-landing ships. Another project Mountbatten proposed to Churchill was Project Habakkuk. It was to be an unsinkable 600-metre aircraft carrier made from reinforced ice ("Pykrete"): Habakkuk was never carried out due to its enormous cost.
As commander of Combined Operations, Mountbatten and his staff planned the highly successful Bruneval raid, which gained important information and captured part of a German Würzburg radar installation and one of the machine's technicians on 27 February 1942. It was Mountbatten who recognised that surprise and speed were essential to capture the radar, and saw that an airborne assault was the only viable method.
On 18 March 1942, he was promoted to the acting rank of vice admiral and given the honorary ranks of lieutenant general and air marshal to have the authority to carry out his duties in Combined Operations; and, despite the misgivings of General Sir Alan Brooke, the Chief of the Imperial General Staff, Mountbatten was placed in the Chiefs of Staff Committee. He was in large part responsible for the planning and organisation of the St Nazaire Raid on 28 March, which put out of action one of the most heavily defended docks in Nazi-occupied France until well after the war's end, the ramifications of which contributed to allied supremacy in the Battle of the Atlantic. After these two successes came the Dieppe Raid of 19 August 1942. He was central in the planning and promotion of the raid on the port of Dieppe. The raid was a marked failure, with casualties of almost 60%, the great majority of them Canadians. Following the Dieppe Raid, Mountbatten became a controversial figure in Canada, with the Royal Canadian Legion distancing itself from him during his visits there during his later career. His relations with Canadian veterans, who blamed him for the losses, "remained frosty" after the war.
Mountbatten claimed that the lessons learned from the Dieppe Raid were necessary for planning the Normandy invasion on D-Day nearly two years later. However, military historians such as Major-General Julian Thompson, a former member of the Royal Marines, have written that these lessons should not have needed a debacle such as Dieppe to be recognised. Nevertheless, as a direct result of the failings of the Dieppe Raid, the British made several innovations, most notably Hobart's Funnies – specialised armoured vehicles which, in the course of the Normandy Landings, undoubtedly saved many lives on those three beachheads upon which Commonwealth soldiers were landing (Gold Beach, Juno Beach and Sword Beach).
In August 1943, Churchill appointed Mountbatten the Supreme Allied Commander South East Asia Command (SEAC) with promotion to acting full admiral. His less practical ideas were sidelined by an experienced planning staff led by Lieutenant-Colonel James Allason, though some, such as a proposal to launch an amphibious assault near Rangoon, got as far as Churchill before being quashed.
British interpreter Hugh Lunghi recounted an embarrassing episode during the Potsdam Conference when Mountbatten, desiring to receive an invitation to visit the Soviet Union, repeatedly attempted to impress Joseph Stalin with his former connections to the Russian imperial family. The attempt fell predictably flat, with Stalin dryly inquiring whether "it was some time ago that he had been there". Says Lunghi, "The meeting was embarrassing because Stalin was so unimpressed. He offered no invitation. Mountbatten left with his tail between his legs."
During his time as Supreme Allied Commander of the Southeast Asia Theatre, his command oversaw the recapture of Burma from the Japanese by General Sir William Slim. A personal high point was the receipt of the Japanese surrender in Singapore when British troops returned to the island to receive the formal surrender of Japanese forces in the region led by General Itagaki Seishiro on 12 September 1945, codenamed Operation Tiderace. South East Asia Command was disbanded in May 1946 and Mountbatten returned home with the substantive rank of rear-admiral. That year, he was made a Knight Companion of the Garter and created Viscount Mountbatten of Burma, of Romsey in the County of Southampton, as a victory title for war service. He was then in 1947 further created Earl Mountbatten of Burma and Baron Romsey, of Romsey in the County of Southampton.
Following the war, Mountbatten was known to have largely shunned the Japanese for the rest of his life out of respect for his men killed during the war and, as per his will, Japan was not invited to send diplomatic representatives to his funeral in 1979, though he did meet Emperor Hirohito during his state visit to Britain in 1971, reportedly at the urging of the Queen.
Mountbatten's experience in the region and in particular his perceived Labour sympathies at that time led to Clement Attlee advising King George VI to appoint him Viceroy of India on 20 February 1947 charged with overseeing the transition of British India to independence no later than 30 June 1948. Mountbatten's instructions were to avoid partition and preserve a united India as a result of the transfer of power but authorised him to adapt to a changing situation in order to get Britain out promptly with minimal reputational damage. Mountbatten arrived in India on 22 March 1947 by air, from London. In the evening, he was taken to his residence and, two days later, he took the Viceregal Oath. His arrival saw large-scale communal riots in Delhi, Bombay and Rawalpindi. Mountbatten concluded that the situation was too volatile to wait even a year before granting independence to India. Although his advisers favoured a gradual transfer of independence, Mountbatten decided the only way forward was a quick and orderly transfer of power before 1947 was out. In his view, any longer would mean civil war. Mountbatten also hurried so he could return to his senior technical Navy courses.
Mountbatten was fond of Congress leader Jawaharlal Nehru and his liberal outlook for the country. He felt differently about the Muslim League leader Muhammad Ali Jinnah, but was aware of his power, stating "If it could be said that any single man held the future of India in the palm of his hand in 1947, that man was Mohammad Ali Jinnah." During his meeting with Jinnah on 5 April 1947, Mountbatten tried to persuade him of a united India, citing the difficult task of dividing the mixed states of Punjab and Bengal, but the Muslim leader was unyielding in his goal of establishing a separate Muslim state called Pakistan.
Given the British government's recommendations to grant independence quickly, Mountbatten concluded that a united India was an unachievable goal and resigned himself to a plan for partition, creating the independent nations of India and Pakistan. Mountbatten set a date for the transfer of power from the British to the Indians, arguing that a fixed timeline would convince Indians of his and the British government's sincerity in working towards a swift and efficient independence, excluding all possibilities of stalling the process.
Among the Indian leaders, Mahatma Gandhi emphatically insisted on maintaining a united India and for a while successfully rallied people to this goal. During his meeting with Mountbatten, Gandhi asked Mountbatten to invite Jinnah to form a new central government, but Mountbatten never uttered a word of Gandhi's ideas to Jinnah. When Mountbatten's timeline offered the prospect of attaining independence soon, sentiments took a different turn. Given Mountbatten's determination, Nehru and Sardar Patel's inability to deal with the Muslim League and, lastly, Jinnah's obstinacy, all Indian party leaders (except Gandhi) acquiesced to Jinnah's plan to divide India, which in turn eased Mountbatten's task. Mountbatten also developed a strong relationship with the Indian princes, who ruled those portions of India not directly under British rule. His intervention was decisive in persuading the vast majority of them to see advantages in opting to join the Indian Union. On one hand, the integration of the princely states can be viewed as one of the positive aspects of his legacy but on the other, the refusal of Hyderabad, Jammu and Kashmir, and Junagadh to join one of the dominions led to future wars between Pakistan and India.
Mountbatten brought forward the date of the partition from June 1948 to 15 August 1947. The uncertainty of the borders caused Muslims and Hindus to move into the direction where they felt they would get the majority. Hindus and Muslims were thoroughly terrified, and the Muslim movement from the East was balanced by the similar movement of Hindus from the West. A boundary committee chaired by Sir Cyril Radcliffe was charged with drawing boundaries for the new nations. With a mandate to leave as many Hindus and Sikhs in India and as many Muslims in Pakistan as possible, Radcliffe came up with a map that split the two countries along the Punjab and Bengal borders. This left 14 million people on the "wrong" side of the border, and very many of them fled to "safety" on the other side when the new lines were announced.
When India and Pakistan attained independence at midnight of 14–15 August 1947, Mountbatten was alone in his study at the Viceroy's house saying to himself just before the clock struck midnight that for still a few minutes, he was the most powerful man on Earth. At 11:58 PM, as a last act of showmanship, he created Joan Falkiner, the Australian wife of the Nawab of Palanpur, a highness, an act that was apparently one of his favourite duties that was annulled at the stroke of midnight.
Mountbatten remained in New Delhi for 10 months, serving as the first governor-general of an independent India until June 1948. On Mountbatten's advice, India took the issue of Kashmir to the newly formed United Nations in January 1948. This issue would become a lasting thorn in his legacy and one that is not resolved to this day. Accounts differ on the future which Mountbatten desired for Kashmir. Pakistani accounts suggest that Mountbatten favoured the accession of Kashmir to India, citing his close relationship to Nehru. Mountbatten's own account says that he simply wanted the maharaja, Hari Singh, to make up his mind. The viceroy made several attempts to mediate between the Congress leaders, Muhammad Ali Jinnah and Hari Singh on issues relating to the accession of Kashmir, though he was largely unsuccessful in resolving the conflict. After the tribal invasion of Kashmir, it was on his suggestion that India moved to secure the accession of Kashmir from Hari Singh before sending in military forces for his defence.
Notwithstanding the self-promotion of his own part in Indian independence – notably in the television series The Life and Times of Admiral of the Fleet Lord Mountbatten of Burma, produced by his son-in-law Lord Brabourne, and Freedom at Midnight by Dominique Lapierre and Larry Collins (of which he was the main quoted source) – his record is seen as very mixed. One common view is that he hastened the process of independence unduly and recklessly, foreseeing vast disruption and loss of life and not wanting this to occur on his watch, but thereby actually helping it to occur (albeit in an indirect manner), especially in Punjab and Bengal. John Kenneth Galbraith, the Canadian-American Harvard University economist, who advised governments of India during the 1950s and was an intimate of Nehru who served as the American ambassador from 1961 to 1963, was a particularly harsh critic of Mountbatten in this regard. However, another view is that the British were forced to expedite the partition process to avoid involvement in a potential civil war with law and order having already broken down and Britain with limited resources after the Second World War. According to historian Lawrence James, Mountbatten was left with no other option but to cut and run, with the alternative being involvement in a potential civil war that would be difficult to get out of.
The creation of Pakistan was never emotionally accepted by many British leaders, among them Mountbatten. Mountbatten clearly expressed his lack of support and faith in the Muslim League's idea of Pakistan. Jinnah refused Mountbatten's offer to serve as Governor-General of Pakistan. When Mountbatten was asked by Collins and Lapierre if he would have sabotaged the creation of Pakistan had he known that Jinnah was dying of tuberculosis, he replied, "Most probably".
After his tenure as Governor-General concluded, Mountbatten continued to enjoy close relations with Nehru and the post-Independence Indian leadership, and was welcomed as a former governor-general of India on subsequent visits to the country, including during an official trip in March 1956. The Pakistani government, by contrast, never forgave Mountbatten for his perceived hostile attitude towards Pakistan and deemed him Persona non grata, barring him from transiting their airspace during the same visit.
After India, Mountbatten served as commander of the 1st Cruiser Squadron in the Mediterranean Fleet and, having been granted the substantive rank of vice-admiral on 22 June 1949, he became Second-in-Command of the Mediterranean Fleet in April 1950. He became Fourth Sea Lord at the Admiralty in June 1950. He then returned to the Mediterranean to serve as Commander-in-Chief, Mediterranean Fleet and NATO Commander Allied Forces Mediterranean from June 1952. He was promoted to the substantive rank of full admiral on 27 February 1953. In March 1953, he was appointed Personal Aide-de-Camp to the Queen.
Mountbatten served his final posting at the Admiralty as First Sea Lord and Chief of the Naval Staff from April 1955 to July 1959, the position which his father had held some forty years before. This was the first time in Royal Naval history that a father and son had both attained such high office. He was promoted to Admiral of the Fleet on 22 October 1956.
In the Suez Crisis of 1956, Mountbatten strongly advised his old friend Prime Minister Anthony Eden against the Conservative government's plans to seize the Suez Canal in conjunction with France and Israel. He argued that such a move would destabilize the Middle East, undermine the authority of the United Nations, divide the Commonwealth and diminish Britain's global standing. His advice was not taken. Eden insisted that Mountbatten not resign. Instead, he worked hard to prepare the Royal Navy for war with characteristic professionalism and thoroughness.
Despite his military rank, Mountbatten was ignorant as to the physics involved in a nuclear explosion and had to be reassured that the fission reactions from the Bikini Atoll tests would not spread through the oceans and blow up the planet. As Mountbatten became more familiar with this new form of weaponry, he increasingly grew opposed to its use in combat. Yet, he realised the potential for nuclear energy, especially with regard to submarines. Mountbatten expressed his feelings towards the use of nuclear weapons in combat in his article "A Military Commander Surveys The Nuclear Arms Race", which was published shortly after his death in International Security in the Winter of 1979–1980.
After leaving the Admiralty, Mountbatten took the position of Chief of the Defence Staff. He served in this post for six years during which he was able to consolidate the three service departments of the military branch into a single Ministry of Defence. Ian Jacob, co-author of the 1963 Report on the Central Organisation of Defence that served as the basis of these reforms, described Mountbatten as "universally mistrusted in spite of his great qualities". On their election in October 1964, the Wilson ministry had to decide whether to renew his appointment the following July. The Defence Secretary, Denis Healey, interviewed the forty most senior officials in the Ministry of Defence; only one, Sir Kenneth Strong, a personal friend of Mountbatten, recommended his reappointment. "When I told Dickie of my decision not to reappoint him," recalls Healey, "he slapped his thigh and roared with delight; but his eyes told a different story."
Mountbatten was appointed Colonel of The Life Guards and Gold Stick in Waiting on 29 January 1965 and Life Colonel Commandant of the Royal Marines the same year. He was Governor of the Isle of Wight from 20 July 1965 and then the first Lord Lieutenant of the Isle of Wight from 1 April 1974.
Mountbatten was elected a Fellow of the Royal Society and had received an honorary doctorate from Heriot-Watt University in 1968.
In 1969, Mountbatten tried unsuccessfully to persuade his second cousin, the Spanish pretender Infante Juan, Count of Barcelona, to ease the eventual accession of his son, Juan Carlos, to the Spanish throne by signing a declaration of abdication while in exile. The next year Mountbatten attended an official White House dinner during which he took the opportunity to have a 20-minute conversation with Richard Nixon and Secretary of State William P. Rogers, about which he later wrote, "I was able to talk to the President a bit about both Tino [Constantine II of Greece] and Juanito [Juan Carlos of Spain] to try and put over their respective points of view about Greece and Spain, and how I felt the US could help them." In January 1971, Nixon hosted Juan Carlos and his wife Sofia (sister of the exiled King Constantine) during a visit to Washington and later that year The Washington Post published an article alleging that Nixon's administration was seeking to persuade Franco to retire in favour of the young Bourbon prince.
From 1967 until 1978, Mountbatten was president of the United World Colleges Organisation, then represented by a single college: that of Atlantic College in South Wales. Mountbatten supported the United World Colleges and encouraged heads of state, politicians, and personalities throughout the world to share his interest. Under his presidency and personal involvement, the United World College of South East Asia was established in Singapore in 1971, followed by the United World College of the Pacific in Victoria, British Columbia, in 1974. In 1978, Mountbatten passed the presidency of the college to his great-nephew, Charles, Prince of Wales.
Mountbatten also helped to launch the International Baccalaureate; in 1971 he presented the first IB diplomas in the Greek Theatre of the International School of Geneva, Switzerland.
In 1975 Mountbatten finally visited the Soviet Union, leading the delegation from UK as personal representative of Queen Elizabeth II at the celebrations to mark the 30th anniversary of Victory Day in Second World War in Moscow.
Peter Wright, in his 1987 book Spycatcher, claimed that in May 1968 Mountbatten attended a private meeting with press baron Cecil King and the government's Chief Scientific Adviser, Solly Zuckerman. Wright alleged that "up to thirty" MI5 officers had joined a secret campaign to undermine the crisis-stricken Labour government of Harold Wilson and that King was an MI5 agent. In the meeting, King allegedly urged Mountbatten to become the leader of a government of national salvation. Solly Zuckerman pointed out that it was "rank treachery" and the idea came to nothing because of Mountbatten's reluctance to act. In contrast, Andrew Lownie has suggested that it took the intervention of the Queen to dissuade Mountbatten from plotting against Wilson.
In 2006, the BBC documentary The Plot Against Harold Wilson alleged that there had been another plot involving Mountbatten to oust Wilson during his second term in office (1974–1976). The period was characterised by high inflation, increasing unemployment, and widespread industrial unrest. The alleged plot revolved around right-wing former military figures who were supposedly building private armies to counter the perceived threat from trade unions and the Soviet Union. They believed that the Labour Party was unable and unwilling to counter these developments and that Wilson was either a Soviet agent or at the very least a Communist sympathiser – claims Wilson strongly denied. The documentary makers alleged that a coup was planned to overthrow Wilson and replace him with Mountbatten using the private armies and sympathisers in the military and MI5.
The first official history of MI5, The Defence of the Realm (2009), implied that there was a plot against Wilson and that MI5 did have a file on him. Yet it also made clear that the plot was in no way official and that any activity centred on a small group of discontented officers. This much had already been confirmed by former cabinet secretary Lord Hunt, who concluded in a secret inquiry conducted in 1996 that "there is absolutely no doubt at all that a few, a very few, malcontents in MI5 ... a lot of them like Peter Wright who were right-wing, malicious and had serious personal grudges – gave vent to these and spread damaging malicious stories about that Labour government."
Mountbatten was married on 18 July 1922 to Edwina Cynthia Annette Ashley, daughter of Wilfred William Ashley, later 1st Baron Mount Temple, himself a grandson of the 7th Earl of Shaftesbury. She was the favourite granddaughter of the Edwardian magnate Sir Ernest Cassel and the principal heir to his fortune. The couple spent heavily on households, luxuries, and entertainment. There followed a honeymoon tour of European royal courts and North America which included a visit to Niagara Falls (because "all honeymooners went there"). During their honeymoon in California, the newlyweds starred in a silent home movie by Charlie Chaplin called Nice And Friendly, which was not shown in cinemas.
Mountbatten admitted: "Edwina and I spent all our married lives getting into other people's beds." He maintained an affair for several years with Yola Letellier, the wife of Henri Letellier, publisher of Le Journal and mayor of Deauville (1925–28). Yola Letellier's life story was the inspiration for Colette's novel Gigi.
After Edwina died in 1960, Mountbatten was involved in relationships with young women, according to his daughter Patricia, his secretary John Barratt, his valet Bill Evans, and William Stadiem, an employee of Madame Claude. He had a long-running affair with American actress Shirley MacLaine, whom he met in the 1960s.
Ron Perks, Mountbatten's driver in Malta in 1948, alleged that he used to visit the Red House, an upmarket gay brothel in Rabat used by naval officers. Andrew Lownie, a fellow of the Royal Historical Society, wrote that the United States Federal Bureau of Investigation (FBI) maintained files regarding Mountbatten's alleged homosexuality. Lownie also interviewed several young men who claimed to have been in a relationship with Mountbatten. John Barratt, Mountbatten's personal and private secretary for 20 years, has said Mountbatten was not a homosexual, and that it would have been impossible for such a fact to have been hidden from him.
In 2019, files became public showing that the FBI knew in the 1940s of allegations that Mountbatten was homosexual and a paedophile. The FBI file on Mountbatten, begun after he took on the role of Supreme Allied Commander in Southeast Asia in 1944, describes Mountbatten and his wife Edwina as "persons of extremely low morals", and contains a claim by American author Elizabeth, Baroness Decies, that Mountbatten was known to be a homosexual and had "a perversion for young boys". Norman Nield, Mountbatten's driver from 1942 to 1943, told the tabloid New Zealand Truth that he transported young boys aged 8 to 12 who had been procured for the Admiral to Mountbatten's official residence and was paid to keep quiet. Robin Bryans had also claimed to the Irish magazine Now that Mountbatten and Anthony Blunt, along with others, were part of a ring that engaged in homosexual orgies and procured boys in their first year at public schools such as the Portora Royal School in Enniskillen. Former residents of the Kincora Boys' Home in Belfast have asserted that they were trafficked to Mountbatten at Classiebawn Castle, his residence in Mullaghmore, County Sligo. These claims were dismissed by the Historical Institution Abuse (HIA) Inquiry. The HIA stated that the article making the original allegations "did not give any basis for the assertions that any of these people [Mountbatten and others] were connected with Kincora".
In October 2022 Arthur Smyth, a former resident of Kincora, waived his anonymity to make allegations of child abuse against Mountbatten. The allegations are part of a civil case against state authorities responsible for the care of children in Kincora.
Lord and Lady Mountbatten had two daughters: Patricia Knatchbull (14 February 1924 – 13 June 2017), sometime lady-in-waiting to Queen Elizabeth II, and Lady Pamela Hicks (born 19 April 1929), who accompanied them to India in 1947–1948 and was also sometime lady-in-waiting to the Queen.
Since Mountbatten had no sons when he was created Viscount Mountbatten of Burma, of Romsey in the County of Southampton on 27 August 1946 and then Earl Mountbatten of Burma and Baron Romsey, in the County of Southampton on 18 October 1947, the Letters Patent were drafted such that in the event he left no sons or issue in the male line, the titles could pass to his daughters, in order of seniority of birth.
Mountbatten was passionate about genealogy, an interest he shared with other European royalty and nobility; according to Ziegler, he spent a great deal of his leisure time in studying his links with European royal houses. From 1957 until his death, Lord Mountbatten was Patron of the Cambridge University Heraldic and Genealogical Society. He was equally passionate about orders, decorations and military ranks and uniforms, though he himself considered this interest to be a sign of vanity and constantly tried to distance himself from it, with limited success. Over the course of his career, he consistently attempted to secure as many orders and decorations as possible. Particular about details of dress, Mountbatten took an interest in fashion design, introducing trouser zips, a tail-coat with broad, high lapels and a "buttonless waistcoat" that could be pulled on over the head. In 1949, having by then relinquished the office of Governor-General of India but retaining a keen interest in Indian affairs, he designed new flags, insignia, and details of uniforms for the Indian Armed Forces ahead of the transition from British dominion to republic; many of his designs were implemented and remain in use.
Like many members of the royal family, Mountbatten was an aficionado of polo. Mountbatten introduced the sport to the Royal Navy in the 1920s and wrote a book on the subject. He received US patent 1,993,334 in 1931 for a polo stick. He also served as Commodore of Emsworth Sailing Club in Hampshire from 1931. He was a long-serving Patron of the Society for Nautical Research (1951–1979). Apart from official documents, Mountbatten was not much of a reader, though he liked P. G. Wodehouse's books. He enjoyed the cinema; his favourite stars were Fred Astaire, Rita Hayworth, Grace Kelly and Shirley MacLaine. In general, however, he had a limited interest in the arts.
Mountbatten was a strong influence in the upbringing of his great-nephew, the future King Charles III, and later as a mentor – "Honorary Grandfather" and "Honorary Grandson", they fondly called each other according to the Jonathan Dimbleby biography of the then-Prince – though according to both the Ziegler biography of Mountbatten and the Dimbleby biography of the Prince, the results may have been mixed. He from time to time strongly upbraided the Prince for showing tendencies towards the idle pleasure-seeking dilettantism of his predecessor as Prince of Wales, King Edward VIII, whom Mountbatten had known well in their youth. Yet he also encouraged the Prince to enjoy the bachelor life while he could, and then to marry a young and inexperienced girl so as to ensure a stable married life.
Mountbatten's qualification for offering advice to this particular heir to the throne was unique; it was he who had arranged the visit of King George VI and Queen Elizabeth to Dartmouth Royal Naval College on 22 July 1939, taking care to include the young Princesses Elizabeth and Margaret in the invitation, but assigning his nephew, Cadet Prince Philip of Greece, to keep them amused while their parents toured the facility. This was the first recorded meeting of Charles's future parents but a few months later, Mountbatten's efforts nearly came to naught when he received a letter from his sister Alice in Athens informing him that Philip was visiting her and had agreed to repatriate permanently to Greece. Within days, Philip received a command from his cousin and sovereign, King George II of Greece, to resume his naval career in Britain which, though given without explanation, the young prince obeyed.
In 1974, Mountbatten began corresponding with Charles about a potential marriage to his granddaughter, Amanda Knatchbull, who was also Charles's second cousin. It was about this time he also recommended that the 25-year-old prince get on with "sowing some wild oats". Charles dutifully wrote to Amanda's mother (who was also his godmother and his father's first cousin), Lady Brabourne, about his interest. Her answer was supportive, but advised him that she thought her daughter still rather young to be courted.
In February 1975, Charles visited New Delhi to play polo and was shown around Rashtrapati Bhavan, the former Viceroy's House, by Mountbatten.
Four years later, Mountbatten secured an invitation for himself and Amanda to accompany Charles on his planned 1980 tour of India. Their fathers promptly objected. Prince Philip thought that the Indian public's reception would more likely reflect their response to the uncle than to the nephew. Lord Brabourne counselled that the intense scrutiny of the press would be more likely to drive Mountbatten's godson and granddaughter apart than together.
Charles was rescheduled to tour India alone, but Mountbatten did not live to the planned date of departure. When Charles finally did propose marriage to Amanda later in 1979, the circumstances were changed and she refused him.
On 27 April 1977, shortly before his 77th birthday, Mountbatten became the first member of the Royal Family to appear on the TV guest show This Is Your Life. In the UK, 22.22 million people tuned in to watch the programme.
Mountbatten usually holidayed at his summer home, Classiebawn Castle, on the Mullaghmore Peninsula in County Sligo, in the north-west of Ireland. The village was only 12 miles (19 km) from the border with County Fermanagh in Northern Ireland and near an area known to be used as a cross-border refuge by IRA members. In 1978, the IRA had allegedly attempted to shoot Mountbatten as he was aboard his boat, but poor weather had prevented the sniper taking his shot.
On 27 August 1979, Mountbatten went lobster-potting and tuna fishing in his 30-foot (9.1 m) wooden boat, Shadow V, which had been moored in the harbour at Mullaghmore. IRA member Thomas McMahon had slipped onto the unguarded boat the previous night and attached a radio-controlled bomb weighing 50 pounds (23 kg). When Mountbatten and his party had taken the boat just a few hundred yards from the shore, the bomb was detonated. The boat was destroyed by the force of the blast and Mountbatten's legs were almost blown off. Mountbatten, then aged 79, was pulled alive from the water by nearby fishermen, but died from his injuries before being brought to shore.
Also aboard the boat were his elder daughter Patricia, Lady Brabourne; her husband Lord Brabourne; their twin sons Nicholas and Timothy Knatchbull; Lord Brabourne's mother Doreen, Dowager Lady Brabourne; and Paul Maxwell, a young crew member from Enniskillen in County Fermanagh. Nicholas (aged 14) and Paul (aged 15) were killed by the blast and the others were seriously injured. Doreen, Dowager Lady Brabourne (aged 83), died from her injuries the following day.
The attack triggered outrage and condemnation around the world. Queen Elizabeth II received messages of condolence from leaders including US President Jimmy Carter and Pope John Paul II. Carter expressed his "profound sadness" at the death. The Irish American community was disgusted with the attack, especially since many American soldiers served under Mountbatten during World War II. Jim Rooney, son of Pittsburgh Steelers president Dan M. Rooney (who co-founded The Ireland Funds in 1976), recalled that:
Mountbatten's murder shocked many Irish-Americans, my parents included, because they remembered him for the role he played in defeating the Axis. "It was quite sad because being in America, you were familiar with Lord Mountbatten because of World War II," my mother recalled. "It was a very sad time." But my father didn't give in to despair. "That didn't show down [my father] one bit. It more or less gave him more energy," my mother said.
Prime Minister Margaret Thatcher said:
His death leaves a gap that can never be filled. The British people give thanks for his life and grieve at his passing.
George Colley, the Tánaiste (Deputy head of government) of the Republic of Ireland, said:
No effort will be spared to bring those responsible to justice. It is understood that subversives have claimed responsibility for the explosion. Assuming that police investigations substantiate the claim, I know that the Irish people will join me in condemning this heartless and terrible outrage.
The IRA issued a statement afterward, saying:
The IRA claim responsibility for the execution of Lord Louis Mountbatten. This operation is one of the discriminate ways we can bring to the attention of the English people the continuing occupation of our country. ... The death of Mountbatten and the tributes paid to him will be seen in sharp contrast to the apathy of the British Government and the English people to the deaths of over three hundred British soldiers, and the deaths of Irish men, women, and children at the hands of their forces.
Six weeks later, Sinn Féin vice-president Gerry Adams said of Mountbatten's death:
The IRA gave clear reasons for the execution. I think it is unfortunate that anyone has to be killed, but the furor created by Mountbatten's death showed up the hypocritical attitude of the media establishment. As a member of the House of Lords, Mountbatten was an emotional figure in both British and Irish politics. What the IRA did to him is what Mountbatten had been doing all his life to other people; and with his war record I don't think he could have objected to dying in what was clearly a war situation. He knew the danger involved in coming to this country. In my opinion, the IRA achieved its objective: people started paying attention to what was happening in Ireland.
In 2015, Adams said in an interview, "I stand over what I said then. I'm not one of those people that engages in revisionism. Thankfully the war is over."
On the day of the bombing, the IRA also ambushed and killed eighteen British soldiers at the gates of Narrow Water Castle, just outside Warrenpoint, in County Down in Northern Ireland, sixteen of them from the Parachute Regiment, in what became known as the Warrenpoint ambush. It was the deadliest attack on the British Army during the Troubles.
On 5 September 1979, Mountbatten received a ceremonial funeral at Westminster Abbey, which was attended by Queen Elizabeth II, the royal family, and members of the European royal houses. Watched by thousands of people, the funeral procession, which started at Wellington Barracks, included representatives of all three British Armed Services, and military contingents from Burma, India, the United States (represented by 70 sailors of the US Navy and 50 US Marines), France (represented by the French Navy) and Canada. His coffin was drawn on a gun carriage by 118 Royal Navy ratings. During the televised service, his great-nephew Charles read the lesson from Psalm 107. In an address, the Archbishop of Canterbury, Donald Coggan, highlighted his various achievements and his "lifelong devotion to the Royal Navy". After the public ceremonies, which he had planned himself, Mountbatten was buried in Romsey Abbey. As part of the funeral arrangements, his body had been embalmed by Desmond Henley.
Two hours before the bomb detonated, Thomas McMahon had been arrested at a Garda checkpoint between Longford and Granard on suspicion of driving a stolen vehicle. He was tried for the assassinations in Ireland and convicted on 23 November 1979 based on forensic evidence supplied by James O'Donovan that showed flecks of paint from the boat and traces of nitroglycerine on his clothes. He was released in 1998 under the terms of the Good Friday Agreement.
On hearing of Mountbatten's death, the then Master of the Queen's Music, Malcolm Williamson, wrote the Lament in Memory of Lord Mountbatten of Burma for violin and string orchestra. The 11-minute work was given its first performance on 5 May 1980 by the Scottish Baroque Ensemble, conducted by Leonard Friedman.
On his death his estate was valued for probate purposes at £2,196,494 (equivalent to £12,000,000 in 2021).
Mountbatten's faults, according to his biographer Philip Ziegler, like everything else about him, "were on the grandest scale. His vanity though child-like, was monstrous, his ambition unbridled ... He sought to rewrite history with cavalier indifference to the facts to magnify his own achievements." However, Ziegler concludes that Mountbatten's virtues outweighed his defects:
He was generous and loyal ... He was warm-hearted, predisposed to like everyone he met, quick-tempered but never bearing grudges ... His tolerance was extraordinary; his readiness to respect and listen to the views of others was remarkable throughout his life.
Ziegler argues he was truly a great man, although not profound or original.
What he could do with superlative aplomb was to identify the object at which he was aiming, and force it through to its conclusion. A powerful, analytic mind of crystalline clarity, a superabundance of energy, great persuasive powers, endless resilience in the face of setback or disaster rendered him the most formidable of operators. He was infinitely resourceful, quick in his reactions, always ready to cut his losses and start again ... He was an executor of policy rather than an initiator; but whatever the policy, he espoused it with such energy and enthusiasm, made it so completely his own, that it became identified with him and, in the eyes of the outside world as well as his own, his creation.
Others were not so conflicted. Field Marshal Sir Gerald Templer, the former Chief of the Imperial General Staff, once told him, "You are so crooked, Dickie, that if you swallowed a nail, you would shit a corkscrew".
Mountbatten supported the burgeoning nationalist movements which grew up in the shadow of Japanese occupation. His priority was to maintain practical, stable government, but driving him was an idealism in which he believed every people should be allowed to control their own destiny. Critics said he was too ready to overlook their faults, and especially their subordination to communist control. Ziegler says that in Malaya, where the main resistance to the Japanese came from Chinese who were under considerable communist influence, "Mountbatten proved to have been naïve in his assessment. ... He erred, however, not because he was 'soft on Communism' ... but from an over-readiness to assume the best of those with whom he had dealings." Furthermore, Ziegler argues, he was following a practical policy based on the assumption that it would take a long and bloody struggle to drive the Japanese out, and he needed the support of all the anti-Japanese elements, most of which were either nationalists or communists.
Mountbatten took pride in enhancing intercultural understanding and in 1984, with his elder daughter as the patron, the Mountbatten Institute was developed to allow young adults the opportunity to enhance their intercultural appreciation and experience by spending time abroad. The IET annually awards the Mountbatten Medal for an outstanding contribution, or contributions over a period, to the promotion of electronics or information technology and their application.
Canada's capital city of Ottawa named Mountbatten Avenue in his memory. The Mountbatten estate in Singapore and Mountbatten MRT station were named after him.
Mountbatten's personal papers (containing approximately 250,000 papers and 50,000 photographs) are preserved in the University of Southampton Library.
He was appointed personal aide-de-camp by Edward VIII, George VI and Elizabeth II, and therefore bore the unusual distinction of being allowed to wear three royal cyphers on his epaulettes. | [
{
"paragraph_id": 0,
"text": "Admiral of the Fleet Albert Victor Nicholas Louis Francis Mountbatten, 1st Earl Mountbatten of Burma (25 June 1900 – 27 August 1979) was a British statesman, naval officer, colonial administrator and close relative of the British royal family. He was born in the United Kingdom to the prominent Battenberg family. He was a maternal uncle of Prince Philip, Duke of Edinburgh, and a second cousin of King George VI. He joined the Royal Navy during the First World War and was appointed Supreme Allied Commander, South East Asia Command, in the Second World War. He later served as the last Viceroy of India and briefly as the first Governor-General of the Dominion of India.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Mountbatten attended the Royal Naval College, Osborne, before entering the Royal Navy in 1916. He saw action during the closing phase of the First World War, and after the war briefly attended Christ's College, Cambridge. During the interwar period, Mountbatten continued to pursue his naval career, specialising in naval communications.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Following the outbreak of the Second World War, Mountbatten commanded the destroyer HMS Kelly and the 5th Destroyer Flotilla. He saw considerable action in Norway, in the English Channel, and in the Mediterranean. In August 1941, he received command of the aircraft carrier HMS Illustrious. He was appointed chief of Combined Operations and a member of the Chiefs of Staff Committee in early 1942, and organised the raids on St Nazaire and Dieppe. In August 1943, Mountbatten became Supreme Allied Commander South East Asia Command and oversaw the recapture of Burma and Singapore from the Japanese by the end of 1945. For his service during the war, Mountbatten was created viscount in 1946 and earl the following year.",
"title": ""
},
{
"paragraph_id": 3,
"text": "In February 1947, Mountbatten was appointed Viceroy and Governor-General of India and oversaw the Partition of India into India and Pakistan. He then served as the first Governor-General of the Union of India until June 1948. In 1952, Mountbatten was appointed commander-in-chief of the British Mediterranean Fleet and NATO Commander Allied Forces Mediterranean. From 1955 to 1959, he was First Sea Lord, a position that had been held by his father, Prince Louis of Battenberg, some forty years earlier. Thereafter he served as chief of the Defence Staff until 1965, making him the longest-serving professional head of the British Armed Forces to date. During this period Mountbatten also served as chairman of the NATO Military Committee for a year.",
"title": ""
},
{
"paragraph_id": 4,
"text": "In August 1979, Mountbatten was assassinated by a bomb planted aboard his fishing boat in Mullaghmore, County Sligo, Ireland, by members of the Provisional Irish Republican Army. He received a ceremonial funeral at Westminster Abbey and was buried in Romsey Abbey in Hampshire.",
"title": ""
},
{
"paragraph_id": 5,
"text": "Mountbatten, then named Prince Louis of Battenberg, was born on 25 June 1900 at Frogmore House in the Home Park, Windsor, Berkshire. He was the youngest child and the second son of Prince Louis of Battenberg and his wife Princess Victoria of Hesse and by Rhine. Mountbatten's maternal grandparents were Louis IV, Grand Duke of Hesse, and Princess Alice of the United Kingdom, who was a daughter of Queen Victoria and Prince Albert of Saxe-Coburg and Gotha. His paternal grandparents were Prince Alexander of Hesse and by Rhine and Julia, Princess of Battenberg. Mountbatten's paternal grandparents' marriage was morganatic because his grandmother was not of royal lineage; as a result, he and his father were styled \"Serene Highness\" rather than \"Grand Ducal Highness\", were not eligible to be titled Princes of Hesse, and were given the less exalted Battenberg title. Mountbatten's elder siblings were Princess Alice of Battenberg (later Princess Andrew of Greece and Denmark, mother of Prince Philip, Duke of Edinburgh), Princess Louise of Battenberg (later Queen Louise of Sweden), and Prince George of Battenberg (later George Mountbatten, 2nd Marquess of Milford Haven).",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "Mountbatten was baptised in the large drawing room of Frogmore House on 17 July 1900 by the Dean of Windsor, Philip Eliot. His godparents were Queen Victoria (his maternal great-grandmother), Nicholas II of Russia (his maternal uncle through marriage and paternal second cousin, represented by the child's father) and Prince Francis Joseph of Battenberg (his paternal uncle, represented by Lord Edward Clinton). He wore the original 1841 royal christening gown at the ceremony.",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "Mountbatten's nickname among family and friends was \"Dickie\"; however \"Richard\" was not among his given names. This was because his great-grandmother, Queen Victoria, had suggested the nickname of \"Nicky\", but to avoid confusion with the many Nickys of the Russian Imperial Family (\"Nicky\" was particularly used to refer to Nicholas II, the last Tsar), \"Nicky\" was changed to \"Dickie\".",
"title": "Early life"
},
{
"paragraph_id": 8,
"text": "Mountbatten was educated at home for the first 10 years of his life; he was then sent to Lockers Park School in Hertfordshire and on to the Royal Naval College, Osborne, in May 1913.",
"title": "Early life"
},
{
"paragraph_id": 9,
"text": "Mountbatten's mother's younger sister was Russian Empress Alexandra Feodorovna. In childhood he visited the Imperial Court of Russia at St Petersburg and became intimate with the Russian Imperial Family, harbouring romantic feelings towards his maternal first cousin Grand Duchess Maria Nikolaevna, whose photograph he kept at his bedside for the rest of his life.",
"title": "Early life"
},
{
"paragraph_id": 10,
"text": "Mountbatten adopted his surname as a result of World War I. From 1914 to 1918, Britain and its allies were at war with the Central Powers, led by the German Empire. To appease British nationalist sentiment, in 1917 King George V issued a royal proclamation changing the name of the British royal house from the German House of Saxe-Coburg and Gotha to the House of Windsor. The king's British relatives followed suit with Mountbatten's father dropping his German titles and name and adopting the surname Mountbatten, an anglicization of Battenberg. The elder Mountbatten was subsequently created Marquess of Milford Haven.",
"title": "Early life"
},
{
"paragraph_id": 11,
"text": "Mountbatten was posted as midshipman to the battlecruiser HMS Lion in July 1916 and, after seeing action in August 1916, transferred to the battleship HMS Queen Elizabeth during the closing phases of the First World War. In June 1917, when the royal family stopped using their German names and titles and adopted the more British-sounding \"Windsor\", Mountbatten acquired the courtesy title appropriate to a younger son of a marquess, becoming known as Lord Louis Mountbatten (Lord Louis for short) until he was created a peer in his own right in 1946. He paid a visit of ten days to the Western Front, in July 1918.",
"title": "Career"
},
{
"paragraph_id": 12,
"text": "While still an acting-sub-lieutenant, Mountbatten was appointed first lieutenant (second-in-command) of the P-class sloop HMS P. 31 on 13 October 1918 and was confirmed as a substantive sub-lieutenant on 15 January 1919. HMS P. 31 took part in the Peace River Pageant on 4 April 1919. Mountbatten attended Christ's College, Cambridge, for two terms, starting in October 1919, where he studied English literature (including John Milton and Lord Byron) in a programme designed to augment the education of junior officers which had been curtailed by the war. He was elected for a term to the Standing Committee of the Cambridge Union Society and was suspected of sympathy for the Labour Party, then emerging as a potential party of government for the first time.",
"title": "Career"
},
{
"paragraph_id": 13,
"text": "Mountbatten was posted to the battlecruiser HMS Renown in March 1920 and accompanied Edward, Prince of Wales, on a royal tour of Australia in her. He was promoted lieutenant on 15 April 1920. HMS Renown returned to Portsmouth on 11 October 1920. Early in 1921 Royal Navy personnel were used for civil defence duties as serious industrial unrest seemed imminent. Mountbatten had to command a platoon of stokers, many of whom had never handled a rifle before, in Northern England. He transferred to the battlecruiser HMS Repulse in March 1921 and accompanied the Prince of Wales on a Royal tour of India and Japan. Edward and Mountbatten formed a close friendship during the trip. Mountbatten survived the deep defence cuts known as the Geddes Axe. Fifty-two percent of the officers of his year had had to leave the Royal Navy by the end of 1923; although he was highly regarded by his superiors, it was rumoured that wealthy and well-connected officers were more likely to be retained. Mountbatten was posted to the battleship HMS Revenge in the Mediterranean Fleet in January 1923.",
"title": "Career"
},
{
"paragraph_id": 14,
"text": "Pursuing his interests in technological development and gadgetry, Mountbatten joined the Portsmouth Signals School in August 1924 and then went on briefly to study electronics at the Royal Naval College, Greenwich. Mountbatten became a Member of the Institution of Electrical Engineers (IEE), now the Institution of Engineering and Technology (IET). He was posted to the battleship HMS Centurion in the Reserve Fleet in 1926 and became Assistant Fleet Wireless and Signals Officer of the Mediterranean Fleet under the command of Admiral Sir Roger Keyes in January 1927. Promoted lieutenant commander on 15 April 1928, Mountbatten returned to the Signals School in July 1929 as Senior Wireless Instructor. He was appointed Fleet Wireless Officer to the Mediterranean Fleet in August 1931 and, having been promoted commander on 31 December 1932, was posted to the battleship HMS Resolution.",
"title": "Career"
},
{
"paragraph_id": 15,
"text": "In 1934, Mountbatten was appointed to his first command – the destroyer HMS Daring. His ship was a new destroyer, which he was to sail to Singapore and exchange for an older ship, HMS Wishart. He successfully brought Wishart back to port in Malta and then attended the Funeral of George V in January 1936. Mountbatten was appointed a personal naval aide-de-camp to King Edward VIII on 23 June 1936 and, having joined the Naval Air Division of the Admiralty in July 1936, he attended the coronation of King George VI and Queen Elizabeth in May 1937. Mountbatten was promoted captain on 30 June 1937 and was then given command of the destroyer HMS Kelly in June 1939.",
"title": "Career"
},
{
"paragraph_id": 16,
"text": "Within the Admiralty, Mountbatten was called \"The Master of Disaster\" for his penchant of getting into messes.",
"title": "Career"
},
{
"paragraph_id": 17,
"text": "When war broke out in September 1939, Mountbatten became Captain (D) (commander) of the 5th Destroyer Flotilla aboard HMS Kelly, which became famous for its exploits. In late 1939 he brought the Duke of Windsor back from exile in France and in early May 1940 Mountbatten led a British convoy in through the fog to evacuate the Allied forces participating in the Namsos Campaign during the Norwegian Campaign.",
"title": "Career"
},
{
"paragraph_id": 18,
"text": "On the night of 9–10 May 1940, Kelly was torpedoed amidships by a German E-boat S 31 off the Dutch coast, and Mountbatten thereafter commanded the 5th Destroyer Flotilla from the destroyer HMS Javelin. On 29 November 1940 the 5th Flotilla engaged three German destroyers off Lizard Point, Cornwall. Mountbatten turned to port to match a German course change. This was \"a rather disastrous move as the directors swung off and lost target\" and it resulted in Javelin being struck by two torpedoes. He rejoined Kelly in December 1940, by which time the torpedo damage had been repaired.",
"title": "Career"
},
{
"paragraph_id": 19,
"text": "Kelly was sunk by German dive bombers on 23 May 1941 during the Battle of Crete; the incident serving as the basis for Noël Coward's film In Which We Serve. Coward was a personal friend of Mountbatten and copied some of his speeches into the film. Mountbatten was mentioned in despatches on 9 August 1940 and 21 March 1941 and awarded the Distinguished Service Order in January 1941.",
"title": "Career"
},
{
"paragraph_id": 20,
"text": "In August 1941, Mountbatten was appointed captain of the aircraft carrier HMS Illustrious which lay in Norfolk, Virginia, for repairs following action at Malta in January. During this period of relative inactivity, he paid a flying visit to Pearl Harbor, three months before the Japanese attack on it. Mountbatten, appalled at the US naval base's lack of preparedness, drawing on Japan's history of launching wars with surprise attacks as well as the successful British surprise attack at the Battle of Taranto which had effectively knocked Italy's fleet out of the war, and the sheer effectiveness of aircraft against warships, accurately predicted that the US would enter the war after a Japanese surprise attack on Pearl Harbor.",
"title": "Career"
},
{
"paragraph_id": 21,
"text": "Mountbatten was a favourite of Winston Churchill. On 27 October 1941, Mountbatten replaced Admiral of the Fleet Sir Roger Keyes as Chief of Combined Operations Headquarters and was promoted to commodore.",
"title": "Career"
},
{
"paragraph_id": 22,
"text": "His duties in this role included inventing new technical aids to assist with opposed landings. Noteworthy technical achievements of Mountbatten and his staff include the construction of \"PLUTO\", an underwater oil pipeline to Normandy, an artificial Mulberry harbour constructed of concrete caissons and sunken ships, and the development of tank-landing ships. Another project Mountbatten proposed to Churchill was Project Habakkuk. It was to be an unsinkable 600-metre aircraft carrier made from reinforced ice (\"Pykrete\"): Habakkuk was never carried out due to its enormous cost.",
"title": "Career"
},
{
"paragraph_id": 23,
"text": "As commander of Combined Operations, Mountbatten and his staff planned the highly successful Bruneval raid, which gained important information and captured part of a German Würzburg radar installation and one of the machine's technicians on 27 February 1942. It was Mountbatten who recognised that surprise and speed were essential to capture the radar, and saw that an airborne assault was the only viable method.",
"title": "Career"
},
{
"paragraph_id": 24,
"text": "On 18 March 1942, he was promoted to the acting rank of vice admiral and given the honorary ranks of lieutenant general and air marshal to have the authority to carry out his duties in Combined Operations; and, despite the misgivings of General Sir Alan Brooke, the Chief of the Imperial General Staff, Mountbatten was placed in the Chiefs of Staff Committee. He was in large part responsible for the planning and organisation of the St Nazaire Raid on 28 March, which put out of action one of the most heavily defended docks in Nazi-occupied France until well after the war's end, the ramifications of which contributed to allied supremacy in the Battle of the Atlantic. After these two successes came the Dieppe Raid of 19 August 1942. He was central in the planning and promotion of the raid on the port of Dieppe. The raid was a marked failure, with casualties of almost 60%, the great majority of them Canadians. Following the Dieppe Raid, Mountbatten became a controversial figure in Canada, with the Royal Canadian Legion distancing itself from him during his visits there during his later career. His relations with Canadian veterans, who blamed him for the losses, \"remained frosty\" after the war.",
"title": "Career"
},
{
"paragraph_id": 25,
"text": "Mountbatten claimed that the lessons learned from the Dieppe Raid were necessary for planning the Normandy invasion on D-Day nearly two years later. However, military historians such as Major-General Julian Thompson, a former member of the Royal Marines, have written that these lessons should not have needed a debacle such as Dieppe to be recognised. Nevertheless, as a direct result of the failings of the Dieppe Raid, the British made several innovations, most notably Hobart's Funnies – specialised armoured vehicles which, in the course of the Normandy Landings, undoubtedly saved many lives on those three beachheads upon which Commonwealth soldiers were landing (Gold Beach, Juno Beach and Sword Beach).",
"title": "Career"
},
{
"paragraph_id": 26,
"text": "In August 1943, Churchill appointed Mountbatten the Supreme Allied Commander South East Asia Command (SEAC) with promotion to acting full admiral. His less practical ideas were sidelined by an experienced planning staff led by Lieutenant-Colonel James Allason, though some, such as a proposal to launch an amphibious assault near Rangoon, got as far as Churchill before being quashed.",
"title": "Career"
},
{
"paragraph_id": 27,
"text": "British interpreter Hugh Lunghi recounted an embarrassing episode during the Potsdam Conference when Mountbatten, desiring to receive an invitation to visit the Soviet Union, repeatedly attempted to impress Joseph Stalin with his former connections to the Russian imperial family. The attempt fell predictably flat, with Stalin dryly inquiring whether \"it was some time ago that he had been there\". Says Lunghi, \"The meeting was embarrassing because Stalin was so unimpressed. He offered no invitation. Mountbatten left with his tail between his legs.\"",
"title": "Career"
},
{
"paragraph_id": 28,
"text": "During his time as Supreme Allied Commander of the Southeast Asia Theatre, his command oversaw the recapture of Burma from the Japanese by General Sir William Slim. A personal high point was the receipt of the Japanese surrender in Singapore when British troops returned to the island to receive the formal surrender of Japanese forces in the region led by General Itagaki Seishiro on 12 September 1945, codenamed Operation Tiderace. South East Asia Command was disbanded in May 1946 and Mountbatten returned home with the substantive rank of rear-admiral. That year, he was made a Knight Companion of the Garter and created Viscount Mountbatten of Burma, of Romsey in the County of Southampton, as a victory title for war service. He was then in 1947 further created Earl Mountbatten of Burma and Baron Romsey, of Romsey in the County of Southampton.",
"title": "Career"
},
{
"paragraph_id": 29,
"text": "Following the war, Mountbatten was known to have largely shunned the Japanese for the rest of his life out of respect for his men killed during the war and, as per his will, Japan was not invited to send diplomatic representatives to his funeral in 1979, though he did meet Emperor Hirohito during his state visit to Britain in 1971, reportedly at the urging of the Queen.",
"title": "Career"
},
{
"paragraph_id": 30,
"text": "Mountbatten's experience in the region and in particular his perceived Labour sympathies at that time led to Clement Attlee advising King George VI to appoint him Viceroy of India on 20 February 1947 charged with overseeing the transition of British India to independence no later than 30 June 1948. Mountbatten's instructions were to avoid partition and preserve a united India as a result of the transfer of power but authorised him to adapt to a changing situation in order to get Britain out promptly with minimal reputational damage. Mountbatten arrived in India on 22 March 1947 by air, from London. In the evening, he was taken to his residence and, two days later, he took the Viceregal Oath. His arrival saw large-scale communal riots in Delhi, Bombay and Rawalpindi. Mountbatten concluded that the situation was too volatile to wait even a year before granting independence to India. Although his advisers favoured a gradual transfer of independence, Mountbatten decided the only way forward was a quick and orderly transfer of power before 1947 was out. In his view, any longer would mean civil war. Mountbatten also hurried so he could return to his senior technical Navy courses.",
"title": "Career"
},
{
"paragraph_id": 31,
"text": "Mountbatten was fond of Congress leader Jawaharlal Nehru and his liberal outlook for the country. He felt differently about the Muslim League leader Muhammad Ali Jinnah, but was aware of his power, stating \"If it could be said that any single man held the future of India in the palm of his hand in 1947, that man was Mohammad Ali Jinnah.\" During his meeting with Jinnah on 5 April 1947, Mountbatten tried to persuade him of a united India, citing the difficult task of dividing the mixed states of Punjab and Bengal, but the Muslim leader was unyielding in his goal of establishing a separate Muslim state called Pakistan.",
"title": "Career"
},
{
"paragraph_id": 32,
"text": "Given the British government's recommendations to grant independence quickly, Mountbatten concluded that a united India was an unachievable goal and resigned himself to a plan for partition, creating the independent nations of India and Pakistan. Mountbatten set a date for the transfer of power from the British to the Indians, arguing that a fixed timeline would convince Indians of his and the British government's sincerity in working towards a swift and efficient independence, excluding all possibilities of stalling the process.",
"title": "Career"
},
{
"paragraph_id": 33,
"text": "Among the Indian leaders, Mahatma Gandhi emphatically insisted on maintaining a united India and for a while successfully rallied people to this goal. During his meeting with Mountbatten, Gandhi asked Mountbatten to invite Jinnah to form a new central government, but Mountbatten never uttered a word of Gandhi's ideas to Jinnah. When Mountbatten's timeline offered the prospect of attaining independence soon, sentiments took a different turn. Given Mountbatten's determination, Nehru and Sardar Patel's inability to deal with the Muslim League and, lastly, Jinnah's obstinacy, all Indian party leaders (except Gandhi) acquiesced to Jinnah's plan to divide India, which in turn eased Mountbatten's task. Mountbatten also developed a strong relationship with the Indian princes, who ruled those portions of India not directly under British rule. His intervention was decisive in persuading the vast majority of them to see advantages in opting to join the Indian Union. On one hand, the integration of the princely states can be viewed as one of the positive aspects of his legacy but on the other, the refusal of Hyderabad, Jammu and Kashmir, and Junagadh to join one of the dominions led to future wars between Pakistan and India.",
"title": "Career"
},
{
"paragraph_id": 34,
"text": "Mountbatten brought forward the date of the partition from June 1948 to 15 August 1947. The uncertainty of the borders caused Muslims and Hindus to move into the direction where they felt they would get the majority. Hindus and Muslims were thoroughly terrified, and the Muslim movement from the East was balanced by the similar movement of Hindus from the West. A boundary committee chaired by Sir Cyril Radcliffe was charged with drawing boundaries for the new nations. With a mandate to leave as many Hindus and Sikhs in India and as many Muslims in Pakistan as possible, Radcliffe came up with a map that split the two countries along the Punjab and Bengal borders. This left 14 million people on the \"wrong\" side of the border, and very many of them fled to \"safety\" on the other side when the new lines were announced.",
"title": "Career"
},
{
"paragraph_id": 35,
"text": "When India and Pakistan attained independence at midnight of 14–15 August 1947, Mountbatten was alone in his study at the Viceroy's house saying to himself just before the clock struck midnight that for still a few minutes, he was the most powerful man on Earth. At 11:58 PM, as a last act of showmanship, he created Joan Falkiner, the Australian wife of the Nawab of Palanpur, a highness, an act that was apparently one of his favourite duties that was annulled at the stroke of midnight.",
"title": "Career"
},
{
"paragraph_id": 36,
"text": "Mountbatten remained in New Delhi for 10 months, serving as the first governor-general of an independent India until June 1948. On Mountbatten's advice, India took the issue of Kashmir to the newly formed United Nations in January 1948. This issue would become a lasting thorn in his legacy and one that is not resolved to this day. Accounts differ on the future which Mountbatten desired for Kashmir. Pakistani accounts suggest that Mountbatten favoured the accession of Kashmir to India, citing his close relationship to Nehru. Mountbatten's own account says that he simply wanted the maharaja, Hari Singh, to make up his mind. The viceroy made several attempts to mediate between the Congress leaders, Muhammad Ali Jinnah and Hari Singh on issues relating to the accession of Kashmir, though he was largely unsuccessful in resolving the conflict. After the tribal invasion of Kashmir, it was on his suggestion that India moved to secure the accession of Kashmir from Hari Singh before sending in military forces for his defence.",
"title": "Career"
},
{
"paragraph_id": 37,
"text": "Notwithstanding the self-promotion of his own part in Indian independence – notably in the television series The Life and Times of Admiral of the Fleet Lord Mountbatten of Burma, produced by his son-in-law Lord Brabourne, and Freedom at Midnight by Dominique Lapierre and Larry Collins (of which he was the main quoted source) – his record is seen as very mixed. One common view is that he hastened the process of independence unduly and recklessly, foreseeing vast disruption and loss of life and not wanting this to occur on his watch, but thereby actually helping it to occur (albeit in an indirect manner), especially in Punjab and Bengal. John Kenneth Galbraith, the Canadian-American Harvard University economist, who advised governments of India during the 1950s and was an intimate of Nehru who served as the American ambassador from 1961 to 1963, was a particularly harsh critic of Mountbatten in this regard. However, another view is that the British were forced to expedite the partition process to avoid involvement in a potential civil war with law and order having already broken down and Britain with limited resources after the Second World War. According to historian Lawrence James, Mountbatten was left with no other option but to cut and run, with the alternative being involvement in a potential civil war that would be difficult to get out of.",
"title": "Career"
},
{
"paragraph_id": 38,
"text": "The creation of Pakistan was never emotionally accepted by many British leaders, among them Mountbatten. Mountbatten clearly expressed his lack of support and faith in the Muslim League's idea of Pakistan. Jinnah refused Mountbatten's offer to serve as Governor-General of Pakistan. When Mountbatten was asked by Collins and Lapierre if he would have sabotaged the creation of Pakistan had he known that Jinnah was dying of tuberculosis, he replied, \"Most probably\".",
"title": "Career"
},
{
"paragraph_id": 39,
"text": "After his tenure as Governor-General concluded, Mountbatten continued to enjoy close relations with Nehru and the post-Independence Indian leadership, and was welcomed as a former governor-general of India on subsequent visits to the country, including during an official trip in March 1956. The Pakistani government, by contrast, never forgave Mountbatten for his perceived hostile attitude towards Pakistan and deemed him Persona non grata, barring him from transiting their airspace during the same visit.",
"title": "Career"
},
{
"paragraph_id": 40,
"text": "After India, Mountbatten served as commander of the 1st Cruiser Squadron in the Mediterranean Fleet and, having been granted the substantive rank of vice-admiral on 22 June 1949, he became Second-in-Command of the Mediterranean Fleet in April 1950. He became Fourth Sea Lord at the Admiralty in June 1950. He then returned to the Mediterranean to serve as Commander-in-Chief, Mediterranean Fleet and NATO Commander Allied Forces Mediterranean from June 1952. He was promoted to the substantive rank of full admiral on 27 February 1953. In March 1953, he was appointed Personal Aide-de-Camp to the Queen.",
"title": "Career"
},
{
"paragraph_id": 41,
"text": "Mountbatten served his final posting at the Admiralty as First Sea Lord and Chief of the Naval Staff from April 1955 to July 1959, the position which his father had held some forty years before. This was the first time in Royal Naval history that a father and son had both attained such high office. He was promoted to Admiral of the Fleet on 22 October 1956.",
"title": "Career"
},
{
"paragraph_id": 42,
"text": "In the Suez Crisis of 1956, Mountbatten strongly advised his old friend Prime Minister Anthony Eden against the Conservative government's plans to seize the Suez Canal in conjunction with France and Israel. He argued that such a move would destabilize the Middle East, undermine the authority of the United Nations, divide the Commonwealth and diminish Britain's global standing. His advice was not taken. Eden insisted that Mountbatten not resign. Instead, he worked hard to prepare the Royal Navy for war with characteristic professionalism and thoroughness.",
"title": "Career"
},
{
"paragraph_id": 43,
"text": "Despite his military rank, Mountbatten was ignorant as to the physics involved in a nuclear explosion and had to be reassured that the fission reactions from the Bikini Atoll tests would not spread through the oceans and blow up the planet. As Mountbatten became more familiar with this new form of weaponry, he increasingly grew opposed to its use in combat. Yet, he realised the potential for nuclear energy, especially with regard to submarines. Mountbatten expressed his feelings towards the use of nuclear weapons in combat in his article \"A Military Commander Surveys The Nuclear Arms Race\", which was published shortly after his death in International Security in the Winter of 1979–1980.",
"title": "Career"
},
{
"paragraph_id": 44,
"text": "After leaving the Admiralty, Mountbatten took the position of Chief of the Defence Staff. He served in this post for six years during which he was able to consolidate the three service departments of the military branch into a single Ministry of Defence. Ian Jacob, co-author of the 1963 Report on the Central Organisation of Defence that served as the basis of these reforms, described Mountbatten as \"universally mistrusted in spite of his great qualities\". On their election in October 1964, the Wilson ministry had to decide whether to renew his appointment the following July. The Defence Secretary, Denis Healey, interviewed the forty most senior officials in the Ministry of Defence; only one, Sir Kenneth Strong, a personal friend of Mountbatten, recommended his reappointment. \"When I told Dickie of my decision not to reappoint him,\" recalls Healey, \"he slapped his thigh and roared with delight; but his eyes told a different story.\"",
"title": "Career"
},
{
"paragraph_id": 45,
"text": "Mountbatten was appointed Colonel of The Life Guards and Gold Stick in Waiting on 29 January 1965 and Life Colonel Commandant of the Royal Marines the same year. He was Governor of the Isle of Wight from 20 July 1965 and then the first Lord Lieutenant of the Isle of Wight from 1 April 1974.",
"title": "Career"
},
{
"paragraph_id": 46,
"text": "Mountbatten was elected a Fellow of the Royal Society and had received an honorary doctorate from Heriot-Watt University in 1968.",
"title": "Career"
},
{
"paragraph_id": 47,
"text": "In 1969, Mountbatten tried unsuccessfully to persuade his second cousin, the Spanish pretender Infante Juan, Count of Barcelona, to ease the eventual accession of his son, Juan Carlos, to the Spanish throne by signing a declaration of abdication while in exile. The next year Mountbatten attended an official White House dinner during which he took the opportunity to have a 20-minute conversation with Richard Nixon and Secretary of State William P. Rogers, about which he later wrote, \"I was able to talk to the President a bit about both Tino [Constantine II of Greece] and Juanito [Juan Carlos of Spain] to try and put over their respective points of view about Greece and Spain, and how I felt the US could help them.\" In January 1971, Nixon hosted Juan Carlos and his wife Sofia (sister of the exiled King Constantine) during a visit to Washington and later that year The Washington Post published an article alleging that Nixon's administration was seeking to persuade Franco to retire in favour of the young Bourbon prince.",
"title": "Career"
},
{
"paragraph_id": 48,
"text": "From 1967 until 1978, Mountbatten was president of the United World Colleges Organisation, then represented by a single college: that of Atlantic College in South Wales. Mountbatten supported the United World Colleges and encouraged heads of state, politicians, and personalities throughout the world to share his interest. Under his presidency and personal involvement, the United World College of South East Asia was established in Singapore in 1971, followed by the United World College of the Pacific in Victoria, British Columbia, in 1974. In 1978, Mountbatten passed the presidency of the college to his great-nephew, Charles, Prince of Wales.",
"title": "Career"
},
{
"paragraph_id": 49,
"text": "Mountbatten also helped to launch the International Baccalaureate; in 1971 he presented the first IB diplomas in the Greek Theatre of the International School of Geneva, Switzerland.",
"title": "Career"
},
{
"paragraph_id": 50,
"text": "In 1975 Mountbatten finally visited the Soviet Union, leading the delegation from UK as personal representative of Queen Elizabeth II at the celebrations to mark the 30th anniversary of Victory Day in Second World War in Moscow.",
"title": "Career"
},
{
"paragraph_id": 51,
"text": "Peter Wright, in his 1987 book Spycatcher, claimed that in May 1968 Mountbatten attended a private meeting with press baron Cecil King and the government's Chief Scientific Adviser, Solly Zuckerman. Wright alleged that \"up to thirty\" MI5 officers had joined a secret campaign to undermine the crisis-stricken Labour government of Harold Wilson and that King was an MI5 agent. In the meeting, King allegedly urged Mountbatten to become the leader of a government of national salvation. Solly Zuckerman pointed out that it was \"rank treachery\" and the idea came to nothing because of Mountbatten's reluctance to act. In contrast, Andrew Lownie has suggested that it took the intervention of the Queen to dissuade Mountbatten from plotting against Wilson.",
"title": "Career"
},
{
"paragraph_id": 52,
"text": "In 2006, the BBC documentary The Plot Against Harold Wilson alleged that there had been another plot involving Mountbatten to oust Wilson during his second term in office (1974–1976). The period was characterised by high inflation, increasing unemployment, and widespread industrial unrest. The alleged plot revolved around right-wing former military figures who were supposedly building private armies to counter the perceived threat from trade unions and the Soviet Union. They believed that the Labour Party was unable and unwilling to counter these developments and that Wilson was either a Soviet agent or at the very least a Communist sympathiser – claims Wilson strongly denied. The documentary makers alleged that a coup was planned to overthrow Wilson and replace him with Mountbatten using the private armies and sympathisers in the military and MI5.",
"title": "Career"
},
{
"paragraph_id": 53,
"text": "The first official history of MI5, The Defence of the Realm (2009), implied that there was a plot against Wilson and that MI5 did have a file on him. Yet it also made clear that the plot was in no way official and that any activity centred on a small group of discontented officers. This much had already been confirmed by former cabinet secretary Lord Hunt, who concluded in a secret inquiry conducted in 1996 that \"there is absolutely no doubt at all that a few, a very few, malcontents in MI5 ... a lot of them like Peter Wright who were right-wing, malicious and had serious personal grudges – gave vent to these and spread damaging malicious stories about that Labour government.\"",
"title": "Career"
},
{
"paragraph_id": 54,
"text": "Mountbatten was married on 18 July 1922 to Edwina Cynthia Annette Ashley, daughter of Wilfred William Ashley, later 1st Baron Mount Temple, himself a grandson of the 7th Earl of Shaftesbury. She was the favourite granddaughter of the Edwardian magnate Sir Ernest Cassel and the principal heir to his fortune. The couple spent heavily on households, luxuries, and entertainment. There followed a honeymoon tour of European royal courts and North America which included a visit to Niagara Falls (because \"all honeymooners went there\"). During their honeymoon in California, the newlyweds starred in a silent home movie by Charlie Chaplin called Nice And Friendly, which was not shown in cinemas.",
"title": "Personal life"
},
{
"paragraph_id": 55,
"text": "Mountbatten admitted: \"Edwina and I spent all our married lives getting into other people's beds.\" He maintained an affair for several years with Yola Letellier, the wife of Henri Letellier, publisher of Le Journal and mayor of Deauville (1925–28). Yola Letellier's life story was the inspiration for Colette's novel Gigi.",
"title": "Personal life"
},
{
"paragraph_id": 56,
"text": "After Edwina died in 1960, Mountbatten was involved in relationships with young women, according to his daughter Patricia, his secretary John Barratt, his valet Bill Evans, and William Stadiem, an employee of Madame Claude. He had a long-running affair with American actress Shirley MacLaine, whom he met in the 1960s.",
"title": "Personal life"
},
{
"paragraph_id": 57,
"text": "Ron Perks, Mountbatten's driver in Malta in 1948, alleged that he used to visit the Red House, an upmarket gay brothel in Rabat used by naval officers. Andrew Lownie, a fellow of the Royal Historical Society, wrote that the United States Federal Bureau of Investigation (FBI) maintained files regarding Mountbatten's alleged homosexuality. Lownie also interviewed several young men who claimed to have been in a relationship with Mountbatten. John Barratt, Mountbatten's personal and private secretary for 20 years, has said Mountbatten was not a homosexual, and that it would have been impossible for such a fact to have been hidden from him.",
"title": "Personal life"
},
{
"paragraph_id": 58,
"text": "In 2019, files became public showing that the FBI knew in the 1940s of allegations that Mountbatten was homosexual and a paedophile. The FBI file on Mountbatten, begun after he took on the role of Supreme Allied Commander in Southeast Asia in 1944, describes Mountbatten and his wife Edwina as \"persons of extremely low morals\", and contains a claim by American author Elizabeth, Baroness Decies, that Mountbatten was known to be a homosexual and had \"a perversion for young boys\". Norman Nield, Mountbatten's driver from 1942 to 1943, told the tabloid New Zealand Truth that he transported young boys aged 8 to 12 who had been procured for the Admiral to Mountbatten's official residence and was paid to keep quiet. Robin Bryans had also claimed to the Irish magazine Now that Mountbatten and Anthony Blunt, along with others, were part of a ring that engaged in homosexual orgies and procured boys in their first year at public schools such as the Portora Royal School in Enniskillen. Former residents of the Kincora Boys' Home in Belfast have asserted that they were trafficked to Mountbatten at Classiebawn Castle, his residence in Mullaghmore, County Sligo. These claims were dismissed by the Historical Institution Abuse (HIA) Inquiry. The HIA stated that the article making the original allegations \"did not give any basis for the assertions that any of these people [Mountbatten and others] were connected with Kincora\".",
"title": "Personal life"
},
{
"paragraph_id": 59,
"text": "In October 2022 Arthur Smyth, a former resident of Kincora, waived his anonymity to make allegations of child abuse against Mountbatten. The allegations are part of a civil case against state authorities responsible for the care of children in Kincora.",
"title": "Personal life"
},
{
"paragraph_id": 60,
"text": "Lord and Lady Mountbatten had two daughters: Patricia Knatchbull (14 February 1924 – 13 June 2017), sometime lady-in-waiting to Queen Elizabeth II, and Lady Pamela Hicks (born 19 April 1929), who accompanied them to India in 1947–1948 and was also sometime lady-in-waiting to the Queen.",
"title": "Personal life"
},
{
"paragraph_id": 61,
"text": "Since Mountbatten had no sons when he was created Viscount Mountbatten of Burma, of Romsey in the County of Southampton on 27 August 1946 and then Earl Mountbatten of Burma and Baron Romsey, in the County of Southampton on 18 October 1947, the Letters Patent were drafted such that in the event he left no sons or issue in the male line, the titles could pass to his daughters, in order of seniority of birth.",
"title": "Personal life"
},
{
"paragraph_id": 62,
"text": "Mountbatten was passionate about genealogy, an interest he shared with other European royalty and nobility; according to Ziegler, he spent a great deal of his leisure time in studying his links with European royal houses. From 1957 until his death, Lord Mountbatten was Patron of the Cambridge University Heraldic and Genealogical Society. He was equally passionate about orders, decorations and military ranks and uniforms, though he himself considered this interest to be a sign of vanity and constantly tried to distance himself from it, with limited success. Over the course of his career, he consistently attempted to secure as many orders and decorations as possible. Particular about details of dress, Mountbatten took an interest in fashion design, introducing trouser zips, a tail-coat with broad, high lapels and a \"buttonless waistcoat\" that could be pulled on over the head. In 1949, having by then relinquished the office of Governor-General of India but retaining a keen interest in Indian affairs, he designed new flags, insignia, and details of uniforms for the Indian Armed Forces ahead of the transition from British dominion to republic; many of his designs were implemented and remain in use.",
"title": "Personal life"
},
{
"paragraph_id": 63,
"text": "Like many members of the royal family, Mountbatten was an aficionado of polo. Mountbatten introduced the sport to the Royal Navy in the 1920s and wrote a book on the subject. He received US patent 1,993,334 in 1931 for a polo stick. He also served as Commodore of Emsworth Sailing Club in Hampshire from 1931. He was a long-serving Patron of the Society for Nautical Research (1951–1979). Apart from official documents, Mountbatten was not much of a reader, though he liked P. G. Wodehouse's books. He enjoyed the cinema; his favourite stars were Fred Astaire, Rita Hayworth, Grace Kelly and Shirley MacLaine. In general, however, he had a limited interest in the arts.",
"title": "Personal life"
},
{
"paragraph_id": 64,
"text": "Mountbatten was a strong influence in the upbringing of his great-nephew, the future King Charles III, and later as a mentor – \"Honorary Grandfather\" and \"Honorary Grandson\", they fondly called each other according to the Jonathan Dimbleby biography of the then-Prince – though according to both the Ziegler biography of Mountbatten and the Dimbleby biography of the Prince, the results may have been mixed. He from time to time strongly upbraided the Prince for showing tendencies towards the idle pleasure-seeking dilettantism of his predecessor as Prince of Wales, King Edward VIII, whom Mountbatten had known well in their youth. Yet he also encouraged the Prince to enjoy the bachelor life while he could, and then to marry a young and inexperienced girl so as to ensure a stable married life.",
"title": "Personal life"
},
{
"paragraph_id": 65,
"text": "Mountbatten's qualification for offering advice to this particular heir to the throne was unique; it was he who had arranged the visit of King George VI and Queen Elizabeth to Dartmouth Royal Naval College on 22 July 1939, taking care to include the young Princesses Elizabeth and Margaret in the invitation, but assigning his nephew, Cadet Prince Philip of Greece, to keep them amused while their parents toured the facility. This was the first recorded meeting of Charles's future parents but a few months later, Mountbatten's efforts nearly came to naught when he received a letter from his sister Alice in Athens informing him that Philip was visiting her and had agreed to repatriate permanently to Greece. Within days, Philip received a command from his cousin and sovereign, King George II of Greece, to resume his naval career in Britain which, though given without explanation, the young prince obeyed.",
"title": "Personal life"
},
{
"paragraph_id": 66,
"text": "In 1974, Mountbatten began corresponding with Charles about a potential marriage to his granddaughter, Amanda Knatchbull, who was also Charles's second cousin. It was about this time he also recommended that the 25-year-old prince get on with \"sowing some wild oats\". Charles dutifully wrote to Amanda's mother (who was also his godmother and his father's first cousin), Lady Brabourne, about his interest. Her answer was supportive, but advised him that she thought her daughter still rather young to be courted.",
"title": "Personal life"
},
{
"paragraph_id": 67,
"text": "In February 1975, Charles visited New Delhi to play polo and was shown around Rashtrapati Bhavan, the former Viceroy's House, by Mountbatten.",
"title": "Personal life"
},
{
"paragraph_id": 68,
"text": "Four years later, Mountbatten secured an invitation for himself and Amanda to accompany Charles on his planned 1980 tour of India. Their fathers promptly objected. Prince Philip thought that the Indian public's reception would more likely reflect their response to the uncle than to the nephew. Lord Brabourne counselled that the intense scrutiny of the press would be more likely to drive Mountbatten's godson and granddaughter apart than together.",
"title": "Personal life"
},
{
"paragraph_id": 69,
"text": "Charles was rescheduled to tour India alone, but Mountbatten did not live to the planned date of departure. When Charles finally did propose marriage to Amanda later in 1979, the circumstances were changed and she refused him.",
"title": "Personal life"
},
{
"paragraph_id": 70,
"text": "On 27 April 1977, shortly before his 77th birthday, Mountbatten became the first member of the Royal Family to appear on the TV guest show This Is Your Life. In the UK, 22.22 million people tuned in to watch the programme.",
"title": "Television appearances"
},
{
"paragraph_id": 71,
"text": "Mountbatten usually holidayed at his summer home, Classiebawn Castle, on the Mullaghmore Peninsula in County Sligo, in the north-west of Ireland. The village was only 12 miles (19 km) from the border with County Fermanagh in Northern Ireland and near an area known to be used as a cross-border refuge by IRA members. In 1978, the IRA had allegedly attempted to shoot Mountbatten as he was aboard his boat, but poor weather had prevented the sniper taking his shot.",
"title": "Assassination"
},
{
"paragraph_id": 72,
"text": "On 27 August 1979, Mountbatten went lobster-potting and tuna fishing in his 30-foot (9.1 m) wooden boat, Shadow V, which had been moored in the harbour at Mullaghmore. IRA member Thomas McMahon had slipped onto the unguarded boat the previous night and attached a radio-controlled bomb weighing 50 pounds (23 kg). When Mountbatten and his party had taken the boat just a few hundred yards from the shore, the bomb was detonated. The boat was destroyed by the force of the blast and Mountbatten's legs were almost blown off. Mountbatten, then aged 79, was pulled alive from the water by nearby fishermen, but died from his injuries before being brought to shore.",
"title": "Assassination"
},
{
"paragraph_id": 73,
"text": "Also aboard the boat were his elder daughter Patricia, Lady Brabourne; her husband Lord Brabourne; their twin sons Nicholas and Timothy Knatchbull; Lord Brabourne's mother Doreen, Dowager Lady Brabourne; and Paul Maxwell, a young crew member from Enniskillen in County Fermanagh. Nicholas (aged 14) and Paul (aged 15) were killed by the blast and the others were seriously injured. Doreen, Dowager Lady Brabourne (aged 83), died from her injuries the following day.",
"title": "Assassination"
},
{
"paragraph_id": 74,
"text": "The attack triggered outrage and condemnation around the world. Queen Elizabeth II received messages of condolence from leaders including US President Jimmy Carter and Pope John Paul II. Carter expressed his \"profound sadness\" at the death. The Irish American community was disgusted with the attack, especially since many American soldiers served under Mountbatten during World War II. Jim Rooney, son of Pittsburgh Steelers president Dan M. Rooney (who co-founded The Ireland Funds in 1976), recalled that:",
"title": "Assassination"
},
{
"paragraph_id": 75,
"text": "Mountbatten's murder shocked many Irish-Americans, my parents included, because they remembered him for the role he played in defeating the Axis. \"It was quite sad because being in America, you were familiar with Lord Mountbatten because of World War II,\" my mother recalled. \"It was a very sad time.\" But my father didn't give in to despair. \"That didn't show down [my father] one bit. It more or less gave him more energy,\" my mother said.",
"title": "Assassination"
},
{
"paragraph_id": 76,
"text": "Prime Minister Margaret Thatcher said:",
"title": "Assassination"
},
{
"paragraph_id": 77,
"text": "His death leaves a gap that can never be filled. The British people give thanks for his life and grieve at his passing.",
"title": "Assassination"
},
{
"paragraph_id": 78,
"text": "George Colley, the Tánaiste (Deputy head of government) of the Republic of Ireland, said:",
"title": "Assassination"
},
{
"paragraph_id": 79,
"text": "No effort will be spared to bring those responsible to justice. It is understood that subversives have claimed responsibility for the explosion. Assuming that police investigations substantiate the claim, I know that the Irish people will join me in condemning this heartless and terrible outrage.",
"title": "Assassination"
},
{
"paragraph_id": 80,
"text": "The IRA issued a statement afterward, saying:",
"title": "Assassination"
},
{
"paragraph_id": 81,
"text": "The IRA claim responsibility for the execution of Lord Louis Mountbatten. This operation is one of the discriminate ways we can bring to the attention of the English people the continuing occupation of our country. ... The death of Mountbatten and the tributes paid to him will be seen in sharp contrast to the apathy of the British Government and the English people to the deaths of over three hundred British soldiers, and the deaths of Irish men, women, and children at the hands of their forces.",
"title": "Assassination"
},
{
"paragraph_id": 82,
"text": "Six weeks later, Sinn Féin vice-president Gerry Adams said of Mountbatten's death:",
"title": "Assassination"
},
{
"paragraph_id": 83,
"text": "The IRA gave clear reasons for the execution. I think it is unfortunate that anyone has to be killed, but the furor created by Mountbatten's death showed up the hypocritical attitude of the media establishment. As a member of the House of Lords, Mountbatten was an emotional figure in both British and Irish politics. What the IRA did to him is what Mountbatten had been doing all his life to other people; and with his war record I don't think he could have objected to dying in what was clearly a war situation. He knew the danger involved in coming to this country. In my opinion, the IRA achieved its objective: people started paying attention to what was happening in Ireland.",
"title": "Assassination"
},
{
"paragraph_id": 84,
"text": "In 2015, Adams said in an interview, \"I stand over what I said then. I'm not one of those people that engages in revisionism. Thankfully the war is over.\"",
"title": "Assassination"
},
{
"paragraph_id": 85,
"text": "On the day of the bombing, the IRA also ambushed and killed eighteen British soldiers at the gates of Narrow Water Castle, just outside Warrenpoint, in County Down in Northern Ireland, sixteen of them from the Parachute Regiment, in what became known as the Warrenpoint ambush. It was the deadliest attack on the British Army during the Troubles.",
"title": "Assassination"
},
{
"paragraph_id": 86,
"text": "On 5 September 1979, Mountbatten received a ceremonial funeral at Westminster Abbey, which was attended by Queen Elizabeth II, the royal family, and members of the European royal houses. Watched by thousands of people, the funeral procession, which started at Wellington Barracks, included representatives of all three British Armed Services, and military contingents from Burma, India, the United States (represented by 70 sailors of the US Navy and 50 US Marines), France (represented by the French Navy) and Canada. His coffin was drawn on a gun carriage by 118 Royal Navy ratings. During the televised service, his great-nephew Charles read the lesson from Psalm 107. In an address, the Archbishop of Canterbury, Donald Coggan, highlighted his various achievements and his \"lifelong devotion to the Royal Navy\". After the public ceremonies, which he had planned himself, Mountbatten was buried in Romsey Abbey. As part of the funeral arrangements, his body had been embalmed by Desmond Henley.",
"title": "Assassination"
},
{
"paragraph_id": 87,
"text": "Two hours before the bomb detonated, Thomas McMahon had been arrested at a Garda checkpoint between Longford and Granard on suspicion of driving a stolen vehicle. He was tried for the assassinations in Ireland and convicted on 23 November 1979 based on forensic evidence supplied by James O'Donovan that showed flecks of paint from the boat and traces of nitroglycerine on his clothes. He was released in 1998 under the terms of the Good Friday Agreement.",
"title": "Assassination"
},
{
"paragraph_id": 88,
"text": "On hearing of Mountbatten's death, the then Master of the Queen's Music, Malcolm Williamson, wrote the Lament in Memory of Lord Mountbatten of Burma for violin and string orchestra. The 11-minute work was given its first performance on 5 May 1980 by the Scottish Baroque Ensemble, conducted by Leonard Friedman.",
"title": "Assassination"
},
{
"paragraph_id": 89,
"text": "On his death his estate was valued for probate purposes at £2,196,494 (equivalent to £12,000,000 in 2021).",
"title": "Assassination"
},
{
"paragraph_id": 90,
"text": "Mountbatten's faults, according to his biographer Philip Ziegler, like everything else about him, \"were on the grandest scale. His vanity though child-like, was monstrous, his ambition unbridled ... He sought to rewrite history with cavalier indifference to the facts to magnify his own achievements.\" However, Ziegler concludes that Mountbatten's virtues outweighed his defects:",
"title": "Legacy"
},
{
"paragraph_id": 91,
"text": "He was generous and loyal ... He was warm-hearted, predisposed to like everyone he met, quick-tempered but never bearing grudges ... His tolerance was extraordinary; his readiness to respect and listen to the views of others was remarkable throughout his life.",
"title": "Legacy"
},
{
"paragraph_id": 92,
"text": "Ziegler argues he was truly a great man, although not profound or original.",
"title": "Legacy"
},
{
"paragraph_id": 93,
"text": "What he could do with superlative aplomb was to identify the object at which he was aiming, and force it through to its conclusion. A powerful, analytic mind of crystalline clarity, a superabundance of energy, great persuasive powers, endless resilience in the face of setback or disaster rendered him the most formidable of operators. He was infinitely resourceful, quick in his reactions, always ready to cut his losses and start again ... He was an executor of policy rather than an initiator; but whatever the policy, he espoused it with such energy and enthusiasm, made it so completely his own, that it became identified with him and, in the eyes of the outside world as well as his own, his creation.",
"title": "Legacy"
},
{
"paragraph_id": 94,
"text": "Others were not so conflicted. Field Marshal Sir Gerald Templer, the former Chief of the Imperial General Staff, once told him, \"You are so crooked, Dickie, that if you swallowed a nail, you would shit a corkscrew\".",
"title": "Legacy"
},
{
"paragraph_id": 95,
"text": "Mountbatten supported the burgeoning nationalist movements which grew up in the shadow of Japanese occupation. His priority was to maintain practical, stable government, but driving him was an idealism in which he believed every people should be allowed to control their own destiny. Critics said he was too ready to overlook their faults, and especially their subordination to communist control. Ziegler says that in Malaya, where the main resistance to the Japanese came from Chinese who were under considerable communist influence, \"Mountbatten proved to have been naïve in his assessment. ... He erred, however, not because he was 'soft on Communism' ... but from an over-readiness to assume the best of those with whom he had dealings.\" Furthermore, Ziegler argues, he was following a practical policy based on the assumption that it would take a long and bloody struggle to drive the Japanese out, and he needed the support of all the anti-Japanese elements, most of which were either nationalists or communists.",
"title": "Legacy"
},
{
"paragraph_id": 96,
"text": "Mountbatten took pride in enhancing intercultural understanding and in 1984, with his elder daughter as the patron, the Mountbatten Institute was developed to allow young adults the opportunity to enhance their intercultural appreciation and experience by spending time abroad. The IET annually awards the Mountbatten Medal for an outstanding contribution, or contributions over a period, to the promotion of electronics or information technology and their application.",
"title": "Legacy"
},
{
"paragraph_id": 97,
"text": "Canada's capital city of Ottawa named Mountbatten Avenue in his memory. The Mountbatten estate in Singapore and Mountbatten MRT station were named after him.",
"title": "Legacy"
},
{
"paragraph_id": 98,
"text": "Mountbatten's personal papers (containing approximately 250,000 papers and 50,000 photographs) are preserved in the University of Southampton Library.",
"title": "Legacy"
},
{
"paragraph_id": 99,
"text": "He was appointed personal aide-de-camp by Edward VIII, George VI and Elizabeth II, and therefore bore the unusual distinction of being allowed to wear three royal cyphers on his epaulettes.",
"title": "Awards and decorations"
}
]
| Admiral of the Fleet Albert Victor Nicholas Louis Francis Mountbatten, 1st Earl Mountbatten of Burma was a British statesman, naval officer, colonial administrator and close relative of the British royal family. He was born in the United Kingdom to the prominent Battenberg family. He was a maternal uncle of Prince Philip, Duke of Edinburgh, and a second cousin of King George VI. He joined the Royal Navy during the First World War and was appointed Supreme Allied Commander, South East Asia Command, in the Second World War. He later served as the last Viceroy of India and briefly as the first Governor-General of the Dominion of India. Mountbatten attended the Royal Naval College, Osborne, before entering the Royal Navy in 1916. He saw action during the closing phase of the First World War, and after the war briefly attended Christ's College, Cambridge. During the interwar period, Mountbatten continued to pursue his naval career, specialising in naval communications. Following the outbreak of the Second World War, Mountbatten commanded the destroyer HMS Kelly and the 5th Destroyer Flotilla. He saw considerable action in Norway, in the English Channel, and in the Mediterranean. In August 1941, he received command of the aircraft carrier HMS Illustrious. He was appointed chief of Combined Operations and a member of the Chiefs of Staff Committee in early 1942, and organised the raids on St Nazaire and Dieppe. In August 1943, Mountbatten became Supreme Allied Commander South East Asia Command and oversaw the recapture of Burma and Singapore from the Japanese by the end of 1945. For his service during the war, Mountbatten was created viscount in 1946 and earl the following year. In February 1947, Mountbatten was appointed Viceroy and Governor-General of India and oversaw the Partition of India into India and Pakistan. He then served as the first Governor-General of the Union of India until June 1948. In 1952, Mountbatten was appointed commander-in-chief of the British Mediterranean Fleet and NATO Commander Allied Forces Mediterranean. From 1955 to 1959, he was First Sea Lord, a position that had been held by his father, Prince Louis of Battenberg, some forty years earlier. Thereafter he served as chief of the Defence Staff until 1965, making him the longest-serving professional head of the British Armed Forces to date. During this period Mountbatten also served as chairman of the NATO Military Committee for a year. In August 1979, Mountbatten was assassinated by a bomb planted aboard his fishing boat in Mullaghmore, County Sligo, Ireland, by members of the Provisional Irish Republican Army. He received a ceremonial funeral at Westminster Abbey and was buried in Romsey Abbey in Hampshire. | 2001-12-19T00:53:33Z | 2023-12-29T22:27:46Z | [
"Template:Convert",
"Template:Inflation",
"Template:Cite news",
"Template:Refbegin",
"Template:Cite ODNB",
"Template:S-vac",
"Template:Infobox officeholder",
"Template:Main",
"Template:S-bef",
"Template:S-break",
"Template:S-hon",
"Template:Use dmy dates",
"Template:Reflist",
"Template:Infobox COA wide",
"Template:Harvp",
"Template:Cite journal",
"Template:S-non",
"Template:Redirect",
"Template:Ribbon devices",
"Template:Cite web",
"Template:Cite magazine",
"Template:London Gazette",
"Template:Authority control",
"Template:HMS",
"Template:R",
"Template:Refend",
"Template:Wikiquote",
"Template:Cbignore",
"Template:ISBN",
"Template:Commons category",
"Template:Hansard-contribs",
"Template:NPG name",
"Template:S-aft",
"Template:Short description",
"Template:Multiple image",
"Template:S-ttl",
"Template:S-new",
"Template:Cite book",
"Template:Subscription required",
"Template:PM20",
"Template:S-start",
"Template:S-gov",
"Template:S-mil",
"Template:S-reg",
"Template:S-end",
"Template:Refn",
"Template:Flagdeco",
"Template:Navboxes"
]
| https://en.wikipedia.org/wiki/Louis_Mountbatten,_1st_Earl_Mountbatten_of_Burma |
10,293 | Elbridge Gerry | Elbridge Thomas Gerry (/ˈɡɛri/; July 17, 1744 – November 23, 1814) was an American Founding Father, merchant, politician, and diplomat who served as the fifth vice president of the United States under President James Madison from 1813 until his death in 1814. The political practice of gerrymandering is named after him.
Born into a wealthy merchant family, Gerry vocally opposed British colonial policy in the 1760s and was active in the early stages of organizing the resistance in the American Revolutionary War. Elected to the Second Continental Congress, Gerry signed both the Declaration of Independence and Articles of Confederation. He was one of three men who attended the Constitutional Convention in 1787, but refused to sign the Constitution because originally it did not include a Bill of Rights. After its ratification, he was elected to the inaugural United States Congress, where he was actively involved in the drafting and passage of the Bill of Rights as an advocate of individual and state liberties.
Gerry was at first opposed to the idea of political parties and cultivated enduring friendships on both sides of the political divide between Federalists and Democratic-Republicans. He was a member of a diplomatic delegation to France that was treated poorly in the XYZ Affair, in which Federalists held him responsible for a breakdown in negotiations. Gerry thereafter became a Democratic-Republican, running unsuccessfully for Governor of Massachusetts several times before winning the office in 1810. During his second term, the legislature approved new state senate districts that led to the coining of the word "gerrymander"; he lost the next election, although the state senate remained Democratic-Republican. Gerry was nominated by the Democratic-Republican party and elected as vice president in the 1812 election. Advanced in age and in poor health, Gerry served 21 months of his term before dying in office. Gerry is the only signatory of the Declaration of Independence to be buried in Washington, D.C.
Gerry was born on July 17, 1744, in the North Shore town of Marblehead, Massachusetts. His father, Thomas Gerry, was a merchant who operated ships out of Marblehead, and his mother, Elizabeth (Greenleaf) Gerry, was the daughter of a successful Boston merchant. Gerry's first name came from John Elbridge, one of his mother's ancestors. Gerry's parents had 11 children in all, although only five survived to adulthood. Of these, Elbridge was the third. He was first educated by private tutors and entered Harvard College shortly before turning 14. After receiving a Bachelor of Arts in 1762 and a Master of Arts in 1765, he entered his father's merchant business. By the 1770s, the Gerrys numbered among the wealthiest Massachusetts merchants, with trading connections in Spain, the West Indies, and along the North American coast. Gerry's father, who had emigrated from England in 1730, was active in local politics and had a leading role in the local militia.
Gerry was from an early time a vocal opponent of Parliamentary efforts to tax the colonies after the French and Indian War ended in 1763. In 1770, he sat on a Marblehead committee that sought to enforce importation bans on taxed British goods. He frequently communicated with other Massachusetts opponents of British policy, including Samuel Adams, John Adams, Mercy Otis Warren, and others.
In May 1772, he won election to the Great and General Court of the Province of Massachusetts Bay, which served as the state's legislative assembly. He worked closely with Samuel Adams to advance colonial opposition to Parliamentary colonial policies. He was responsible for establishing Marblehead's committee of correspondence, one of the first to be set up after that of Boston. However, an incident of mob action prompted him to resign from the committee the next year. Gerry and other prominent Marbleheaders had established a hospital for performing smallpox inoculations on Cat Island; because the means of transmission of the disease were not known at the time, fears amongst the local population led to protests which escalated into violence that wrecked the hospital and threatened the proprietors' other properties.
Gerry reentered politics after the Boston Port Act closed that city's port in 1774, and Marblehead became an alternative port to which relief supplies from other colonies could be delivered. As one of the town's leading merchants and Patriots, Gerry played a major role in ensuring the storage and delivery of supplies from Marblehead to Boston, interrupting those activities only to care for his dying father. He was elected as a representative to the First Continental Congress in September 1774, but declined, still grieving the loss of his father.
Gerry was elected to the provincial assembly, which reconstituted itself as the Massachusetts Provincial Congress after Governor Thomas Gage dissolved the body in October 1774. He was assigned to its committee of safety, responsible for ensuring that the province's limited supplies of weapons and gunpowder did not fall into British hands. His actions were partly responsible for the storage of weapons and ammunition in Concord; these stores were the target of the British expedition that sparked the start of the American Revolutionary War with the battles of Lexington and Concord in April 1775. (Gerry was staying at an inn at Menotomy, now Arlington, when the British Army marched through on the night of April 18.) During the Siege of Boston that followed, Gerry continued to take a leading role in supplying the nascent Continental Army, something he would continue to do as the war progressed. He leveraged business contacts in France and Spain to acquire not just munitions, but supplies of all types, and was involved in the transfer of financial subsidies from Spain to Congress. He sent ships to ports all along the American coast and dabbled in financing privateering operations against British merchant shipping.
Unlike some other merchants, there is no evidence that Gerry profiteered directly from the hostilities. He spoke out against price gouging and in favor of price controls, although his war-related merchant activities notably increased the family's wealth. His gains were tempered to some extent by the precipitous decline in the value of paper currencies, which he held in large quantities and speculated in.
Gerry served in the Second Continental Congress in Philadelphia from February 1776 to 1780, when matters of the ongoing war occupied the body's attention. He was influential in convincing several delegates to support passage of the Declaration of Independence in the debates held during the summer of 1776; John Adams wrote of him, "If every Man here was a Gerry, the Liberties of America would be safe against the Gates of Earth and Hell." He was implicated as a member of the so-called "Conway Cabal", a group of Congressmen and military officers who were dissatisfied with the performance of General George Washington during the 1777 military campaign. However, Gerry took Pennsylvania leader Thomas Mifflin, one of Washington's critics, to task early in the episode and specifically denied knowledge of any sort of conspiracy against Washington in February 1778.
Gerry's political philosophy was one of limited central government, and he regularly advocated for the maintenance of civilian control of the military. He held these positions fairly consistently throughout his political career (wavering principally on the need for stronger central government in the wake of the 1786–87 Shays' Rebellion) and was well known for his personal integrity. In later years he opposed the idea of political parties, remaining somewhat distant from both the developing Federalist and Democratic-Republican parties until later in his career. It was not until 1800 that he formally associated with the Democratic-Republicans in opposition to what he saw as attempts by the Federalists to centralize too much power in the national government.
In 1780, he resigned from the Continental Congress over the issue and refused offers from the state legislature to return to the Congress. He also refused appointment to the state senate, claiming he would be more effective in the state's lower chamber, and also refused appointment as a county judge, comparing the offer by Governor John Hancock to those made by royally-appointed governors to benefit their political allies. He was elected a fellow of the American Academy of Arts and Sciences in 1781.
Gerry was convinced to rejoin the Confederation Congress in 1783, when the state legislature agreed to support his call for needed reforms. He served in that body, which met in New York City, until September 1785. The following year, he married Ann Thompson, the daughter of a wealthy New York City merchant who was 20 years his junior; his best man was his good friend James Monroe. The couple had ten children between 1787 and 1801, straining Ann's health.
The war made Gerry sufficiently wealthy that when it ended he sold off his merchant interests and began investing in land. In 1787, he purchased the Cambridge, Massachusetts, estate of the last royal lieutenant governor of Massachusetts, Thomas Oliver, which had been confiscated by the state. This 100-acre (40 ha) property, known as Elmwood, became the family home for the rest of Gerry's life. He continued to own property in Marblehead and bought several properties in other Massachusetts communities. He also owned shares in the Ohio Company, prompting some political opponents to characterize him as an owner of vast tracts of western lands.
Gerry played a major role in the Constitutional Convention held in Philadelphia during the summer of 1787. In its deliberations, he consistently advocated for a strong delineation between state and federal government powers, with state legislatures shaping the membership of federal government positions. Gerry's opposition to popular election of representatives was rooted in part by the events of Shays' Rebellion in western Massachusetts in the year preceding the convention. He also sought to maintain individual liberties by providing checks on government power that might abuse or limit those freedoms.
He supported the idea that the Senate composition should not be determined by population; the view that it should instead be composed of equal numbers of members for each state prevailed in the Connecticut Compromise. The compromise was adopted on a narrow vote in which the Massachusetts delegation was divided, Gerry and Caleb Strong voting in favor. Gerry further proposed that senators of a state, rather than casting a single vote on behalf of the state, vote instead as individuals. Gerry was also vocal in opposing the Three-fifths Compromise, which counted slaves as three-fifths of a free person for the purposes of apportionment in the House of Representatives, whereas counting each slave individually would have given southern slave states a decided advantage. Gerry opposed slavery and said the constitution should have "nothing to do" with slavery so as "not to sanction it."
Gerry's preference for a more highly centralized government throughout most of the Convention was not motivated by a desire for great social changes, but was intended rather to restrain such popular excesses as were evidenced in Shays's Rebellion.... [H]e defended popular rights when the people appeared to be threatened by some powerful interest groups, and he called for restraints on popular influence when the people seemed to be gaining the upper hand too much.
—George Athan Billias
Because of his fear of demagoguery and belief the people of the United States could be easily misled, Gerry also advocated indirect elections. Although he was unsuccessful in obtaining them for the lower house of Congress, Gerry did obtain such indirect elections for the Senate, whose members were to be selected by the state legislatures. Gerry also advanced numerous proposals for indirect elections of the President of the United States, most of them involving limiting the right to vote to the state governors and electors.
Gerry was unhappy about the lack of enumeration of any specific individual liberties in the proposed constitution and generally opposed proposals that strengthened the central government. He was one of only three delegates who voted against the proposed constitution in the convention (the others were George Mason and Edmund Randolph), citing a concern about the convention's lack of authority to enact such major changes to the nation's system of government and to the constitution's lack of "federal features." Ultimately, Gerry refused to sign because of concerns over the rights of private citizens and the power of the legislature to raise armies and revenue.
During the ratification debates that took place in the states following the convention, Gerry continued his opposition, publishing a widely circulated letter documenting his objections to the proposed constitution. In the document, he cites the lack of a Bill of Rights as his primary objection but also expresses qualified approval of the Constitution, indicating that he would accept it with some amendment. Strong pro-Constitution forces attacked him in the press, comparing him unfavorably to the Shaysites. Henry Jackson was particularly vicious: "[Gerry has] done more injury to this country by that infamous Letter than he will be able to make atonement in his whole life", and Oliver Ellsworth, a convention delegate from Connecticut, charged him with deliberately courting the Shays faction.
One consequence of the furor over his letter was that he was not selected as a delegate to the Massachusetts ratifying convention although he was later invited to attend by the convention's leadership. The convention leadership was dominated by Federalists, and Gerry was not given any formal opportunity to speak. He left the convention after a shouting match with convention chair Francis Dana. Massachusetts ratified the constitution by a vote of 187 to 168. The debate had the result of estranging Gerry from several previously-friendly politicians, including chairman Dana and Rufus King.
Anti-Federalist forces nominated Gerry for governor in 1788, but he was predictably defeated by the popular incumbent John Hancock. Following its ratification, Gerry recanted his opposition to the Constitution, noting that other state ratifying conventions had called for amendments that he supported. He was nominated by friends (over his own opposition to the idea) for a seat in the inaugural House of Representatives, where he served two terms.
In June 1789, Gerry proposed that Congress consider all of the proposed constitutional amendments that various state ratifying conventions had called for (notably those of Rhode Island and North Carolina, which had at the time still not ratified the Constitution). In the debate that followed, he led opposition to some of the proposals, arguing that they did not go far enough in ensuring individual liberties. He successfully lobbied for inclusion of freedom of assembly in the First Amendment and was a leading architect of the Fourth Amendment protections against search and seizure. He sought unsuccessfully to insert the word "expressly" into the Tenth Amendment, which might have more significantly limited the federal government's power.
He was successful in efforts to severely limit the federal government's ability to control state militias. In tandem with this protection, he had once argued against the idea of the federal government controlling a large standing army, saying, "A standing army is like a standing member. It's an excellent assurance of domestic tranquility, but a dangerous temptation to foreign adventure."
Gerry vigorously supported Alexander Hamilton's reports on public credit, including the assumption at full value of state debts, and supported Hamilton's Bank of the United States, positions consistent with earlier calls he had made for economic centralization. Although he had speculated in depreciated Continental bills of credit (the IOUs at issue), there is no evidence he participated in large-scale speculation that attended the debate when it took place in 1790, and he became a major investor in the new bank. He used the floor of the House to speak out against aristocratic and monarchical tendencies he saw as threats to republican ideals, and generally opposed laws and their provisions that he perceived as limiting individual and state liberties. He opposed any attempt to give officers of the executive significant powers, specifically opposing establishment of the Treasury Department because its head might gain more power than the president. He opposed measures that strengthened the presidency, such as the ability to fire Cabinet officers, seeking instead to give the legislature more power over appointments.
Gerry did not stand for re-election in 1792, returning home to raise his children and care for his sickly wife. He agreed to serve as a presidential elector for John Adams in the 1796 election. During Adams' term in office, Gerry maintained good relations with both Adams and Vice President Thomas Jefferson, hoping that the divided executive might lead to less friction. His hopes were not realized: the split between Federalists (Adams) and Democratic-Republicans (Jefferson) widened.
President Adams appointed Gerry to be a member of a special diplomatic commission sent to Republican France in 1797. Tensions had risen between the two nations after the 1796 ratification of the Jay Treaty, made between the United States and Great Britain. It was seen by French leaders as signs of an Anglo-American alliance, and France had consequently stepped up seizures of American ships. Adams chose Gerry, over his cabinet's opposition (on political grounds that Gerry was insufficiently Federalist), because of their long-standing relationship; Adams described Gerry as one of the "two most impartial men in America" (Adams himself being the other).
Gerry joined co-commissioners Charles Cotesworth Pinckney and John Marshall in France in October 1797 and met briefly with Foreign Minister Talleyrand. Some days after that meeting, the delegation was approached by three French agents (at first identified as "X", "Y", and "Z" in published papers, leading the controversy to be called the "XYZ Affair") who demanded substantial bribes from the commissioners before negotiations could continue. The commissioners refused and sought unsuccessfully to engage Talleyrand in formal negotiations. Believing Gerry to be the most approachable of the commissioners, Talleyrand successively froze first Pinckney and then Marshall out of the informal negotiations, and they left France in April 1798. Gerry, who sought to leave with them, stayed behind because Talleyrand threatened war if he left. Gerry refused to make any significant negotiations afterward and left Paris in August.
By then, dispatches describing the commission's reception had been published in the United States, raising calls for war. The undeclared naval Quasi-War (1798–1800) followed. Federalists, notably Secretary of State Timothy Pickering, accused Gerry of supporting the French and abetting the breakdown of the talks, while Adams and Republicans such as Thomas Jefferson supported him. The negative press damaged Gerry's reputation, and he was burned in effigy by protestors in front of his home. He was only later vindicated, when his correspondence with Talleyrand was published in 1799. In response to the Federalist attacks on him, and because of his perception that the Federalist-led military buildup threatened republican values, Gerry formally joined the Democratic-Republican Party in early 1800, standing for election as Governor of Massachusetts.
For years (in the 1800, 1801, 1802, and 1803 elections) Gerry unsuccessfully sought the governorship of Massachusetts. His opponent in these races, Caleb Strong, was a popular moderate Federalist, whose party dominated the state's politics despite a national shift toward the Republicans. In 1803, Republicans in the state were divided, and Gerry only had regional support of the party. He decided not to run in the 1804 election, returning to semi-retirement and to deal with a personal financial crisis. His brother Samuel Russell had mismanaged his own business affairs, and Gerry had propped him up by guaranteeing a loan that was due. The matter ultimately ruined Gerry's finances for his remaining years.
Republican James Sullivan won the governor's seat from Strong in the 1807 election, but his successor was unable to hold the seat in the 1809 election, which went to Federalist Christopher Gore. Gerry stood for election again in the 1810 election against Gore and won a narrow victory. Republicans cast Gore as an ostentatious British-loving Tory who wanted to restore the monarchy (his parents were Loyalists during the Revolution), and Gerry as a patriotic American, while Federalists described Gerry as a "French partizan" and Gore as an honest man devoted to ridding the government of foreign influence. A temporary lessening in the threat of war with Britain aided Gerry. The two battled again in 1811, with Gerry once again victorious in a highly acrimonious campaign.
Gerry's first year as governor was less controversial than his second, because the Federalists controlled the state senate. He preached moderation in the political discourse, noting that it was important that the nation present a unified front in its dealings with foreign powers. In his second term, with full Republican control of the legislature, he became notably more partisan, purging much of the state government of Federalist appointees. The legislature also enacted "reforms" of the court system that resulted in an increase in the number of judicial appointments, which Gerry filled with Republican partisans. However, infighting within the party and a shortage of qualified candidates played against Gerry, and the Federalists scored points by complaining vocally about the partisan nature of the reforms.
Other legislation passed during Gerry's second year included a bill broadening the membership of Harvard's Board of Overseers to diversify its religious membership, and another that liberalized religious taxes. The Harvard bill had significant political slant because the recent split between orthodox Congregationalists and Unitarians also divided the state to some extent along party lines, and Federalist Unitarians had recently gained control over the Harvard board.
In 1812, the state adopted new constitutionally mandated electoral district boundaries. The Republican-controlled legislature had created district boundaries designed to enhance their party's control over state and national offices, leading to some oddly shaped legislative districts. Although Gerry was unhappy about the highly partisan districting (according to his son-in-law, he thought it "highly disagreeable"), he signed the legislation. The shape of one of the state senate districts in Essex County was compared to a salamander by a local Federalist newspaper in a political cartoon, calling it a "Gerry-mander". Ever since, the creation of such districts has been called gerrymandering.
Gerry also engaged in partisan investigations of potential libel against him by elements of the Federalist press, further damaging his popularity with moderates. The redistricting controversy, along with the libel investigation and the impending War of 1812, contributed to Gerry's defeat in 1812 (once again at the hands of Caleb Strong, whom the Federalists had brought out of retirement). The gerrymandering of the state Senate was a notable success in the 1812 election: the body was thoroughly dominated by Republicans, even though the house and the governor's seat went to Federalists by substantial margins.
Gerry's financial difficulties prompted him to ask President James Madison for a federal position after his loss in the 1812 election (which was held early in the year). He was chosen by the party Congressional nominating caucus to be Madison's vice presidential running mate in the 1812 presidential election, although the nomination was first offered to John Langdon. He was viewed as a relatively safe choice who would attract Northern votes but not pose a threat to James Monroe, who was thought likely to succeed Madison. Madison narrowly won re-election, and Gerry took the oath of office at Elmwood in March 1813. At that time the office of vice president was largely a sinecure; Gerry's duties included advancing the administration's agenda in Congress and dispensing patronage positions in New England. Gerry's actions in support of the War of 1812 had a partisan edge: he expressed concerns over a possible Federalist seizure of Fort Adams (as Boston's Fort Independence was then known) as a prelude to Anglo-Federalist cooperation and sought the arrest of printers of Federalist newspapers.
On November 23, 1814, Gerry suffered a heart attack while visiting Joseph Nourse of the Treasury Department, and he died soon after returning to his home in the Seven Buildings. He was 70 years old.
He is buried in the Congressional Cemetery in Washington, D.C., with a memorial by John Frazee. He is the only signer of the Declaration of Independence who was buried in the nation's capital city. The estate he left his wife and children was rich in land and poor in cash, but he had managed to repay his brother's debts with his pay as vice president. Aged 68 at the start of his vice presidency, he was the oldest person to become vice president until Charles Curtis in 1929.
Gerry is generally remembered for the use of his name in the word gerrymander, for his refusal to sign the United States Constitution, and for his role in the XYZ Affair. His path through the politics of the age has been difficult to characterize. Early biographers, including his son-in-law James T. Austin and Samuel Eliot Morison, struggled to explain his apparent changes in position. Biographer George Athan Billias posits that Gerry was a consistent advocate and practitioner of republicanism as it was originally envisioned, and that his role in the Constitutional Convention had a significant impact on the document it eventually produced.
Gerry had ten children, nine of whom survived into adulthood:
Gerry's grandson Elbridge Thomas Gerry became a distinguished lawyer and philanthropist in New York. His great-grandson, Peter G. Gerry, was a member of the U.S. House of Representatives and later a U.S. Senator from Rhode Island.
Gerry is depicted in two of John Trumbull's paintings, the Declaration of Independence and General George Washington Resigning His Commission. Both are on view in the rotunda of the United States Capitol.
The upstate New York town of Elbridge is believed to have been named in his honor, as is the western New York town of Gerry. The town of Phillipston, Massachusetts was originally incorporated in 1786 under the name Gerry in his honor but was changed to its present name after the town submitted a petition in 1812, citing Democratic-Republican support for the War of 1812.
Gerry's Landing Road in Cambridge, Massachusetts, is located near the Eliot Bridge not far from Elmwood. During the 19th century, the area was known as Gerry's Landing (formerly known as Sir Richard's Landing) and was used by a Gerry relative for a short time as a landing and storehouse. The supposed house of his birth, the Elbridge Gerry House (it is uncertain whether he was born in the house currently standing on the site or an earlier structure) stands in Marblehead, and Marblehead's Elbridge Gerry School is named in his honor. | [
{
"paragraph_id": 0,
"text": "Elbridge Thomas Gerry (/ˈɡɛri/; July 17, 1744 – November 23, 1814) was an American Founding Father, merchant, politician, and diplomat who served as the fifth vice president of the United States under President James Madison from 1813 until his death in 1814. The political practice of gerrymandering is named after him.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Born into a wealthy merchant family, Gerry vocally opposed British colonial policy in the 1760s and was active in the early stages of organizing the resistance in the American Revolutionary War. Elected to the Second Continental Congress, Gerry signed both the Declaration of Independence and Articles of Confederation. He was one of three men who attended the Constitutional Convention in 1787, but refused to sign the Constitution because originally it did not include a Bill of Rights. After its ratification, he was elected to the inaugural United States Congress, where he was actively involved in the drafting and passage of the Bill of Rights as an advocate of individual and state liberties.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Gerry was at first opposed to the idea of political parties and cultivated enduring friendships on both sides of the political divide between Federalists and Democratic-Republicans. He was a member of a diplomatic delegation to France that was treated poorly in the XYZ Affair, in which Federalists held him responsible for a breakdown in negotiations. Gerry thereafter became a Democratic-Republican, running unsuccessfully for Governor of Massachusetts several times before winning the office in 1810. During his second term, the legislature approved new state senate districts that led to the coining of the word \"gerrymander\"; he lost the next election, although the state senate remained Democratic-Republican. Gerry was nominated by the Democratic-Republican party and elected as vice president in the 1812 election. Advanced in age and in poor health, Gerry served 21 months of his term before dying in office. Gerry is the only signatory of the Declaration of Independence to be buried in Washington, D.C.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Gerry was born on July 17, 1744, in the North Shore town of Marblehead, Massachusetts. His father, Thomas Gerry, was a merchant who operated ships out of Marblehead, and his mother, Elizabeth (Greenleaf) Gerry, was the daughter of a successful Boston merchant. Gerry's first name came from John Elbridge, one of his mother's ancestors. Gerry's parents had 11 children in all, although only five survived to adulthood. Of these, Elbridge was the third. He was first educated by private tutors and entered Harvard College shortly before turning 14. After receiving a Bachelor of Arts in 1762 and a Master of Arts in 1765, he entered his father's merchant business. By the 1770s, the Gerrys numbered among the wealthiest Massachusetts merchants, with trading connections in Spain, the West Indies, and along the North American coast. Gerry's father, who had emigrated from England in 1730, was active in local politics and had a leading role in the local militia.",
"title": "Early life and education"
},
{
"paragraph_id": 4,
"text": "Gerry was from an early time a vocal opponent of Parliamentary efforts to tax the colonies after the French and Indian War ended in 1763. In 1770, he sat on a Marblehead committee that sought to enforce importation bans on taxed British goods. He frequently communicated with other Massachusetts opponents of British policy, including Samuel Adams, John Adams, Mercy Otis Warren, and others.",
"title": "Colonial business and politics"
},
{
"paragraph_id": 5,
"text": "In May 1772, he won election to the Great and General Court of the Province of Massachusetts Bay, which served as the state's legislative assembly. He worked closely with Samuel Adams to advance colonial opposition to Parliamentary colonial policies. He was responsible for establishing Marblehead's committee of correspondence, one of the first to be set up after that of Boston. However, an incident of mob action prompted him to resign from the committee the next year. Gerry and other prominent Marbleheaders had established a hospital for performing smallpox inoculations on Cat Island; because the means of transmission of the disease were not known at the time, fears amongst the local population led to protests which escalated into violence that wrecked the hospital and threatened the proprietors' other properties.",
"title": "Colonial business and politics"
},
{
"paragraph_id": 6,
"text": "Gerry reentered politics after the Boston Port Act closed that city's port in 1774, and Marblehead became an alternative port to which relief supplies from other colonies could be delivered. As one of the town's leading merchants and Patriots, Gerry played a major role in ensuring the storage and delivery of supplies from Marblehead to Boston, interrupting those activities only to care for his dying father. He was elected as a representative to the First Continental Congress in September 1774, but declined, still grieving the loss of his father.",
"title": "Colonial business and politics"
},
{
"paragraph_id": 7,
"text": "Gerry was elected to the provincial assembly, which reconstituted itself as the Massachusetts Provincial Congress after Governor Thomas Gage dissolved the body in October 1774. He was assigned to its committee of safety, responsible for ensuring that the province's limited supplies of weapons and gunpowder did not fall into British hands. His actions were partly responsible for the storage of weapons and ammunition in Concord; these stores were the target of the British expedition that sparked the start of the American Revolutionary War with the battles of Lexington and Concord in April 1775. (Gerry was staying at an inn at Menotomy, now Arlington, when the British Army marched through on the night of April 18.) During the Siege of Boston that followed, Gerry continued to take a leading role in supplying the nascent Continental Army, something he would continue to do as the war progressed. He leveraged business contacts in France and Spain to acquire not just munitions, but supplies of all types, and was involved in the transfer of financial subsidies from Spain to Congress. He sent ships to ports all along the American coast and dabbled in financing privateering operations against British merchant shipping.",
"title": "American Revolution"
},
{
"paragraph_id": 8,
"text": "Unlike some other merchants, there is no evidence that Gerry profiteered directly from the hostilities. He spoke out against price gouging and in favor of price controls, although his war-related merchant activities notably increased the family's wealth. His gains were tempered to some extent by the precipitous decline in the value of paper currencies, which he held in large quantities and speculated in.",
"title": "American Revolution"
},
{
"paragraph_id": 9,
"text": "Gerry served in the Second Continental Congress in Philadelphia from February 1776 to 1780, when matters of the ongoing war occupied the body's attention. He was influential in convincing several delegates to support passage of the Declaration of Independence in the debates held during the summer of 1776; John Adams wrote of him, \"If every Man here was a Gerry, the Liberties of America would be safe against the Gates of Earth and Hell.\" He was implicated as a member of the so-called \"Conway Cabal\", a group of Congressmen and military officers who were dissatisfied with the performance of General George Washington during the 1777 military campaign. However, Gerry took Pennsylvania leader Thomas Mifflin, one of Washington's critics, to task early in the episode and specifically denied knowledge of any sort of conspiracy against Washington in February 1778.",
"title": "American Revolution"
},
{
"paragraph_id": 10,
"text": "Gerry's political philosophy was one of limited central government, and he regularly advocated for the maintenance of civilian control of the military. He held these positions fairly consistently throughout his political career (wavering principally on the need for stronger central government in the wake of the 1786–87 Shays' Rebellion) and was well known for his personal integrity. In later years he opposed the idea of political parties, remaining somewhat distant from both the developing Federalist and Democratic-Republican parties until later in his career. It was not until 1800 that he formally associated with the Democratic-Republicans in opposition to what he saw as attempts by the Federalists to centralize too much power in the national government.",
"title": "American Revolution"
},
{
"paragraph_id": 11,
"text": "In 1780, he resigned from the Continental Congress over the issue and refused offers from the state legislature to return to the Congress. He also refused appointment to the state senate, claiming he would be more effective in the state's lower chamber, and also refused appointment as a county judge, comparing the offer by Governor John Hancock to those made by royally-appointed governors to benefit their political allies. He was elected a fellow of the American Academy of Arts and Sciences in 1781.",
"title": "American Revolution"
},
{
"paragraph_id": 12,
"text": "Gerry was convinced to rejoin the Confederation Congress in 1783, when the state legislature agreed to support his call for needed reforms. He served in that body, which met in New York City, until September 1785. The following year, he married Ann Thompson, the daughter of a wealthy New York City merchant who was 20 years his junior; his best man was his good friend James Monroe. The couple had ten children between 1787 and 1801, straining Ann's health.",
"title": "American Revolution"
},
{
"paragraph_id": 13,
"text": "The war made Gerry sufficiently wealthy that when it ended he sold off his merchant interests and began investing in land. In 1787, he purchased the Cambridge, Massachusetts, estate of the last royal lieutenant governor of Massachusetts, Thomas Oliver, which had been confiscated by the state. This 100-acre (40 ha) property, known as Elmwood, became the family home for the rest of Gerry's life. He continued to own property in Marblehead and bought several properties in other Massachusetts communities. He also owned shares in the Ohio Company, prompting some political opponents to characterize him as an owner of vast tracts of western lands.",
"title": "American Revolution"
},
{
"paragraph_id": 14,
"text": "Gerry played a major role in the Constitutional Convention held in Philadelphia during the summer of 1787. In its deliberations, he consistently advocated for a strong delineation between state and federal government powers, with state legislatures shaping the membership of federal government positions. Gerry's opposition to popular election of representatives was rooted in part by the events of Shays' Rebellion in western Massachusetts in the year preceding the convention. He also sought to maintain individual liberties by providing checks on government power that might abuse or limit those freedoms.",
"title": "American Revolution"
},
{
"paragraph_id": 15,
"text": "He supported the idea that the Senate composition should not be determined by population; the view that it should instead be composed of equal numbers of members for each state prevailed in the Connecticut Compromise. The compromise was adopted on a narrow vote in which the Massachusetts delegation was divided, Gerry and Caleb Strong voting in favor. Gerry further proposed that senators of a state, rather than casting a single vote on behalf of the state, vote instead as individuals. Gerry was also vocal in opposing the Three-fifths Compromise, which counted slaves as three-fifths of a free person for the purposes of apportionment in the House of Representatives, whereas counting each slave individually would have given southern slave states a decided advantage. Gerry opposed slavery and said the constitution should have \"nothing to do\" with slavery so as \"not to sanction it.\"",
"title": "American Revolution"
},
{
"paragraph_id": 16,
"text": "Gerry's preference for a more highly centralized government throughout most of the Convention was not motivated by a desire for great social changes, but was intended rather to restrain such popular excesses as were evidenced in Shays's Rebellion.... [H]e defended popular rights when the people appeared to be threatened by some powerful interest groups, and he called for restraints on popular influence when the people seemed to be gaining the upper hand too much.",
"title": "American Revolution"
},
{
"paragraph_id": 17,
"text": "—George Athan Billias",
"title": "American Revolution"
},
{
"paragraph_id": 18,
"text": "Because of his fear of demagoguery and belief the people of the United States could be easily misled, Gerry also advocated indirect elections. Although he was unsuccessful in obtaining them for the lower house of Congress, Gerry did obtain such indirect elections for the Senate, whose members were to be selected by the state legislatures. Gerry also advanced numerous proposals for indirect elections of the President of the United States, most of them involving limiting the right to vote to the state governors and electors.",
"title": "American Revolution"
},
{
"paragraph_id": 19,
"text": "Gerry was unhappy about the lack of enumeration of any specific individual liberties in the proposed constitution and generally opposed proposals that strengthened the central government. He was one of only three delegates who voted against the proposed constitution in the convention (the others were George Mason and Edmund Randolph), citing a concern about the convention's lack of authority to enact such major changes to the nation's system of government and to the constitution's lack of \"federal features.\" Ultimately, Gerry refused to sign because of concerns over the rights of private citizens and the power of the legislature to raise armies and revenue.",
"title": "American Revolution"
},
{
"paragraph_id": 20,
"text": "During the ratification debates that took place in the states following the convention, Gerry continued his opposition, publishing a widely circulated letter documenting his objections to the proposed constitution. In the document, he cites the lack of a Bill of Rights as his primary objection but also expresses qualified approval of the Constitution, indicating that he would accept it with some amendment. Strong pro-Constitution forces attacked him in the press, comparing him unfavorably to the Shaysites. Henry Jackson was particularly vicious: \"[Gerry has] done more injury to this country by that infamous Letter than he will be able to make atonement in his whole life\", and Oliver Ellsworth, a convention delegate from Connecticut, charged him with deliberately courting the Shays faction.",
"title": "American Revolution"
},
{
"paragraph_id": 21,
"text": "One consequence of the furor over his letter was that he was not selected as a delegate to the Massachusetts ratifying convention although he was later invited to attend by the convention's leadership. The convention leadership was dominated by Federalists, and Gerry was not given any formal opportunity to speak. He left the convention after a shouting match with convention chair Francis Dana. Massachusetts ratified the constitution by a vote of 187 to 168. The debate had the result of estranging Gerry from several previously-friendly politicians, including chairman Dana and Rufus King.",
"title": "American Revolution"
},
{
"paragraph_id": 22,
"text": "Anti-Federalist forces nominated Gerry for governor in 1788, but he was predictably defeated by the popular incumbent John Hancock. Following its ratification, Gerry recanted his opposition to the Constitution, noting that other state ratifying conventions had called for amendments that he supported. He was nominated by friends (over his own opposition to the idea) for a seat in the inaugural House of Representatives, where he served two terms.",
"title": "American Revolution"
},
{
"paragraph_id": 23,
"text": "In June 1789, Gerry proposed that Congress consider all of the proposed constitutional amendments that various state ratifying conventions had called for (notably those of Rhode Island and North Carolina, which had at the time still not ratified the Constitution). In the debate that followed, he led opposition to some of the proposals, arguing that they did not go far enough in ensuring individual liberties. He successfully lobbied for inclusion of freedom of assembly in the First Amendment and was a leading architect of the Fourth Amendment protections against search and seizure. He sought unsuccessfully to insert the word \"expressly\" into the Tenth Amendment, which might have more significantly limited the federal government's power.",
"title": "American Revolution"
},
{
"paragraph_id": 24,
"text": "He was successful in efforts to severely limit the federal government's ability to control state militias. In tandem with this protection, he had once argued against the idea of the federal government controlling a large standing army, saying, \"A standing army is like a standing member. It's an excellent assurance of domestic tranquility, but a dangerous temptation to foreign adventure.\"",
"title": "American Revolution"
},
{
"paragraph_id": 25,
"text": "Gerry vigorously supported Alexander Hamilton's reports on public credit, including the assumption at full value of state debts, and supported Hamilton's Bank of the United States, positions consistent with earlier calls he had made for economic centralization. Although he had speculated in depreciated Continental bills of credit (the IOUs at issue), there is no evidence he participated in large-scale speculation that attended the debate when it took place in 1790, and he became a major investor in the new bank. He used the floor of the House to speak out against aristocratic and monarchical tendencies he saw as threats to republican ideals, and generally opposed laws and their provisions that he perceived as limiting individual and state liberties. He opposed any attempt to give officers of the executive significant powers, specifically opposing establishment of the Treasury Department because its head might gain more power than the president. He opposed measures that strengthened the presidency, such as the ability to fire Cabinet officers, seeking instead to give the legislature more power over appointments.",
"title": "American Revolution"
},
{
"paragraph_id": 26,
"text": "Gerry did not stand for re-election in 1792, returning home to raise his children and care for his sickly wife. He agreed to serve as a presidential elector for John Adams in the 1796 election. During Adams' term in office, Gerry maintained good relations with both Adams and Vice President Thomas Jefferson, hoping that the divided executive might lead to less friction. His hopes were not realized: the split between Federalists (Adams) and Democratic-Republicans (Jefferson) widened.",
"title": "American Revolution"
},
{
"paragraph_id": 27,
"text": "President Adams appointed Gerry to be a member of a special diplomatic commission sent to Republican France in 1797. Tensions had risen between the two nations after the 1796 ratification of the Jay Treaty, made between the United States and Great Britain. It was seen by French leaders as signs of an Anglo-American alliance, and France had consequently stepped up seizures of American ships. Adams chose Gerry, over his cabinet's opposition (on political grounds that Gerry was insufficiently Federalist), because of their long-standing relationship; Adams described Gerry as one of the \"two most impartial men in America\" (Adams himself being the other).",
"title": "XYZ Affair"
},
{
"paragraph_id": 28,
"text": "Gerry joined co-commissioners Charles Cotesworth Pinckney and John Marshall in France in October 1797 and met briefly with Foreign Minister Talleyrand. Some days after that meeting, the delegation was approached by three French agents (at first identified as \"X\", \"Y\", and \"Z\" in published papers, leading the controversy to be called the \"XYZ Affair\") who demanded substantial bribes from the commissioners before negotiations could continue. The commissioners refused and sought unsuccessfully to engage Talleyrand in formal negotiations. Believing Gerry to be the most approachable of the commissioners, Talleyrand successively froze first Pinckney and then Marshall out of the informal negotiations, and they left France in April 1798. Gerry, who sought to leave with them, stayed behind because Talleyrand threatened war if he left. Gerry refused to make any significant negotiations afterward and left Paris in August.",
"title": "XYZ Affair"
},
{
"paragraph_id": 29,
"text": "By then, dispatches describing the commission's reception had been published in the United States, raising calls for war. The undeclared naval Quasi-War (1798–1800) followed. Federalists, notably Secretary of State Timothy Pickering, accused Gerry of supporting the French and abetting the breakdown of the talks, while Adams and Republicans such as Thomas Jefferson supported him. The negative press damaged Gerry's reputation, and he was burned in effigy by protestors in front of his home. He was only later vindicated, when his correspondence with Talleyrand was published in 1799. In response to the Federalist attacks on him, and because of his perception that the Federalist-led military buildup threatened republican values, Gerry formally joined the Democratic-Republican Party in early 1800, standing for election as Governor of Massachusetts.",
"title": "XYZ Affair"
},
{
"paragraph_id": 30,
"text": "For years (in the 1800, 1801, 1802, and 1803 elections) Gerry unsuccessfully sought the governorship of Massachusetts. His opponent in these races, Caleb Strong, was a popular moderate Federalist, whose party dominated the state's politics despite a national shift toward the Republicans. In 1803, Republicans in the state were divided, and Gerry only had regional support of the party. He decided not to run in the 1804 election, returning to semi-retirement and to deal with a personal financial crisis. His brother Samuel Russell had mismanaged his own business affairs, and Gerry had propped him up by guaranteeing a loan that was due. The matter ultimately ruined Gerry's finances for his remaining years.",
"title": "Governor of Massachusetts"
},
{
"paragraph_id": 31,
"text": "Republican James Sullivan won the governor's seat from Strong in the 1807 election, but his successor was unable to hold the seat in the 1809 election, which went to Federalist Christopher Gore. Gerry stood for election again in the 1810 election against Gore and won a narrow victory. Republicans cast Gore as an ostentatious British-loving Tory who wanted to restore the monarchy (his parents were Loyalists during the Revolution), and Gerry as a patriotic American, while Federalists described Gerry as a \"French partizan\" and Gore as an honest man devoted to ridding the government of foreign influence. A temporary lessening in the threat of war with Britain aided Gerry. The two battled again in 1811, with Gerry once again victorious in a highly acrimonious campaign.",
"title": "Governor of Massachusetts"
},
{
"paragraph_id": 32,
"text": "Gerry's first year as governor was less controversial than his second, because the Federalists controlled the state senate. He preached moderation in the political discourse, noting that it was important that the nation present a unified front in its dealings with foreign powers. In his second term, with full Republican control of the legislature, he became notably more partisan, purging much of the state government of Federalist appointees. The legislature also enacted \"reforms\" of the court system that resulted in an increase in the number of judicial appointments, which Gerry filled with Republican partisans. However, infighting within the party and a shortage of qualified candidates played against Gerry, and the Federalists scored points by complaining vocally about the partisan nature of the reforms.",
"title": "Governor of Massachusetts"
},
{
"paragraph_id": 33,
"text": "Other legislation passed during Gerry's second year included a bill broadening the membership of Harvard's Board of Overseers to diversify its religious membership, and another that liberalized religious taxes. The Harvard bill had significant political slant because the recent split between orthodox Congregationalists and Unitarians also divided the state to some extent along party lines, and Federalist Unitarians had recently gained control over the Harvard board.",
"title": "Governor of Massachusetts"
},
{
"paragraph_id": 34,
"text": "In 1812, the state adopted new constitutionally mandated electoral district boundaries. The Republican-controlled legislature had created district boundaries designed to enhance their party's control over state and national offices, leading to some oddly shaped legislative districts. Although Gerry was unhappy about the highly partisan districting (according to his son-in-law, he thought it \"highly disagreeable\"), he signed the legislation. The shape of one of the state senate districts in Essex County was compared to a salamander by a local Federalist newspaper in a political cartoon, calling it a \"Gerry-mander\". Ever since, the creation of such districts has been called gerrymandering.",
"title": "Governor of Massachusetts"
},
{
"paragraph_id": 35,
"text": "Gerry also engaged in partisan investigations of potential libel against him by elements of the Federalist press, further damaging his popularity with moderates. The redistricting controversy, along with the libel investigation and the impending War of 1812, contributed to Gerry's defeat in 1812 (once again at the hands of Caleb Strong, whom the Federalists had brought out of retirement). The gerrymandering of the state Senate was a notable success in the 1812 election: the body was thoroughly dominated by Republicans, even though the house and the governor's seat went to Federalists by substantial margins.",
"title": "Governor of Massachusetts"
},
{
"paragraph_id": 36,
"text": "",
"title": "Governor of Massachusetts"
},
{
"paragraph_id": 37,
"text": "Gerry's financial difficulties prompted him to ask President James Madison for a federal position after his loss in the 1812 election (which was held early in the year). He was chosen by the party Congressional nominating caucus to be Madison's vice presidential running mate in the 1812 presidential election, although the nomination was first offered to John Langdon. He was viewed as a relatively safe choice who would attract Northern votes but not pose a threat to James Monroe, who was thought likely to succeed Madison. Madison narrowly won re-election, and Gerry took the oath of office at Elmwood in March 1813. At that time the office of vice president was largely a sinecure; Gerry's duties included advancing the administration's agenda in Congress and dispensing patronage positions in New England. Gerry's actions in support of the War of 1812 had a partisan edge: he expressed concerns over a possible Federalist seizure of Fort Adams (as Boston's Fort Independence was then known) as a prelude to Anglo-Federalist cooperation and sought the arrest of printers of Federalist newspapers.",
"title": "Vice presidency and death"
},
{
"paragraph_id": 38,
"text": "",
"title": "Vice presidency and death"
},
{
"paragraph_id": 39,
"text": "On November 23, 1814, Gerry suffered a heart attack while visiting Joseph Nourse of the Treasury Department, and he died soon after returning to his home in the Seven Buildings. He was 70 years old.",
"title": "Vice presidency and death"
},
{
"paragraph_id": 40,
"text": "He is buried in the Congressional Cemetery in Washington, D.C., with a memorial by John Frazee. He is the only signer of the Declaration of Independence who was buried in the nation's capital city. The estate he left his wife and children was rich in land and poor in cash, but he had managed to repay his brother's debts with his pay as vice president. Aged 68 at the start of his vice presidency, he was the oldest person to become vice president until Charles Curtis in 1929.",
"title": "Vice presidency and death"
},
{
"paragraph_id": 41,
"text": "Gerry is generally remembered for the use of his name in the word gerrymander, for his refusal to sign the United States Constitution, and for his role in the XYZ Affair. His path through the politics of the age has been difficult to characterize. Early biographers, including his son-in-law James T. Austin and Samuel Eliot Morison, struggled to explain his apparent changes in position. Biographer George Athan Billias posits that Gerry was a consistent advocate and practitioner of republicanism as it was originally envisioned, and that his role in the Constitutional Convention had a significant impact on the document it eventually produced.",
"title": "Legacy"
},
{
"paragraph_id": 42,
"text": "Gerry had ten children, nine of whom survived into adulthood:",
"title": "Legacy"
},
{
"paragraph_id": 43,
"text": "Gerry's grandson Elbridge Thomas Gerry became a distinguished lawyer and philanthropist in New York. His great-grandson, Peter G. Gerry, was a member of the U.S. House of Representatives and later a U.S. Senator from Rhode Island.",
"title": "Legacy"
},
{
"paragraph_id": 44,
"text": "Gerry is depicted in two of John Trumbull's paintings, the Declaration of Independence and General George Washington Resigning His Commission. Both are on view in the rotunda of the United States Capitol.",
"title": "Legacy"
},
{
"paragraph_id": 45,
"text": "The upstate New York town of Elbridge is believed to have been named in his honor, as is the western New York town of Gerry. The town of Phillipston, Massachusetts was originally incorporated in 1786 under the name Gerry in his honor but was changed to its present name after the town submitted a petition in 1812, citing Democratic-Republican support for the War of 1812.",
"title": "Legacy"
},
{
"paragraph_id": 46,
"text": "Gerry's Landing Road in Cambridge, Massachusetts, is located near the Eliot Bridge not far from Elmwood. During the 19th century, the area was known as Gerry's Landing (formerly known as Sir Richard's Landing) and was used by a Gerry relative for a short time as a landing and storehouse. The supposed house of his birth, the Elbridge Gerry House (it is uncertain whether he was born in the house currently standing on the site or an earlier structure) stands in Marblehead, and Marblehead's Elbridge Gerry School is named in his honor.",
"title": "Legacy"
}
]
| Elbridge Thomas Gerry was an American Founding Father, merchant, politician, and diplomat who served as the fifth vice president of the United States under President James Madison from 1813 until his death in 1814. The political practice of gerrymandering is named after him. Born into a wealthy merchant family, Gerry vocally opposed British colonial policy in the 1760s and was active in the early stages of organizing the resistance in the American Revolutionary War. Elected to the Second Continental Congress, Gerry signed both the Declaration of Independence and Articles of Confederation. He was one of three men who attended the Constitutional Convention in 1787, but refused to sign the Constitution because originally it did not include a Bill of Rights. After its ratification, he was elected to the inaugural United States Congress, where he was actively involved in the drafting and passage of the Bill of Rights as an advocate of individual and state liberties. Gerry was at first opposed to the idea of political parties and cultivated enduring friendships on both sides of the political divide between Federalists and Democratic-Republicans. He was a member of a diplomatic delegation to France that was treated poorly in the XYZ Affair, in which Federalists held him responsible for a breakdown in negotiations. Gerry thereafter became a Democratic-Republican, running unsuccessfully for Governor of Massachusetts several times before winning the office in 1810. During his second term, the legislature approved new state senate districts that led to the coining of the word "gerrymander"; he lost the next election, although the state senate remained Democratic-Republican. Gerry was nominated by the Democratic-Republican party and elected as vice president in the 1812 election. Advanced in age and in poor health, Gerry served 21 months of his term before dying in office. Gerry is the only signatory of the Declaration of Independence to be buried in Washington, D.C. | 2001-12-19T01:32:06Z | 2023-12-30T21:44:44Z | [
"Template:Notelist",
"Template:S-par",
"Template:S-ttl",
"Template:Cite book",
"Template:Webarchive",
"Template:Cite journal",
"Template:S-bef",
"Template:Short description",
"Template:S-start",
"Template:Cite news",
"Template:USVicePresidents",
"Template:USRepMA",
"Template:USCongRep/MA/2",
"Template:USCongRep-end",
"Template:S-off",
"Template:Infobox officeholder",
"Template:Quote box",
"Template:Cite web",
"Template:Cite EB1911",
"Template:Sister project links",
"Template:CongBio",
"Template:S-aft",
"Template:USDecOfIndSig",
"Template:USArticlesOfConfederationSig",
"Template:1812 United States presidential election",
"Template:Democratic-Republican Party",
"Template:Governors of Massachusetts",
"Template:USCongRep/MA/1",
"Template:Authority control",
"Template:About",
"Template:IPAc-en",
"Template:Convert",
"Template:Efn",
"Template:Subscription required",
"Template:Good article",
"Template:Use mdy dates",
"Template:Reflist",
"Template:S-ppo",
"Template:Main",
"Template:Anchor",
"Template:S-new",
"Template:S-end",
"Template:USCongRep-start"
]
| https://en.wikipedia.org/wiki/Elbridge_Gerry |
10,294 | Encryption | In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information. Encryption does not itself prevent interference but denies the intelligible content to a would-be interceptor.
For technical reasons, an encryption scheme usually uses a pseudo-random encryption key generated by an algorithm. It is possible to decrypt the message without possessing the key but, for a well-designed encryption scheme, considerable computational resources and skills are required. An authorized recipient can easily decrypt the message with the key provided by the originator to recipients but not to unauthorized users.
Historically, various forms of encryption have been used to aid in cryptography. Early encryption techniques were often used in military messaging. Since then, new techniques have emerged and become commonplace in all areas of modern computing. Modern encryption schemes use the concepts of public-key and symmetric-key. Modern encryption techniques ensure security because modern computers are inefficient at cracking the encryption.
One of the earliest forms of encryption is symbol replacement, which was first found in the tomb of Khnumhotep II, who lived in 1900 BC Egypt. Symbol replacement encryption is “non-standard,” which means that the symbols require a cipher or key to understand. This type of early encryption was used throughout Ancient Greece and Rome for military purposes. One of the most famous military encryption developments was the Caesar Cipher, which was a system in which a letter in normal text is shifted down a fixed number of positions down the alphabet to get the encoded letter. A message encoded with this type of encryption could be decoded with the fixed number on the Caesar Cipher.
Around 800 AD, Arab mathematician Al-Kindi developed the technique of frequency analysis – which was an attempt to systematically crack Caesar ciphers. This technique looked at the frequency of letters in the encrypted message to determine the appropriate shift. This technique was rendered ineffective after the creation of the polyalphabetic cipher by Leon Battista Alberti in 1465, which incorporated different sets of languages. In order for frequency analysis to be useful, the person trying to decrypt the message would need to know which language the sender chose.
Around 1790, Thomas Jefferson theorized a cipher to encode and decode messages in order to provide a more secure way of military correspondence. The cipher, known today as the Wheel Cipher or the Jefferson Disk, although never actually built, was theorized as a spool that could jumble an English message up to 36 characters. The message could be decrypted by plugging in the jumbled message to a receiver with an identical cipher.
A similar device to the Jefferson Disk, the M-94, was developed in 1917 independently by US Army Major Joseph Mauborne. This device was used in U.S. military communications until 1942.
In World War II, the Axis powers used a more advanced version of the M-94 called the Enigma Machine. The Enigma Machine was more complex because unlike the Jefferson Wheel and the M-94, each day the jumble of letters switched to a completely new combination. Each day's combination was only known by the Axis, so many thought the only way to break the code would be to try over 17,000 combinations within 24 hours. The Allies used computing power to severely limit the number of reasonable combinations they needed to check every day, leading to the breaking of the Enigma Machine.
Today, encryption is used in the transfer of communication over the Internet for security and commerce. As computing power continues to increase, computer encryption is constantly evolving to prevent eavesdropping attacks. With one of the first "modern" cipher suites, DES, utilizing a 56-bit key with 72,057,594,037,927,936 possibilities being able to be cracked in 22 hours and 15 minutes by EFF's DES cracker in 1999, which used a brute-force method of cracking. Modern encryption standards often use stronger key sizes often 256, like AES(256-bit mode), TwoFish, ChaCha20-Poly1305, Serpent(configurable up to 512-bit). Cipher suites utilizing a 128-bit or higher key, like AES, will not be able to be brute-forced due to the total amount of keys of 3.4028237e+38 possibilities. The most likely option for cracking ciphers with high key size is to find vulnerabilities in the cipher itself, like inherent biases and backdoors. For example, RC4, a stream cipher, was cracked due to inherent biases and vulnerabilities in the cipher.
In the context of cryptography, encryption serves as a mechanism to ensure confidentiality. Since data may be visible on the Internet, sensitive information such as passwords and personal communication may be exposed to potential interceptors. The process of encrypting and decrypting messages involves keys. The two main types of keys in cryptographic systems are symmetric-key and public-key (also known as asymmetric-key).
Many complex cryptographic algorithms often use simple modular arithmetic in their implementations.
In symmetric-key schemes, the encryption and decryption keys are the same. Communicating parties must have the same key in order to achieve secure communication. The German Enigma Machine utilized a new symmetric-key each day for encoding and decoding messages.
In public-key encryption schemes, the encryption key is published for anyone to use and encrypt messages. However, only the receiving party has access to the decryption key that enables messages to be read. Public-key encryption was first described in a secret document in 1973; beforehand, all encryption schemes were symmetric-key (also called private-key). Although published subsequently, the work of Diffie and Hellman was published in a journal with a large readership, and the value of the methodology was explicitly described. The method became known as the Diffie-Hellman key exchange.
RSA (Rivest–Shamir–Adleman) is another notable public-key cryptosystem. Created in 1978, it is still used today for applications involving digital signatures. Using number theory, the RSA algorithm selects two prime numbers, which help generate both the encryption and decryption keys.
A publicly available public-key encryption application called Pretty Good Privacy (PGP) was written in 1991 by Phil Zimmermann, and distributed free of charge with source code. PGP was purchased by Symantec in 2010 and is regularly updated.
Encryption has long been used by militaries and governments to facilitate secret communication. It is now commonly used in protecting information within many kinds of civilian systems. For example, the Computer Security Institute reported that in 2007, 71% of companies surveyed utilized encryption for some of their data in transit, and 53% utilized encryption for some of their data in storage. Encryption can be used to protect data "at rest", such as information stored on computers and storage devices (e.g. USB flash drives). In recent years, there have been numerous reports of confidential data, such as customers' personal records, being exposed through loss or theft of laptops or backup drives; encrypting such files at rest helps protect them if physical security measures fail. Digital rights management systems, which prevent unauthorized use or reproduction of copyrighted material and protect software against reverse engineering (see also copy protection), is another somewhat different example of using encryption on data at rest.
Encryption is also used to protect data in transit, for example data being transferred via networks (e.g. the Internet, e-commerce), mobile telephones, wireless microphones, wireless intercom systems, Bluetooth devices and bank automatic teller machines. There have been numerous reports of data in transit being intercepted in recent years. Data should also be encrypted when transmitted across networks in order to protect against eavesdropping of network traffic by unauthorized users.
Conventional methods for permanently deleting data from a storage device involve overwriting the device's whole content with zeros, ones, or other patterns – a process which can take a significant amount of time, depending on the capacity and the type of storage medium. Cryptography offers a way of making the erasure almost instantaneous. This method is called crypto-shredding. An example implementation of this method can be found on iOS devices, where the cryptographic key is kept in a dedicated 'effaceable storage'. Because the key is stored on the same device, this setup on its own does not offer full privacy or security protection if an unauthorized person gains physical access to the device.
Encryption is used in the 21st century to protect digital data and information systems. As computing power increased over the years, encryption technology has only become more advanced and secure. However, this advancement in technology has also exposed a potential limitation of today's encryption methods.
The length of the encryption key is an indicator of the strength of the encryption method. For example, the original encryption key, DES (Data Encryption Standard), was 56 bits, meaning it had 2^56 combination possibilities. With today's computing power, a 56-bit key is no longer secure, being vulnerable to brute force attacks.
Quantum computing utilizes properties of quantum mechanics in order to process large amounts of data simultaneously. Quantum computing has been found to achieve computing speeds thousands of times faster than today's supercomputers. This computing power presents a challenge to today's encryption technology. For example, RSA encryption utilizes the multiplication of very large prime numbers to create a semiprime number for its public key. Decoding this key without its private key requires this semiprime number to be factored, which can take a very long time to do with modern computers. It would take a supercomputer anywhere between weeks to months to factor in this key. However, quantum computing can use quantum algorithms to factor this semiprime number in the same amount of time it takes for normal computers to generate it. This would make all data protected by current public-key encryption vulnerable to quantum computing attacks. Other encryption techniques like elliptic curve cryptography and symmetric key encryption are also vulnerable to quantum computing.
While quantum computing could be a threat to encryption security in the future, quantum computing as it currently stands is still very limited. Quantum computing currently is not commercially available, cannot handle large amounts of code, and only exists as computational devices, not computers. Furthermore, quantum computing advancements will be able to be utilized in favor of encryption as well. The National Security Agency (NSA) is currently preparing post-quantum encryption standards for the future. Quantum encryption promises a level of security that will be able to counter the threat of quantum computing.
Encryption is an important tool but is not sufficient alone to ensure the security or privacy of sensitive information throughout its lifetime. Most applications of encryption protect information only at rest or in transit, leaving sensitive data in clear text and potentially vulnerable to improper disclosure during processing, such as by a cloud service for example. Homomorphic encryption and secure multi-party computation are emerging techniques to compute on encrypted data; these techniques are general and Turing complete but incur high computational and/or communication costs.
In response to encryption of data at rest, cyber-adversaries have developed new types of attacks. These more recent threats to encryption of data at rest include cryptographic attacks, stolen ciphertext attacks, attacks on encryption keys, insider attacks, data corruption or integrity attacks, data destruction attacks, and ransomware attacks. Data fragmentation and active defense data protection technologies attempt to counter some of these attacks, by distributing, moving, or mutating ciphertext so it is more difficult to identify, steal, corrupt, or destroy.
The question of balancing the need for national security with the right to privacy has been debated for years, since encryption has become critical in today's digital society. The modern encryption debate started around the '90 when US government tried to ban cryptography because, according to them, it would threaten national security. The debate is polarized around two opposing views. Those who see strong encryption as a problem making it easier for criminals to hide their illegal acts online and others who argue that encryption keep digital communications safe. The debate heated up in 2014, when Big Tech like Apple and Google set encryption by default in their devices. This was the start of a series of controversies that puts governments, companies and internet users at stake.
Encryption, by itself, can protect the confidentiality of messages, but other techniques are still needed to protect the integrity and authenticity of a message; for example, verification of a message authentication code (MAC) or a digital signature usually done by a hashing algorithm or a PGP signature. Authenticated encryption algorithms are designed to provide both encryption and integrity protection together. Standards for cryptographic software and hardware to perform encryption are widely available, but successfully using encryption to ensure security may be a challenging problem. A single error in system design or execution can allow successful attacks. Sometimes an adversary can obtain unencrypted information without directly undoing the encryption. See for example traffic analysis, TEMPEST, or Trojan horse.
Integrity protection mechanisms such as MACs and digital signatures must be applied to the ciphertext when it is first created, typically on the same device used to compose the message, to protect a message end-to-end along its full transmission path; otherwise, any node between the sender and the encryption agent could potentially tamper with it. Encrypting at the time of creation is only secure if the encryption device itself has correct keys and has not been tampered with. If an endpoint device has been configured to trust a root certificate that an attacker controls, for example, then the attacker can both inspect and tamper with encrypted data by performing a man-in-the-middle attack anywhere along the message's path. The common practice of TLS interception by network operators represents a controlled and institutionally sanctioned form of such an attack, but countries have also attempted to employ such attacks as a form of control and censorship.
Even when encryption correctly hides a message's content and it cannot be tampered with at rest or in transit, a message's length is a form of metadata that can still leak sensitive information about the message. For example, the well-known CRIME and BREACH attacks against HTTPS were side-channel attacks that relied on information leakage via the length of encrypted content. Traffic analysis is a broad class of techniques that often employs message lengths to infer sensitive implementation about traffic flows by aggregating information about a large number of messages.
Padding a message's payload before encrypting it can help obscure the cleartext's true length, at the cost of increasing the ciphertext's size and introducing or increasing bandwidth overhead. Messages may be padded randomly or deterministically, with each approach having different tradeoffs. Encrypting and padding messages to form padded uniform random blobs or PURBs is a practice guaranteeing that the cipher text leaks no metadata about its cleartext's content, and leaks asymptotically minimal O ( log log M ) {\displaystyle O(\log \log M)} information via its length. | [
{
"paragraph_id": 0,
"text": "In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information. Encryption does not itself prevent interference but denies the intelligible content to a would-be interceptor.",
"title": ""
},
{
"paragraph_id": 1,
"text": "For technical reasons, an encryption scheme usually uses a pseudo-random encryption key generated by an algorithm. It is possible to decrypt the message without possessing the key but, for a well-designed encryption scheme, considerable computational resources and skills are required. An authorized recipient can easily decrypt the message with the key provided by the originator to recipients but not to unauthorized users.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Historically, various forms of encryption have been used to aid in cryptography. Early encryption techniques were often used in military messaging. Since then, new techniques have emerged and become commonplace in all areas of modern computing. Modern encryption schemes use the concepts of public-key and symmetric-key. Modern encryption techniques ensure security because modern computers are inefficient at cracking the encryption.",
"title": ""
},
{
"paragraph_id": 3,
"text": "One of the earliest forms of encryption is symbol replacement, which was first found in the tomb of Khnumhotep II, who lived in 1900 BC Egypt. Symbol replacement encryption is “non-standard,” which means that the symbols require a cipher or key to understand. This type of early encryption was used throughout Ancient Greece and Rome for military purposes. One of the most famous military encryption developments was the Caesar Cipher, which was a system in which a letter in normal text is shifted down a fixed number of positions down the alphabet to get the encoded letter. A message encoded with this type of encryption could be decoded with the fixed number on the Caesar Cipher.",
"title": "History"
},
{
"paragraph_id": 4,
"text": "Around 800 AD, Arab mathematician Al-Kindi developed the technique of frequency analysis – which was an attempt to systematically crack Caesar ciphers. This technique looked at the frequency of letters in the encrypted message to determine the appropriate shift. This technique was rendered ineffective after the creation of the polyalphabetic cipher by Leon Battista Alberti in 1465, which incorporated different sets of languages. In order for frequency analysis to be useful, the person trying to decrypt the message would need to know which language the sender chose.",
"title": "History"
},
{
"paragraph_id": 5,
"text": "Around 1790, Thomas Jefferson theorized a cipher to encode and decode messages in order to provide a more secure way of military correspondence. The cipher, known today as the Wheel Cipher or the Jefferson Disk, although never actually built, was theorized as a spool that could jumble an English message up to 36 characters. The message could be decrypted by plugging in the jumbled message to a receiver with an identical cipher.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "A similar device to the Jefferson Disk, the M-94, was developed in 1917 independently by US Army Major Joseph Mauborne. This device was used in U.S. military communications until 1942.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "In World War II, the Axis powers used a more advanced version of the M-94 called the Enigma Machine. The Enigma Machine was more complex because unlike the Jefferson Wheel and the M-94, each day the jumble of letters switched to a completely new combination. Each day's combination was only known by the Axis, so many thought the only way to break the code would be to try over 17,000 combinations within 24 hours. The Allies used computing power to severely limit the number of reasonable combinations they needed to check every day, leading to the breaking of the Enigma Machine.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "Today, encryption is used in the transfer of communication over the Internet for security and commerce. As computing power continues to increase, computer encryption is constantly evolving to prevent eavesdropping attacks. With one of the first \"modern\" cipher suites, DES, utilizing a 56-bit key with 72,057,594,037,927,936 possibilities being able to be cracked in 22 hours and 15 minutes by EFF's DES cracker in 1999, which used a brute-force method of cracking. Modern encryption standards often use stronger key sizes often 256, like AES(256-bit mode), TwoFish, ChaCha20-Poly1305, Serpent(configurable up to 512-bit). Cipher suites utilizing a 128-bit or higher key, like AES, will not be able to be brute-forced due to the total amount of keys of 3.4028237e+38 possibilities. The most likely option for cracking ciphers with high key size is to find vulnerabilities in the cipher itself, like inherent biases and backdoors. For example, RC4, a stream cipher, was cracked due to inherent biases and vulnerabilities in the cipher.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "In the context of cryptography, encryption serves as a mechanism to ensure confidentiality. Since data may be visible on the Internet, sensitive information such as passwords and personal communication may be exposed to potential interceptors. The process of encrypting and decrypting messages involves keys. The two main types of keys in cryptographic systems are symmetric-key and public-key (also known as asymmetric-key).",
"title": "Encryption in cryptography"
},
{
"paragraph_id": 10,
"text": "Many complex cryptographic algorithms often use simple modular arithmetic in their implementations.",
"title": "Encryption in cryptography"
},
{
"paragraph_id": 11,
"text": "In symmetric-key schemes, the encryption and decryption keys are the same. Communicating parties must have the same key in order to achieve secure communication. The German Enigma Machine utilized a new symmetric-key each day for encoding and decoding messages.",
"title": "Encryption in cryptography"
},
{
"paragraph_id": 12,
"text": "In public-key encryption schemes, the encryption key is published for anyone to use and encrypt messages. However, only the receiving party has access to the decryption key that enables messages to be read. Public-key encryption was first described in a secret document in 1973; beforehand, all encryption schemes were symmetric-key (also called private-key). Although published subsequently, the work of Diffie and Hellman was published in a journal with a large readership, and the value of the methodology was explicitly described. The method became known as the Diffie-Hellman key exchange.",
"title": "Encryption in cryptography"
},
{
"paragraph_id": 13,
"text": "RSA (Rivest–Shamir–Adleman) is another notable public-key cryptosystem. Created in 1978, it is still used today for applications involving digital signatures. Using number theory, the RSA algorithm selects two prime numbers, which help generate both the encryption and decryption keys.",
"title": "Encryption in cryptography"
},
{
"paragraph_id": 14,
"text": "A publicly available public-key encryption application called Pretty Good Privacy (PGP) was written in 1991 by Phil Zimmermann, and distributed free of charge with source code. PGP was purchased by Symantec in 2010 and is regularly updated.",
"title": "Encryption in cryptography"
},
{
"paragraph_id": 15,
"text": "Encryption has long been used by militaries and governments to facilitate secret communication. It is now commonly used in protecting information within many kinds of civilian systems. For example, the Computer Security Institute reported that in 2007, 71% of companies surveyed utilized encryption for some of their data in transit, and 53% utilized encryption for some of their data in storage. Encryption can be used to protect data \"at rest\", such as information stored on computers and storage devices (e.g. USB flash drives). In recent years, there have been numerous reports of confidential data, such as customers' personal records, being exposed through loss or theft of laptops or backup drives; encrypting such files at rest helps protect them if physical security measures fail. Digital rights management systems, which prevent unauthorized use or reproduction of copyrighted material and protect software against reverse engineering (see also copy protection), is another somewhat different example of using encryption on data at rest.",
"title": "Uses"
},
{
"paragraph_id": 16,
"text": "Encryption is also used to protect data in transit, for example data being transferred via networks (e.g. the Internet, e-commerce), mobile telephones, wireless microphones, wireless intercom systems, Bluetooth devices and bank automatic teller machines. There have been numerous reports of data in transit being intercepted in recent years. Data should also be encrypted when transmitted across networks in order to protect against eavesdropping of network traffic by unauthorized users.",
"title": "Uses"
},
{
"paragraph_id": 17,
"text": "Conventional methods for permanently deleting data from a storage device involve overwriting the device's whole content with zeros, ones, or other patterns – a process which can take a significant amount of time, depending on the capacity and the type of storage medium. Cryptography offers a way of making the erasure almost instantaneous. This method is called crypto-shredding. An example implementation of this method can be found on iOS devices, where the cryptographic key is kept in a dedicated 'effaceable storage'. Because the key is stored on the same device, this setup on its own does not offer full privacy or security protection if an unauthorized person gains physical access to the device.",
"title": "Uses"
},
{
"paragraph_id": 18,
"text": "Encryption is used in the 21st century to protect digital data and information systems. As computing power increased over the years, encryption technology has only become more advanced and secure. However, this advancement in technology has also exposed a potential limitation of today's encryption methods.",
"title": "Limitations"
},
{
"paragraph_id": 19,
"text": "The length of the encryption key is an indicator of the strength of the encryption method. For example, the original encryption key, DES (Data Encryption Standard), was 56 bits, meaning it had 2^56 combination possibilities. With today's computing power, a 56-bit key is no longer secure, being vulnerable to brute force attacks.",
"title": "Limitations"
},
{
"paragraph_id": 20,
"text": "Quantum computing utilizes properties of quantum mechanics in order to process large amounts of data simultaneously. Quantum computing has been found to achieve computing speeds thousands of times faster than today's supercomputers. This computing power presents a challenge to today's encryption technology. For example, RSA encryption utilizes the multiplication of very large prime numbers to create a semiprime number for its public key. Decoding this key without its private key requires this semiprime number to be factored, which can take a very long time to do with modern computers. It would take a supercomputer anywhere between weeks to months to factor in this key. However, quantum computing can use quantum algorithms to factor this semiprime number in the same amount of time it takes for normal computers to generate it. This would make all data protected by current public-key encryption vulnerable to quantum computing attacks. Other encryption techniques like elliptic curve cryptography and symmetric key encryption are also vulnerable to quantum computing.",
"title": "Limitations"
},
{
"paragraph_id": 21,
"text": "While quantum computing could be a threat to encryption security in the future, quantum computing as it currently stands is still very limited. Quantum computing currently is not commercially available, cannot handle large amounts of code, and only exists as computational devices, not computers. Furthermore, quantum computing advancements will be able to be utilized in favor of encryption as well. The National Security Agency (NSA) is currently preparing post-quantum encryption standards for the future. Quantum encryption promises a level of security that will be able to counter the threat of quantum computing.",
"title": "Limitations"
},
{
"paragraph_id": 22,
"text": "Encryption is an important tool but is not sufficient alone to ensure the security or privacy of sensitive information throughout its lifetime. Most applications of encryption protect information only at rest or in transit, leaving sensitive data in clear text and potentially vulnerable to improper disclosure during processing, such as by a cloud service for example. Homomorphic encryption and secure multi-party computation are emerging techniques to compute on encrypted data; these techniques are general and Turing complete but incur high computational and/or communication costs.",
"title": "Attacks and countermeasures"
},
{
"paragraph_id": 23,
"text": "In response to encryption of data at rest, cyber-adversaries have developed new types of attacks. These more recent threats to encryption of data at rest include cryptographic attacks, stolen ciphertext attacks, attacks on encryption keys, insider attacks, data corruption or integrity attacks, data destruction attacks, and ransomware attacks. Data fragmentation and active defense data protection technologies attempt to counter some of these attacks, by distributing, moving, or mutating ciphertext so it is more difficult to identify, steal, corrupt, or destroy.",
"title": "Attacks and countermeasures"
},
{
"paragraph_id": 24,
"text": "The question of balancing the need for national security with the right to privacy has been debated for years, since encryption has become critical in today's digital society. The modern encryption debate started around the '90 when US government tried to ban cryptography because, according to them, it would threaten national security. The debate is polarized around two opposing views. Those who see strong encryption as a problem making it easier for criminals to hide their illegal acts online and others who argue that encryption keep digital communications safe. The debate heated up in 2014, when Big Tech like Apple and Google set encryption by default in their devices. This was the start of a series of controversies that puts governments, companies and internet users at stake.",
"title": "The debate around encryption"
},
{
"paragraph_id": 25,
"text": "Encryption, by itself, can protect the confidentiality of messages, but other techniques are still needed to protect the integrity and authenticity of a message; for example, verification of a message authentication code (MAC) or a digital signature usually done by a hashing algorithm or a PGP signature. Authenticated encryption algorithms are designed to provide both encryption and integrity protection together. Standards for cryptographic software and hardware to perform encryption are widely available, but successfully using encryption to ensure security may be a challenging problem. A single error in system design or execution can allow successful attacks. Sometimes an adversary can obtain unencrypted information without directly undoing the encryption. See for example traffic analysis, TEMPEST, or Trojan horse.",
"title": "The debate around encryption"
},
{
"paragraph_id": 26,
"text": "Integrity protection mechanisms such as MACs and digital signatures must be applied to the ciphertext when it is first created, typically on the same device used to compose the message, to protect a message end-to-end along its full transmission path; otherwise, any node between the sender and the encryption agent could potentially tamper with it. Encrypting at the time of creation is only secure if the encryption device itself has correct keys and has not been tampered with. If an endpoint device has been configured to trust a root certificate that an attacker controls, for example, then the attacker can both inspect and tamper with encrypted data by performing a man-in-the-middle attack anywhere along the message's path. The common practice of TLS interception by network operators represents a controlled and institutionally sanctioned form of such an attack, but countries have also attempted to employ such attacks as a form of control and censorship.",
"title": "The debate around encryption"
},
{
"paragraph_id": 27,
"text": "Even when encryption correctly hides a message's content and it cannot be tampered with at rest or in transit, a message's length is a form of metadata that can still leak sensitive information about the message. For example, the well-known CRIME and BREACH attacks against HTTPS were side-channel attacks that relied on information leakage via the length of encrypted content. Traffic analysis is a broad class of techniques that often employs message lengths to infer sensitive implementation about traffic flows by aggregating information about a large number of messages.",
"title": "The debate around encryption"
},
{
"paragraph_id": 28,
"text": "Padding a message's payload before encrypting it can help obscure the cleartext's true length, at the cost of increasing the ciphertext's size and introducing or increasing bandwidth overhead. Messages may be padded randomly or deterministically, with each approach having different tradeoffs. Encrypting and padding messages to form padded uniform random blobs or PURBs is a practice guaranteeing that the cipher text leaks no metadata about its cleartext's content, and leaks asymptotically minimal O ( log log M ) {\\displaystyle O(\\log \\log M)} information via its length.",
"title": "The debate around encryption"
}
]
| In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information. Encryption does not itself prevent interference but denies the intelligible content to a would-be interceptor. For technical reasons, an encryption scheme usually uses a pseudo-random encryption key generated by an algorithm. It is possible to decrypt the message without possessing the key but, for a well-designed encryption scheme, considerable computational resources and skills are required. An authorized recipient can easily decrypt the message with the key provided by the originator to recipients but not to unauthorized users. Historically, various forms of encryption have been used to aid in cryptography. Early encryption techniques were often used in military messaging. Since then, new techniques have emerged and become commonplace in all areas of modern computing. Modern encryption schemes use the concepts of public-key and symmetric-key. Modern encryption techniques ensure security because modern computers are inefficient at cracking the encryption. | 2001-12-19T14:44:08Z | 2023-12-29T06:43:14Z | [
"Template:Div col end",
"Template:Cite web",
"Template:Cite news",
"Template:Cite report",
"Template:ISBN",
"Template:Authority control",
"Template:Wiktionary",
"Template:Short description",
"Template:Div col",
"Template:Reflist",
"Template:Citation",
"Template:Webarchive",
"Template:Isbn",
"Template:Commons category",
"Template:About",
"Template:Redirect",
"Template:Main",
"Template:Citation needed",
"Template:Cite journal",
"Template:Dead link",
"Template:Rp",
"Template:Cite magazine",
"Template:Cryptography navbox",
"Template:Information security"
]
| https://en.wikipedia.org/wiki/Encryption |
10,296 | Einstein–Podolsky–Rosen paradox | The Einstein–Podolsky–Rosen (EPR) paradox is a thought experiment proposed by physicists Albert Einstein, Boris Podolsky and Nathan Rosen which argues that the description of physical reality provided by quantum mechanics is incomplete. In a 1935 paper titled "Can Quantum-Mechanical Description of Physical Reality be Considered Complete?", they argued for the existence of "elements of reality" that were not part of quantum theory, and speculated that it should be possible to construct a theory containing these hidden variables. Resolutions of the paradox have important implications for the interpretation of quantum mechanics.
The thought experiment involves a pair of particles prepared in what would later become known as an entangled state. Einstein, Podolsky, and Rosen pointed out that, in this state, if the position of the first particle were measured, the result of measuring the position of the second particle could be predicted. If instead the momentum of the first particle were measured, then the result of measuring the momentum of the second particle could be predicted. They argued that no action taken on the first particle could instantaneously affect the other, since this would involve information being transmitted faster than light, which is forbidden by the theory of relativity. They invoked a principle, later known as the "EPR criterion of reality", positing that: "If, without in any way disturbing a system, we can predict with certainty (i.e., with probability equal to unity) the value of a physical quantity, then there exists an element of reality corresponding to that quantity." From this, they inferred that the second particle must have a definite value of both position and of momentum prior to either quantity being measured. But quantum mechanics considers these two observables incompatible and thus does not associate simultaneous values for both to any system. Einstein, Podolsky, and Rosen therefore concluded that quantum theory does not provide a complete description of reality.
The term "Einstein–Podolsky–Rosen paradox" or "EPR" arose from a paper written in 1934 after Einstein joined the Institute for Advanced Study, having fled the rise of Nazi Germany. The original paper purports to describe what must happen to "two systems I and II, which we permit to interact", and after some time "we suppose that there is no longer any interaction between the two parts." The EPR description involves "two particles, A and B, [which] interact briefly and then move off in opposite directions." According to Heisenberg's uncertainty principle, it is impossible to measure both the momentum and the position of particle B exactly; however, it is possible to measure the exact position of particle A. By calculation, therefore, with the exact position of particle A known, the exact position of particle B can be known. Alternatively, the exact momentum of particle A can be measured, so the exact momentum of particle B can be worked out. As Manjit Kumar writes, "EPR argued that they had proved that ... [particle] B can have simultaneously exact values of position and momentum. ... Particle B has a position that is real and a momentum that is real. EPR appeared to have contrived a means to establish the exact values of either the momentum or the position of B due to measurements made on particle A, without the slightest possibility of particle B being physically disturbed."
EPR tried to set up a paradox to question the range of true application of quantum mechanics: Quantum theory predicts that both values cannot be known for a particle, and yet the EPR thought experiment purports to show that they must all have determinate values. The EPR paper says: "We are thus forced to conclude that the quantum-mechanical description of physical reality given by wave functions is not complete." The EPR paper ends by saying: "While we have thus shown that the wave function does not provide a complete description of the physical reality, we left open the question of whether or not such a description exists. We believe, however, that such a theory is possible." The 1935 EPR paper condensed the philosophical discussion into a physical argument. The authors claim that given a specific experiment, in which the outcome of a measurement is known before the measurement takes place, there must exist something in the real world, an "element of reality", that determines the measurement outcome. They postulate that these elements of reality are, in modern terminology, local, in the sense that each belongs to a certain point in spacetime. Each element may, again in modern terminology, only be influenced by events which are located in the backward light cone of its point in spacetime (i.e. in the past). These claims are founded on assumptions about nature that constitute what is now known as local realism.
Though the EPR paper has often been taken as an exact expression of Einstein's views, it was primarily authored by Podolsky, based on discussions at the Institute for Advanced Study with Einstein and Rosen. Einstein later expressed to Erwin Schrödinger that, "it did not come out as well as I had originally wanted; rather, the essential thing was, so to speak, smothered by the formalism." Einstein would later go on to present an individual account of his local realist ideas. Shortly before the EPR paper appeared in the Physical Review, The New York Times ran a news story about it, under the headline "Einstein Attacks Quantum Theory". The story, which quoted Podolsky, irritated Einstein, who wrote to the Times, "Any information upon which the article 'Einstein Attacks Quantum Theory' in your issue of May 4 is based was given to you without authority. It is my invariable practice to discuss scientific matters only in the appropriate forum and I deprecate advance publication of any announcement in regard to such matters in the secular press."
The Times story also sought out comment from physicist Edward Condon, who said, "Of course, a great deal of the argument hinges on just what meaning is to be attached to the word 'reality' in physics." The physicist and historian Max Jammer later noted, "[I]t remains a historical fact that the earliest criticism of the EPR paper — moreover, a criticism which correctly saw in Einstein's conception of physical reality the key problem of the whole issue — appeared in a daily newspaper prior to the publication of the criticized paper itself."
The publication of the paper prompted a response by Niels Bohr, which he published in the same journal (Physical Review), in the same year, using the same title. (This exchange was only one chapter in a prolonged debate between Bohr and Einstein about the nature of quantum reality.) He argued that EPR had reasoned fallaciously. Bohr said measurements of position and of momentum are complementary, making the choice to measure one excludes the possibility of measuring the other. Consequently, a fact deduced regarding one arrangement of laboratory apparatus could not be combined with a fact deduced by means of the other, and so, the inference of predetermined position and momentum values for the second particle was not valid. Bohr concluded that EPR's "arguments do not justify their conclusion that the quantum description turns out to be essentially incomplete."
In his own publications and correspondence, Einstein indicated that he was not satisfied with the EPR paper and that Rosen had authored most of it. He later used a different argument to insist that quantum mechanics is an incomplete theory. He explicitly de-emphasized EPR's attribution of "elements of reality" to the position and momentum of particle B, saying that "I couldn't care less" whether the resulting states of particle B allowed one to predict the position and momentum with certainty.
For Einstein, the crucial part of the argument was the demonstration of nonlocality, that the choice of measurement done in particle A, either position or momentum, would lead to two different quantum states of particle B. He argued that, because of locality, the real state of particle B could not depend on which kind of measurement was done in A and that the quantum states therefore cannot be in one-to-one correspondence with the real states. Einstein struggled unsuccessfully for the rest of his life to find a theory that could better comply with his idea of locality.
In 1951, David Bohm proposed a variant of the EPR thought experiment in which the measurements have discrete ranges of possible outcomes, unlike the position and momentum measurements considered by EPR. The EPR–Bohm thought experiment can be explained using electron–positron pairs. Suppose we have a source that emits electron–positron pairs, with the electron sent to destination A, where there is an observer named Alice, and the positron sent to destination B, where there is an observer named Bob. According to quantum mechanics, we can arrange our source so that each emitted pair occupies a quantum state called a spin singlet. The particles are thus said to be entangled. This can be viewed as a quantum superposition of two states, which we call state I and state II. In state I, the electron has spin pointing upward along the z-axis (+z) and the positron has spin pointing downward along the z-axis (−z). In state II, the electron has spin −z and the positron has spin +z. Because it is in a superposition of states, it is impossible without measuring to know the definite state of spin of either particle in the spin singlet.
Alice now measures the spin along the z-axis. She can obtain one of two possible outcomes: +z or −z. Suppose she gets +z. Informally speaking, the quantum state of the system collapses into state I. The quantum state determines the probable outcomes of any measurement performed on the system. In this case, if Bob subsequently measures spin along the z-axis, there is 100% probability that he will obtain −z. Similarly, if Alice gets −z, Bob will get +z. There is nothing special about choosing the z-axis: according to quantum mechanics the spin singlet state may equally well be expressed as a superposition of spin states pointing in the x direction.
Whatever axis their spins are measured along, they are always found to be opposite. In quantum mechanics, the x-spin and z-spin are "incompatible observables", meaning the Heisenberg uncertainty principle applies to alternating measurements of them: a quantum state cannot possess a definite value for both of these variables. Suppose Alice measures the z-spin and obtains +z, so that the quantum state collapses into state I. Now, instead of measuring the z-spin as well, Bob measures the x-spin. According to quantum mechanics, when the system is in state I, Bob's x-spin measurement will have a 50% probability of producing +x and a 50% probability of -x. It is impossible to predict which outcome will appear until Bob actually performs the measurement. Therefore, Bob's positron will have a definite spin when measured along the same axis as Alice's electron, but when measured in the perpendicular axis its spin will be uniformly random. It seems as if information has propagated (faster than light) from Alice's apparatus to make Bob's positron assume a definite spin in the appropriate axis.
In 1964, John Stewart Bell published a paper investigating the puzzling situation at that time: on one hand, the EPR paradox purportedly showed that quantum mechanics was nonlocal, and suggested that a hidden-variable theory could heal this nonlocality. On the other hand, David Bohm had recently developed the first successful hidden-variable theory, but it had a grossly nonlocal character. Bell set out to investigate whether it was indeed possible to solve the nonlocality problem with hidden variables, and found out that first, the correlations shown in both EPR's and Bohm's versions of the paradox could indeed be explained in a local way with hidden variables, and second, that the correlations shown in his own variant of the paradox couldn't be explained by any local hidden-variable theory. This second result became known as the Bell theorem.
To understand the first result, consider the following toy hidden-variable theory introduced later by J.J. Sakurai: in it, quantum spin-singlet states emitted by the source are actually approximate descriptions for "true" physical states possessing definite values for the z-spin and x-spin. In these "true" states, the positron going to Bob always has spin values opposite to the electron going to Alice, but the values are otherwise completely random. For example, the first pair emitted by the source might be "(+z, −x) to Alice and (−z, +x) to Bob", the next pair "(−z, −x) to Alice and (+z, +x) to Bob", and so forth. Therefore, if Bob's measurement axis is aligned with Alice's, he will necessarily get the opposite of whatever Alice gets; otherwise, he will get "+" and "−" with equal probability.
Bell showed, however, that such models can only reproduce the singlet correlations when Alice and Bob make measurements on the same axis or on perpendicular axes. As soon as other angles between their axes are allowed, local hidden-variable theories become unable to reproduce the quantum mechanical correlations. This difference, expressed using inequalities known as "Bell's inequalities", is in principle experimentally testable. After the publication of Bell's paper, a variety of experiments to test Bell's inequalities were carried out, notably by the group of Alain Aspect in the 1980s; all experiments conducted to date have found behavior in line with the predictions of quantum mechanics. The present view of the situation is that quantum mechanics flatly contradicts Einstein's philosophical postulate that any acceptable physical theory must fulfill "local realism". The fact that quantum mechanics violates Bell inequalities indicates that any hidden-variable theory underlying quantum mechanics must be non-local; whether this should be taken to imply that quantum mechanics itself is non-local is a matter of debate.
Inspired by Schrödinger's treatment of the EPR paradox back in 1935, Howard M. Wiseman et al. formalised it in 2007 as the phenomenon of quantum steering. They defined steering as the situation where Alice's measurements on a part of an entangled state steer Bob's part of the state. That is, Bob's observations cannot be explained by a local hidden state model, where Bob would have a fixed quantum state in his side, that is classically correlated but otherwise independent of Alice's.
Locality has several different meanings in physics. EPR describe the principle of locality as asserting that physical processes occurring at one place should have no immediate effect on the elements of reality at another location. At first sight, this appears to be a reasonable assumption to make, as it seems to be a consequence of special relativity, which states that energy can never be transmitted faster than the speed of light without violating causality; however, it turns out that the usual rules for combining quantum mechanical and classical descriptions violate EPR's principle of locality without violating special relativity or causality. Causality is preserved because there is no way for Alice to transmit messages (i.e., information) to Bob by manipulating her measurement axis. Whichever axis she uses, she has a 50% probability of obtaining "+" and 50% probability of obtaining "−", completely at random; according to quantum mechanics, it is fundamentally impossible for her to influence what result she gets. Furthermore, Bob is able to perform his measurement only once: there is a fundamental property of quantum mechanics, the no-cloning theorem, which makes it impossible for him to make an arbitrary number of copies of the electron he receives, perform a spin measurement on each, and look at the statistical distribution of the results. Therefore, in the one measurement he is allowed to make, there is a 50% probability of getting "+" and 50% of getting "−", regardless of whether or not his axis is aligned with Alice's.
As a summary, the results of the EPR thought experiment do not contradict the predictions of special relativity. Neither the EPR paradox nor any quantum experiment demonstrates that superluminal signaling is possible; however, the principle of locality appeals powerfully to physical intuition, and Einstein, Podolsky and Rosen were unwilling to abandon it. Einstein derided the quantum mechanical predictions as "spooky action at a distance". The conclusion they drew was that quantum mechanics is not a complete theory.
Bohm's variant of the EPR paradox can be expressed mathematically using the quantum mechanical formulation of spin. The spin degree of freedom for an electron is associated with a two-dimensional complex vector space V, with each quantum state corresponding to a vector in that space. The operators corresponding to the spin along the x, y, and z direction, denoted Sx, Sy, and Sz respectively, can be represented using the Pauli matrices:
where ℏ {\displaystyle \hbar } is the reduced Planck constant (or the Planck constant divided by 2π).
The eigenstates of Sz are represented as
and the eigenstates of Sx are represented as
The vector space of the electron-positron pair is V ⊗ V {\displaystyle V\otimes V} , the tensor product of the electron's and positron's vector spaces. The spin singlet state is
where the two terms on the right hand side are what we have referred to as state I and state II above.
From the above equations, it can be shown that the spin singlet can also be written as
where the terms on the right hand side are what we have referred to as state Ia and state IIa.
To illustrate the paradox, we need to show that after Alice's measurement of Sz (or Sx), Bob's value of Sz (or Sx) is uniquely determined and Bob's value of Sx (or Sz) is uniformly random. This follows from the principles of measurement in quantum mechanics. When Sz is measured, the system state | ψ ⟩ {\displaystyle |\psi \rangle } collapses into an eigenvector of Sz. If the measurement result is +z, this means that immediately after measurement the system state collapses to
Similarly, if Alice's measurement result is −z, the state collapses to
The left hand side of both equations show that the measurement of Sz on Bob's positron is now determined, it will be −z in the first case or +z in the second case. The right hand side of the equations show that the measurement of Sx on Bob's positron will return, in both cases, +x or -x with probability 1/2 each. | [
{
"paragraph_id": 0,
"text": "The Einstein–Podolsky–Rosen (EPR) paradox is a thought experiment proposed by physicists Albert Einstein, Boris Podolsky and Nathan Rosen which argues that the description of physical reality provided by quantum mechanics is incomplete. In a 1935 paper titled \"Can Quantum-Mechanical Description of Physical Reality be Considered Complete?\", they argued for the existence of \"elements of reality\" that were not part of quantum theory, and speculated that it should be possible to construct a theory containing these hidden variables. Resolutions of the paradox have important implications for the interpretation of quantum mechanics.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The thought experiment involves a pair of particles prepared in what would later become known as an entangled state. Einstein, Podolsky, and Rosen pointed out that, in this state, if the position of the first particle were measured, the result of measuring the position of the second particle could be predicted. If instead the momentum of the first particle were measured, then the result of measuring the momentum of the second particle could be predicted. They argued that no action taken on the first particle could instantaneously affect the other, since this would involve information being transmitted faster than light, which is forbidden by the theory of relativity. They invoked a principle, later known as the \"EPR criterion of reality\", positing that: \"If, without in any way disturbing a system, we can predict with certainty (i.e., with probability equal to unity) the value of a physical quantity, then there exists an element of reality corresponding to that quantity.\" From this, they inferred that the second particle must have a definite value of both position and of momentum prior to either quantity being measured. But quantum mechanics considers these two observables incompatible and thus does not associate simultaneous values for both to any system. Einstein, Podolsky, and Rosen therefore concluded that quantum theory does not provide a complete description of reality.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The term \"Einstein–Podolsky–Rosen paradox\" or \"EPR\" arose from a paper written in 1934 after Einstein joined the Institute for Advanced Study, having fled the rise of Nazi Germany. The original paper purports to describe what must happen to \"two systems I and II, which we permit to interact\", and after some time \"we suppose that there is no longer any interaction between the two parts.\" The EPR description involves \"two particles, A and B, [which] interact briefly and then move off in opposite directions.\" According to Heisenberg's uncertainty principle, it is impossible to measure both the momentum and the position of particle B exactly; however, it is possible to measure the exact position of particle A. By calculation, therefore, with the exact position of particle A known, the exact position of particle B can be known. Alternatively, the exact momentum of particle A can be measured, so the exact momentum of particle B can be worked out. As Manjit Kumar writes, \"EPR argued that they had proved that ... [particle] B can have simultaneously exact values of position and momentum. ... Particle B has a position that is real and a momentum that is real. EPR appeared to have contrived a means to establish the exact values of either the momentum or the position of B due to measurements made on particle A, without the slightest possibility of particle B being physically disturbed.\"",
"title": "The \"Paradox\" paper"
},
{
"paragraph_id": 3,
"text": "EPR tried to set up a paradox to question the range of true application of quantum mechanics: Quantum theory predicts that both values cannot be known for a particle, and yet the EPR thought experiment purports to show that they must all have determinate values. The EPR paper says: \"We are thus forced to conclude that the quantum-mechanical description of physical reality given by wave functions is not complete.\" The EPR paper ends by saying: \"While we have thus shown that the wave function does not provide a complete description of the physical reality, we left open the question of whether or not such a description exists. We believe, however, that such a theory is possible.\" The 1935 EPR paper condensed the philosophical discussion into a physical argument. The authors claim that given a specific experiment, in which the outcome of a measurement is known before the measurement takes place, there must exist something in the real world, an \"element of reality\", that determines the measurement outcome. They postulate that these elements of reality are, in modern terminology, local, in the sense that each belongs to a certain point in spacetime. Each element may, again in modern terminology, only be influenced by events which are located in the backward light cone of its point in spacetime (i.e. in the past). These claims are founded on assumptions about nature that constitute what is now known as local realism.",
"title": "The \"Paradox\" paper"
},
{
"paragraph_id": 4,
"text": "Though the EPR paper has often been taken as an exact expression of Einstein's views, it was primarily authored by Podolsky, based on discussions at the Institute for Advanced Study with Einstein and Rosen. Einstein later expressed to Erwin Schrödinger that, \"it did not come out as well as I had originally wanted; rather, the essential thing was, so to speak, smothered by the formalism.\" Einstein would later go on to present an individual account of his local realist ideas. Shortly before the EPR paper appeared in the Physical Review, The New York Times ran a news story about it, under the headline \"Einstein Attacks Quantum Theory\". The story, which quoted Podolsky, irritated Einstein, who wrote to the Times, \"Any information upon which the article 'Einstein Attacks Quantum Theory' in your issue of May 4 is based was given to you without authority. It is my invariable practice to discuss scientific matters only in the appropriate forum and I deprecate advance publication of any announcement in regard to such matters in the secular press.\"",
"title": "The \"Paradox\" paper"
},
{
"paragraph_id": 5,
"text": "The Times story also sought out comment from physicist Edward Condon, who said, \"Of course, a great deal of the argument hinges on just what meaning is to be attached to the word 'reality' in physics.\" The physicist and historian Max Jammer later noted, \"[I]t remains a historical fact that the earliest criticism of the EPR paper — moreover, a criticism which correctly saw in Einstein's conception of physical reality the key problem of the whole issue — appeared in a daily newspaper prior to the publication of the criticized paper itself.\"",
"title": "The \"Paradox\" paper"
},
{
"paragraph_id": 6,
"text": "The publication of the paper prompted a response by Niels Bohr, which he published in the same journal (Physical Review), in the same year, using the same title. (This exchange was only one chapter in a prolonged debate between Bohr and Einstein about the nature of quantum reality.) He argued that EPR had reasoned fallaciously. Bohr said measurements of position and of momentum are complementary, making the choice to measure one excludes the possibility of measuring the other. Consequently, a fact deduced regarding one arrangement of laboratory apparatus could not be combined with a fact deduced by means of the other, and so, the inference of predetermined position and momentum values for the second particle was not valid. Bohr concluded that EPR's \"arguments do not justify their conclusion that the quantum description turns out to be essentially incomplete.\"",
"title": "The \"Paradox\" paper"
},
{
"paragraph_id": 7,
"text": "In his own publications and correspondence, Einstein indicated that he was not satisfied with the EPR paper and that Rosen had authored most of it. He later used a different argument to insist that quantum mechanics is an incomplete theory. He explicitly de-emphasized EPR's attribution of \"elements of reality\" to the position and momentum of particle B, saying that \"I couldn't care less\" whether the resulting states of particle B allowed one to predict the position and momentum with certainty.",
"title": "The \"Paradox\" paper"
},
{
"paragraph_id": 8,
"text": "For Einstein, the crucial part of the argument was the demonstration of nonlocality, that the choice of measurement done in particle A, either position or momentum, would lead to two different quantum states of particle B. He argued that, because of locality, the real state of particle B could not depend on which kind of measurement was done in A and that the quantum states therefore cannot be in one-to-one correspondence with the real states. Einstein struggled unsuccessfully for the rest of his life to find a theory that could better comply with his idea of locality.",
"title": "The \"Paradox\" paper"
},
{
"paragraph_id": 9,
"text": "In 1951, David Bohm proposed a variant of the EPR thought experiment in which the measurements have discrete ranges of possible outcomes, unlike the position and momentum measurements considered by EPR. The EPR–Bohm thought experiment can be explained using electron–positron pairs. Suppose we have a source that emits electron–positron pairs, with the electron sent to destination A, where there is an observer named Alice, and the positron sent to destination B, where there is an observer named Bob. According to quantum mechanics, we can arrange our source so that each emitted pair occupies a quantum state called a spin singlet. The particles are thus said to be entangled. This can be viewed as a quantum superposition of two states, which we call state I and state II. In state I, the electron has spin pointing upward along the z-axis (+z) and the positron has spin pointing downward along the z-axis (−z). In state II, the electron has spin −z and the positron has spin +z. Because it is in a superposition of states, it is impossible without measuring to know the definite state of spin of either particle in the spin singlet.",
"title": "Later developments"
},
{
"paragraph_id": 10,
"text": "Alice now measures the spin along the z-axis. She can obtain one of two possible outcomes: +z or −z. Suppose she gets +z. Informally speaking, the quantum state of the system collapses into state I. The quantum state determines the probable outcomes of any measurement performed on the system. In this case, if Bob subsequently measures spin along the z-axis, there is 100% probability that he will obtain −z. Similarly, if Alice gets −z, Bob will get +z. There is nothing special about choosing the z-axis: according to quantum mechanics the spin singlet state may equally well be expressed as a superposition of spin states pointing in the x direction.",
"title": "Later developments"
},
{
"paragraph_id": 11,
"text": "Whatever axis their spins are measured along, they are always found to be opposite. In quantum mechanics, the x-spin and z-spin are \"incompatible observables\", meaning the Heisenberg uncertainty principle applies to alternating measurements of them: a quantum state cannot possess a definite value for both of these variables. Suppose Alice measures the z-spin and obtains +z, so that the quantum state collapses into state I. Now, instead of measuring the z-spin as well, Bob measures the x-spin. According to quantum mechanics, when the system is in state I, Bob's x-spin measurement will have a 50% probability of producing +x and a 50% probability of -x. It is impossible to predict which outcome will appear until Bob actually performs the measurement. Therefore, Bob's positron will have a definite spin when measured along the same axis as Alice's electron, but when measured in the perpendicular axis its spin will be uniformly random. It seems as if information has propagated (faster than light) from Alice's apparatus to make Bob's positron assume a definite spin in the appropriate axis.",
"title": "Later developments"
},
{
"paragraph_id": 12,
"text": "In 1964, John Stewart Bell published a paper investigating the puzzling situation at that time: on one hand, the EPR paradox purportedly showed that quantum mechanics was nonlocal, and suggested that a hidden-variable theory could heal this nonlocality. On the other hand, David Bohm had recently developed the first successful hidden-variable theory, but it had a grossly nonlocal character. Bell set out to investigate whether it was indeed possible to solve the nonlocality problem with hidden variables, and found out that first, the correlations shown in both EPR's and Bohm's versions of the paradox could indeed be explained in a local way with hidden variables, and second, that the correlations shown in his own variant of the paradox couldn't be explained by any local hidden-variable theory. This second result became known as the Bell theorem.",
"title": "Later developments"
},
{
"paragraph_id": 13,
"text": "To understand the first result, consider the following toy hidden-variable theory introduced later by J.J. Sakurai: in it, quantum spin-singlet states emitted by the source are actually approximate descriptions for \"true\" physical states possessing definite values for the z-spin and x-spin. In these \"true\" states, the positron going to Bob always has spin values opposite to the electron going to Alice, but the values are otherwise completely random. For example, the first pair emitted by the source might be \"(+z, −x) to Alice and (−z, +x) to Bob\", the next pair \"(−z, −x) to Alice and (+z, +x) to Bob\", and so forth. Therefore, if Bob's measurement axis is aligned with Alice's, he will necessarily get the opposite of whatever Alice gets; otherwise, he will get \"+\" and \"−\" with equal probability.",
"title": "Later developments"
},
{
"paragraph_id": 14,
"text": "Bell showed, however, that such models can only reproduce the singlet correlations when Alice and Bob make measurements on the same axis or on perpendicular axes. As soon as other angles between their axes are allowed, local hidden-variable theories become unable to reproduce the quantum mechanical correlations. This difference, expressed using inequalities known as \"Bell's inequalities\", is in principle experimentally testable. After the publication of Bell's paper, a variety of experiments to test Bell's inequalities were carried out, notably by the group of Alain Aspect in the 1980s; all experiments conducted to date have found behavior in line with the predictions of quantum mechanics. The present view of the situation is that quantum mechanics flatly contradicts Einstein's philosophical postulate that any acceptable physical theory must fulfill \"local realism\". The fact that quantum mechanics violates Bell inequalities indicates that any hidden-variable theory underlying quantum mechanics must be non-local; whether this should be taken to imply that quantum mechanics itself is non-local is a matter of debate.",
"title": "Later developments"
},
{
"paragraph_id": 15,
"text": "Inspired by Schrödinger's treatment of the EPR paradox back in 1935, Howard M. Wiseman et al. formalised it in 2007 as the phenomenon of quantum steering. They defined steering as the situation where Alice's measurements on a part of an entangled state steer Bob's part of the state. That is, Bob's observations cannot be explained by a local hidden state model, where Bob would have a fixed quantum state in his side, that is classically correlated but otherwise independent of Alice's.",
"title": "Steering"
},
{
"paragraph_id": 16,
"text": "Locality has several different meanings in physics. EPR describe the principle of locality as asserting that physical processes occurring at one place should have no immediate effect on the elements of reality at another location. At first sight, this appears to be a reasonable assumption to make, as it seems to be a consequence of special relativity, which states that energy can never be transmitted faster than the speed of light without violating causality; however, it turns out that the usual rules for combining quantum mechanical and classical descriptions violate EPR's principle of locality without violating special relativity or causality. Causality is preserved because there is no way for Alice to transmit messages (i.e., information) to Bob by manipulating her measurement axis. Whichever axis she uses, she has a 50% probability of obtaining \"+\" and 50% probability of obtaining \"−\", completely at random; according to quantum mechanics, it is fundamentally impossible for her to influence what result she gets. Furthermore, Bob is able to perform his measurement only once: there is a fundamental property of quantum mechanics, the no-cloning theorem, which makes it impossible for him to make an arbitrary number of copies of the electron he receives, perform a spin measurement on each, and look at the statistical distribution of the results. Therefore, in the one measurement he is allowed to make, there is a 50% probability of getting \"+\" and 50% of getting \"−\", regardless of whether or not his axis is aligned with Alice's.",
"title": "Locality"
},
{
"paragraph_id": 17,
"text": "As a summary, the results of the EPR thought experiment do not contradict the predictions of special relativity. Neither the EPR paradox nor any quantum experiment demonstrates that superluminal signaling is possible; however, the principle of locality appeals powerfully to physical intuition, and Einstein, Podolsky and Rosen were unwilling to abandon it. Einstein derided the quantum mechanical predictions as \"spooky action at a distance\". The conclusion they drew was that quantum mechanics is not a complete theory.",
"title": "Locality"
},
{
"paragraph_id": 18,
"text": "Bohm's variant of the EPR paradox can be expressed mathematically using the quantum mechanical formulation of spin. The spin degree of freedom for an electron is associated with a two-dimensional complex vector space V, with each quantum state corresponding to a vector in that space. The operators corresponding to the spin along the x, y, and z direction, denoted Sx, Sy, and Sz respectively, can be represented using the Pauli matrices:",
"title": "Mathematical formulation"
},
{
"paragraph_id": 19,
"text": "where ℏ {\\displaystyle \\hbar } is the reduced Planck constant (or the Planck constant divided by 2π).",
"title": "Mathematical formulation"
},
{
"paragraph_id": 20,
"text": "The eigenstates of Sz are represented as",
"title": "Mathematical formulation"
},
{
"paragraph_id": 21,
"text": "and the eigenstates of Sx are represented as",
"title": "Mathematical formulation"
},
{
"paragraph_id": 22,
"text": "The vector space of the electron-positron pair is V ⊗ V {\\displaystyle V\\otimes V} , the tensor product of the electron's and positron's vector spaces. The spin singlet state is",
"title": "Mathematical formulation"
},
{
"paragraph_id": 23,
"text": "where the two terms on the right hand side are what we have referred to as state I and state II above.",
"title": "Mathematical formulation"
},
{
"paragraph_id": 24,
"text": "From the above equations, it can be shown that the spin singlet can also be written as",
"title": "Mathematical formulation"
},
{
"paragraph_id": 25,
"text": "where the terms on the right hand side are what we have referred to as state Ia and state IIa.",
"title": "Mathematical formulation"
},
{
"paragraph_id": 26,
"text": "To illustrate the paradox, we need to show that after Alice's measurement of Sz (or Sx), Bob's value of Sz (or Sx) is uniquely determined and Bob's value of Sx (or Sz) is uniformly random. This follows from the principles of measurement in quantum mechanics. When Sz is measured, the system state | ψ ⟩ {\\displaystyle |\\psi \\rangle } collapses into an eigenvector of Sz. If the measurement result is +z, this means that immediately after measurement the system state collapses to",
"title": "Mathematical formulation"
},
{
"paragraph_id": 27,
"text": "Similarly, if Alice's measurement result is −z, the state collapses to",
"title": "Mathematical formulation"
},
{
"paragraph_id": 28,
"text": "The left hand side of both equations show that the measurement of Sz on Bob's positron is now determined, it will be −z in the first case or +z in the second case. The right hand side of the equations show that the measurement of Sx on Bob's positron will return, in both cases, +x or -x with probability 1/2 each.",
"title": "Mathematical formulation"
}
]
| The Einstein–Podolsky–Rosen (EPR) paradox is a thought experiment proposed by physicists Albert Einstein, Boris Podolsky and Nathan Rosen which argues that the description of physical reality provided by quantum mechanics is incomplete. In a 1935 paper titled "Can Quantum-Mechanical Description of Physical Reality be Considered Complete?", they argued for the existence of "elements of reality" that were not part of quantum theory, and speculated that it should be possible to construct a theory containing these hidden variables. Resolutions of the paradox have important implications for the interpretation of quantum mechanics. The thought experiment involves a pair of particles prepared in what would later become known as an entangled state. Einstein, Podolsky, and Rosen pointed out that, in this state, if the position of the first particle were measured, the result of measuring the position of the second particle could be predicted. If instead the momentum of the first particle were measured, then the result of measuring the momentum of the second particle could be predicted. They argued that no action taken on the first particle could instantaneously affect the other, since this would involve information being transmitted faster than light, which is forbidden by the theory of relativity. They invoked a principle, later known as the "EPR criterion of reality", positing that: "If, without in any way disturbing a system, we can predict with certainty the value of a physical quantity, then there exists an element of reality corresponding to that quantity." From this, they inferred that the second particle must have a definite value of both position and of momentum prior to either quantity being measured. But quantum mechanics considers these two observables incompatible and thus does not associate simultaneous values for both to any system. Einstein, Podolsky, and Rosen therefore concluded that quantum theory does not provide a complete description of reality. | 2001-12-20T03:24:09Z | 2023-12-08T12:06:44Z | [
"Template:Erratum",
"Template:ISBN",
"Template:Quantum",
"Template:Cite journal",
"Template:Doi",
"Template:Cols",
"Template:Cite book",
"Template:Cite news",
"Template:Cite encyclopedia",
"Template:Authority control",
"Template:Rp",
"Template:Efn",
"Template:Main",
"Template:Reflist",
"Template:Cite web",
"Template:Wikiquote",
"Template:Einstein",
"Template:Short description",
"Template:Colend",
"Template:Notelist"
]
| https://en.wikipedia.org/wiki/Einstein%E2%80%93Podolsky%E2%80%93Rosen_paradox |
10,301 | Encapsulation | Encapsulation may refer to: | [
{
"paragraph_id": 0,
"text": "Encapsulation may refer to:",
"title": ""
}
]
| Encapsulation may refer to: | 2023-02-09T20:44:33Z | [
"Template:TOC right",
"Template:Disambiguation",
"Template:Wiktionary"
]
| https://en.wikipedia.org/wiki/Encapsulation |
|
10,302 | Ethnologue | Ethnologue: Languages of the World (stylized as Ethnoloɠue) is an annual reference publication in print and online that provides statistics and other information on the living languages of the world. It is the world's most comprehensive catalogue of languages. It was first issued in 1951, and is now published by SIL International, an American evangelical Christian non-profit organization.
Ethnologue has been published by SIL International (formerly known as the Summer Institute of Linguistics), a Christian linguistic service organization with an international office in Dallas, Texas. The organization studies numerous minority languages to facilitate language development, and to work with speakers of such language communities in translating portions of the Bible into their languages. Despite the Christian orientation of its publisher, Ethnologue is not ideologically or theologically biased.
Ethnologue includes alternative names and autonyms, the number of L1 and L2 speakers, language prestige, domains of use, literacy rates, locations, dialects, language classification, linguistic affiliations, typology, language maps, country maps, publication and use in media, availability of the Bible in each language and dialect described, religious affiliations of speakers, a cursory description of revitalization efforts where reported, intelligibility and lexical similarity with other dialects and languages, writing scripts, an estimate of language viability using the Expanded Graded Intergenerational Disruption Scale (EGIDS), and bibliographic resources. Coverage varies depending on languages. For instance, as of 2008, information on word order was present for 15% of entries while religious affiliations were mentioned for 38% of languages. According to Lyle Campbell "language maps are highly valuable" and most country maps are of high quality and user-friendly.
Ethnologue gathers information from SIL's thousands of field linguists, surveys done by linguists and literacy specialists, observations of Bible translators, and crowdsourced contributions. SIL's field linguists use an online collaborative research system to review current data, update it, or request its removal. SIL has a team of editors by geographical area who prepare reports to Ethnologue's general editor. These reports combine opinions from SIL area experts and feedback solicited from non-SIL linguists. Editors have to find compromises when opinions differ. Most of SIL's linguists have taken three to four semesters of graduate linguistics courses, and half of them have a master's degree. They're trained by 300 PhD linguists in SIL.
The determination of what characteristics define a single language depends upon sociolinguistic evaluation by various scholars; as the preface to Ethnologue states, "Not all scholars share the same set of criteria for what constitutes a 'language' and what features define a 'dialect'." The criteria used by Ethnologue are mutual intelligibility and the existence or absence of a common literature or ethnolinguistic identity. The number of languages identified has been steadily increasing, from 5,445 in the 10th edition (in 1984) to 6,909 in the 16th (in 2009), partly due to governments according designation as languages to mutually intelligible varieties and partly due to SIL establishing new Bible translation teams. Ethnologue codes were used as the base to create the new ISO 639-3 international standard. Since 2007, Ethnologue relies only on this standard, administered by SIL International, to determine what is listed as a language.
In addition to choosing a primary name for a language, Ethnologue provides listings of other name(s) for the language and any dialects that are used by its speakers, government, foreigners and neighbors. Also included are any names that have been commonly referenced historically, regardless of whether a name is considered official, politically correct or offensive; this allows more complete historic research to be done. These lists of names are not necessarily complete.
Ethnologue was founded in 1951 by Richard S. Pittman and was initially focused on minority languages, to share information on Bible translation needs. The first edition included information on 46 languages. Hand-drawn maps were introduced in the fourth edition (1953). The seventh edition (1969) listed 4,493 languages. In 1971, Ethnologue expanded its coverage to all known languages of the world.
Ethnologue database was created in 1971 at the University of Oklahoma under a grant from the National Science Foundation. In 1974 the database was moved to Cornell University. Since 2000, the database has been maintained by SIL International in their Dallas headquarters. In 1997 (13th edition), the website became the primary means of access.
In 1984, Ethnologue released a three-letter coding system, called an 'SIL code', to identify each language that it described. This set of codes significantly exceeded the scope of other existing standards, e.g. ISO 639-1 and ISO 639-2.
The 14th edition, published in 2000, included 7,148 language codes. In 2002, Ethnologue was asked to work with the International Organization for Standardization (ISO) to integrate its codes into a draft international standard. Ethnologue codes have then been adopted by ISO as the international standard, ISO 639-3. The 15th edition of Ethnologue was the first edition to use this standard. This standard is now administered separately from Ethnologue. SIL International is the registration authority for languages names and codes, according to rules established by ISO. Since then Ethnologue relies on the standard to determine what is listed as a language. In only one case, Ethnologue and the ISO standards treat languages slightly differently. ISO 639-3 considers Akan to be a macrolanguage consisting of two distinct languages, Twi and Fante, whereas Ethnologue considers Twi and Fante to be dialects of a single language (Akan), since they are mutually intelligible. This anomaly resulted because the ISO 639-2 standard has separate codes for Twi and Fante, which have separate literary traditions, and all 639-2 codes for individual languages are automatically part of 639-3, even though 639-3 would not normally assign them separate codes.
In 2014, with the 17th edition, Ethnologue introduced a numerical code for language status using a framework called EGIDS (Expanded Graded Intergenerational Disruption Scale), an elaboration of Fishman's GIDS (Graded Intergenerational Disruption Scale). It ranks a language from 0 for an international language to 10 for an extinct language, i.e. a language with which no-one retains a sense of ethnic identity.
In 2015, SIL's funds decreased and in December 2015, Ethnologue launched a metered paywall to cover its cost, as it is financially self-sustaining. Users in high-income countries who wanted to refer to more than seven pages of data per month had to buy a paid subscription. The 18th edition released that year included a new section on language policy country by country.
In 2016, Ethnologue added date about language planning agencies to the 19th edition.
As of 2017, Ethnologue's 20th edition described 237 language families including 86 language isolates and six typological categories, namely sign languages, creoles, pidgins, mixed languages, constructed languages, and as yet unclassified languages.
The early focus of the Ethnologue was on native use (L1) but was gradually expanded to cover L2 use as well.
In 2019, Ethnologue disabled trial views and introduced a hard paywall to cover its nearly $1 million in annual operating costs (website maintenance, security, researchers, and SIL's 5,000 field linguists). Subscriptions start at $480 per person per year, while full access costs $2,400 per person per year. Users in low and middle-income countries as defined by the World Bank are eligible for free access. Subscribers are mostly institutions: 40% of the world's top 50 universities subscribe to Ethnologue, and it is also sold to business intelligence firms and Fortune 500 companies. The introduction of the paywall was harshly criticized by the community of linguists who rely on Ethnologue to do their work and cannot afford the subscription The same year, Ethnologue launched its contributor program to fill gaps and improve accuracy, allowing contributors to submit corrections and additions and to get a complimentary access to the website. Ethnologue's editors gradually review crowdsourced contributions before publication. As 2019 was the International Year of Indigenous Languages, this edition focused on language loss: it added the date when last fluent speaker of the language died, standardized the age range of language users, and improved the EGIDS estimates.
In 2020, the 23rd edition listed 7,117 living languages, an increase of 6 living languages from the 22nd edition. In this edition, Ethnologue expanded its coverage of immigrant languages: previous editions only had full entries for languages considered to be "established" within a country. From this edition, Ethnologue includes data about first and second languages of refugees, temporary foreign workers and immigrants.
In 2021, the 24th edition had 7,139 modern languages, an increase of 22 living languages from the 23rd edition. Editors especially improved data about language shift in this edition.
In 2022, the 25th edition listed a total of 7,151 living languages, an increase of 12 living languages from the 24th edition. This edition specifically improved the use of languages in education.
In 2023, the 26th edition listed a total of 7,168 living languages, an increase of 17 living languages from the 25th edition.
In 1986, William Bright, then editor of the journal Language, wrote of Ethnologue that it "is indispensable for any reference shelf on the languages of the world". The 2003 International Encyclopedia of Linguistics described Ethnologue as "a comprehensive listing of the world's languages, with genetic classification", and follows Ethnologue's classification. In 2005, linguists Lindsay J. Whaley and Lenore Grenoble considered that Ethnologue "continues to provide the most comprehensive and reliable count of numbers of speakers of the world's languages", still they recognize that "individual language surveys may have far more accurate counts for a specific language, but The Ethnologue is unique in bringing together speaker statistics on a global scale". In 2006, computational linguists John C. Paolillo and Anupam Das conducted a systematic evaluation of available information on language populations for the UNESCO Institute for Statistics. They reported that Ethnologue and Linguasphere were the only comprehensive sources of information about language populations and that Ethnologue had more specific information. They concluded that: "the language statistics available today in the form of the Ethnologue population counts are already good enough to be useful" According to linguist William Poser, Ethnologue was, as of 2006, the "best single source of information" on language classification. In 2008 linguists Lyle Campbell and Verónica Grondona highly commended Ethnologue in Language. They described it as a highly valuable catalogue of the world's languages that "has become the standard reference" and whose "usefulness is hard to overestimate". They concluded that Ethnologue was "truly excellent, highly valuable, and the very best book of its sort available."
In a review of Ethnologue's 2009 edition in Ethnopolitics, Richard O. Collin, professor of politics, noted that "Ethnologue has become a standard resource for scholars in the other social sciences: anthropologists, economists, sociologists and, obviously, sociolinguists". According to Collin, Ethnologue is "stronger in languages spoken by indigenous peoples in economically less-developed portions of the world" and "when recent in-depth country-studies have been conducted, information can be very good; unfortunately [...] data are sometimes old".
In 2012, linguist Asya Pereltsvaig described Ethnologue as "a reasonably good source of thorough and reliable geographical and demographic information about the world's languages". She added in 2021 that its maps "are generally fairly accurate although they often depict the linguistic situation as it once was or as someone might imagine it to be but not as it actually is". Linguist George Tucker Childs wrote in 2012 that: "Ethnologue is the most widely referenced source for information on languages of the world", but he added that regarding African languages, "when evaluated against recent field experience [Ethnologue] seems at least out of date". In 2014, Ethnologue admitted that some of its data was out-of-date and switched from a four-year publication cycle (in print and online) to yearly online updates.
In 2017, Robert Phillipson and Tove Skutnabb-Kangas described Ethnologue as "the most comprehensive global source list for (mostly oral) languages". According to the 2018 Oxford Research Encyclopedia of Linguistics, Ethnologue is a "comprehensive, frequently updated [database] on languages and language families'. According to quantitative linguists Simon Greenhill, Ethnologue offers, as of 2018, "sufficiently accurate reflections of speaker population size". Linguists Lyle Campbell and Kenneth Lee Rehg wrote in 2018 that Ethnologue was "the best source that list the non-endangered languages of the world". Lyle Campbell and Russell Barlow also noted that the 2017 edition of Ethnologue "improved [its] classification markedly". They note that Ethnologue's genealogy is similar to that of the World Atlas of Language Structures (WALS) but different from that of the Catalogue of Endangered Languages (ELCat) and Glottolog. Linguist Lisa Matthewson commented in 2020 that Ethnologue offers "accurate information about speaker numbers". In a 2021 review of Ethnologue and Glottolog, linguist Shobhana Chelliah noted that "For better or worse, the impact of the site is indeed considerable. [...] Clearly, the site has influence on the field of linguistics and beyond." She added that she, among other linguists, integrated Ethnologue in her linguistics classes."
The Encyclopedia of Language and Linguistics uses Ethnologue as its primary source for the list of languages and language maps. According to linguist Suzanne Romaine, Ethnologue is also the leading source for research on language diversity. According to The Oxford Handbook of Language and Society, Ethnologue is "the standard reference source for the listing and enumeration of Endangered Languages, and for all known and "living" languages of the world"." Similarly, linguist David Bradley describes Ethnologue as "the most comprehensive effort to document the level of endangerment in languages around the world." The US National Science Foundation uses Ethnologue to determine which languages are endangered. According to Hammarström et al., Ethnologue is, as of 2022, one of the three global databases documenting language endangerment with the Atlas of the World's Languages in Danger and the Catalogue of Endangered Languages (ELCat). The University of Hawaii Kaipuleohone language archive uses Ethnologue's metadata as well. The World Atlas of Language Structures uses Ethnologue's genealogical classification. The Rosetta Project uses Ethnologue's language metadata.
In 2005, linguist Harald Hammarström wrote that Ethnologue was consistent with specialist views most of the time and was a catalog "of very high absolute value and by far the best of its kind". In 2011, Hammarström created Glottolog in response to the lack of a comprehensive language bibliography, especially in Ethnologue. In 2015, Hammarström reviewed the 16th, 17th, and 18th editions of Ethnologue and described the frequent lack of citations as its only "serious fault" from a scientific perspective. He concluded: "Ethnologue is at present still better than any other nonderivative work of the same scope. [It] is an impressively comprehensive catalogue of world languages, and it is far superior to anything else produced prior to 2009. In particular, it is superior by virtue of being explicit." According to Hammarström, as of 2016, Ethnologue and Glottolog are the only global-scale continually maintained inventories of the world's languages. The main difference is that Ethnologue includes additional information (such as speaker numbers or vitality) but lacks systematic sources for the information given. In contrast, Glottolog provides no language context information but points to primary sources for further data. Contrary to Ethnologue, Glottolog does not run its own surveys, but it uses Ethnologue as one of its primary sources. As of 2019, Hammarström uses Ethnologue in his articles, noting that it "has (unsourced, but) detailed information associated with each speech variety, such as speaker numbers and map location". In response to feedback about the lack of references, Ethnologue added in 2013 a link on each language to language resources from the Open Language Archives Community (OLAC) Ethnologue acknowledges that it rarely quotes any source verbatim but cites sources wherever specific statements are directly attributed to them, and corrects missing attributions upon notification. The website provides a list of all of the references cited. In her 2021 review, Shobhana Chelliah noted that Glottolog aims to be better than Ethnologue in language classification and genetic and areal relationships by using linguists' original sources.
Starting with the 17th edition, Ethnologue has been published every year, on February 21, which is International Mother Language Day. | [
{
"paragraph_id": 0,
"text": "Ethnologue: Languages of the World (stylized as Ethnoloɠue) is an annual reference publication in print and online that provides statistics and other information on the living languages of the world. It is the world's most comprehensive catalogue of languages. It was first issued in 1951, and is now published by SIL International, an American evangelical Christian non-profit organization.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Ethnologue has been published by SIL International (formerly known as the Summer Institute of Linguistics), a Christian linguistic service organization with an international office in Dallas, Texas. The organization studies numerous minority languages to facilitate language development, and to work with speakers of such language communities in translating portions of the Bible into their languages. Despite the Christian orientation of its publisher, Ethnologue is not ideologically or theologically biased.",
"title": "Overview and content"
},
{
"paragraph_id": 2,
"text": "Ethnologue includes alternative names and autonyms, the number of L1 and L2 speakers, language prestige, domains of use, literacy rates, locations, dialects, language classification, linguistic affiliations, typology, language maps, country maps, publication and use in media, availability of the Bible in each language and dialect described, religious affiliations of speakers, a cursory description of revitalization efforts where reported, intelligibility and lexical similarity with other dialects and languages, writing scripts, an estimate of language viability using the Expanded Graded Intergenerational Disruption Scale (EGIDS), and bibliographic resources. Coverage varies depending on languages. For instance, as of 2008, information on word order was present for 15% of entries while religious affiliations were mentioned for 38% of languages. According to Lyle Campbell \"language maps are highly valuable\" and most country maps are of high quality and user-friendly.",
"title": "Overview and content"
},
{
"paragraph_id": 3,
"text": "Ethnologue gathers information from SIL's thousands of field linguists, surveys done by linguists and literacy specialists, observations of Bible translators, and crowdsourced contributions. SIL's field linguists use an online collaborative research system to review current data, update it, or request its removal. SIL has a team of editors by geographical area who prepare reports to Ethnologue's general editor. These reports combine opinions from SIL area experts and feedback solicited from non-SIL linguists. Editors have to find compromises when opinions differ. Most of SIL's linguists have taken three to four semesters of graduate linguistics courses, and half of them have a master's degree. They're trained by 300 PhD linguists in SIL.",
"title": "Overview and content"
},
{
"paragraph_id": 4,
"text": "The determination of what characteristics define a single language depends upon sociolinguistic evaluation by various scholars; as the preface to Ethnologue states, \"Not all scholars share the same set of criteria for what constitutes a 'language' and what features define a 'dialect'.\" The criteria used by Ethnologue are mutual intelligibility and the existence or absence of a common literature or ethnolinguistic identity. The number of languages identified has been steadily increasing, from 5,445 in the 10th edition (in 1984) to 6,909 in the 16th (in 2009), partly due to governments according designation as languages to mutually intelligible varieties and partly due to SIL establishing new Bible translation teams. Ethnologue codes were used as the base to create the new ISO 639-3 international standard. Since 2007, Ethnologue relies only on this standard, administered by SIL International, to determine what is listed as a language.",
"title": "Overview and content"
},
{
"paragraph_id": 5,
"text": "In addition to choosing a primary name for a language, Ethnologue provides listings of other name(s) for the language and any dialects that are used by its speakers, government, foreigners and neighbors. Also included are any names that have been commonly referenced historically, regardless of whether a name is considered official, politically correct or offensive; this allows more complete historic research to be done. These lists of names are not necessarily complete.",
"title": "Overview and content"
},
{
"paragraph_id": 6,
"text": "Ethnologue was founded in 1951 by Richard S. Pittman and was initially focused on minority languages, to share information on Bible translation needs. The first edition included information on 46 languages. Hand-drawn maps were introduced in the fourth edition (1953). The seventh edition (1969) listed 4,493 languages. In 1971, Ethnologue expanded its coverage to all known languages of the world.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "Ethnologue database was created in 1971 at the University of Oklahoma under a grant from the National Science Foundation. In 1974 the database was moved to Cornell University. Since 2000, the database has been maintained by SIL International in their Dallas headquarters. In 1997 (13th edition), the website became the primary means of access.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "In 1984, Ethnologue released a three-letter coding system, called an 'SIL code', to identify each language that it described. This set of codes significantly exceeded the scope of other existing standards, e.g. ISO 639-1 and ISO 639-2.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "The 14th edition, published in 2000, included 7,148 language codes. In 2002, Ethnologue was asked to work with the International Organization for Standardization (ISO) to integrate its codes into a draft international standard. Ethnologue codes have then been adopted by ISO as the international standard, ISO 639-3. The 15th edition of Ethnologue was the first edition to use this standard. This standard is now administered separately from Ethnologue. SIL International is the registration authority for languages names and codes, according to rules established by ISO. Since then Ethnologue relies on the standard to determine what is listed as a language. In only one case, Ethnologue and the ISO standards treat languages slightly differently. ISO 639-3 considers Akan to be a macrolanguage consisting of two distinct languages, Twi and Fante, whereas Ethnologue considers Twi and Fante to be dialects of a single language (Akan), since they are mutually intelligible. This anomaly resulted because the ISO 639-2 standard has separate codes for Twi and Fante, which have separate literary traditions, and all 639-2 codes for individual languages are automatically part of 639-3, even though 639-3 would not normally assign them separate codes.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "In 2014, with the 17th edition, Ethnologue introduced a numerical code for language status using a framework called EGIDS (Expanded Graded Intergenerational Disruption Scale), an elaboration of Fishman's GIDS (Graded Intergenerational Disruption Scale). It ranks a language from 0 for an international language to 10 for an extinct language, i.e. a language with which no-one retains a sense of ethnic identity.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "In 2015, SIL's funds decreased and in December 2015, Ethnologue launched a metered paywall to cover its cost, as it is financially self-sustaining. Users in high-income countries who wanted to refer to more than seven pages of data per month had to buy a paid subscription. The 18th edition released that year included a new section on language policy country by country.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "In 2016, Ethnologue added date about language planning agencies to the 19th edition.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "As of 2017, Ethnologue's 20th edition described 237 language families including 86 language isolates and six typological categories, namely sign languages, creoles, pidgins, mixed languages, constructed languages, and as yet unclassified languages.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "The early focus of the Ethnologue was on native use (L1) but was gradually expanded to cover L2 use as well.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "In 2019, Ethnologue disabled trial views and introduced a hard paywall to cover its nearly $1 million in annual operating costs (website maintenance, security, researchers, and SIL's 5,000 field linguists). Subscriptions start at $480 per person per year, while full access costs $2,400 per person per year. Users in low and middle-income countries as defined by the World Bank are eligible for free access. Subscribers are mostly institutions: 40% of the world's top 50 universities subscribe to Ethnologue, and it is also sold to business intelligence firms and Fortune 500 companies. The introduction of the paywall was harshly criticized by the community of linguists who rely on Ethnologue to do their work and cannot afford the subscription The same year, Ethnologue launched its contributor program to fill gaps and improve accuracy, allowing contributors to submit corrections and additions and to get a complimentary access to the website. Ethnologue's editors gradually review crowdsourced contributions before publication. As 2019 was the International Year of Indigenous Languages, this edition focused on language loss: it added the date when last fluent speaker of the language died, standardized the age range of language users, and improved the EGIDS estimates.",
"title": "History"
},
{
"paragraph_id": 16,
"text": "In 2020, the 23rd edition listed 7,117 living languages, an increase of 6 living languages from the 22nd edition. In this edition, Ethnologue expanded its coverage of immigrant languages: previous editions only had full entries for languages considered to be \"established\" within a country. From this edition, Ethnologue includes data about first and second languages of refugees, temporary foreign workers and immigrants.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "In 2021, the 24th edition had 7,139 modern languages, an increase of 22 living languages from the 23rd edition. Editors especially improved data about language shift in this edition.",
"title": "History"
},
{
"paragraph_id": 18,
"text": "In 2022, the 25th edition listed a total of 7,151 living languages, an increase of 12 living languages from the 24th edition. This edition specifically improved the use of languages in education.",
"title": "History"
},
{
"paragraph_id": 19,
"text": "In 2023, the 26th edition listed a total of 7,168 living languages, an increase of 17 living languages from the 25th edition.",
"title": "History"
},
{
"paragraph_id": 20,
"text": "In 1986, William Bright, then editor of the journal Language, wrote of Ethnologue that it \"is indispensable for any reference shelf on the languages of the world\". The 2003 International Encyclopedia of Linguistics described Ethnologue as \"a comprehensive listing of the world's languages, with genetic classification\", and follows Ethnologue's classification. In 2005, linguists Lindsay J. Whaley and Lenore Grenoble considered that Ethnologue \"continues to provide the most comprehensive and reliable count of numbers of speakers of the world's languages\", still they recognize that \"individual language surveys may have far more accurate counts for a specific language, but The Ethnologue is unique in bringing together speaker statistics on a global scale\". In 2006, computational linguists John C. Paolillo and Anupam Das conducted a systematic evaluation of available information on language populations for the UNESCO Institute for Statistics. They reported that Ethnologue and Linguasphere were the only comprehensive sources of information about language populations and that Ethnologue had more specific information. They concluded that: \"the language statistics available today in the form of the Ethnologue population counts are already good enough to be useful\" According to linguist William Poser, Ethnologue was, as of 2006, the \"best single source of information\" on language classification. In 2008 linguists Lyle Campbell and Verónica Grondona highly commended Ethnologue in Language. They described it as a highly valuable catalogue of the world's languages that \"has become the standard reference\" and whose \"usefulness is hard to overestimate\". They concluded that Ethnologue was \"truly excellent, highly valuable, and the very best book of its sort available.\"",
"title": "Reception, reliability, and use"
},
{
"paragraph_id": 21,
"text": "In a review of Ethnologue's 2009 edition in Ethnopolitics, Richard O. Collin, professor of politics, noted that \"Ethnologue has become a standard resource for scholars in the other social sciences: anthropologists, economists, sociologists and, obviously, sociolinguists\". According to Collin, Ethnologue is \"stronger in languages spoken by indigenous peoples in economically less-developed portions of the world\" and \"when recent in-depth country-studies have been conducted, information can be very good; unfortunately [...] data are sometimes old\".",
"title": "Reception, reliability, and use"
},
{
"paragraph_id": 22,
"text": "In 2012, linguist Asya Pereltsvaig described Ethnologue as \"a reasonably good source of thorough and reliable geographical and demographic information about the world's languages\". She added in 2021 that its maps \"are generally fairly accurate although they often depict the linguistic situation as it once was or as someone might imagine it to be but not as it actually is\". Linguist George Tucker Childs wrote in 2012 that: \"Ethnologue is the most widely referenced source for information on languages of the world\", but he added that regarding African languages, \"when evaluated against recent field experience [Ethnologue] seems at least out of date\". In 2014, Ethnologue admitted that some of its data was out-of-date and switched from a four-year publication cycle (in print and online) to yearly online updates.",
"title": "Reception, reliability, and use"
},
{
"paragraph_id": 23,
"text": "In 2017, Robert Phillipson and Tove Skutnabb-Kangas described Ethnologue as \"the most comprehensive global source list for (mostly oral) languages\". According to the 2018 Oxford Research Encyclopedia of Linguistics, Ethnologue is a \"comprehensive, frequently updated [database] on languages and language families'. According to quantitative linguists Simon Greenhill, Ethnologue offers, as of 2018, \"sufficiently accurate reflections of speaker population size\". Linguists Lyle Campbell and Kenneth Lee Rehg wrote in 2018 that Ethnologue was \"the best source that list the non-endangered languages of the world\". Lyle Campbell and Russell Barlow also noted that the 2017 edition of Ethnologue \"improved [its] classification markedly\". They note that Ethnologue's genealogy is similar to that of the World Atlas of Language Structures (WALS) but different from that of the Catalogue of Endangered Languages (ELCat) and Glottolog. Linguist Lisa Matthewson commented in 2020 that Ethnologue offers \"accurate information about speaker numbers\". In a 2021 review of Ethnologue and Glottolog, linguist Shobhana Chelliah noted that \"For better or worse, the impact of the site is indeed considerable. [...] Clearly, the site has influence on the field of linguistics and beyond.\" She added that she, among other linguists, integrated Ethnologue in her linguistics classes.\"",
"title": "Reception, reliability, and use"
},
{
"paragraph_id": 24,
"text": "The Encyclopedia of Language and Linguistics uses Ethnologue as its primary source for the list of languages and language maps. According to linguist Suzanne Romaine, Ethnologue is also the leading source for research on language diversity. According to The Oxford Handbook of Language and Society, Ethnologue is \"the standard reference source for the listing and enumeration of Endangered Languages, and for all known and \"living\" languages of the world\".\" Similarly, linguist David Bradley describes Ethnologue as \"the most comprehensive effort to document the level of endangerment in languages around the world.\" The US National Science Foundation uses Ethnologue to determine which languages are endangered. According to Hammarström et al., Ethnologue is, as of 2022, one of the three global databases documenting language endangerment with the Atlas of the World's Languages in Danger and the Catalogue of Endangered Languages (ELCat). The University of Hawaii Kaipuleohone language archive uses Ethnologue's metadata as well. The World Atlas of Language Structures uses Ethnologue's genealogical classification. The Rosetta Project uses Ethnologue's language metadata.",
"title": "Reception, reliability, and use"
},
{
"paragraph_id": 25,
"text": "In 2005, linguist Harald Hammarström wrote that Ethnologue was consistent with specialist views most of the time and was a catalog \"of very high absolute value and by far the best of its kind\". In 2011, Hammarström created Glottolog in response to the lack of a comprehensive language bibliography, especially in Ethnologue. In 2015, Hammarström reviewed the 16th, 17th, and 18th editions of Ethnologue and described the frequent lack of citations as its only \"serious fault\" from a scientific perspective. He concluded: \"Ethnologue is at present still better than any other nonderivative work of the same scope. [It] is an impressively comprehensive catalogue of world languages, and it is far superior to anything else produced prior to 2009. In particular, it is superior by virtue of being explicit.\" According to Hammarström, as of 2016, Ethnologue and Glottolog are the only global-scale continually maintained inventories of the world's languages. The main difference is that Ethnologue includes additional information (such as speaker numbers or vitality) but lacks systematic sources for the information given. In contrast, Glottolog provides no language context information but points to primary sources for further data. Contrary to Ethnologue, Glottolog does not run its own surveys, but it uses Ethnologue as one of its primary sources. As of 2019, Hammarström uses Ethnologue in his articles, noting that it \"has (unsourced, but) detailed information associated with each speech variety, such as speaker numbers and map location\". In response to feedback about the lack of references, Ethnologue added in 2013 a link on each language to language resources from the Open Language Archives Community (OLAC) Ethnologue acknowledges that it rarely quotes any source verbatim but cites sources wherever specific statements are directly attributed to them, and corrects missing attributions upon notification. The website provides a list of all of the references cited. In her 2021 review, Shobhana Chelliah noted that Glottolog aims to be better than Ethnologue in language classification and genetic and areal relationships by using linguists' original sources.",
"title": "Reception, reliability, and use"
},
{
"paragraph_id": 26,
"text": "Starting with the 17th edition, Ethnologue has been published every year, on February 21, which is International Mother Language Day.",
"title": "Editions"
}
]
| Ethnologue: Languages of the World is an annual reference publication in print and online that provides statistics and other information on the living languages of the world. It is the world's most comprehensive catalogue of languages. It was first issued in 1951, and is now published by SIL International, an American evangelical Christian non-profit organization. | 2002-02-25T15:43:11Z | 2023-12-31T23:03:29Z | [
"Template:Cite journal",
"Template:Refend",
"Template:Short description",
"Template:Sfn",
"Template:Cite web",
"Template:Portal",
"Template:Authority control",
"Template:Italic title",
"Template:Infobox website",
"Template:Reflist",
"Template:Cite news",
"Template:Refbegin",
"Template:Use mdy dates",
"Template:Cite book",
"Template:Citation",
"Template:Oweb",
"Template:Not to be confused with"
]
| https://en.wikipedia.org/wiki/Ethnologue |
10,303 | Evaporation | Evaporation is a type of vaporization that occurs on the surface of a liquid as it changes into the gas phase. High concentration of the evaporating substance in the surrounding gas significantly slows down evaporation, such as when humidity affects rate of evaporation of water. When the molecules of the liquid collide, they transfer energy to each other based on how they collide. When a molecule near the surface absorbs enough energy to overcome the vapor pressure, it will escape and enter the surrounding air as a gas. When evaporation occurs, the energy removed from the vaporized liquid will reduce the temperature of the liquid, resulting in evaporative cooling.
On average, only a fraction of the molecules in a liquid have enough heat energy to escape from the liquid. The evaporation will continue until an equilibrium is reached when the evaporation of the liquid is equal to its condensation. In an enclosed environment, a liquid will evaporate until the surrounding air is saturated.
Evaporation is an essential part of the water cycle. The sun (solar energy) drives evaporation of water from oceans, lakes, moisture in the soil, and other sources of water. In hydrology, evaporation and transpiration (which involves evaporation within plant stomata) are collectively termed evapotranspiration. Evaporation of water occurs when the surface of the liquid is exposed, allowing molecules to escape and form water vapor; this vapor can then rise up and form clouds. With sufficient energy, the liquid will turn into vapor.
For molecules of a liquid to evaporate, they must be located near the surface, they have to be moving in the proper direction, and have sufficient kinetic energy to overcome liquid-phase intermolecular forces. When only a small proportion of the molecules meet these criteria, the rate of evaporation is low. Since the kinetic energy of a molecule is proportional to its temperature, evaporation proceeds more quickly at higher temperatures. As the faster-moving molecules escape, the remaining molecules have lower average kinetic energy, and the temperature of the liquid decreases. This phenomenon is also called evaporative cooling. This is why evaporating sweat cools the human body. Evaporation also tends to proceed more quickly with higher flow rates between the gaseous and liquid phase and in liquids with higher vapor pressure. For example, laundry on a clothes line will dry (by evaporation) more rapidly on a windy day than on a still day. Three key parts to evaporation are heat, atmospheric pressure (determines the percent humidity), and air movement.
On a molecular level, there is no strict boundary between the liquid state and the vapor state. Instead, there is a Knudsen layer, where the phase is undetermined. Because this layer is only a few molecules thick, at a macroscopic scale a clear phase transition interface cannot be seen.
Liquids that do not evaporate visibly at a given temperature in a given gas (e.g., cooking oil at room temperature) have molecules that do not tend to transfer energy to each other in a pattern sufficient to frequently give a molecule the heat energy necessary to turn into vapor. However, these liquids are evaporating. It is just that the process is much slower and thus significantly less visible.
If evaporation takes place in an enclosed area, the escaping molecules accumulate as a vapor above the liquid. Many of the molecules return to the liquid, with returning molecules becoming more frequent as the density and pressure of the vapor increases. When the process of escape and return reaches an equilibrium, the vapor is said to be "saturated", and no further change in either vapor pressure and density or liquid temperature will occur. For a system consisting of vapor and liquid of a pure substance, this equilibrium state is directly related to the vapor pressure of the substance, as given by the Clausius–Clapeyron relation:
where P1, P2 are the vapor pressures at temperatures T1, T2 respectively, ΔHvap is the enthalpy of vaporization, and R is the universal gas constant. The rate of evaporation in an open system is related to the vapor pressure found in a closed system. If a liquid is heated, when the vapor pressure reaches the ambient pressure the liquid will boil.
The ability for a molecule of a liquid to evaporate is based largely on the amount of kinetic energy an individual particle may possess. Even at lower temperatures, individual molecules of a liquid can evaporate if they have more than the minimum amount of kinetic energy required for vaporization.
Note: Air is used here as a common example of the surrounding gas; however, other gases may hold that role.
In the US, the National Weather Service measures, at various outdoor locations nationwide, the actual rate of evaporation from a standardized "pan" open water surface. Others do likewise around the world. The US data is collected and compiled into an annual evaporation map. The measurements range from under 30 to over 120 inches (3,000 mm) per year.
Because it typically takes place in a complex environment, where 'evaporation is an extremely rare event', the mechanism for the evaporation of water is not completely understood. Theoretical calculations require prohibitively long and large computer simulations. 'The rate of evaporation of liquid water is one of the principal uncertainties in modern climate modeling.'
Evaporation is an endothermic process, since heat is absorbed during evaporation.
Fuel droplets vaporize as they receive heat by mixing with the hot gases in the combustion chamber. Heat (energy) can also be received by radiation from any hot refractory wall of the combustion chamber.
Internal combustion engines rely upon the vaporization of the fuel in the cylinders to form a fuel/air mixture in order to burn well. The chemically correct air/fuel mixture for total burning of gasoline has been determined to be 15 parts air to one part gasoline or 15/1 by weight. Changing this to a volume ratio yields 8000 parts air to one part gasoline or 8,000/1 by volume.
Thin films may be deposited by evaporating a substance and condensing it onto a substrate, or by dissolving the substance in a solvent, spreading the resulting solution thinly over a substrate, and evaporating the solvent. The Hertz–Knudsen equation is often used to estimate the rate of evaporation in these instances.
Media related to Evaporation at Wikimedia Commons | [
{
"paragraph_id": 0,
"text": "Evaporation is a type of vaporization that occurs on the surface of a liquid as it changes into the gas phase. High concentration of the evaporating substance in the surrounding gas significantly slows down evaporation, such as when humidity affects rate of evaporation of water. When the molecules of the liquid collide, they transfer energy to each other based on how they collide. When a molecule near the surface absorbs enough energy to overcome the vapor pressure, it will escape and enter the surrounding air as a gas. When evaporation occurs, the energy removed from the vaporized liquid will reduce the temperature of the liquid, resulting in evaporative cooling.",
"title": ""
},
{
"paragraph_id": 1,
"text": "On average, only a fraction of the molecules in a liquid have enough heat energy to escape from the liquid. The evaporation will continue until an equilibrium is reached when the evaporation of the liquid is equal to its condensation. In an enclosed environment, a liquid will evaporate until the surrounding air is saturated.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Evaporation is an essential part of the water cycle. The sun (solar energy) drives evaporation of water from oceans, lakes, moisture in the soil, and other sources of water. In hydrology, evaporation and transpiration (which involves evaporation within plant stomata) are collectively termed evapotranspiration. Evaporation of water occurs when the surface of the liquid is exposed, allowing molecules to escape and form water vapor; this vapor can then rise up and form clouds. With sufficient energy, the liquid will turn into vapor.",
"title": ""
},
{
"paragraph_id": 3,
"text": "For molecules of a liquid to evaporate, they must be located near the surface, they have to be moving in the proper direction, and have sufficient kinetic energy to overcome liquid-phase intermolecular forces. When only a small proportion of the molecules meet these criteria, the rate of evaporation is low. Since the kinetic energy of a molecule is proportional to its temperature, evaporation proceeds more quickly at higher temperatures. As the faster-moving molecules escape, the remaining molecules have lower average kinetic energy, and the temperature of the liquid decreases. This phenomenon is also called evaporative cooling. This is why evaporating sweat cools the human body. Evaporation also tends to proceed more quickly with higher flow rates between the gaseous and liquid phase and in liquids with higher vapor pressure. For example, laundry on a clothes line will dry (by evaporation) more rapidly on a windy day than on a still day. Three key parts to evaporation are heat, atmospheric pressure (determines the percent humidity), and air movement.",
"title": "Theory"
},
{
"paragraph_id": 4,
"text": "On a molecular level, there is no strict boundary between the liquid state and the vapor state. Instead, there is a Knudsen layer, where the phase is undetermined. Because this layer is only a few molecules thick, at a macroscopic scale a clear phase transition interface cannot be seen.",
"title": "Theory"
},
{
"paragraph_id": 5,
"text": "Liquids that do not evaporate visibly at a given temperature in a given gas (e.g., cooking oil at room temperature) have molecules that do not tend to transfer energy to each other in a pattern sufficient to frequently give a molecule the heat energy necessary to turn into vapor. However, these liquids are evaporating. It is just that the process is much slower and thus significantly less visible.",
"title": "Theory"
},
{
"paragraph_id": 6,
"text": "If evaporation takes place in an enclosed area, the escaping molecules accumulate as a vapor above the liquid. Many of the molecules return to the liquid, with returning molecules becoming more frequent as the density and pressure of the vapor increases. When the process of escape and return reaches an equilibrium, the vapor is said to be \"saturated\", and no further change in either vapor pressure and density or liquid temperature will occur. For a system consisting of vapor and liquid of a pure substance, this equilibrium state is directly related to the vapor pressure of the substance, as given by the Clausius–Clapeyron relation:",
"title": "Theory"
},
{
"paragraph_id": 7,
"text": "where P1, P2 are the vapor pressures at temperatures T1, T2 respectively, ΔHvap is the enthalpy of vaporization, and R is the universal gas constant. The rate of evaporation in an open system is related to the vapor pressure found in a closed system. If a liquid is heated, when the vapor pressure reaches the ambient pressure the liquid will boil.",
"title": "Theory"
},
{
"paragraph_id": 8,
"text": "The ability for a molecule of a liquid to evaporate is based largely on the amount of kinetic energy an individual particle may possess. Even at lower temperatures, individual molecules of a liquid can evaporate if they have more than the minimum amount of kinetic energy required for vaporization.",
"title": "Theory"
},
{
"paragraph_id": 9,
"text": "Note: Air is used here as a common example of the surrounding gas; however, other gases may hold that role.",
"title": "Factors influencing the rate of evaporation"
},
{
"paragraph_id": 10,
"text": "In the US, the National Weather Service measures, at various outdoor locations nationwide, the actual rate of evaporation from a standardized \"pan\" open water surface. Others do likewise around the world. The US data is collected and compiled into an annual evaporation map. The measurements range from under 30 to over 120 inches (3,000 mm) per year.",
"title": "Factors influencing the rate of evaporation"
},
{
"paragraph_id": 11,
"text": "Because it typically takes place in a complex environment, where 'evaporation is an extremely rare event', the mechanism for the evaporation of water is not completely understood. Theoretical calculations require prohibitively long and large computer simulations. 'The rate of evaporation of liquid water is one of the principal uncertainties in modern climate modeling.'",
"title": "Factors influencing the rate of evaporation"
},
{
"paragraph_id": 12,
"text": "Evaporation is an endothermic process, since heat is absorbed during evaporation.",
"title": "Thermodynamics"
},
{
"paragraph_id": 13,
"text": "Fuel droplets vaporize as they receive heat by mixing with the hot gases in the combustion chamber. Heat (energy) can also be received by radiation from any hot refractory wall of the combustion chamber.",
"title": "Applications"
},
{
"paragraph_id": 14,
"text": "Internal combustion engines rely upon the vaporization of the fuel in the cylinders to form a fuel/air mixture in order to burn well. The chemically correct air/fuel mixture for total burning of gasoline has been determined to be 15 parts air to one part gasoline or 15/1 by weight. Changing this to a volume ratio yields 8000 parts air to one part gasoline or 8,000/1 by volume.",
"title": "Applications"
},
{
"paragraph_id": 15,
"text": "Thin films may be deposited by evaporating a substance and condensing it onto a substrate, or by dissolving the substance in a solvent, spreading the resulting solution thinly over a substrate, and evaporating the solvent. The Hertz–Knudsen equation is often used to estimate the rate of evaporation in these instances.",
"title": "Applications"
},
{
"paragraph_id": 16,
"text": "Media related to Evaporation at Wikimedia Commons",
"title": "External links"
}
]
| Evaporation is a type of vaporization that occurs on the surface of a liquid as it changes into the gas phase. High concentration of the evaporating substance in the surrounding gas significantly slows down evaporation, such as when humidity affects rate of evaporation of water. When the molecules of the liquid collide, they transfer energy to each other based on how they collide. When a molecule near the surface absorbs enough energy to overcome the vapor pressure, it will escape and enter the surrounding air as a gas. When evaporation occurs, the energy removed from the vaporized liquid will reduce the temperature of the liquid, resulting in evaporative cooling. On average, only a fraction of the molecules in a liquid have enough heat energy to escape from the liquid. The evaporation will continue until an equilibrium is reached when the evaporation of the liquid is equal to its condensation. In an enclosed environment, a liquid will evaporate until the surrounding air is saturated. Evaporation is an essential part of the water cycle. The sun drives evaporation of water from oceans, lakes, moisture in the soil, and other sources of water. In hydrology, evaporation and transpiration are collectively termed evapotranspiration. Evaporation of water occurs when the surface of the liquid is exposed, allowing molecules to escape and form water vapor; this vapor can then rise up and form clouds. With sufficient energy, the liquid will turn into vapor. | 2002-02-25T15:43:11Z | 2023-12-30T01:39:14Z | [
"Template:Cite journal",
"Template:Refbegin",
"Template:Refend",
"Template:See also",
"Template:Reflist",
"Template:Cite book",
"Template:Expand section",
"Template:Cite news",
"Template:NSRW Poster",
"Template:Table of phase transitions",
"Template:Authority control",
"Template:Short description",
"Template:More citations needed",
"Template:Main",
"Template:Wiktionary",
"Template:Commons category-inline",
"Template:Pp-vandalism",
"Template:Convert",
"Template:Cite web"
]
| https://en.wikipedia.org/wiki/Evaporation |
10,304 | Esbat | An esbat /ˈɛsbæt/ is a coven meeting or ritual at a time other than one of the Sabbats within Wicca and other Wiccan-influenced forms of contemporary Paganism.
Esbats can span a wide range of purposes from coven business meetings and initiation ceremonies to social gatherings, times of merriment, and opportunities to commune with the divine. Janet and Stewart Farrar describe esbats as an opportunity for a "love feast, healing work, psychic training and all."
Esbats are typically held once per month on or near the night of a full moon or new moon. Due to the connection between the Moon and femininity in Wicca, esbats are associated with goddesses.
Esbats are a time set aside for formal worship and have been described as similar to Sundays for Christians or Friday nights for Jewish people. They can be solitary affairs but tend to be conducted in groups. Sources vary on whether these rituals are open to the public or only to initiated members.
The term esbat is derived from Old French s'esbattre (Modern French ébat), meaning to frolic and amuse oneself, diversion. It was a borrowing by 20th century anthropologist Margaret Murray's use of French witch trial sources on supposed Witches' Sabbaths in her attempts to "reconstruct" a Witch Cult in Western Europe.
An esbat is commonly understood to be a ritual observance on the night of a full moon. However, the late high priestess Doreen Valiente distinguished between "full moon Esbat[s]" and other esbatic occasions.
The term esbat in this sense was described by Margaret Murray.
The Esbat differed from the Sabbat by being primarily for business. ... very often the Esbat was for sheer enjoyment only
Esbats vary greatly and can be simple or elaborate. Rituals use symbolism to enhance the properties of a particular moon, of which there are 13 per solar year.
They are typically held at coven members' homes or outdoors. Tools such as candles, athames, incense, pentacles, items from nature, bowls of water, mirrors, and crystals are commonly placed on an altar. The ceremony begins with participants establishing a sacred space by casting a circle or purifying the area by smudging. Then, they commune with the divine, pray, and meditate. Central elements are reflection on changes that have occurred in the past moon cycle, things you wish to change by the next moon, and gratitude. Once the ceremony is completed, a ritual closing is performed. Participants describe esbats as "spiritually fulfilling" and "immensely beneficial to our personal spiritual growth."
When esbat rituals occur during a new moon (also known as a dark moon), it is an occasion to worship the darker aspects of witchcraft. This represents elements that are hidden or in shadow, and is not necessarily associated with evil. New moon esbats may be used to worship a dark or maiden goddess, to banish something unwanted, or to end a phase in life. Because esbats typically occur when the moon is at its highest point, covens may choose for new moon esbats to take place in the mid-afternoon.
The full moon esbat tends to be a frenetic celebration. Spells for wholeness, children, mothers, families, clairvoyance, and love are performed. Most full moon esbats are held at midnight because the moon is most visible which allows participants to feel closer to it.
One major component of full moon esbats is drawing down the moon. The idea is to draw the essence of the lunar goddess into the body of a coven member, usually a priestess or leader. This is done by another member who channels lunar energy down through a receptacle such as a chalice or knife. The two stand facing each other in the center of the circle and the group asks the goddess to come down. Once the divine energy enters the tool, it is touched to the head, chest, or abdomen of the priestess. Through her body, the goddess speaks to the group by answering questions, giving instructions, offering blessings, or simply "[pouring] her loving energy into the circle and [leading] you in a merry spiral dance." After returning the energy to the goddess, the sign of a pentagram may be used as a dismissal.
The ceremony of cakes and ale is the other main component which typically concludes the full moon esbat. This ritual uses cookies or a loaf of bread and a chalice of wine or other drink which are placed on a central altar. The bread and wine symbolize the body and blood of the mother goddess, who gives life to all things. Each participant takes turns blessing the bread, breaking off a piece, eating it, then passing it clockwise. The same process happens with the chalice. This allows everyone to honor the body and blood of the goddess as they wish. | [
{
"paragraph_id": 0,
"text": "An esbat /ˈɛsbæt/ is a coven meeting or ritual at a time other than one of the Sabbats within Wicca and other Wiccan-influenced forms of contemporary Paganism.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Esbats can span a wide range of purposes from coven business meetings and initiation ceremonies to social gatherings, times of merriment, and opportunities to commune with the divine. Janet and Stewart Farrar describe esbats as an opportunity for a \"love feast, healing work, psychic training and all.\"",
"title": ""
},
{
"paragraph_id": 2,
"text": "Esbats are typically held once per month on or near the night of a full moon or new moon. Due to the connection between the Moon and femininity in Wicca, esbats are associated with goddesses.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Esbats are a time set aside for formal worship and have been described as similar to Sundays for Christians or Friday nights for Jewish people. They can be solitary affairs but tend to be conducted in groups. Sources vary on whether these rituals are open to the public or only to initiated members.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The term esbat is derived from Old French s'esbattre (Modern French ébat), meaning to frolic and amuse oneself, diversion. It was a borrowing by 20th century anthropologist Margaret Murray's use of French witch trial sources on supposed Witches' Sabbaths in her attempts to \"reconstruct\" a Witch Cult in Western Europe.",
"title": "Etymology"
},
{
"paragraph_id": 5,
"text": "An esbat is commonly understood to be a ritual observance on the night of a full moon. However, the late high priestess Doreen Valiente distinguished between \"full moon Esbat[s]\" and other esbatic occasions.",
"title": "Observance"
},
{
"paragraph_id": 6,
"text": "The term esbat in this sense was described by Margaret Murray.",
"title": "Observance"
},
{
"paragraph_id": 7,
"text": "The Esbat differed from the Sabbat by being primarily for business. ... very often the Esbat was for sheer enjoyment only",
"title": "Observance"
},
{
"paragraph_id": 8,
"text": "Esbats vary greatly and can be simple or elaborate. Rituals use symbolism to enhance the properties of a particular moon, of which there are 13 per solar year.",
"title": "Observance"
},
{
"paragraph_id": 9,
"text": "They are typically held at coven members' homes or outdoors. Tools such as candles, athames, incense, pentacles, items from nature, bowls of water, mirrors, and crystals are commonly placed on an altar. The ceremony begins with participants establishing a sacred space by casting a circle or purifying the area by smudging. Then, they commune with the divine, pray, and meditate. Central elements are reflection on changes that have occurred in the past moon cycle, things you wish to change by the next moon, and gratitude. Once the ceremony is completed, a ritual closing is performed. Participants describe esbats as \"spiritually fulfilling\" and \"immensely beneficial to our personal spiritual growth.\"",
"title": "Observance"
},
{
"paragraph_id": 10,
"text": "When esbat rituals occur during a new moon (also known as a dark moon), it is an occasion to worship the darker aspects of witchcraft. This represents elements that are hidden or in shadow, and is not necessarily associated with evil. New moon esbats may be used to worship a dark or maiden goddess, to banish something unwanted, or to end a phase in life. Because esbats typically occur when the moon is at its highest point, covens may choose for new moon esbats to take place in the mid-afternoon.",
"title": "Observance"
},
{
"paragraph_id": 11,
"text": "The full moon esbat tends to be a frenetic celebration. Spells for wholeness, children, mothers, families, clairvoyance, and love are performed. Most full moon esbats are held at midnight because the moon is most visible which allows participants to feel closer to it.",
"title": "Observance"
},
{
"paragraph_id": 12,
"text": "One major component of full moon esbats is drawing down the moon. The idea is to draw the essence of the lunar goddess into the body of a coven member, usually a priestess or leader. This is done by another member who channels lunar energy down through a receptacle such as a chalice or knife. The two stand facing each other in the center of the circle and the group asks the goddess to come down. Once the divine energy enters the tool, it is touched to the head, chest, or abdomen of the priestess. Through her body, the goddess speaks to the group by answering questions, giving instructions, offering blessings, or simply \"[pouring] her loving energy into the circle and [leading] you in a merry spiral dance.\" After returning the energy to the goddess, the sign of a pentagram may be used as a dismissal.",
"title": "Observance"
},
{
"paragraph_id": 13,
"text": "The ceremony of cakes and ale is the other main component which typically concludes the full moon esbat. This ritual uses cookies or a loaf of bread and a chalice of wine or other drink which are placed on a central altar. The bread and wine symbolize the body and blood of the mother goddess, who gives life to all things. Each participant takes turns blessing the bread, breaking off a piece, eating it, then passing it clockwise. The same process happens with the chalice. This allows everyone to honor the body and blood of the goddess as they wish.",
"title": "Observance"
},
{
"paragraph_id": 14,
"text": "",
"title": "Notes"
}
]
| An esbat is a coven meeting or ritual at a time other than one of the Sabbats within Wicca and other Wiccan-influenced forms of contemporary Paganism. Esbats can span a wide range of purposes from coven business meetings and initiation ceremonies to social gatherings, times of merriment, and opportunities to commune with the divine. Janet and Stewart Farrar describe esbats as an opportunity for a "love feast, healing work, psychic training and all." Esbats are typically held once per month on or near the night of a full moon or new moon. Due to the connection between the Moon and femininity in Wicca, esbats are associated with goddesses. Esbats are a time set aside for formal worship and have been described as similar to Sundays for Christians or Friday nights for Jewish people. They can be solitary affairs but tend to be conducted in groups. Sources vary on whether these rituals are open to the public or only to initiated members. | 2001-12-21T17:02:07Z | 2023-12-27T13:06:06Z | [
"Template:Cite web",
"Template:Authority control",
"Template:Reli-stub",
"Template:Cite book",
"Template:Blockquote",
"Template:Reflist",
"Template:Citation",
"Template:WiccaandWitchcraft",
"Template:IPAc-en"
]
| https://en.wikipedia.org/wiki/Esbat |
10,307 | Equal temperament | An equal temperament is a musical temperament or tuning system that approximates just intervals but instead divides an octave (or other interval) into steps such that the ratio of the frequencies of any adjacent pair of notes is the same. This system yields pitch steps perceived as equal in size, due to the logarithmic changes in pitch frequency.
In classical music and Western music in general, the most common tuning system since the 18th century has been 12 equal temperament (also known as 12-tone equal temperament, 12-TET or 12-ET, informally abbreviated as 12 equal), which divides the octave into 12 parts, all of which are equal on a logarithmic scale, with a ratio equal to the 12th root of 2 (√2 ≈ 1.05946). That resulting smallest interval, 1⁄12 the width of an octave, is called a semitone or half step. In Western countries the term equal temperament, without qualification, generally means 12-TET.
In modern times, 12-TET is usually tuned relative to a standard pitch of 440 Hz, called A440, meaning one note, A, is tuned to 440 hertz and all other notes are defined as some multiple of semitones away from it, either higher or lower in frequency. The standard pitch has not always been 440 Hz; it has varied considerably and generally risen over the past few hundred years.
Other equal temperaments divide the octave differently. For example, some music has been written in 19-TET and 31-TET, while the Arab tone system uses 24-TET.
Instead of dividing an octave, an equal temperament can also divide a different interval, like the equal-tempered version of the Bohlen–Pierce scale, which divides the just interval of an octave and a fifth (ratio 3:1), called a "tritave" or a "pseudo-octave" in that system, into 13 equal parts.
For tuning systems that divide the octave equally, but are not approximations of just intervals, the term equal division of the octave, or EDO can be used.
Unfretted string ensembles, which can adjust the tuning of all notes except for open strings, and vocal groups, who have no mechanical tuning limitations, sometimes use a tuning much closer to just intonation for acoustic reasons. Other instruments, such as some wind, keyboard, and fretted instruments, often only approximate equal temperament, where technical limitations prevent exact tunings. Some wind instruments that can easily and spontaneously bend their tone, most notably trombones, use tuning similar to string ensembles and vocal groups.
In an equal temperament, the distance between two adjacent steps of the scale is the same interval. Because the perceived identity of an interval depends on its ratio, this scale in even steps is a geometric sequence of multiplications. (An arithmetic sequence of intervals would not sound evenly spaced and would not permit transposition to different keys.) Specifically, the smallest interval in an equal-tempered scale is the ratio:
where the ratio r divides the ratio p (typically the octave, which is 2:1) into n equal parts. (See Twelve-tone equal temperament below.)
Scales are often measured in cents, which divide the octave into 1200 equal intervals (each called a cent). This logarithmic scale makes comparison of different tuning systems easier than comparing ratios, and has considerable use in ethnomusicology. The basic step in cents for any equal temperament can be found by taking the width of p above in cents (usually the octave, which is 1200 cents wide), called below w, and dividing it into n parts:
In musical analysis, material belonging to an equal temperament is often given an integer notation, meaning a single integer is used to represent each pitch. This simplifies and generalizes discussion of pitch material within the temperament in the same way that taking the logarithm of a multiplication reduces it to addition. Furthermore, by applying the modular arithmetic where the modulus is the number of divisions of the octave (usually 12), these integers can be reduced to pitch classes, which removes the distinction (or acknowledges the similarity) between pitches of the same name, e.g., c is 0 regardless of octave register. The MIDI encoding standard uses integer note designations.
12-tone equal temperament, which divides the octave into 12 intervals of equal size, is the musical system most widely used today, especially in Western music.
The two figures frequently credited with the achievement of exact calculation of equal temperament are Zhu Zaiyu (also romanized as Chu-Tsaiyu. Chinese: 朱載堉) in 1584 and Simon Stevin in 1585. According to Fritz A. Kuttner, a critic of the theory, it is known that Zhu "presented a highly precise, simple and ingenious method for arithmetic calculation of equal temperament mono-chords in 1584" and that Stevin "offered a mathematical definition of equal temperament plus a somewhat less precise computation of the corresponding numerical values in 1585 or later." The developments occurred independently.
Kenneth Robinson attributes the invention of equal temperament to Zhu and provides textual quotations as evidence. In a text dating from 1584, Zhu wrote: "I have founded a new system. I establish one foot as the number from which the others are to be extracted, and using proportions I extract them. Altogether one has to find the exact figures for the pitch-pipers in twelve operations." Kuttner disagrees and remarks that his claim "cannot be considered correct without major qualifications". Kuttner proposes that neither Zhu nor Stevin achieved equal temperament and that neither should be considered an inventor.
Chinese theorists had previously come up with approximations for 12-TET, but Zhu was the first person to mathematically solve 12-tone equal temperament, which he described in his Fusion of Music and Calendar (律暦融通, Lǜ lì róng tōng) in 1580 and Complete Compendium of Music and Pitch (樂律全書, Yuè lǜ quán shū ) in 1584. Joseph Needham also gives an extended account. Zhu obtained his result by dividing the length of string and pipe successively by √2 ≈ 1.059463, and for pipe length by √2 ≈ 1.029302, such that after 12 divisions (an octave), the length was halved.
Zhu created several instruments tuned to his system, including bamboo pipes.
Some of the first Europeans to advocate equal temperament were lutenists Vincenzo Galilei, Giacomo Gorzanis, and Francesco Spinacino, all of whom wrote music in it.
Simon Stevin was the first to develop 12-TET based on the twelfth root of two, which he described in Van De Spiegheling der singconst (c. 1605), published posthumously in 1884.
Plucked instrument players (lutenists and guitarists) generally favored equal temperament, while others were more divided. In the end, 12-tone equal temperament won out. This allowed enharmonic modulation, new styles of symmetrical tonality and polytonality, atonal music such as that written with the 12-tone technique or serialism, and jazz (at least its piano component) to develop and flourish.
In 12-tone equal temperament, which divides the octave into 12 equal parts, the width of a semitone, i.e. the frequency ratio of the interval between two adjacent notes, is the twelfth root of two:
This interval is divided into 100 cents.
To find the frequency, Pn, of a note in 12-TET, the following definition may be used:
In this formula Pn is the pitch, or frequency (usually in hertz), you are trying to find. Pa is the frequency of a reference pitch. n and a are numbers assigned to the desired pitch and the reference pitch, respectively. These two numbers are from a list of consecutive integers assigned to consecutive semitones. For example, A4 (the reference pitch) is the 49th key from the left end of a piano (tuned to 440 Hz), and C4 (middle C), and F#4 are the 40th and 46th keys, respectively. These numbers can be used to find the frequency of C4 and F#4:
To convert a frequency (in Hz) to its equal 12-TET counterpart, the following formula can be used:
E n = a ⋅ 2 round ( 12 log 2 ( n a ) ) 12 {\displaystyle E_{n}=a\cdot 2^{\frac {\operatorname {round} \left(12\log _{2}\left({\frac {n}{a}}\right)\right)}{12}}}
En is the frequency of a pitch in equal temperament, and a is the frequency of a reference pitch. For example, if we let the reference pitch equal 440 Hz, we can see that E5 and C#5 have the following frequencies, respectively:
E 660 = 440 ⋅ 2 round ( 12 log 2 ( 660 440 ) ) 12 ≈ 659.255 H z {\displaystyle E_{660}=440\cdot 2^{\frac {\operatorname {round} \left(12\log _{2}\left({\frac {660}{440}}\right)\right)}{12}}\approx 659.255\ \mathrm {Hz} }
E 550 = 440 ⋅ 2 round ( 12 log 2 ( 550 440 ) ) 12 ≈ 554.365 H z {\displaystyle E_{550}=440\cdot 2^{\frac {\operatorname {round} \left(12\log _{2}\left({\frac {550}{440}}\right)\right)}{12}}\approx 554.365\ \mathrm {Hz} }
The intervals of 12-TET closely approximate some intervals in just intonation. The fifths and fourths are almost indistinguishably close to just intervals, while thirds and sixths are further away.
In the following table, the sizes of various just intervals are compared to their equal-tempered counterparts, given as a ratio as well as cents.
Violins, violas, and cellos are tuned in perfect fifths (G–D–A–E for violins and C–G–D–A for violas and cellos), which suggests that their semitone ratio is slightly higher than in conventional 12-tone equal temperament. Because a perfect fifth is in 3:2 relation with its base tone, and this interval comprises seven steps, each tone is in the ratio of √3⁄2 to the next (100.28 cents), which provides for a perfect fifth with ratio of 3:2 but a slightly widened octave with a ratio of ≈ 517:258 or ≈ 2.00388:1 rather than the usual 2:1, because 12 perfect fifths do not equal seven octaves. During actual play, however, the violinist chooses pitches by ear, and only the four unstopped pitches of the strings are guaranteed to exhibit this 3:2 ratio.
Five- and seven-tone equal temperament (5-TET Play and 7-TETPlay ), with 240- Play and 171-cent Play steps, respectively, are fairly common.
5-TET and 7-TET mark the endpoints of the syntonic temperament's valid tuning range, as shown in Figure 1.
According to Kunst (1949), Indonesian gamelans are tuned to 5-TET, but according to Hood (1966) and McPhee (1966) their tuning varies widely, and according to Tenzer (2000) they contain stretched octaves. It is now accepted that of the two primary tuning systems in gamelan music, slendro and pelog, only slendro somewhat resembles five-tone equal temperament, while pelog is highly unequal; however, Surjodiningrat et al. (1972) analyze pelog as equivalent to 9-TET (133-cent steps Play).
A Thai xylophone measured by Morton (1974) "varied only plus or minus 5 cents" from 7-TET. According to Morton, "Thai instruments of fixed pitch are tuned to an equidistant system of seven pitches per octave ... As in Western traditional music, however, all pitches of the tuning system are not used in one mode (often referred to as 'scale'); in the Thai system five of the seven are used in principal pitches in any mode, thus establishing a pattern of nonequidistant intervals for the mode." Play
A South American Indian scale from a pre-instrumental culture measured by Boiles (1969) featured 175-cent seven-tone equal temperament, which stretches the octave slightly, as with instrumental gamelan music.
Chinese music has traditionally used 7-TET.
Many instruments have been built using 19 EDO tuning. Equivalent to 1/3-comma meantone, it has a slightly flatter perfect fifth (at 695 cents), but its minor third and major sixth are less than one-fifth of a cent away from just, with the lowest EDO that produces a better minor third and major sixth than 19 EDO being 232 EDO. Its perfect fourth (at 505 cents), is seven cents sharper than just intonation's and five cents sharper than 12 EDO's.
23 EDO is the largest EDO that fails to approximate the 3rd, 5th, 7th, and 11th harmonics (3:2, 5:4, 7:4, 11:8) within 20 cents. But it does approximate ratios between them (including the justly-tuned 6/5 minor third) very well, making it attractive to microtonalists seeking unusual harmonic territory.
24 EDO, the quarter-tone scale, is particularly popular, as it represents a convenient access point for composers conditioned on standard Western 12 EDO pitch and notation practices who are also interested in microtonality. Because 24 EDO contains all the pitches of 12 EDO, musicians employ the additional colors without losing any tactics available in 12-tone harmony. That 24 is a multiple of 12 also makes 24 EDO easy to achieve instrumentally by employing two traditional 12 EDO instruments tuned a quarter-tone apart, such as two pianos, which also allows each performer (or one performer playing a different piano with each hand) to read familiar 12-tone notation. Various composers, including Charles Ives, experimented with music for quarter-tone pianos. 24 EDO also approximates the 11th and 13th harmonics very well, unlike 12 EDO.
26 is the lowest number of equal divisions of the octave that almost purely tunes the 7th harmonic (7:4). Although it is a meantone temperament, it is a very flat one, with four of its perfect fifths producing a neutral third rather than a major third. 26 EDO has two minor thirds and two minor sixths and could be an alternate temperament for barbershop harmony.
27 is the lowest number of equal divisions of the octave that uniquely represents all intervals involving the first eight harmonics. It tempers out the septimal comma but not the syntonic comma.
29 is the lowest number of equal divisions of the octave whose perfect fifth is closer to just than in 12 EDO, in which the fifth is 1.5 cents sharp instead of two cents flat. Its major third is roughly as inaccurate as 12 EDO, but is tuned 14 cents flat rather than 14 cents sharp. It also tunes the 7th, 11th, and 13th harmonics flat, by roughly the same amount. This means intervals such as 7:5, 11:7, and 13:11 are all matched extremely well in 29 EDO.
31 EDO was advocated by Christiaan Huygens and Adriaan Fokker and represents a standardization of quarter-comma meantone. Like 19 EDO, 31 EDO does not have as accurate a perfect fifth as 12 EDO, but its major thirds and minor sixths are less than a cent away from just. It also provides good matches for harmonics up to at least 13, of which the seventh harmonic is particularly accurate.
34 EDO gives slightly lower total combined errors of approximation to 3:2, 5:4, 6:5, and their inversions than 31 EDO does, although the approximation of 5:4 is not as accurate. 34 EDO does not accurately approximate the seventh harmonic or ratios involving 7. It contains a 600-cent tritone, since 34 is an even number.
41 is the second-lowest number of equal divisions of the octave with a better perfect fifth than 12 EDO. Its major third is more accurate than 12 EDO and 29 EDO, at six cents flat. It is not meantone, so it distinguishes 10:9 and 9:8, along with the classic and Pythagorean major thirds, unlike 31 EDO. It is more accurate in the 13-limit than 31 EDO.
46 EDO provides major thirds and perfect fifths that are both slightly sharp of just, and many say that this gives major triads a characteristic bright sound. The harmonics up to 11 are within five cents of accuracy, with 10:9 and 9:5 a fifth of a cent away from pure. As it is not a meantone system, it distinguishes 10:9 and 9:8.
53 EDO has only had occasional use, but is better at approximating the traditional just consonances than 12, 19 or 31 EDO. Its extremely accurate perfect fifths make it equivalent to an extended Pythagorean tuning, and it is sometimes used in Turkish music theory. It does not, however, fit the requirements of meantone temperaments, which put good thirds within easy reach via the cycle of fifths. In 53 EDO, the very consonant thirds are instead reached by using a Pythagorean diminished fourth (C-F♭), as it is an example of schismatic temperament, like 41 EDO.
72 EDO approximates many just intonation intervals well, providing near-just equivalents to the 3rd, 5th, 7th, and 11th harmonics. 72 EDO has been taught, written and performed in practice by Joe Maneri and his students (whose atonal inclinations typically avoid any reference to just intonation whatsoever). It can be considered an extension of 12 EDO because 72 is a multiple of 12. 72 EDO has a smallest interval six times smaller than the smallest interval of 12 EDO and therefore contains six copies of 12 EDO starting on different pitches. It also contains three copies of 24 EDO and two copies of 36 EDO, which are themselves multiples of 12 EDO.
96 EDO approximates all intervals within 6.25 cents, which is barely distinguishable. As an eightfold multiple of 12, it can be used fully like the common 12 EDO. It has been advocated by several composers, especially Julián Carrillo.
Other equal divisions of the octave that have found occasional use include 15 EDO, 17 EDO, and 22 EDO.
2, 5, 12, 41, 53, 306, 665 and 15601 are denominators of first convergents of log2(3), so 2, 5, 12, 41, 53, 306, 665 and 15601 twelfths (and fifths), being in correspondent equal temperaments equal to an integer number of octaves, are better approximations of 2, 5, 12, 41, 53, 306, 665 and 15601 just twelfths/fifths than in any equal temperament with fewer tones.
1, 2, 3, 5, 7, 12, 29, 41, 53, 200... (sequence A060528 in the OEIS) is the sequence of divisions of octave that provides better and better approximations of the perfect fifth. Related sequences contain divisions approximating other just intervals.
The equal-tempered version of the Bohlen–Pierce scale consists of the ratio 3:1, 1902 cents, conventionally a perfect fifth plus an octave (that is, a perfect twelfth), called in this theory a tritave (play), and split into 13 equal parts. This provides a very close match to justly tuned ratios consisting only of odd numbers. Each step is 146.3 cents (play), or √3.
Wendy Carlos created three unusual equal temperaments after a thorough study of the properties of possible temperaments with step size between 30 and 120 cents. These were called alpha, beta, and gamma. They can be considered equal divisions of the perfect fifth. Each of them provides a very good approximation of several just intervals. Their step sizes:
Alpha and Beta may be heard on the title track of Carlos's 1986 album Beauty in the Beast.
In this section, semitone and whole tone may not have their usual 12-EDO meanings, as it discusses how they may be tempered in different ways from their just versions to produce desired relationships. Let the number of steps in a semitone be s, and the number of steps in a tone be t.
There is exactly one family of equal temperaments that fixes the semitone to any proper fraction of a whole tone, while keeping the notes in the right order (meaning that, for example, C, D, E, F, and F♯ are in ascending order if they preserve their usual relationships to C). That is, fixing q to a proper fraction in the relationship qt = s also defines a unique family of one equal temperament and its multiples that fulfil this relationship.
For example, where k is an integer, 12k-EDO sets q = 1⁄2, 19k-EDO sets q = 1⁄3, and 31k-EDO sets q = 2⁄5. The smallest multiples in these families (e.g. 12, 19 and 31 above) has the additional property of having no notes outside the circle of fifths. (This is not true in general; in 24-EDO, the half-sharps and half-flats are not in the circle of fifths generated starting from C.) The extreme cases are 5k-EDO, where q = 0 and the semitone becomes a unison, and 7k-EDO, where q = 1 and the semitone and tone are the same interval.
Once one knows how many steps a semitone and a tone are in this equal temperament, one can find the number of steps it has in the octave. An equal temperament with the above properties (including having no notes outside the circle of fifths) divides the octave into 7t − 2s steps and the perfect fifth into 4t − s steps. If there are notes outside the circle of fifths, one must then multiply these results by n, the number of nonoverlapping circles of fifths required to generate all the notes (e.g., two in 24-EDO, six in 72-EDO). (One must take the small semitone for this purpose: 19-EDO has two semitones, one being 1⁄3 tone and the other being 2⁄3. Similarly, 31-EDO has two semitones, one being 2⁄5 tone and the other being 3⁄5)
The smallest of these families is 12k-EDO, and in particular, 12-EDO is the smallest equal temperament with the above properties. Additionally, it makes the semitone exactly half a whole tone, the simplest possible relationship. These are some of the reasons 12-EDO has become the most commonly used equal temperament. (Another reason is that 12-EDO is the smallest equal temperament to closely approximate 5-limit harmony, the next-smallest being 19-EDO.)
Each choice of fraction q for the relationship results in exactly one equal temperament family, but the converse is not true: 47-EDO has two different semitones, where one is 1⁄7 tone and the other is 8⁄9, which are not complements of each other like in 19-EDO (1⁄3 and 2⁄3). Taking each semitone results in a different choice of perfect fifth.
The diatonic tuning in twelve equal can be generalized to any regular diatonic tuning dividing the octave as a sequence of steps TTSTTTS (or a rotation of it) with all the T's and all the S's the same size and the S's smaller than the T's. In twelve equal, the S is the semitone and is exactly half the size of the tone T. When the S's reduce to zero, the result is TTTTT, a five-tone equal temperament. As the semitones get larger, eventually the steps are all the same size, and the result is in seven-tone equal temperament. These two endpoints are not included as regular diatonic tunings.
The notes in a regular diatonic tuning are connected by a cycle of seven tempered fifths. The 12-tone system similarly generalizes to a sequence CDCDDCDCDCDD (or a rotation of it) of chromatic and diatonic semitones connected by a cycle of 12 fifths. In this case, seven equal is obtained in the limit as the size of C tends to zero, and five equal is the limit as D tends to zero, while twelve equal is of course the case C = D.
Some of the intermediate sizes of tones and semitones can also be generated in equal temperament systems. For instance, if the diatonic semitone is double the size of the chromatic semitone, i.e. D = 2C, the result is nineteen equal, with one step for the chromatic semitone, two steps for the diatonic semitone, three steps for the tone, and the total number of steps 5T + 2S = 15 + 4 = 19 steps. The resulting 12-tone system closely approximates the historically important 1/3 comma meantone.
If the chromatic semitone is two-thirds the size of the diatonic semitone, i.e. C = (2/3)D, the result is 31 equal, with two steps for the chromatic semitone, three steps for the diatonic semitone, and five steps for the tone, where 5T + 2S = 25 + 6 = 31 steps. The resulting 12-tone system closely approximates the historically important 1/4 comma meantone. | [
{
"paragraph_id": 0,
"text": "An equal temperament is a musical temperament or tuning system that approximates just intervals but instead divides an octave (or other interval) into steps such that the ratio of the frequencies of any adjacent pair of notes is the same. This system yields pitch steps perceived as equal in size, due to the logarithmic changes in pitch frequency.",
"title": ""
},
{
"paragraph_id": 1,
"text": "In classical music and Western music in general, the most common tuning system since the 18th century has been 12 equal temperament (also known as 12-tone equal temperament, 12-TET or 12-ET, informally abbreviated as 12 equal), which divides the octave into 12 parts, all of which are equal on a logarithmic scale, with a ratio equal to the 12th root of 2 (√2 ≈ 1.05946). That resulting smallest interval, 1⁄12 the width of an octave, is called a semitone or half step. In Western countries the term equal temperament, without qualification, generally means 12-TET.",
"title": ""
},
{
"paragraph_id": 2,
"text": "In modern times, 12-TET is usually tuned relative to a standard pitch of 440 Hz, called A440, meaning one note, A, is tuned to 440 hertz and all other notes are defined as some multiple of semitones away from it, either higher or lower in frequency. The standard pitch has not always been 440 Hz; it has varied considerably and generally risen over the past few hundred years.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Other equal temperaments divide the octave differently. For example, some music has been written in 19-TET and 31-TET, while the Arab tone system uses 24-TET.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Instead of dividing an octave, an equal temperament can also divide a different interval, like the equal-tempered version of the Bohlen–Pierce scale, which divides the just interval of an octave and a fifth (ratio 3:1), called a \"tritave\" or a \"pseudo-octave\" in that system, into 13 equal parts.",
"title": ""
},
{
"paragraph_id": 5,
"text": "For tuning systems that divide the octave equally, but are not approximations of just intervals, the term equal division of the octave, or EDO can be used.",
"title": ""
},
{
"paragraph_id": 6,
"text": "Unfretted string ensembles, which can adjust the tuning of all notes except for open strings, and vocal groups, who have no mechanical tuning limitations, sometimes use a tuning much closer to just intonation for acoustic reasons. Other instruments, such as some wind, keyboard, and fretted instruments, often only approximate equal temperament, where technical limitations prevent exact tunings. Some wind instruments that can easily and spontaneously bend their tone, most notably trombones, use tuning similar to string ensembles and vocal groups.",
"title": ""
},
{
"paragraph_id": 7,
"text": "In an equal temperament, the distance between two adjacent steps of the scale is the same interval. Because the perceived identity of an interval depends on its ratio, this scale in even steps is a geometric sequence of multiplications. (An arithmetic sequence of intervals would not sound evenly spaced and would not permit transposition to different keys.) Specifically, the smallest interval in an equal-tempered scale is the ratio:",
"title": "General properties"
},
{
"paragraph_id": 8,
"text": "where the ratio r divides the ratio p (typically the octave, which is 2:1) into n equal parts. (See Twelve-tone equal temperament below.)",
"title": "General properties"
},
{
"paragraph_id": 9,
"text": "Scales are often measured in cents, which divide the octave into 1200 equal intervals (each called a cent). This logarithmic scale makes comparison of different tuning systems easier than comparing ratios, and has considerable use in ethnomusicology. The basic step in cents for any equal temperament can be found by taking the width of p above in cents (usually the octave, which is 1200 cents wide), called below w, and dividing it into n parts:",
"title": "General properties"
},
{
"paragraph_id": 10,
"text": "In musical analysis, material belonging to an equal temperament is often given an integer notation, meaning a single integer is used to represent each pitch. This simplifies and generalizes discussion of pitch material within the temperament in the same way that taking the logarithm of a multiplication reduces it to addition. Furthermore, by applying the modular arithmetic where the modulus is the number of divisions of the octave (usually 12), these integers can be reduced to pitch classes, which removes the distinction (or acknowledges the similarity) between pitches of the same name, e.g., c is 0 regardless of octave register. The MIDI encoding standard uses integer note designations.",
"title": "General properties"
},
{
"paragraph_id": 11,
"text": "12-tone equal temperament, which divides the octave into 12 intervals of equal size, is the musical system most widely used today, especially in Western music.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 12,
"text": "The two figures frequently credited with the achievement of exact calculation of equal temperament are Zhu Zaiyu (also romanized as Chu-Tsaiyu. Chinese: 朱載堉) in 1584 and Simon Stevin in 1585. According to Fritz A. Kuttner, a critic of the theory, it is known that Zhu \"presented a highly precise, simple and ingenious method for arithmetic calculation of equal temperament mono-chords in 1584\" and that Stevin \"offered a mathematical definition of equal temperament plus a somewhat less precise computation of the corresponding numerical values in 1585 or later.\" The developments occurred independently.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 13,
"text": "Kenneth Robinson attributes the invention of equal temperament to Zhu and provides textual quotations as evidence. In a text dating from 1584, Zhu wrote: \"I have founded a new system. I establish one foot as the number from which the others are to be extracted, and using proportions I extract them. Altogether one has to find the exact figures for the pitch-pipers in twelve operations.\" Kuttner disagrees and remarks that his claim \"cannot be considered correct without major qualifications\". Kuttner proposes that neither Zhu nor Stevin achieved equal temperament and that neither should be considered an inventor.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 14,
"text": "Chinese theorists had previously come up with approximations for 12-TET, but Zhu was the first person to mathematically solve 12-tone equal temperament, which he described in his Fusion of Music and Calendar (律暦融通, Lǜ lì róng tōng) in 1580 and Complete Compendium of Music and Pitch (樂律全書, Yuè lǜ quán shū ) in 1584. Joseph Needham also gives an extended account. Zhu obtained his result by dividing the length of string and pipe successively by √2 ≈ 1.059463, and for pipe length by √2 ≈ 1.029302, such that after 12 divisions (an octave), the length was halved.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 15,
"text": "Zhu created several instruments tuned to his system, including bamboo pipes.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 16,
"text": "Some of the first Europeans to advocate equal temperament were lutenists Vincenzo Galilei, Giacomo Gorzanis, and Francesco Spinacino, all of whom wrote music in it.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 17,
"text": "Simon Stevin was the first to develop 12-TET based on the twelfth root of two, which he described in Van De Spiegheling der singconst (c. 1605), published posthumously in 1884.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 18,
"text": "Plucked instrument players (lutenists and guitarists) generally favored equal temperament, while others were more divided. In the end, 12-tone equal temperament won out. This allowed enharmonic modulation, new styles of symmetrical tonality and polytonality, atonal music such as that written with the 12-tone technique or serialism, and jazz (at least its piano component) to develop and flourish.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 19,
"text": "",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 20,
"text": "In 12-tone equal temperament, which divides the octave into 12 equal parts, the width of a semitone, i.e. the frequency ratio of the interval between two adjacent notes, is the twelfth root of two:",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 21,
"text": "This interval is divided into 100 cents.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 22,
"text": "To find the frequency, Pn, of a note in 12-TET, the following definition may be used:",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 23,
"text": "In this formula Pn is the pitch, or frequency (usually in hertz), you are trying to find. Pa is the frequency of a reference pitch. n and a are numbers assigned to the desired pitch and the reference pitch, respectively. These two numbers are from a list of consecutive integers assigned to consecutive semitones. For example, A4 (the reference pitch) is the 49th key from the left end of a piano (tuned to 440 Hz), and C4 (middle C), and F#4 are the 40th and 46th keys, respectively. These numbers can be used to find the frequency of C4 and F#4:",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 24,
"text": "To convert a frequency (in Hz) to its equal 12-TET counterpart, the following formula can be used:",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 25,
"text": "E n = a ⋅ 2 round ( 12 log 2 ( n a ) ) 12 {\\displaystyle E_{n}=a\\cdot 2^{\\frac {\\operatorname {round} \\left(12\\log _{2}\\left({\\frac {n}{a}}\\right)\\right)}{12}}}",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 26,
"text": "En is the frequency of a pitch in equal temperament, and a is the frequency of a reference pitch. For example, if we let the reference pitch equal 440 Hz, we can see that E5 and C#5 have the following frequencies, respectively:",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 27,
"text": "E 660 = 440 ⋅ 2 round ( 12 log 2 ( 660 440 ) ) 12 ≈ 659.255 H z {\\displaystyle E_{660}=440\\cdot 2^{\\frac {\\operatorname {round} \\left(12\\log _{2}\\left({\\frac {660}{440}}\\right)\\right)}{12}}\\approx 659.255\\ \\mathrm {Hz} }",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 28,
"text": "E 550 = 440 ⋅ 2 round ( 12 log 2 ( 550 440 ) ) 12 ≈ 554.365 H z {\\displaystyle E_{550}=440\\cdot 2^{\\frac {\\operatorname {round} \\left(12\\log _{2}\\left({\\frac {550}{440}}\\right)\\right)}{12}}\\approx 554.365\\ \\mathrm {Hz} }",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 29,
"text": "The intervals of 12-TET closely approximate some intervals in just intonation. The fifths and fourths are almost indistinguishably close to just intervals, while thirds and sixths are further away.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 30,
"text": "In the following table, the sizes of various just intervals are compared to their equal-tempered counterparts, given as a ratio as well as cents.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 31,
"text": "Violins, violas, and cellos are tuned in perfect fifths (G–D–A–E for violins and C–G–D–A for violas and cellos), which suggests that their semitone ratio is slightly higher than in conventional 12-tone equal temperament. Because a perfect fifth is in 3:2 relation with its base tone, and this interval comprises seven steps, each tone is in the ratio of √3⁄2 to the next (100.28 cents), which provides for a perfect fifth with ratio of 3:2 but a slightly widened octave with a ratio of ≈ 517:258 or ≈ 2.00388:1 rather than the usual 2:1, because 12 perfect fifths do not equal seven octaves. During actual play, however, the violinist chooses pitches by ear, and only the four unstopped pitches of the strings are guaranteed to exhibit this 3:2 ratio.",
"title": "Twelve-tone equal temperament"
},
{
"paragraph_id": 32,
"text": "Five- and seven-tone equal temperament (5-TET Play and 7-TETPlay ), with 240- Play and 171-cent Play steps, respectively, are fairly common.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 33,
"text": "5-TET and 7-TET mark the endpoints of the syntonic temperament's valid tuning range, as shown in Figure 1.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 34,
"text": "According to Kunst (1949), Indonesian gamelans are tuned to 5-TET, but according to Hood (1966) and McPhee (1966) their tuning varies widely, and according to Tenzer (2000) they contain stretched octaves. It is now accepted that of the two primary tuning systems in gamelan music, slendro and pelog, only slendro somewhat resembles five-tone equal temperament, while pelog is highly unequal; however, Surjodiningrat et al. (1972) analyze pelog as equivalent to 9-TET (133-cent steps Play).",
"title": "Other equal temperaments"
},
{
"paragraph_id": 35,
"text": "A Thai xylophone measured by Morton (1974) \"varied only plus or minus 5 cents\" from 7-TET. According to Morton, \"Thai instruments of fixed pitch are tuned to an equidistant system of seven pitches per octave ... As in Western traditional music, however, all pitches of the tuning system are not used in one mode (often referred to as 'scale'); in the Thai system five of the seven are used in principal pitches in any mode, thus establishing a pattern of nonequidistant intervals for the mode.\" Play",
"title": "Other equal temperaments"
},
{
"paragraph_id": 36,
"text": "A South American Indian scale from a pre-instrumental culture measured by Boiles (1969) featured 175-cent seven-tone equal temperament, which stretches the octave slightly, as with instrumental gamelan music.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 37,
"text": "Chinese music has traditionally used 7-TET.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 38,
"text": "Many instruments have been built using 19 EDO tuning. Equivalent to 1/3-comma meantone, it has a slightly flatter perfect fifth (at 695 cents), but its minor third and major sixth are less than one-fifth of a cent away from just, with the lowest EDO that produces a better minor third and major sixth than 19 EDO being 232 EDO. Its perfect fourth (at 505 cents), is seven cents sharper than just intonation's and five cents sharper than 12 EDO's.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 39,
"text": "23 EDO is the largest EDO that fails to approximate the 3rd, 5th, 7th, and 11th harmonics (3:2, 5:4, 7:4, 11:8) within 20 cents. But it does approximate ratios between them (including the justly-tuned 6/5 minor third) very well, making it attractive to microtonalists seeking unusual harmonic territory.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 40,
"text": "24 EDO, the quarter-tone scale, is particularly popular, as it represents a convenient access point for composers conditioned on standard Western 12 EDO pitch and notation practices who are also interested in microtonality. Because 24 EDO contains all the pitches of 12 EDO, musicians employ the additional colors without losing any tactics available in 12-tone harmony. That 24 is a multiple of 12 also makes 24 EDO easy to achieve instrumentally by employing two traditional 12 EDO instruments tuned a quarter-tone apart, such as two pianos, which also allows each performer (or one performer playing a different piano with each hand) to read familiar 12-tone notation. Various composers, including Charles Ives, experimented with music for quarter-tone pianos. 24 EDO also approximates the 11th and 13th harmonics very well, unlike 12 EDO.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 41,
"text": "26 is the lowest number of equal divisions of the octave that almost purely tunes the 7th harmonic (7:4). Although it is a meantone temperament, it is a very flat one, with four of its perfect fifths producing a neutral third rather than a major third. 26 EDO has two minor thirds and two minor sixths and could be an alternate temperament for barbershop harmony.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 42,
"text": "27 is the lowest number of equal divisions of the octave that uniquely represents all intervals involving the first eight harmonics. It tempers out the septimal comma but not the syntonic comma.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 43,
"text": "29 is the lowest number of equal divisions of the octave whose perfect fifth is closer to just than in 12 EDO, in which the fifth is 1.5 cents sharp instead of two cents flat. Its major third is roughly as inaccurate as 12 EDO, but is tuned 14 cents flat rather than 14 cents sharp. It also tunes the 7th, 11th, and 13th harmonics flat, by roughly the same amount. This means intervals such as 7:5, 11:7, and 13:11 are all matched extremely well in 29 EDO.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 44,
"text": "31 EDO was advocated by Christiaan Huygens and Adriaan Fokker and represents a standardization of quarter-comma meantone. Like 19 EDO, 31 EDO does not have as accurate a perfect fifth as 12 EDO, but its major thirds and minor sixths are less than a cent away from just. It also provides good matches for harmonics up to at least 13, of which the seventh harmonic is particularly accurate.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 45,
"text": "34 EDO gives slightly lower total combined errors of approximation to 3:2, 5:4, 6:5, and their inversions than 31 EDO does, although the approximation of 5:4 is not as accurate. 34 EDO does not accurately approximate the seventh harmonic or ratios involving 7. It contains a 600-cent tritone, since 34 is an even number.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 46,
"text": "41 is the second-lowest number of equal divisions of the octave with a better perfect fifth than 12 EDO. Its major third is more accurate than 12 EDO and 29 EDO, at six cents flat. It is not meantone, so it distinguishes 10:9 and 9:8, along with the classic and Pythagorean major thirds, unlike 31 EDO. It is more accurate in the 13-limit than 31 EDO.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 47,
"text": "46 EDO provides major thirds and perfect fifths that are both slightly sharp of just, and many say that this gives major triads a characteristic bright sound. The harmonics up to 11 are within five cents of accuracy, with 10:9 and 9:5 a fifth of a cent away from pure. As it is not a meantone system, it distinguishes 10:9 and 9:8.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 48,
"text": "53 EDO has only had occasional use, but is better at approximating the traditional just consonances than 12, 19 or 31 EDO. Its extremely accurate perfect fifths make it equivalent to an extended Pythagorean tuning, and it is sometimes used in Turkish music theory. It does not, however, fit the requirements of meantone temperaments, which put good thirds within easy reach via the cycle of fifths. In 53 EDO, the very consonant thirds are instead reached by using a Pythagorean diminished fourth (C-F♭), as it is an example of schismatic temperament, like 41 EDO.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 49,
"text": "72 EDO approximates many just intonation intervals well, providing near-just equivalents to the 3rd, 5th, 7th, and 11th harmonics. 72 EDO has been taught, written and performed in practice by Joe Maneri and his students (whose atonal inclinations typically avoid any reference to just intonation whatsoever). It can be considered an extension of 12 EDO because 72 is a multiple of 12. 72 EDO has a smallest interval six times smaller than the smallest interval of 12 EDO and therefore contains six copies of 12 EDO starting on different pitches. It also contains three copies of 24 EDO and two copies of 36 EDO, which are themselves multiples of 12 EDO.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 50,
"text": "96 EDO approximates all intervals within 6.25 cents, which is barely distinguishable. As an eightfold multiple of 12, it can be used fully like the common 12 EDO. It has been advocated by several composers, especially Julián Carrillo.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 51,
"text": "Other equal divisions of the octave that have found occasional use include 15 EDO, 17 EDO, and 22 EDO.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 52,
"text": "2, 5, 12, 41, 53, 306, 665 and 15601 are denominators of first convergents of log2(3), so 2, 5, 12, 41, 53, 306, 665 and 15601 twelfths (and fifths), being in correspondent equal temperaments equal to an integer number of octaves, are better approximations of 2, 5, 12, 41, 53, 306, 665 and 15601 just twelfths/fifths than in any equal temperament with fewer tones.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 53,
"text": "1, 2, 3, 5, 7, 12, 29, 41, 53, 200... (sequence A060528 in the OEIS) is the sequence of divisions of octave that provides better and better approximations of the perfect fifth. Related sequences contain divisions approximating other just intervals.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 54,
"text": "The equal-tempered version of the Bohlen–Pierce scale consists of the ratio 3:1, 1902 cents, conventionally a perfect fifth plus an octave (that is, a perfect twelfth), called in this theory a tritave (play), and split into 13 equal parts. This provides a very close match to justly tuned ratios consisting only of odd numbers. Each step is 146.3 cents (play), or √3.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 55,
"text": "Wendy Carlos created three unusual equal temperaments after a thorough study of the properties of possible temperaments with step size between 30 and 120 cents. These were called alpha, beta, and gamma. They can be considered equal divisions of the perfect fifth. Each of them provides a very good approximation of several just intervals. Their step sizes:",
"title": "Other equal temperaments"
},
{
"paragraph_id": 56,
"text": "Alpha and Beta may be heard on the title track of Carlos's 1986 album Beauty in the Beast.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 57,
"text": "In this section, semitone and whole tone may not have their usual 12-EDO meanings, as it discusses how they may be tempered in different ways from their just versions to produce desired relationships. Let the number of steps in a semitone be s, and the number of steps in a tone be t.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 58,
"text": "There is exactly one family of equal temperaments that fixes the semitone to any proper fraction of a whole tone, while keeping the notes in the right order (meaning that, for example, C, D, E, F, and F♯ are in ascending order if they preserve their usual relationships to C). That is, fixing q to a proper fraction in the relationship qt = s also defines a unique family of one equal temperament and its multiples that fulfil this relationship.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 59,
"text": "For example, where k is an integer, 12k-EDO sets q = 1⁄2, 19k-EDO sets q = 1⁄3, and 31k-EDO sets q = 2⁄5. The smallest multiples in these families (e.g. 12, 19 and 31 above) has the additional property of having no notes outside the circle of fifths. (This is not true in general; in 24-EDO, the half-sharps and half-flats are not in the circle of fifths generated starting from C.) The extreme cases are 5k-EDO, where q = 0 and the semitone becomes a unison, and 7k-EDO, where q = 1 and the semitone and tone are the same interval.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 60,
"text": "Once one knows how many steps a semitone and a tone are in this equal temperament, one can find the number of steps it has in the octave. An equal temperament with the above properties (including having no notes outside the circle of fifths) divides the octave into 7t − 2s steps and the perfect fifth into 4t − s steps. If there are notes outside the circle of fifths, one must then multiply these results by n, the number of nonoverlapping circles of fifths required to generate all the notes (e.g., two in 24-EDO, six in 72-EDO). (One must take the small semitone for this purpose: 19-EDO has two semitones, one being 1⁄3 tone and the other being 2⁄3. Similarly, 31-EDO has two semitones, one being 2⁄5 tone and the other being 3⁄5)",
"title": "Other equal temperaments"
},
{
"paragraph_id": 61,
"text": "The smallest of these families is 12k-EDO, and in particular, 12-EDO is the smallest equal temperament with the above properties. Additionally, it makes the semitone exactly half a whole tone, the simplest possible relationship. These are some of the reasons 12-EDO has become the most commonly used equal temperament. (Another reason is that 12-EDO is the smallest equal temperament to closely approximate 5-limit harmony, the next-smallest being 19-EDO.)",
"title": "Other equal temperaments"
},
{
"paragraph_id": 62,
"text": "Each choice of fraction q for the relationship results in exactly one equal temperament family, but the converse is not true: 47-EDO has two different semitones, where one is 1⁄7 tone and the other is 8⁄9, which are not complements of each other like in 19-EDO (1⁄3 and 2⁄3). Taking each semitone results in a different choice of perfect fifth.",
"title": "Other equal temperaments"
},
{
"paragraph_id": 63,
"text": "",
"title": "Related tuning systems"
},
{
"paragraph_id": 64,
"text": "The diatonic tuning in twelve equal can be generalized to any regular diatonic tuning dividing the octave as a sequence of steps TTSTTTS (or a rotation of it) with all the T's and all the S's the same size and the S's smaller than the T's. In twelve equal, the S is the semitone and is exactly half the size of the tone T. When the S's reduce to zero, the result is TTTTT, a five-tone equal temperament. As the semitones get larger, eventually the steps are all the same size, and the result is in seven-tone equal temperament. These two endpoints are not included as regular diatonic tunings.",
"title": "Related tuning systems"
},
{
"paragraph_id": 65,
"text": "The notes in a regular diatonic tuning are connected by a cycle of seven tempered fifths. The 12-tone system similarly generalizes to a sequence CDCDDCDCDCDD (or a rotation of it) of chromatic and diatonic semitones connected by a cycle of 12 fifths. In this case, seven equal is obtained in the limit as the size of C tends to zero, and five equal is the limit as D tends to zero, while twelve equal is of course the case C = D.",
"title": "Related tuning systems"
},
{
"paragraph_id": 66,
"text": "Some of the intermediate sizes of tones and semitones can also be generated in equal temperament systems. For instance, if the diatonic semitone is double the size of the chromatic semitone, i.e. D = 2C, the result is nineteen equal, with one step for the chromatic semitone, two steps for the diatonic semitone, three steps for the tone, and the total number of steps 5T + 2S = 15 + 4 = 19 steps. The resulting 12-tone system closely approximates the historically important 1/3 comma meantone.",
"title": "Related tuning systems"
},
{
"paragraph_id": 67,
"text": "If the chromatic semitone is two-thirds the size of the diatonic semitone, i.e. C = (2/3)D, the result is 31 equal, with two steps for the chromatic semitone, three steps for the diatonic semitone, and five steps for the tone, where 5T + 2S = 25 + 6 = 31 steps. The resulting 12-tone system closely approximates the historically important 1/4 comma meantone.",
"title": "Related tuning systems"
}
]
| An equal temperament is a musical temperament or tuning system that approximates just intervals but instead divides an octave into steps such that the ratio of the frequencies of any adjacent pair of notes is the same. This system yields pitch steps perceived as equal in size, due to the logarithmic changes in pitch frequency. In classical music and Western music in general, the most common tuning system since the 18th century has been 12 equal temperament, which divides the octave into 12 parts, all of which are equal on a logarithmic scale, with a ratio equal to the 12th root of 2. That resulting smallest interval, 1⁄12 the width of an octave, is called a semitone or half step. In Western countries the term equal temperament, without qualification, generally means 12-TET. In modern times, 12-TET is usually tuned relative to a standard pitch of 440 Hz, called A440, meaning one note, A, is tuned to 440 hertz and all other notes are defined as some multiple of semitones away from it, either higher or lower in frequency. The standard pitch has not always been 440 Hz; it has varied considerably and generally risen over the past few hundred years. Other equal temperaments divide the octave differently. For example, some music has been written in 19-TET and 31-TET, while the Arab tone system uses 24-TET. Instead of dividing an octave, an equal temperament can also divide a different interval, like the equal-tempered version of the Bohlen–Pierce scale, which divides the just interval of an octave and a fifth, called a "tritave" or a "pseudo-octave" in that system, into 13 equal parts. For tuning systems that divide the octave equally, but are not approximations of just intervals, the term equal division of the octave, or EDO can be used. Unfretted string ensembles, which can adjust the tuning of all notes except for open strings, and vocal groups, who have no mechanical tuning limitations, sometimes use a tuning much closer to just intonation for acoustic reasons. Other instruments, such as some wind, keyboard, and fretted instruments, often only approximate equal temperament, where technical limitations prevent exact tunings. Some wind instruments that can easily and spontaneously bend their tone, most notably trombones, use tuning similar to string ensembles and vocal groups. | 2001-12-22T15:21:54Z | 2023-12-19T12:56:05Z | [
"Template:Reflist",
"Template:Frac",
"Template:Lang",
"Template:See also",
"Template:Sqrt",
"Template:Microtonal music",
"Template:Wide image",
"Template:Main",
"Template:Webarchive",
"Template:ISBN",
"Template:Sup",
"Template:Sub",
"Template:Atonality",
"Template:Musical tuning",
"Template:Circa",
"Template:Cite journal",
"Template:Cite book",
"Template:Dead link",
"Template:Short description",
"Template:Missing information",
"Template:More citations needed section",
"Template:Cite web",
"Template:Unreferenced section",
"Template:Anchor",
"Template:Audio",
"Template:Radic",
"Template:Music",
"Template:OEIS"
]
| https://en.wikipedia.org/wiki/Equal_temperament |
10,310 | Edward Gibbon | Edward Gibbon FRS (/ˈɡɪbən/; 8 May 1737 – 16 January 1794) was an English essayist, historian, and politician. His most important work, The History of the Decline and Fall of the Roman Empire, published in six volumes between 1776 and 1788, is known for the quality and irony of its prose, its use of primary sources, and its polemical criticism of organised religion.
Edward Gibbon was born in 1737, the son of Edward and Judith Gibbon, at Lime Grove in the town of Putney, Surrey. He had five brothers and one sister, all of whom died in infancy. His grandfather, also named Edward, had lost his assets as a result of the South Sea bubble stock-market collapse in 1720 but eventually regained much of his wealth. Gibbon's father thus inherited a substantial estate. His paternal grandmother, Catherine Acton, was granddaughter of Sir Walter Acton, 2nd Baronet.
As a youth, Gibbon's health was under constant threat. He described himself as "a puny child, neglected by my Mother, starved by my nurse". At age nine, he was sent to Dr. Woddeson's school at Kingston upon Thames (now Kingston Grammar School), shortly after which his mother died. He then took up residence in the Westminster School boarding house, owned by his adored "Aunt Kitty", Catherine Porten. Soon after she died in 1786, he remembered her as rescuing him from his mother's disdain, and imparting "the first rudiments of knowledge, the first exercise of reason, and a taste for books which is still the pleasure and glory of my life". From 1747 Gibbon spent time at the family home in Buriton. By 1751, Gibbon's reading was already extensive and pointed toward his future pursuits: Laurence Echard's Roman History (1713), William Howel(l)'s An Institution of General History (1680–85), and several of the 65 volumes of the acclaimed Universal History from the Earliest Account of Time (1747–1768).
Following a stay at Bath in 1752 to improve his health at the age of 15, Gibbon was sent by his father to Magdalen College, Oxford, where he was enrolled as a gentleman-commoner. He was ill-suited, however, to the college atmosphere, and later rued his 14 months there as the "most idle and unprofitable" of his life. Because he says so in his autobiography, it used to be thought that a penchant from his aunt for "theological controversy" bloomed under the influence of the deist or rationalist theologian Conyers Middleton (1683–1750), the author of Free Inquiry into the Miraculous Powers (1749). In that tract, Middleton denied the validity of such powers; Gibbon promptly objected, or so the argument used to run. The product of that disagreement, with some assistance from the work of Catholic Bishop Jacques-Bénigne Bossuet (1627–1704), and that of the Elizabethan Jesuit Robert Parsons (1546–1610), yielded the most memorable event of his time at Oxford: his conversion to Roman Catholicism on 8 June 1753. He was further "corrupted" by the 'free thinking' deism of the playwright/poet couple David and Lucy Mallet; and finally Gibbon's father, already "in despair," had had enough. David Womersley has shown, however, that Gibbon's claim to having been converted by a reading of Middleton is very unlikely, and was introduced only into the final draft of the "Memoirs" in 1792–93. Bowersock suggests that Gibbon fabricated the Middleton story in his anxiety about the impact of the French Revolution and Edmund Burke's claim that it was provoked by the French philosophes so influential on Gibbon.
Within weeks of his conversion, he was removed from Oxford and sent to live under the care and tutelage of Daniel Pavillard, Reformed pastor of Lausanne, Switzerland. There, he made one of his life's two great friendships, that of Jacques Georges Deyverdun (the French-language translator of Goethe's The Sorrows of Young Werther), and that of John Baker Holroyd (later Lord Sheffield). Just a year and a half later, after his father threatened to disinherit him, on Christmas Day, 1754, he reconverted to Protestantism. "The various articles of the Romish creed," he wrote, "disappeared like a dream". Gibbon remained in Lausanne for five intellectually productive years that enriched Gibbon's already great aptitude for scholarship and erudition: he read Latin literature; travelled throughout Switzerland studying its cantons' constitutions; and studied the works of Hugo Grotius, Samuel von Pufendorf, John Locke, Pierre Bayle, and Blaise Pascal.
He also met the one romance in his life: the daughter of the pastor of Crassy, a young woman named Suzanne Curchod, who was later to become the wife of Louis XVI's finance minister Jacques Necker, and the mother of Madame de Staël. The two developed a warm affinity; Gibbon proceeded to propose marriage, but ultimately this was out of the question, blocked both by his father's staunch disapproval and Curchod's equally staunch reluctance to leave Switzerland. Gibbon returned to England in August 1758 to face his father. No refusal of the elder's wishes could be allowed. Gibbon put it this way: "I sighed as a lover, I obeyed as a son." He proceeded to cut off all contact with Curchod, even as she vowed to wait for him. Their final emotional break apparently came at Ferney, France, in early 1764, though they did see each other at least one more time a year later.
Upon his return to England, Gibbon published his first book, Essai sur l'Étude de la Littérature in 1761, which produced an initial taste of celebrity and distinguished him, in Paris at least, as a man of letters. From 1759 to 1770, Gibbon served on active duty and in reserve with the South Hampshire Militia, his deactivation in December 1762 coinciding with the militia's dispersal at the end of the Seven Years' War. The following year, he returned, via Paris, to Lausanne, where he made the acquaintance of a "prudent worthy young man" William Guise. On 18 April 1764, he and Guise set off for Italy, crossed the Alps, and after spending the summer in Florence arrived in Rome, via Lucca, Pisa, Livorno and Siena, in early October. In his autobiography, Gibbon vividly records his rapture when he finally neared "the great object of [my] pilgrimage":
...at the distance of twenty-five years I can neither forget nor express the strong emotions which agitated my mind as I first approached and entered the eternal City. After a sleepless night, I trod, with a lofty step the ruins of the Forum; each memorable spot where Romulus stood, or Tully spoke, or Caesar fell, was at once present to my eye; and several days of intoxication were lost or enjoyed before I could descend to a cool and minute investigation.
Here, Gibbon first conceived the idea of composing a history of the city, later extended to the entire empire, a moment he described later as his "Capitoline vision":
It was at Rome, on the fifteenth of October 1764, as I sat musing amidst the ruins of the Capitol, while the barefooted fryars were singing vespers in the temple of Jupiter, that the idea of writing the decline and fall of the City first started to my mind.
Womersley (Oxford Dictionary of National Biography, p. 12) notes the existence of "good reasons" to doubt the statement's accuracy. Elaborating, Pocock ("Classical History," ¶ #2) refers to it as a likely "creation of memory" or a "literary invention", given that Gibbon, in his autobiography, claimed that his journal dated the reminiscence to 15 October, when in fact the journal gives no date.
In June 1765, Gibbon returned to his father's house, and remained there until the latter's death in 1770. These five years were considered by Gibbon as the worst of his life, but he tried to remain busy by making early attempts towards writing full histories. His first historical narrative known as the History of Switzerland, which represented Gibbon's love for Switzerland, was never published nor finished. Even under the guidance of Deyverdun (a German translator for Gibbons), Gibbon became too critical of himself, and completely abandoned the project, only writing 60 pages of text. However, after Gibbon's death, his writings on Switzerland's history were discovered and published by Lord Sheffield in 1815. Soon after abandoning his History of Switzerland, Gibbon made another attempt towards completing a full history.
His second work, Memoires Litteraires de la Grande Bretagne, was a two-volume set, which described the literary and social conditions of England at the time, such as Lord Lyttelton's history of Henry II and Nathaniel Lardner's The Credibility of the Gospel History. Gibbon's Memoires Litteraires failed to gain any notoriety and was considered a flop by fellow historians and literary scholars.
After he tended to his father's estate—which was by no means in good condition— quite enough remained for Gibbon to settle fashionably in London at 7 Bentinck Street, free of financial concern. By February 1773, he was writing in earnest, but not without the occasional self-imposed distraction. He took to London society quite easily, joined the better social clubs, including Dr. Johnson's Literary Club, and looked in from time to time on his friend Holroyd in Sussex. He succeeded Oliver Goldsmith at the Royal Academy as 'professor in ancient history' (honorary but prestigious). In late 1774, he was initiated as a Freemason of the Premier Grand Lodge of England.
He was also, perhaps least productively in that same year, 1774, returned to the House of Commons for Liskeard, Cornwall through the intervention of his relative and patron, Edward Eliot. He became the archetypal back-bencher, benignly "mute" and "indifferent," his support of the Whig ministry invariably automatic. Gibbon's indolence in that position, perhaps fully intentional, subtracted little from the progress of his writing. Gibbon lost the Liskeard seat in 1780 when Eliot joined the opposition, taking with him "the Electors of Leskeard [who] are commonly of the same opinion as Mr. El[l]iot." (Murray, p. 322.) The following year, owing to the good grace of Prime Minister Lord North, he was again returned to Parliament, this time for Lymington on a by-election.
In a distant age and climate the tragic scene of the death of Hosein will awaken the sympathy of the coldest reader.
— Edward Gibbon, The History of the Decline and Fall of the Roman Empire
After several rewrites, with Gibbon "often tempted to throw away the labours of seven years," the first volume of what was to become his life's major achievement, The History of the Decline and Fall of the Roman Empire, was published on 17 February 1776. Through 1777, the reading public eagerly consumed three editions, for which Gibbon was rewarded handsomely: two-thirds of the profits, amounting to approximately £1,000. Biographer Leslie Stephen wrote that thereafter, "His fame was as rapid as it has been lasting." And as regards this first volume, "Some warm praise from David Hume overpaid the labour of ten years."
Volumes II and III appeared on 1 March 1781, eventually rising "to a level with the previous volume in general esteem." Volume IV was finished in June 1784; the final two were completed during a second Lausanne sojourn (September 1783 to August 1787) where Gibbon reunited with his friend Deyverdun in leisurely comfort. By early 1787, he was "straining for the goal" and with great relief the project was finished in June. Gibbon later wrote:
It was on the day, or rather the night, of 27 June 1787, between the hours of eleven and twelve, that I wrote the last lines of the last page in a summer-house in my garden...I will not dissemble the first emotions of joy on the recovery of my freedom, and perhaps the establishment of my fame. But my pride was soon humbled, and a sober melancholy was spread over my mind by the idea that I had taken my everlasting leave of an old and agreeable companion, and that, whatsoever might be the future fate of my history, the life of the historian must be short and precarious.
Volumes IV, V, and VI finally reached the press in May 1788, their publication having been delayed since March so it could coincide with a dinner party celebrating Gibbon's 51st birthday (the 8th). Mounting a bandwagon of praise for the later volumes were such contemporary luminaries as Adam Smith, William Robertson, Adam Ferguson, Lord Camden, and Horace Walpole. Adam Smith told Gibbon that "by the universal assent of every man of taste and learning, whom I either know or correspond with, it sets you at the very head of the whole literary tribe at present existing in Europe." In November 1788, he was elected a Fellow of the Royal Society, the main proposer being his good friend Lord Sheffield.
In 1783 Gibbon had been intrigued by the cleverness of Sheffield's 12-year-old eldest daughter, Maria, and he proposed to teach her himself. Over the following years he continued, creating a girl of sixteen who was both well educated, confident and determined to choose her own husband. Gibbon described her as a "mixture of just observation and lively imagery, the strong sense of a man expressed with the easy elegance of a female".
The years following Gibbon's completion of The History were filled largely with sorrow and increasing physical discomfort. He had returned to London in late 1787 to oversee the publication process alongside Lord Sheffield. With that accomplished, in 1789 it was back to Lausanne only to learn of and be "deeply affected" by the death of Deyverdun, who had willed Gibbon his home, La Grotte. He resided there with little commotion, took in the local society, received a visit from Sheffield in 1791, and "shared the common abhorrence" of the French Revolution. In 1793, word came of Lady Sheffield's death; Gibbon immediately left Lausanne and set sail to comfort a grieving but composed Sheffield. His health began to fail critically in December, and at the turn of the new year, he was on his last legs.
Among Edward Gibbon's maladies was gout. Gibbon is also believed to have suffered from an extreme case of scrotal swelling, probably a hydrocele testis, a condition that causes the scrotum to swell with fluid in a compartment overlying either testicle. In an age when close-fitting clothes were fashionable, his condition led to a chronic and disfiguring inflammation that left Gibbon a lonely figure. As his condition worsened, he underwent numerous procedures to alleviate the condition, but with no enduring success. In early January, the last of a series of three operations caused an unremitting peritonitis to set in and spread, from which he died.
The "English giant of the Enlightenment" finally succumbed at 12:45 pm, 16 January 1794 at age 56. He was buried in the Sheffield Mausoleum attached to the north transept of the Church of St Mary and St Andrew, Fletching, East Sussex, having died in Fletching while staying with his great friend, Lord Sheffield. Gibbon's estate was valued at approximately £26,000. He left most of his property to cousins. As stipulated in his will, Sheffield oversaw the sale of his library at auction to William Beckford for £950. What happened next suggests that Beckford may have known of Gibbon's moralistic, 'impertinent animadversion' at his expense in the presence of the Duchess of Devonshire at Lausanne. Gibbon's wish that his 6,000-book library would not be locked up 'under the key of a jealous master' was effectively denied by Beckford who retained it in Lausanne until 1801 before inspecting it, then locking it up again until at least as late as 1818 before giving most of the books back to Gibbon's physician Dr Scholl who had helped negotiate the sale in the first place. Beckford's annotated copy of the Decline and Fall turned up in Christie's in 1953, complete with his critique of what he considered the author's 'ludicrous self-complacency ... your frequent distortion of historical Truth to provoke a gibe, or excite a sneer ... your ignorance of oriental languages [etc.]'.
A view frequently attributed to Gibbon, that the Roman Empire fell due to its embrace of Christianity, is not widely accepted by scholars today. Gibbon argued that with the empire's new Christian character, large sums of wealth that would have otherwise been used in the secular affairs in promoting the state were transferred to promoting the activities of the Church. However, the pre-Christian empire also spent large financial sums on religious affairs and it is unclear whether or not the change of religion increased the amount of resources the empire spent on religion. Gibbon further argued that new attitudes in Christianity caused many Christians of wealth to renounce their lifestyles and enter a monastic lifestyle, and so stop participating in the support of the empire. However, while many Christians of wealth did become monastics, this paled in comparison to the participants in the imperial bureaucracy. Although Gibbon further pointed out that the importance Christianity placed on peace caused a decline in the number of people serving the military, the decline was so small as to be negligible for the army's effectiveness.
Many scholars argue that Gibbon did not in fact blame Christianity for the empire's fall, rather attributing its decline to the effects of luxury and the consequent erosion of its martial character. Such a view echoes the outlook of the Greek historian Polybius, who similarly explained the decadent Greek world's eclipse by the ascendant Roman Republic in Mediterranean affairs. In this understanding of Gibbon, the process of Rome's decay was well underway before Christian adherents numbered a large proportion of the empire. Hence, although Christianity may have helped hasten Rome's fall (e.g. by luring thousands of men to live ascetic lives in the deserts of Egypt in the fourth century), it was not the root cause.
Gibbon's work has been criticised for its scathing view of the Christian church as laid down in chapters XV and XVI, a situation that resulted in the banning of the book in several countries. Gibbon's alleged crime was disrespecting, and none too lightly, the character of sacred Christian doctrine, by "treat[ing] the Christian church as a phenomenon of general history, not a special case admitting supernatural explanations and disallowing criticism of its adherents". More specifically, the chapters excoriated the church for "supplanting in an unnecessarily destructive way the great culture that preceded it" and for "the outrage of [practising] religious intolerance and warfare".
Gibbon, in letters to Holroyd and others, expected some type of church-inspired backlash, but the harshness of the ensuing torrents exceeded anything he or his friends had anticipated. Contemporary detractors such as Joseph Priestley and Richard Watson stoked the nascent fire, but the most severe of these attacks was an "acrimonious" piece by the young cleric, Henry Edwards Davis. Gibbon subsequently published his Vindication in 1779, in which he categorically denied Davis' "criminal accusations", branding him a purveyor of "servile plagiarism." Davis followed Gibbon's Vindication with yet another reply (1779).
Gibbon's apparent antagonism to Christian doctrine spilled over into the Jewish faith, leading to charges of anti-Semitism. For example, he wrote:
From the reign of Nero to that of Antoninus Pius, the Jews discovered a fierce impatience of the dominion of Rome, which repeatedly broke out in the most furious massacres and insurrections. Humanity is shocked at the recital of the horrid cruelties which they committed in the cities of Egypt, of Cyprus, and of Cyrene, where they dwelt in treacherous friendship with the unsuspecting natives; and we are tempted to applaud the severe retaliation which was exercised by the arms of legions against a race of fanatics, whose dire and credulous superstition seemed to render them the implacable enemies not only of the Roman government, but also of mankind.
Gibbon is considered to be a son of the Enlightenment and this is reflected in his famous verdict on the history of the Middle Ages: "I have described the triumph of barbarism and religion." However, politically, he aligned himself with the conservative Edmund Burke's rejection of the radical egalitarian movements of the time as well as with Burke's dismissal of overly rationalistic applications of the "rights of man".
Gibbon's work has been praised for its style, his piquant epigrams and its effective irony. Winston Churchill memorably noted in My Early Life, "I set out upon...Gibbon's Decline and Fall of the Roman Empire [and] was immediately dominated both by the story and the style. ...I devoured Gibbon. I rode triumphantly through it from end to end and enjoyed it all." Churchill modelled much of his own literary style on Gibbon's. Like Gibbon, he dedicated himself to producing a "vivid historical narrative, ranging widely over period and place and enriched by analysis and reflection."
Unusually for the 18th century, Gibbon was never content with secondhand accounts when the primary sources were accessible (though most of these were drawn from well-known printed editions). "I have always endeavoured," he says, "to draw from the fountain-head; that my curiosity, as well as a sense of duty, has always urged me to study the originals; and that, if they have sometimes eluded my search, I have carefully marked the secondary evidence, on whose faith a passage or a fact were reduced to depend." In this insistence upon the importance of primary sources, Gibbon is considered by many to be one of the first modern historians:
In accuracy, thoroughness, lucidity, and comprehensive grasp of a vast subject, the 'History' is unsurpassable. It is the one English history which may be regarded as definitive...Whatever its shortcomings the book is artistically imposing as well as historically unimpeachable as a vast panorama of a great period.
The subject of Gibbon's writing, as well as his ideas and style, have influenced other writers. Besides his influence on Churchill, Gibbon was also a model for Isaac Asimov in his writing of The Foundation Trilogy, which he said involved "a little bit of cribbin' from the works of Edward Gibbon".
Evelyn Waugh admired Gibbon's style, but not his secular viewpoint. In Waugh's 1950 novel Helena, the early Christian author Lactantius worried about the possibility of "'a false historian, with the mind of Cicero or Tacitus and the soul of an animal,' and he nodded towards the gibbon who fretted his golden chain and chattered for fruit."
Most of this article, including quotations unless otherwise noted, has been adapted from Stephen's entry on Edward Gibbon in the Dictionary of National Biography. | [
{
"paragraph_id": 0,
"text": "Edward Gibbon FRS (/ˈɡɪbən/; 8 May 1737 – 16 January 1794) was an English essayist, historian, and politician. His most important work, The History of the Decline and Fall of the Roman Empire, published in six volumes between 1776 and 1788, is known for the quality and irony of its prose, its use of primary sources, and its polemical criticism of organised religion.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Edward Gibbon was born in 1737, the son of Edward and Judith Gibbon, at Lime Grove in the town of Putney, Surrey. He had five brothers and one sister, all of whom died in infancy. His grandfather, also named Edward, had lost his assets as a result of the South Sea bubble stock-market collapse in 1720 but eventually regained much of his wealth. Gibbon's father thus inherited a substantial estate. His paternal grandmother, Catherine Acton, was granddaughter of Sir Walter Acton, 2nd Baronet.",
"title": "Early life: 1737–1752"
},
{
"paragraph_id": 2,
"text": "As a youth, Gibbon's health was under constant threat. He described himself as \"a puny child, neglected by my Mother, starved by my nurse\". At age nine, he was sent to Dr. Woddeson's school at Kingston upon Thames (now Kingston Grammar School), shortly after which his mother died. He then took up residence in the Westminster School boarding house, owned by his adored \"Aunt Kitty\", Catherine Porten. Soon after she died in 1786, he remembered her as rescuing him from his mother's disdain, and imparting \"the first rudiments of knowledge, the first exercise of reason, and a taste for books which is still the pleasure and glory of my life\". From 1747 Gibbon spent time at the family home in Buriton. By 1751, Gibbon's reading was already extensive and pointed toward his future pursuits: Laurence Echard's Roman History (1713), William Howel(l)'s An Institution of General History (1680–85), and several of the 65 volumes of the acclaimed Universal History from the Earliest Account of Time (1747–1768).",
"title": "Early life: 1737–1752"
},
{
"paragraph_id": 3,
"text": "Following a stay at Bath in 1752 to improve his health at the age of 15, Gibbon was sent by his father to Magdalen College, Oxford, where he was enrolled as a gentleman-commoner. He was ill-suited, however, to the college atmosphere, and later rued his 14 months there as the \"most idle and unprofitable\" of his life. Because he says so in his autobiography, it used to be thought that a penchant from his aunt for \"theological controversy\" bloomed under the influence of the deist or rationalist theologian Conyers Middleton (1683–1750), the author of Free Inquiry into the Miraculous Powers (1749). In that tract, Middleton denied the validity of such powers; Gibbon promptly objected, or so the argument used to run. The product of that disagreement, with some assistance from the work of Catholic Bishop Jacques-Bénigne Bossuet (1627–1704), and that of the Elizabethan Jesuit Robert Parsons (1546–1610), yielded the most memorable event of his time at Oxford: his conversion to Roman Catholicism on 8 June 1753. He was further \"corrupted\" by the 'free thinking' deism of the playwright/poet couple David and Lucy Mallet; and finally Gibbon's father, already \"in despair,\" had had enough. David Womersley has shown, however, that Gibbon's claim to having been converted by a reading of Middleton is very unlikely, and was introduced only into the final draft of the \"Memoirs\" in 1792–93. Bowersock suggests that Gibbon fabricated the Middleton story in his anxiety about the impact of the French Revolution and Edmund Burke's claim that it was provoked by the French philosophes so influential on Gibbon.",
"title": "Career"
},
{
"paragraph_id": 4,
"text": "Within weeks of his conversion, he was removed from Oxford and sent to live under the care and tutelage of Daniel Pavillard, Reformed pastor of Lausanne, Switzerland. There, he made one of his life's two great friendships, that of Jacques Georges Deyverdun (the French-language translator of Goethe's The Sorrows of Young Werther), and that of John Baker Holroyd (later Lord Sheffield). Just a year and a half later, after his father threatened to disinherit him, on Christmas Day, 1754, he reconverted to Protestantism. \"The various articles of the Romish creed,\" he wrote, \"disappeared like a dream\". Gibbon remained in Lausanne for five intellectually productive years that enriched Gibbon's already great aptitude for scholarship and erudition: he read Latin literature; travelled throughout Switzerland studying its cantons' constitutions; and studied the works of Hugo Grotius, Samuel von Pufendorf, John Locke, Pierre Bayle, and Blaise Pascal.",
"title": "Career"
},
{
"paragraph_id": 5,
"text": "He also met the one romance in his life: the daughter of the pastor of Crassy, a young woman named Suzanne Curchod, who was later to become the wife of Louis XVI's finance minister Jacques Necker, and the mother of Madame de Staël. The two developed a warm affinity; Gibbon proceeded to propose marriage, but ultimately this was out of the question, blocked both by his father's staunch disapproval and Curchod's equally staunch reluctance to leave Switzerland. Gibbon returned to England in August 1758 to face his father. No refusal of the elder's wishes could be allowed. Gibbon put it this way: \"I sighed as a lover, I obeyed as a son.\" He proceeded to cut off all contact with Curchod, even as she vowed to wait for him. Their final emotional break apparently came at Ferney, France, in early 1764, though they did see each other at least one more time a year later.",
"title": "Career"
},
{
"paragraph_id": 6,
"text": "Upon his return to England, Gibbon published his first book, Essai sur l'Étude de la Littérature in 1761, which produced an initial taste of celebrity and distinguished him, in Paris at least, as a man of letters. From 1759 to 1770, Gibbon served on active duty and in reserve with the South Hampshire Militia, his deactivation in December 1762 coinciding with the militia's dispersal at the end of the Seven Years' War. The following year, he returned, via Paris, to Lausanne, where he made the acquaintance of a \"prudent worthy young man\" William Guise. On 18 April 1764, he and Guise set off for Italy, crossed the Alps, and after spending the summer in Florence arrived in Rome, via Lucca, Pisa, Livorno and Siena, in early October. In his autobiography, Gibbon vividly records his rapture when he finally neared \"the great object of [my] pilgrimage\":",
"title": "Career"
},
{
"paragraph_id": 7,
"text": "...at the distance of twenty-five years I can neither forget nor express the strong emotions which agitated my mind as I first approached and entered the eternal City. After a sleepless night, I trod, with a lofty step the ruins of the Forum; each memorable spot where Romulus stood, or Tully spoke, or Caesar fell, was at once present to my eye; and several days of intoxication were lost or enjoyed before I could descend to a cool and minute investigation.",
"title": "Career"
},
{
"paragraph_id": 8,
"text": "Here, Gibbon first conceived the idea of composing a history of the city, later extended to the entire empire, a moment he described later as his \"Capitoline vision\":",
"title": "Career"
},
{
"paragraph_id": 9,
"text": "It was at Rome, on the fifteenth of October 1764, as I sat musing amidst the ruins of the Capitol, while the barefooted fryars were singing vespers in the temple of Jupiter, that the idea of writing the decline and fall of the City first started to my mind.",
"title": "Career"
},
{
"paragraph_id": 10,
"text": "Womersley (Oxford Dictionary of National Biography, p. 12) notes the existence of \"good reasons\" to doubt the statement's accuracy. Elaborating, Pocock (\"Classical History,\" ¶ #2) refers to it as a likely \"creation of memory\" or a \"literary invention\", given that Gibbon, in his autobiography, claimed that his journal dated the reminiscence to 15 October, when in fact the journal gives no date.",
"title": "Career"
},
{
"paragraph_id": 11,
"text": "In June 1765, Gibbon returned to his father's house, and remained there until the latter's death in 1770. These five years were considered by Gibbon as the worst of his life, but he tried to remain busy by making early attempts towards writing full histories. His first historical narrative known as the History of Switzerland, which represented Gibbon's love for Switzerland, was never published nor finished. Even under the guidance of Deyverdun (a German translator for Gibbons), Gibbon became too critical of himself, and completely abandoned the project, only writing 60 pages of text. However, after Gibbon's death, his writings on Switzerland's history were discovered and published by Lord Sheffield in 1815. Soon after abandoning his History of Switzerland, Gibbon made another attempt towards completing a full history.",
"title": "Career"
},
{
"paragraph_id": 12,
"text": "His second work, Memoires Litteraires de la Grande Bretagne, was a two-volume set, which described the literary and social conditions of England at the time, such as Lord Lyttelton's history of Henry II and Nathaniel Lardner's The Credibility of the Gospel History. Gibbon's Memoires Litteraires failed to gain any notoriety and was considered a flop by fellow historians and literary scholars.",
"title": "Career"
},
{
"paragraph_id": 13,
"text": "After he tended to his father's estate—which was by no means in good condition— quite enough remained for Gibbon to settle fashionably in London at 7 Bentinck Street, free of financial concern. By February 1773, he was writing in earnest, but not without the occasional self-imposed distraction. He took to London society quite easily, joined the better social clubs, including Dr. Johnson's Literary Club, and looked in from time to time on his friend Holroyd in Sussex. He succeeded Oliver Goldsmith at the Royal Academy as 'professor in ancient history' (honorary but prestigious). In late 1774, he was initiated as a Freemason of the Premier Grand Lodge of England.",
"title": "Career"
},
{
"paragraph_id": 14,
"text": "He was also, perhaps least productively in that same year, 1774, returned to the House of Commons for Liskeard, Cornwall through the intervention of his relative and patron, Edward Eliot. He became the archetypal back-bencher, benignly \"mute\" and \"indifferent,\" his support of the Whig ministry invariably automatic. Gibbon's indolence in that position, perhaps fully intentional, subtracted little from the progress of his writing. Gibbon lost the Liskeard seat in 1780 when Eliot joined the opposition, taking with him \"the Electors of Leskeard [who] are commonly of the same opinion as Mr. El[l]iot.\" (Murray, p. 322.) The following year, owing to the good grace of Prime Minister Lord North, he was again returned to Parliament, this time for Lymington on a by-election.",
"title": "Career"
},
{
"paragraph_id": 15,
"text": "In a distant age and climate the tragic scene of the death of Hosein will awaken the sympathy of the coldest reader.",
"title": "Career"
},
{
"paragraph_id": 16,
"text": "— Edward Gibbon, The History of the Decline and Fall of the Roman Empire",
"title": "Career"
},
{
"paragraph_id": 17,
"text": "After several rewrites, with Gibbon \"often tempted to throw away the labours of seven years,\" the first volume of what was to become his life's major achievement, The History of the Decline and Fall of the Roman Empire, was published on 17 February 1776. Through 1777, the reading public eagerly consumed three editions, for which Gibbon was rewarded handsomely: two-thirds of the profits, amounting to approximately £1,000. Biographer Leslie Stephen wrote that thereafter, \"His fame was as rapid as it has been lasting.\" And as regards this first volume, \"Some warm praise from David Hume overpaid the labour of ten years.\"",
"title": "Career"
},
{
"paragraph_id": 18,
"text": "Volumes II and III appeared on 1 March 1781, eventually rising \"to a level with the previous volume in general esteem.\" Volume IV was finished in June 1784; the final two were completed during a second Lausanne sojourn (September 1783 to August 1787) where Gibbon reunited with his friend Deyverdun in leisurely comfort. By early 1787, he was \"straining for the goal\" and with great relief the project was finished in June. Gibbon later wrote:",
"title": "Career"
},
{
"paragraph_id": 19,
"text": "It was on the day, or rather the night, of 27 June 1787, between the hours of eleven and twelve, that I wrote the last lines of the last page in a summer-house in my garden...I will not dissemble the first emotions of joy on the recovery of my freedom, and perhaps the establishment of my fame. But my pride was soon humbled, and a sober melancholy was spread over my mind by the idea that I had taken my everlasting leave of an old and agreeable companion, and that, whatsoever might be the future fate of my history, the life of the historian must be short and precarious.",
"title": "Career"
},
{
"paragraph_id": 20,
"text": "Volumes IV, V, and VI finally reached the press in May 1788, their publication having been delayed since March so it could coincide with a dinner party celebrating Gibbon's 51st birthday (the 8th). Mounting a bandwagon of praise for the later volumes were such contemporary luminaries as Adam Smith, William Robertson, Adam Ferguson, Lord Camden, and Horace Walpole. Adam Smith told Gibbon that \"by the universal assent of every man of taste and learning, whom I either know or correspond with, it sets you at the very head of the whole literary tribe at present existing in Europe.\" In November 1788, he was elected a Fellow of the Royal Society, the main proposer being his good friend Lord Sheffield.",
"title": "Career"
},
{
"paragraph_id": 21,
"text": "In 1783 Gibbon had been intrigued by the cleverness of Sheffield's 12-year-old eldest daughter, Maria, and he proposed to teach her himself. Over the following years he continued, creating a girl of sixteen who was both well educated, confident and determined to choose her own husband. Gibbon described her as a \"mixture of just observation and lively imagery, the strong sense of a man expressed with the easy elegance of a female\".",
"title": "Career"
},
{
"paragraph_id": 22,
"text": "The years following Gibbon's completion of The History were filled largely with sorrow and increasing physical discomfort. He had returned to London in late 1787 to oversee the publication process alongside Lord Sheffield. With that accomplished, in 1789 it was back to Lausanne only to learn of and be \"deeply affected\" by the death of Deyverdun, who had willed Gibbon his home, La Grotte. He resided there with little commotion, took in the local society, received a visit from Sheffield in 1791, and \"shared the common abhorrence\" of the French Revolution. In 1793, word came of Lady Sheffield's death; Gibbon immediately left Lausanne and set sail to comfort a grieving but composed Sheffield. His health began to fail critically in December, and at the turn of the new year, he was on his last legs.",
"title": "Later life: 1789–1794"
},
{
"paragraph_id": 23,
"text": "Among Edward Gibbon's maladies was gout. Gibbon is also believed to have suffered from an extreme case of scrotal swelling, probably a hydrocele testis, a condition that causes the scrotum to swell with fluid in a compartment overlying either testicle. In an age when close-fitting clothes were fashionable, his condition led to a chronic and disfiguring inflammation that left Gibbon a lonely figure. As his condition worsened, he underwent numerous procedures to alleviate the condition, but with no enduring success. In early January, the last of a series of three operations caused an unremitting peritonitis to set in and spread, from which he died.",
"title": "Later life: 1789–1794"
},
{
"paragraph_id": 24,
"text": "The \"English giant of the Enlightenment\" finally succumbed at 12:45 pm, 16 January 1794 at age 56. He was buried in the Sheffield Mausoleum attached to the north transept of the Church of St Mary and St Andrew, Fletching, East Sussex, having died in Fletching while staying with his great friend, Lord Sheffield. Gibbon's estate was valued at approximately £26,000. He left most of his property to cousins. As stipulated in his will, Sheffield oversaw the sale of his library at auction to William Beckford for £950. What happened next suggests that Beckford may have known of Gibbon's moralistic, 'impertinent animadversion' at his expense in the presence of the Duchess of Devonshire at Lausanne. Gibbon's wish that his 6,000-book library would not be locked up 'under the key of a jealous master' was effectively denied by Beckford who retained it in Lausanne until 1801 before inspecting it, then locking it up again until at least as late as 1818 before giving most of the books back to Gibbon's physician Dr Scholl who had helped negotiate the sale in the first place. Beckford's annotated copy of the Decline and Fall turned up in Christie's in 1953, complete with his critique of what he considered the author's 'ludicrous self-complacency ... your frequent distortion of historical Truth to provoke a gibe, or excite a sneer ... your ignorance of oriental languages [etc.]'.",
"title": "Later life: 1789–1794"
},
{
"paragraph_id": 25,
"text": "A view frequently attributed to Gibbon, that the Roman Empire fell due to its embrace of Christianity, is not widely accepted by scholars today. Gibbon argued that with the empire's new Christian character, large sums of wealth that would have otherwise been used in the secular affairs in promoting the state were transferred to promoting the activities of the Church. However, the pre-Christian empire also spent large financial sums on religious affairs and it is unclear whether or not the change of religion increased the amount of resources the empire spent on religion. Gibbon further argued that new attitudes in Christianity caused many Christians of wealth to renounce their lifestyles and enter a monastic lifestyle, and so stop participating in the support of the empire. However, while many Christians of wealth did become monastics, this paled in comparison to the participants in the imperial bureaucracy. Although Gibbon further pointed out that the importance Christianity placed on peace caused a decline in the number of people serving the military, the decline was so small as to be negligible for the army's effectiveness.",
"title": "Legacy"
},
{
"paragraph_id": 26,
"text": "Many scholars argue that Gibbon did not in fact blame Christianity for the empire's fall, rather attributing its decline to the effects of luxury and the consequent erosion of its martial character. Such a view echoes the outlook of the Greek historian Polybius, who similarly explained the decadent Greek world's eclipse by the ascendant Roman Republic in Mediterranean affairs. In this understanding of Gibbon, the process of Rome's decay was well underway before Christian adherents numbered a large proportion of the empire. Hence, although Christianity may have helped hasten Rome's fall (e.g. by luring thousands of men to live ascetic lives in the deserts of Egypt in the fourth century), it was not the root cause.",
"title": "Legacy"
},
{
"paragraph_id": 27,
"text": "Gibbon's work has been criticised for its scathing view of the Christian church as laid down in chapters XV and XVI, a situation that resulted in the banning of the book in several countries. Gibbon's alleged crime was disrespecting, and none too lightly, the character of sacred Christian doctrine, by \"treat[ing] the Christian church as a phenomenon of general history, not a special case admitting supernatural explanations and disallowing criticism of its adherents\". More specifically, the chapters excoriated the church for \"supplanting in an unnecessarily destructive way the great culture that preceded it\" and for \"the outrage of [practising] religious intolerance and warfare\".",
"title": "Legacy"
},
{
"paragraph_id": 28,
"text": "Gibbon, in letters to Holroyd and others, expected some type of church-inspired backlash, but the harshness of the ensuing torrents exceeded anything he or his friends had anticipated. Contemporary detractors such as Joseph Priestley and Richard Watson stoked the nascent fire, but the most severe of these attacks was an \"acrimonious\" piece by the young cleric, Henry Edwards Davis. Gibbon subsequently published his Vindication in 1779, in which he categorically denied Davis' \"criminal accusations\", branding him a purveyor of \"servile plagiarism.\" Davis followed Gibbon's Vindication with yet another reply (1779).",
"title": "Legacy"
},
{
"paragraph_id": 29,
"text": "Gibbon's apparent antagonism to Christian doctrine spilled over into the Jewish faith, leading to charges of anti-Semitism. For example, he wrote:",
"title": "Legacy"
},
{
"paragraph_id": 30,
"text": "From the reign of Nero to that of Antoninus Pius, the Jews discovered a fierce impatience of the dominion of Rome, which repeatedly broke out in the most furious massacres and insurrections. Humanity is shocked at the recital of the horrid cruelties which they committed in the cities of Egypt, of Cyprus, and of Cyrene, where they dwelt in treacherous friendship with the unsuspecting natives; and we are tempted to applaud the severe retaliation which was exercised by the arms of legions against a race of fanatics, whose dire and credulous superstition seemed to render them the implacable enemies not only of the Roman government, but also of mankind.",
"title": "Legacy"
},
{
"paragraph_id": 31,
"text": "Gibbon is considered to be a son of the Enlightenment and this is reflected in his famous verdict on the history of the Middle Ages: \"I have described the triumph of barbarism and religion.\" However, politically, he aligned himself with the conservative Edmund Burke's rejection of the radical egalitarian movements of the time as well as with Burke's dismissal of overly rationalistic applications of the \"rights of man\".",
"title": "Legacy"
},
{
"paragraph_id": 32,
"text": "Gibbon's work has been praised for its style, his piquant epigrams and its effective irony. Winston Churchill memorably noted in My Early Life, \"I set out upon...Gibbon's Decline and Fall of the Roman Empire [and] was immediately dominated both by the story and the style. ...I devoured Gibbon. I rode triumphantly through it from end to end and enjoyed it all.\" Churchill modelled much of his own literary style on Gibbon's. Like Gibbon, he dedicated himself to producing a \"vivid historical narrative, ranging widely over period and place and enriched by analysis and reflection.\"",
"title": "Legacy"
},
{
"paragraph_id": 33,
"text": "Unusually for the 18th century, Gibbon was never content with secondhand accounts when the primary sources were accessible (though most of these were drawn from well-known printed editions). \"I have always endeavoured,\" he says, \"to draw from the fountain-head; that my curiosity, as well as a sense of duty, has always urged me to study the originals; and that, if they have sometimes eluded my search, I have carefully marked the secondary evidence, on whose faith a passage or a fact were reduced to depend.\" In this insistence upon the importance of primary sources, Gibbon is considered by many to be one of the first modern historians:",
"title": "Legacy"
},
{
"paragraph_id": 34,
"text": "In accuracy, thoroughness, lucidity, and comprehensive grasp of a vast subject, the 'History' is unsurpassable. It is the one English history which may be regarded as definitive...Whatever its shortcomings the book is artistically imposing as well as historically unimpeachable as a vast panorama of a great period.",
"title": "Legacy"
},
{
"paragraph_id": 35,
"text": "The subject of Gibbon's writing, as well as his ideas and style, have influenced other writers. Besides his influence on Churchill, Gibbon was also a model for Isaac Asimov in his writing of The Foundation Trilogy, which he said involved \"a little bit of cribbin' from the works of Edward Gibbon\".",
"title": "Legacy"
},
{
"paragraph_id": 36,
"text": "Evelyn Waugh admired Gibbon's style, but not his secular viewpoint. In Waugh's 1950 novel Helena, the early Christian author Lactantius worried about the possibility of \"'a false historian, with the mind of Cicero or Tacitus and the soul of an animal,' and he nodded towards the gibbon who fretted his golden chain and chattered for fruit.\"",
"title": "Legacy"
},
{
"paragraph_id": 37,
"text": "Most of this article, including quotations unless otherwise noted, has been adapted from Stephen's entry on Edward Gibbon in the Dictionary of National Biography.",
"title": "Notes"
}
]
| Edward Gibbon was an English essayist, historian, and politician. His most important work, The History of the Decline and Fall of the Roman Empire, published in six volumes between 1776 and 1788, is known for the quality and irony of its prose, its use of primary sources, and its polemical criticism of organised religion. | 2001-12-22T20:18:07Z | 2023-12-15T13:59:45Z | [
"Template:Cite journal",
"Template:S-par",
"Template:S-title",
"Template:Age of Enlightenment",
"Template:For multi",
"Template:Use British English",
"Template:ISBN",
"Template:Gutenberg",
"Template:PGLE",
"Template:Cite book",
"Template:S-start",
"Template:Post-nominals",
"Template:IPAc-en",
"Template:Spaced ndash",
"Template:Reflist",
"Template:Cite web",
"Template:StandardEbooks",
"Template:Harvnb",
"Template:Cite DNB",
"Template:New Cambridge Medieval History",
"Template:Commons",
"Template:Wikisource author",
"Template:Use dmy dates",
"Template:Cite ODNB",
"Template:Internet Archive author",
"Template:S-aft",
"Template:Quote box",
"Template:Citation",
"Template:Librivox author",
"Template:S-end",
"Template:Authority control",
"Template:S-bef",
"Template:Short description",
"Template:Div col",
"Template:'",
"Template:Wikiquote",
"Template:Gutenberg author",
"Template:Infobox officeholder",
"Template:Main",
"Template:Blockquote",
"Template:Div col end"
]
| https://en.wikipedia.org/wiki/Edward_Gibbon |
10,312 | East Pakistan | East Pakistan was the eastern polity, established in 1955 under the One Unit Policy, renaming and restructuring the province as such from East Bengal, which, in modern times, is split between India and Bangladesh. Its land borders were with India and Burma, with a coastline on the Bay of Bengal. East Pakistanis were popularly known as "Pakistani Bengalis"; to distinguish this region from India's state West Bengal (which is also known as "Indian Bengal"), East Pakistan was known as "Pakistani Bengal". In 1971, East Pakistan became the newly independent state Bangladesh, which means "country of Bengal" or "country of Bengalis" in Bengali language.
East Pakistan was renamed from East Bengal by the One Unit Scheme of Pakistani Prime Minister Mohammad Ali of Bogra. The Constitution of Pakistan of 1956 replaced the Pakistani monarchy with an Islamic republic. Bengali politician H.S. Suhrawardy served as the Prime Minister of Pakistan between 1956 and 1957 and a Bengali bureaucrat Iskander Mirza became the first President of Pakistan. The 1958 Pakistani coup d'état brought general Ayub Khan to power. Khan replaced Mirza as president and launched a crackdown against pro-democracy leaders. Khan enacted the Constitution of Pakistan of 1962 which ended universal suffrage. By 1966, Sheikh Mujibur Rahman emerged as the preeminent opposition leader in Pakistan and launched the six-point movement for autonomy and democracy. The 1969 uprising in East Pakistan contributed to Ayub Khan's overthrow. Another general, Yahya Khan, usurped the presidency and enacted martial law. In 1970, Yahya Khan organised Pakistan's first federal general election. The Awami League emerged as the single largest party, followed by the Pakistan Peoples Party. The military junta stalled in accepting the results, leading to civil disobedience, the Bangladesh Liberation War, 1971 Bangladesh genocide and Bihari genocide. East Pakistan seceded with the help of India.
The East Pakistan Provincial Assembly was the legislative body of the territory, it was the largest provincial legislature in Pakistan and elections were held only twice in 1954 and 1970. During the Bangladesh War of Independence in 1971, most Bengali members elected to the Pakistani National Assembly and the East Pakistani provincial assembly became members of the Constituent Assembly of Bangladesh.
Due to the strategic importance of East Pakistan, the Pakistani union was a member of the Southeast Asia Treaty Organization. The economy of East Pakistan grew at an average of 2.6% between 1960 and 1965. The federal government invested more funds and foreign aid in West Pakistan, even though East Pakistan generated a major share of exports. However, President Ayub Khan did implement significant industrialisation in East Pakistan. The Kaptai Dam was built in 1965. The Eastern Refinery was established in Chittagong. Dacca was declared as the second capital of Pakistan and planned as the home of the national parliament. The government recruited American architect Louis Kahn to design the national assembly complex in Dacca.
Chaudhry Rehmat Ali, who did not include Bengal in the coined word "PAKISTAN", did create a state among many in India in his book Now or Never pamphlet (1933). He called Bengal "Bang-e-Islam" (call to prayer of Islam) and included all of Bengal, West Bengal too. Bengal was a Muslim-majority province. Although he had punned on the word. To common Pakistanis it was called "Oriental Pakistan" or alternatively, Islamically, as "Bangalistan". The word Mashriqi implies as Eastern. Kazim, in his book of reviews, Kal ki Baat (Readings Lahore, 2010), tells us that Aurangzeb's minister Abul Fazl had opined that Bangla was actually Bangal and that 'al' in it meant enclosure. Today, 'aal' is taken to mean home, from a sense of 'outer wall making an enclosure', which is exactly what Bangla-Desh is today.
In 1955, Prime Minister Mohammad Ali Bogra implemented the One Unit scheme which merged the four western provinces into a single unit called West Pakistan while East Bengal was renamed as East Pakistan.
Pakistan ended its dominion status and adopted a republican constitution in 1956, which proclaimed an Islamic republic. The populist leader H. S. Suhrawardy of East Pakistan was appointed prime minister of Pakistan. As soon as he became the prime minister, Suhrawardy initiated legal work reviving the joint electorate system. There was strong opposition and resentment to the joint electorate system in West Pakistan. The Muslim League had taken the cause to the public and began calling for the implementation of a separate electorate system. In contrast to West Pakistan, the joint electorate was highly popular in East Pakistan. The tug of war with the Muslim League to establish the appropriate electorate caused problems for his government.
The constitutionally obliged National Finance Commission Program (NFC Program) was immediately suspended by Prime Minister Suhrawardy despite the reserves of the four provinces of West Pakistan in 1956. Suhrawardy advocated for the USSR-based Five-Year Plans to centralise the national economy. In this view, East Pakistan's economy would be quickly centralised and all major economic planning would be shifted to West Pakistan.
Efforts leading to centralising the economy were met with great resistance in West Pakistan when the elite monopolist and the business community angrily refused to adhere to his policies. The business community in Karachi began its political struggle to undermine any attempts of financial distribution of the US$10 million ICA aid to the better part of East Pakistan and to set up a consolidated national shipping corporation. In the financial cities of West Pakistan, such as Karachi, Lahore, Quetta, and Peshawar, a series of major labour strikes against the economic policies of Suhrawardy were supported by the elite business community and the private sector.
Furthermore, in order to divert attention from the controversial One Unit Program, Prime Minister Suhrawardy tried to end the crisis by calling a small group of investors to set up small businesses in the country. Despite many initiatives and holding off the NFC Award Program, Suhrawardy's political position and image deteriorated in the four provinces in West Pakistan. Many nationalist leaders and activists of the Muslim League were dismayed by the suspension of the constitutionally obliged NFC Program. His critics and Muslim League leaders observed that with the suspension of the NFC Award Program, Suhrawardy tried to give more financial allocations, aids, grants, and opportunities to East Pakistan than West Pakistan, including West Pakistan's four provinces. During the last days of his Prime ministerial years, Suhrawardy tried to remove the economic disparity between the Eastern and Western wings of the country but to no avail. He also tried unsuccessfully to alleviate the food shortage in the country.
Suhrawardy strengthened relations with the United States by reinforcing Pakistani membership in the Central Treaty Organization and the Southeast Asia Treaty Organization. Suhrawardy also promoted relations with the People’s Republic of China.
His contribution in formulating the 1956 constitution of Pakistan was substantial as he played a vital role in incorporating provisions for civil liberties and universal adult franchise in line with his adherence to the parliamentary form of liberal democracy.
In 1958, President Iskandar Mirza enacted martial law as part of a military coup by the Pakistan Army's chief Ayub Khan. Roughly after two weeks, President Mirza's relations with Pakistan Armed Forces deteriorated leading Army Commander General Ayub Khan relieving the president from his presidency and forcefully exiling President Mirza to the United Kingdom. General Ayub Khan justified his actions after appearing on national radio declaring that: "the armed forces and the people demanded a clean break with the past...". Until 1962, the martial law continued while Field Marshal Ayub Khan purged a number of politicians and civil servants from the government and replaced them with military officers. Ayub called his regime a "revolution to clean up the mess of black marketing and corruption". Khan replaced Mirza as president and became the country’s strongman for eleven years. Martial law continued until 1962 when the government of Field Marshal Ayub Khan commissioned a constitutional bench under Chief Justice of Pakistan Muhammad Shahabuddin, composed of ten senior justices, each five from East Pakistan and five from West Pakistan. On 6 May 1961, the commission sent its draft to President Ayub Khan. He thoroughly examined the draft while consulting with his cabinet.
In January 1962, the cabinet finally approved the text of the new constitution, promulgated by President Ayub Khan on 1 March 1962, which came into effect on 8 June 1962. Under the 1962 constitution, Pakistan became a presidential republic. Universal suffrage was abolished in favour of a system dubbed 'Basic Democracy'. Under the system, an electoral college would be responsible for electing the president and national assembly. The 1962 constitution created a gubernatorial system in West and East Pakistan. Each province ran its own separate provincial gubernatorial governments. The constitution defined a division of powers between the central government and the provinces. Fatima Jinnah received strong support in East Pakistan during her failed bid to unseat Ayub Khan in the 1965 presidential election.
Dacca was declared as the second capital of Pakistan in 1962. It was designated as the legislative capital and Louis Kahn was tasked with designing a national assembly complex. Dacca's population increased in the 1960s. Seven natural gas fields were tapped in the province. The petroleum industry developed as the Eastern Refinery was established in the port city of Chittagong.
In 1966, Awami League leader Sheikh Mujibur Rahman announced the six-point movement in Lahore. The movement demanded greater provincial autonomy and the restoration of democracy in Pakistan. Rahman was indicted for treason during the Agartala Conspiracy Case after launching the six-point movement. He was later released in the 1969 uprising in East Pakistan. Ayub resigned in March 1969. Below includes the historical six points:
Muhammad Ayub Khan was replaced by general Yahya Khan who became the Chief Martial Law Administrator. Khan organised the 1970 Pakistani general election. The 1970 Bhola cyclone was one of the deadliest natural disasters of the 20th century. The cyclone claimed half a million lives. The disastrous effects of the cyclone caused huge resentment against the federal government. After a decade of military rule, East Pakistan was a hotbed of Bengali nationalism. There were open calls for self-determination.
When the federal general election was held, the Awami League emerged as the single largest party in the Pakistani parliament. The League won 167 out of 169 seats in East Pakistan, thereby crossing the half way mark of 150 in the 300-seat National Assembly of Pakistan. In theory, this gave the League the right to form a government under the Westminster tradition. But the League failed to win a single seat in West Pakistan, where the Pakistan Peoples Party emerged as the single largest party with 81 seats. The military junta stalled the transfer of power and conducted prolonged negotiations with the League. A civil disobedience movement erupted across East Pakistan demanding the convening of parliament. Rahman announced a struggle for independence from Pakistan during a speech on 7 March 1971 and called for a non-cooperation movement from the Bengali populace. Between 7–26 March, East Pakistan was virtually under the popular control of the Awami League. On Pakistan's Republic Day on 23 March 1971, the first flag of Bangladesh was hoisted in many East Pakistani households. Pakistan Army was ordered to immediately launch a crackdown on 26 March whose purpose was to curb the resistance, some of these operations include Operation Searchlight and the 1971 Dhaka University massacre. This led to the Bangladeshi Declaration of Independence.
As the Bangladesh Liberation War and the 1971 Bangladesh genocide continued for nine months, East Pakistani military units like the East Bengal Regiment and the East Pakistan Rifles defected and formed the Bangladesh Forces. The Provisional Government of Bangladesh allied with neighbouring India which intervened in the final two weeks of the war and secured the surrender of Pakistan's eastern command.
With Ayub Khan ousted from office in 1969, Commander of the Pakistani Army, General Yahya Khan became the country's second ruling chief martial law administrator. Both Bhutto and Mujib strongly disliked General Khan, but patiently endured him and his government as he had promised to hold an election in 1970. During this time, strong nationalistic sentiments in East Pakistan were perceived by the Pakistani Armed Forces and the central military government. Therefore, Khan and his military government wanted to divert the nationalistic threats and violence against non-East Pakistanis. The Eastern Command was under constant pressure from the Awami League and requested an active-duty officer to control the command under such extreme pressure. The high flag rank officers, junior officers, and many high command officers from Pakistan's Armed Forces were highly cautious about their appointment in East-Pakistan, and the assignment of governing East Pakistan and appointment of an officer was considered highly difficult for the Pakistan High Military Command.
East Pakistan's Armed Forces, under the military administrations of Major-General Muzaffaruddin and Lieutenant-General Sahabzada Yaqub Khan, used an excessive amount of show of military force to curb the uprising in the province. With such action, the situation became highly critical and civil control over the province slipped away from the government. On 24 March, dissatisfied with the performance of his generals, Yahya Khan removed General Muzaffaruddin and General Yaqub Khan from office on 1 September 1969. The appointment of a military administrator was considered quite difficult and challenging with the crisis continually deteriorating. Vice-Admiral Syed Mohammad Ahsan, Commander-in-Chief of the Pakistan Navy, had previously served as political and military adviser of East Pakistan to former President Ayub Khan. Having such a strong background in administration, and being an expert on East Pakistan affairs, General Yahya Khan appointed Vice-Admiral Syed Mohammad Ahsan as Martial Law Administrator, with absolute authority in his command. He was relieved as naval chief and received an extension from the government.
The tense relations between East and West Pakistan reached a climax in 1970 when the Awami League, the largest East Pakistani political party, led by Sheikh Mujibur Rahman, (Mujib), won a landslide victory in the national elections in East Pakistan. The party won 160 of the 162 seats allotted to East Pakistan, and thus a majority of the 300 seats in the Parliament. This gave the Awami League the constitutional right to form a government without forming a coalition with any other party. Khan invited Mujib to Rawalpindi to take the charge of the office, and negotiations took place between the military government and the Awami Party. Bhutto was shocked with the results and threatened his fellow Peoples Party members if they attended the inaugural session at the National Assembly, famously saying he would "break the legs" of any member of his party who dared enter and attend the session. However, fearing East Pakistani separatism, Bhutto demanded Mujib to form a coalition government. After a secret meeting held in Larkana, Mujib agreed to give Bhutto the office of the presidency with Mujib as prime minister. General Yahya Khan and his military government were kept unaware of these developments and under pressure from his own military government, refused to allow Rahman to become the prime minister of Pakistan. This increased agitation for greater autonomy in East Pakistan. The military police arrested Mujib and Bhutto and placed them in Adiala Jail in Rawalpindi. The news spread like a fire in both East and West Pakistan, and the struggle for independence began in East Pakistan.
The senior high command officers in Pakistan Armed Forces, and Zulfikar Ali Bhutto, began to pressure General Yahya Khan to take armed action against Mujib and his party. Bhutto later distanced himself from Yahya Khan after he was arrested by Military Police along with Mujib. Soon after the arrests, a high-level meeting was chaired by Yahya Khan. During the meeting, high commanders of the Pakistan Armed Forces unanimously recommended an armed and violent military action. East Pakistan's Martial Law Administrator Admiral Ahsan, Governor of East Pakistan, and Air Commodore Zafar Masud, Air Officer Commanding of Dacca's only airbase, were the only officers to object to the plans. When it became obvious that military action in East Pakistan was inevitable, Admiral Ahsan resigned from his position as martial law administrator in protest, and immediately flew back to Karachi, West Pakistan. Disheartened and isolated, Admiral Ahsan took early retirement from the Navy and quietly settled in Karachi. Once Operation Searchlight and Operation Barisal commenced, Air Marshal Masud flew to West Pakistan, and unlike Admiral Ahsan, tried to stop the violence in East Pakistan. When he failed in his attempts to meet General Yahya Khan, Masud too resigned from his position as AOC of Dacca airbase and took retirement from Air Force.
Lieutenant-General Sahibzada Yaqub Khan was sent into East Pakistan in an emergency, following a major blow of the resignation of Vice Admiral Ahsan. General Yaqub temporarily assumed the control of the province, he was also made the corps-commander of Eastern Corps. General Yaqub mobilised the entire major forces in East Pakistan.
Sheikh Mujibur Rahman made a declaration of independence at Dacca on 26 March 1971. All major Awami League leaders including elected leaders of the National Assembly and Provincial Assembly fled to neighbouring India and an exile government was formed headed by Sheikh Mujibur Rahman. While he was in Pakistan Prison, Syed Nazrul Islam was the acting president with Tazuddin Ahmed as the prime minister. The exile government took oath on 17 April 1971 at Mujib Nagar, within East Pakistan territory of Kushtia district, and formally formed the government. Colonel MOG Osmani was appointed the Commander in Chief of Liberation Forces and whole East Pakistan was divided into eleven sectors headed by eleven sector commanders. All sector commanders were Bengali officers who had defected from the Pakistan Army. This started the Bangladesh Liberation War in which the freedom fighters, joined in December 1971 by 400,000 Indian soldiers, faced the Pakistani Armed Forces of 365,000 plus paramilitary and collaborationist forces. An additional approximately 25,000 ill-equipped civilian volunteers and police forces also sided with the Pakistan Armed Forces. Bloody guerrilla warfare ensued in East Pakistan.
The Pakistan Armed Forces were unable to counter such threats. With no intel and low morale, they performed poorly and were inexperienced in guerrilla tactics, Pakistan Armed Forces and their assets were defeated by the Bangladesh Liberation Forces. In April 1971, Lieutenant-General Tikka Khan succeeded General Yaqub Khan as the Corps Commander. General Tikka Khan led the massive violent and massacre campaigns in the region. He is held responsible for killing hundreds of thousands of Bengali people in East Pakistan, mostly civilians and unarmed peoples. For his role, General Tikka Khan gained the title of "Butcher of Bengal". General Khan faced an international reaction against Pakistan, and therefore, General Tikka was removed as Commander of the Eastern front. He installed a civilian administration under Abdul Motaleb Malik on 31 August 1971, which proved to be ineffective. However, during the meeting, with no high officers willing to assume the command of East Pakistan, Lieutenant-General Amir Abdullah Khan Niazi volunteered for the command of East Pakistan. Inexperienced and the large magnitude of this assignment, the government sent Rear-Admiral Mohammad Shariff as Flag Officer Commanding of Eastern Naval Command (Pakistan). Admiral Shariff served as the deputy of General Niazi when doing joint military operations. However, General Niazi proved to be a failure and ineffective ruler. Therefore, General Niazi and Air Commodore Inamul Haque Khan, AOC, PAF Base Dacca, failed to launch any operation in East Pakistan against Indian or its allies. Except for Admiral Shariff who continued to keep pressure on the Indian Navy until the end of the conflict. Admiral Shariff's effective plans made it nearly impossible for the Indian Navy to land its naval forces on the shores of East Pakistan. The Indian Navy was unable to land forces in East Pakistan and the Pakistan Navy was still offering resistance. The Indian Army, entered East Pakistan from all three directions of the province. The Indian Navy then decided to wait near the Bay of Bengal until the Army reached the shore.
The Indian Air Force dismantled the capability of the Pakistan Air Force in East Pakistan. Air Commodore Inamul Haque Khan, Dacca airbase's AOC, failed to offer any serious resistance to the actions of the Indian Air Force. For the most part of the war, the IAF enjoyed complete dominance in the skies over East Pakistan.
On 16 December 1971, the Pakistan Armed Forces surrendered to the joint liberation forces of Mukti Bahini and the Indian Army, headed by Lieutenant-General Jagjit Singh Arora, the General Officer Commanding-in-Chief (GOC-in-C) of the Eastern Command of the Indian Army. Lieutenant General AAK Niazi, the last corps commander of Eastern Corps, signed the Instrument of Surrender at about 4:31 pm. Over 93,000 personnel, including Lt. General Niazi and Admiral Shariff, were taken as prisoners of war.
On 16 December 1971, the territory of East Pakistan was handed over to Indian Army under the surrender agreement from West Pakistan and in the Simla Agreement became the newly independent state of Bangladesh. The Eastern Command, civilian institutions, and paramilitary forces were disbanded in the following months.
In contrast to the desert and rugged mountainous terrain of West Pakistan, East Pakistan featured the world's largest delta, 700 rivers, and tropical hilly jungles. The Chittagong Division of East Pakistan was home to hill ranges and forests (mainly in the Chittagong Hill Tracts and Sylhet). The Khulna Division and parts of the Dacca and Chittagong Divisions were largely Deltaic. East Pakistan was almost entirely an alluvial plain which consists of lower course of the Padma and Jamuna. Climatically, East Pakistan was essentially humid, hot climate with heavy to very heavy rainfall. The implication of East Pakistan's heavy rainfall was that the main crops that were grown in East Pakistan were rice, tea, and jute.
East Pakistan inherited 17 districts from British Bengal.
In 1960, Lower Tippera was renamed Comilla.
In 1969, two new districts were created with Tangail separated from Mymensingh and Patuakhali from Bakerganj.
East Pakistan's districts are listed in the following.
At the time of the Partition of British India, East Bengal had a plantation economy. The Chittagong Tea Auction was established in 1949 as the region was home to the world's largest tea plantations. The East Pakistan Stock Exchange Association was established in 1954. Many wealthy Muslim immigrants from India, Burma, and former British colonies settled in East Pakistan. The Ispahani family, Africawala brothers, and the Adamjee family were pioneers of industrialisation in the region. Many of modern Bangladesh's leading companies were born in the East Pakistan period.
An airline founded in British Bengal, Orient Airways, launched the vital air link between East and West Pakistan with DC-3 aircraft on the Dacca-Calcutta-Delhi-Karachi route. Orient Airways later evolved into Pakistan International Airlines, whose first chairman was the East Pakistan-based industrialist Mirza Ahmad Ispahani.
By the 1950s, East Bengal surpassed West Bengal in having the largest jute industries in the world. The Adamjee Jute Mills was the largest jute processing plant in history and its location in Narayanganj was nicknamed the Dundee of the East. The Adamjees were descendants of Sir Haji Adamjee Dawood, who made his fortune in British Burma.
Natural gas was discovered in the northeastern part of East Pakistan in 1955 by the Burmah Oil Company. Industrial use of natural gas began in 1959. The Shell Oil Company and Pakistan Petroleum tapped 7 gas fields in the 1960s. The industrial seaport city of Chittagong hosted the headquarters of Burmah Eastern and Pakistan National Oil. Iran, an erstwhile leading oil producer, assisted in establishing the Eastern Refinery in Chittagong.
The Comilla Model of the Pakistan Academy for Rural Development (present-day Bangladesh Academy for Rural Development) was conceived by Akhtar Hameed Khan and replicated in many developing countries.
In 1965, Pakistan implemented the Kaptai Dam hydroelectric project in the southeastern part of East Pakistan with American assistance. It was the sole hydroelectric dam in East Pakistan. The project was controversial for displacing over 40,000 indigenous people from the area.
The centrally located metropolis Dacca witnessed significant urban growth.
Although East Pakistan had a larger population, West Pakistan dominated the divided country politically and received more money from the common budget. According to the World Bank, there was much economic discrimination against East Pakistan, including higher government spending on West Pakistan, financial transfers from East to West, and the use of the East's foreign exchange surpluses to finance the West's imports.
The discrimination occurred despite the fact that East Pakistan generated a major share of Pakistan's exports.
The annual rate of growth of the gross domestic product per capita was 4.4% in West Pakistan versus 2.6% in East Pakistan from 1960 to 1965. Bengali politicians pushed for more autonomy, arguing that much of Pakistan's export earnings were generated in East Pakistan from the exportation of Bengali jute and tea. As late as 1960, approximately 70% of Pakistan's export earnings originated in East Pakistan, although this percentage declined as international demand for jute dwindled. By the mid-1960s, East Pakistan was accounting for less than 60% of the nation's export earnings, and by the time Bangladesh gained its independence in 1971, this percentage had dipped below 50%. In 1966, Mujib demanded that separate foreign exchange accounts be kept and that separate trade offices be opened overseas. By the mid-1960s, West Pakistan was benefiting from Ayub's "Decade of Progress" with its successful Green Revolution in wheat and from the expansion of markets for West Pakistani textiles, while East Pakistan's standard of living remained at an abysmally low level. Bengalis were also upset that West Pakistan, the seat of the national government, received more foreign aid. However, East Pakistan did nonetheless benefit from industrialisation and development, which was discerned by the Kaptai Dam in the Chittagong Hill Tracts for instance.
Economists in East Pakistan argued a "Two Economies Theory" within Pakistan itself, which was founded on the Two-Nation Theory with India. The so-called Two Economies Theory suggested that East and West Pakistan had different economic features which should not be regulated by a federal government in Islamabad.
East Pakistan was home to 55% of Pakistan's population. The largest ethnic group of the province were Bengalis, who in turn were the largest ethnic group in Pakistan. Bengali Muslims formed the predominant majority, followed by Bengali Hindus, Bengali Buddhists and Bengali Christians. East Pakistan also had many tribal groups, including the Chakmas, Marmas, Tangchangyas, Garos, Manipuris, Tripuris, Santhals and Bawms. They largely followed the religions of Buddhism, Christianity and Hinduism. East Pakistan was home to immigrant Muslims from across the Indian subcontinent, including West Bengal, Bihar, Sindh, Gujarat, the Northwest Frontier Province, Assam, Orissa, the Punjab and Kerala. A small Armenian and Jewish minority resided in East Pakistan.
The Asiatic Society of Pakistan was founded in Old Dacca by Ahmad Hasan Dani in 1948. The Varendra Research Museum in Rajshahi was an important center of research on the Indus Valley civilization. The Bangla Academy was established in 1954.
Among East Pakistan's newspapers, The Daily Ittefaq was the leading Bengali language title; while Holiday was a leading English title.
At the time of partition, East Bengal had 80 cinemas. The first movie produced in East Pakistan was The Face and the Mask in 1955. Pakistan Television established its second studio in Dacca after Lahore in 1965. Runa Laila was Pakistan's first pop star and became popular in India as well. Shabnam was a leading actress from East Pakistan. Feroza Begum was a leading exponent of Bengali classical Nazrul geeti. Jasimuddin and Abbasuddin Ahmed promoted Bengali folk music. Munier Chowdhury, Syed Mujtaba Ali, Nurul Momen, Sufia Kamal and Shamsur Rahman were among the leading literary figures in East Pakistan. Several East Pakistanis were awarded the Sitara-e-Imtiaz and the Pride of Performance.
Religion in Pakistan (1951 Official Census)
Religion in East Pakistan (1951 Census)
As per the 1951 census, East Pakistan had a population of 44,251,826 people, of which 34,029,654 followed Islam, 9,757,527 people followed Hinduism and 464,644 people followed other religions: Buddhism, Christianity and Animism. According to the 1961 census, Muslims made up 80.4% of the population, Hindus were 18.4%, and the remaining 1.2% belonged to other religions, mainly Christianity and Buddhism.
Bengalis were hugely under-represented in Pakistan's bureaucracy and military. In the federal government, only 15% of offices were occupied by East Pakistanis. Only 10% of the military were from East Pakistan. Cultural discrimination also prevailed, causing the eastern wing to forge a distinct political identity. There was a bias against Bengali culture in state media, such as a ban on broadcasts of the works of Nobel laureate Rabindranath Tagore.
Since its unification with Pakistan, the East Pakistan Army had consisted of only one infantry brigade made up of two battalions, the 1st East Bengal Regiment and the 1/14 or 3/8 Punjab Regiment in 1948. These two battalions boasted only five rifle companies between them (an infantry battalion normally had 5 companies). This weak brigade was under the command of Brigadier Ayub Khan (acting Major-General – GOC of 14th Army Division), together with the East Pakistan Rifles, which was tasked with defending East Pakistan during the Indo-Pakistani War of 1947. The PAF, Marines, and the Navy had little presence in the region. Only one PAF combatant squadron, No. 14 Squadron Tail Choppers, was active in East Pakistan. This combatant squadron was commanded by Squadron Leader Parvaiz Mehdi Qureshi, who later became a four-star general. The East Pakistan military personnel were trained in combat diving, demolitions, and guerrilla/anti-guerrilla tactics by the advisers from the Special Service Group (Navy) who were also charged with intelligence data collection and management cycle.
The East Pakistan Navy had only one active-duty combatant destroyer, the PNS Sylhet; one submarine Ghazi (which was repeatedly deployed in the West); four gunboats, inadequate to function in deep water. The joint special operations were managed and undertaken by the Naval Special Service Group (SSG(N)) who was assisted by the army, air force, and marines unit. The entire service, the Marines were deployed in East Pakistan, initially tasked with conducting exercises and combat operations in riverine areas and at the near shoreline. The small directorate of Naval Intelligence (while the headquarters and personnel, facilities, and directions were coordinated by West) had a vital role in directing special and reconnaissance missions, and intelligence gathering also was charged with taking reasonable actions to slow down the Indian threat. The armed forces of East Pakistan also consisted of the paramilitary organisation, the Razakars from the intelligence unit of the ISI's Covert Action Division (CAD).
The trauma was extremely severe in Pakistan when the news of secession of East Pakistan as Bangladesh arrived—a psychological setback, complete and humiliating defeat that shattered the prestige of the Pakistan Armed Forces. The governor and martial law administrator, Lieutenant-General Amir Abdullah Khan Niazi, was defamed, his image was maligned and he was stripped of his honours. The people of Pakistan could not come to terms with the magnitude of the defeat, and spontaneous demonstrations and mass protests erupted on the streets of major cities in (West) Pakistan. General Yahya Khan surrendered powers to Nurul Amin of the Pakistan Muslim League, the first and last vice-president and prime minister of Pakistan.
Prime Minister Amin invited then-President Zulfikar Ali Bhutto and the Pakistan Peoples Party to take control of Pakistan in a colourful ceremony where Bhutto gave a daring speech to the nation on national television. At the ceremony, Bhutto waved his fist in the air and pledged to his nation to never again allow the surrender of his country like what happened with East Pakistan. He launched and orchestrated the large-scale atomic bomb project in 1972. In memorial of East Pakistan, the East-Pakistan diaspora in Pakistan established the East-Pakistan colony in Karachi, Sindh. In accordance, the East-Pakistani diaspora also composed patriotic tributes to Pakistan after the war; songs such as "Sohni Dharti" (lit. "Beautiful Land") and "Jeevay, Jeevay Pakistan" (lit. "long-live, long-live Pakistan"), were composed by Bengali singer Shahnaz Rahmatullah in the 1970s and 1980s.
According to William Langewiesche, writing for The Atlantic, "it may seem obvious that the loss of Bangladesh was a blessing"—but it has never been seen that way in Pakistan. In the book Scoop! Inside Stories from the Partition to the Present, Indian politician Kuldip Nayar opined, "Losing East Pakistan and Bhutto's releasing of Mujib did not mean anything to Pakistan's policy—as if there was no liberation war". Bhutto's policy, and even today the policy of Pakistan, is that "she will continue to fight for the honour and integrity of Pakistan". | [
{
"paragraph_id": 0,
"text": "East Pakistan was the eastern polity, established in 1955 under the One Unit Policy, renaming and restructuring the province as such from East Bengal, which, in modern times, is split between India and Bangladesh. Its land borders were with India and Burma, with a coastline on the Bay of Bengal. East Pakistanis were popularly known as \"Pakistani Bengalis\"; to distinguish this region from India's state West Bengal (which is also known as \"Indian Bengal\"), East Pakistan was known as \"Pakistani Bengal\". In 1971, East Pakistan became the newly independent state Bangladesh, which means \"country of Bengal\" or \"country of Bengalis\" in Bengali language.",
"title": ""
},
{
"paragraph_id": 1,
"text": "East Pakistan was renamed from East Bengal by the One Unit Scheme of Pakistani Prime Minister Mohammad Ali of Bogra. The Constitution of Pakistan of 1956 replaced the Pakistani monarchy with an Islamic republic. Bengali politician H.S. Suhrawardy served as the Prime Minister of Pakistan between 1956 and 1957 and a Bengali bureaucrat Iskander Mirza became the first President of Pakistan. The 1958 Pakistani coup d'état brought general Ayub Khan to power. Khan replaced Mirza as president and launched a crackdown against pro-democracy leaders. Khan enacted the Constitution of Pakistan of 1962 which ended universal suffrage. By 1966, Sheikh Mujibur Rahman emerged as the preeminent opposition leader in Pakistan and launched the six-point movement for autonomy and democracy. The 1969 uprising in East Pakistan contributed to Ayub Khan's overthrow. Another general, Yahya Khan, usurped the presidency and enacted martial law. In 1970, Yahya Khan organised Pakistan's first federal general election. The Awami League emerged as the single largest party, followed by the Pakistan Peoples Party. The military junta stalled in accepting the results, leading to civil disobedience, the Bangladesh Liberation War, 1971 Bangladesh genocide and Bihari genocide. East Pakistan seceded with the help of India.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The East Pakistan Provincial Assembly was the legislative body of the territory, it was the largest provincial legislature in Pakistan and elections were held only twice in 1954 and 1970. During the Bangladesh War of Independence in 1971, most Bengali members elected to the Pakistani National Assembly and the East Pakistani provincial assembly became members of the Constituent Assembly of Bangladesh.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Due to the strategic importance of East Pakistan, the Pakistani union was a member of the Southeast Asia Treaty Organization. The economy of East Pakistan grew at an average of 2.6% between 1960 and 1965. The federal government invested more funds and foreign aid in West Pakistan, even though East Pakistan generated a major share of exports. However, President Ayub Khan did implement significant industrialisation in East Pakistan. The Kaptai Dam was built in 1965. The Eastern Refinery was established in Chittagong. Dacca was declared as the second capital of Pakistan and planned as the home of the national parliament. The government recruited American architect Louis Kahn to design the national assembly complex in Dacca.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Chaudhry Rehmat Ali, who did not include Bengal in the coined word \"PAKISTAN\", did create a state among many in India in his book Now or Never pamphlet (1933). He called Bengal \"Bang-e-Islam\" (call to prayer of Islam) and included all of Bengal, West Bengal too. Bengal was a Muslim-majority province. Although he had punned on the word. To common Pakistanis it was called \"Oriental Pakistan\" or alternatively, Islamically, as \"Bangalistan\". The word Mashriqi implies as Eastern. Kazim, in his book of reviews, Kal ki Baat (Readings Lahore, 2010), tells us that Aurangzeb's minister Abul Fazl had opined that Bangla was actually Bangal and that 'al' in it meant enclosure. Today, 'aal' is taken to mean home, from a sense of 'outer wall making an enclosure', which is exactly what Bangla-Desh is today.",
"title": "Etymology"
},
{
"paragraph_id": 5,
"text": "In 1955, Prime Minister Mohammad Ali Bogra implemented the One Unit scheme which merged the four western provinces into a single unit called West Pakistan while East Bengal was renamed as East Pakistan.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "Pakistan ended its dominion status and adopted a republican constitution in 1956, which proclaimed an Islamic republic. The populist leader H. S. Suhrawardy of East Pakistan was appointed prime minister of Pakistan. As soon as he became the prime minister, Suhrawardy initiated legal work reviving the joint electorate system. There was strong opposition and resentment to the joint electorate system in West Pakistan. The Muslim League had taken the cause to the public and began calling for the implementation of a separate electorate system. In contrast to West Pakistan, the joint electorate was highly popular in East Pakistan. The tug of war with the Muslim League to establish the appropriate electorate caused problems for his government.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "The constitutionally obliged National Finance Commission Program (NFC Program) was immediately suspended by Prime Minister Suhrawardy despite the reserves of the four provinces of West Pakistan in 1956. Suhrawardy advocated for the USSR-based Five-Year Plans to centralise the national economy. In this view, East Pakistan's economy would be quickly centralised and all major economic planning would be shifted to West Pakistan.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "Efforts leading to centralising the economy were met with great resistance in West Pakistan when the elite monopolist and the business community angrily refused to adhere to his policies. The business community in Karachi began its political struggle to undermine any attempts of financial distribution of the US$10 million ICA aid to the better part of East Pakistan and to set up a consolidated national shipping corporation. In the financial cities of West Pakistan, such as Karachi, Lahore, Quetta, and Peshawar, a series of major labour strikes against the economic policies of Suhrawardy were supported by the elite business community and the private sector.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "Furthermore, in order to divert attention from the controversial One Unit Program, Prime Minister Suhrawardy tried to end the crisis by calling a small group of investors to set up small businesses in the country. Despite many initiatives and holding off the NFC Award Program, Suhrawardy's political position and image deteriorated in the four provinces in West Pakistan. Many nationalist leaders and activists of the Muslim League were dismayed by the suspension of the constitutionally obliged NFC Program. His critics and Muslim League leaders observed that with the suspension of the NFC Award Program, Suhrawardy tried to give more financial allocations, aids, grants, and opportunities to East Pakistan than West Pakistan, including West Pakistan's four provinces. During the last days of his Prime ministerial years, Suhrawardy tried to remove the economic disparity between the Eastern and Western wings of the country but to no avail. He also tried unsuccessfully to alleviate the food shortage in the country.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "Suhrawardy strengthened relations with the United States by reinforcing Pakistani membership in the Central Treaty Organization and the Southeast Asia Treaty Organization. Suhrawardy also promoted relations with the People’s Republic of China.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "His contribution in formulating the 1956 constitution of Pakistan was substantial as he played a vital role in incorporating provisions for civil liberties and universal adult franchise in line with his adherence to the parliamentary form of liberal democracy.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "In 1958, President Iskandar Mirza enacted martial law as part of a military coup by the Pakistan Army's chief Ayub Khan. Roughly after two weeks, President Mirza's relations with Pakistan Armed Forces deteriorated leading Army Commander General Ayub Khan relieving the president from his presidency and forcefully exiling President Mirza to the United Kingdom. General Ayub Khan justified his actions after appearing on national radio declaring that: \"the armed forces and the people demanded a clean break with the past...\". Until 1962, the martial law continued while Field Marshal Ayub Khan purged a number of politicians and civil servants from the government and replaced them with military officers. Ayub called his regime a \"revolution to clean up the mess of black marketing and corruption\". Khan replaced Mirza as president and became the country’s strongman for eleven years. Martial law continued until 1962 when the government of Field Marshal Ayub Khan commissioned a constitutional bench under Chief Justice of Pakistan Muhammad Shahabuddin, composed of ten senior justices, each five from East Pakistan and five from West Pakistan. On 6 May 1961, the commission sent its draft to President Ayub Khan. He thoroughly examined the draft while consulting with his cabinet.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "In January 1962, the cabinet finally approved the text of the new constitution, promulgated by President Ayub Khan on 1 March 1962, which came into effect on 8 June 1962. Under the 1962 constitution, Pakistan became a presidential republic. Universal suffrage was abolished in favour of a system dubbed 'Basic Democracy'. Under the system, an electoral college would be responsible for electing the president and national assembly. The 1962 constitution created a gubernatorial system in West and East Pakistan. Each province ran its own separate provincial gubernatorial governments. The constitution defined a division of powers between the central government and the provinces. Fatima Jinnah received strong support in East Pakistan during her failed bid to unseat Ayub Khan in the 1965 presidential election.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "Dacca was declared as the second capital of Pakistan in 1962. It was designated as the legislative capital and Louis Kahn was tasked with designing a national assembly complex. Dacca's population increased in the 1960s. Seven natural gas fields were tapped in the province. The petroleum industry developed as the Eastern Refinery was established in the port city of Chittagong.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "In 1966, Awami League leader Sheikh Mujibur Rahman announced the six-point movement in Lahore. The movement demanded greater provincial autonomy and the restoration of democracy in Pakistan. Rahman was indicted for treason during the Agartala Conspiracy Case after launching the six-point movement. He was later released in the 1969 uprising in East Pakistan. Ayub resigned in March 1969. Below includes the historical six points:",
"title": "History"
},
{
"paragraph_id": 16,
"text": "Muhammad Ayub Khan was replaced by general Yahya Khan who became the Chief Martial Law Administrator. Khan organised the 1970 Pakistani general election. The 1970 Bhola cyclone was one of the deadliest natural disasters of the 20th century. The cyclone claimed half a million lives. The disastrous effects of the cyclone caused huge resentment against the federal government. After a decade of military rule, East Pakistan was a hotbed of Bengali nationalism. There were open calls for self-determination.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "When the federal general election was held, the Awami League emerged as the single largest party in the Pakistani parliament. The League won 167 out of 169 seats in East Pakistan, thereby crossing the half way mark of 150 in the 300-seat National Assembly of Pakistan. In theory, this gave the League the right to form a government under the Westminster tradition. But the League failed to win a single seat in West Pakistan, where the Pakistan Peoples Party emerged as the single largest party with 81 seats. The military junta stalled the transfer of power and conducted prolonged negotiations with the League. A civil disobedience movement erupted across East Pakistan demanding the convening of parliament. Rahman announced a struggle for independence from Pakistan during a speech on 7 March 1971 and called for a non-cooperation movement from the Bengali populace. Between 7–26 March, East Pakistan was virtually under the popular control of the Awami League. On Pakistan's Republic Day on 23 March 1971, the first flag of Bangladesh was hoisted in many East Pakistani households. Pakistan Army was ordered to immediately launch a crackdown on 26 March whose purpose was to curb the resistance, some of these operations include Operation Searchlight and the 1971 Dhaka University massacre. This led to the Bangladeshi Declaration of Independence.",
"title": "History"
},
{
"paragraph_id": 18,
"text": "As the Bangladesh Liberation War and the 1971 Bangladesh genocide continued for nine months, East Pakistani military units like the East Bengal Regiment and the East Pakistan Rifles defected and formed the Bangladesh Forces. The Provisional Government of Bangladesh allied with neighbouring India which intervened in the final two weeks of the war and secured the surrender of Pakistan's eastern command.",
"title": "History"
},
{
"paragraph_id": 19,
"text": "With Ayub Khan ousted from office in 1969, Commander of the Pakistani Army, General Yahya Khan became the country's second ruling chief martial law administrator. Both Bhutto and Mujib strongly disliked General Khan, but patiently endured him and his government as he had promised to hold an election in 1970. During this time, strong nationalistic sentiments in East Pakistan were perceived by the Pakistani Armed Forces and the central military government. Therefore, Khan and his military government wanted to divert the nationalistic threats and violence against non-East Pakistanis. The Eastern Command was under constant pressure from the Awami League and requested an active-duty officer to control the command under such extreme pressure. The high flag rank officers, junior officers, and many high command officers from Pakistan's Armed Forces were highly cautious about their appointment in East-Pakistan, and the assignment of governing East Pakistan and appointment of an officer was considered highly difficult for the Pakistan High Military Command.",
"title": "History"
},
{
"paragraph_id": 20,
"text": "East Pakistan's Armed Forces, under the military administrations of Major-General Muzaffaruddin and Lieutenant-General Sahabzada Yaqub Khan, used an excessive amount of show of military force to curb the uprising in the province. With such action, the situation became highly critical and civil control over the province slipped away from the government. On 24 March, dissatisfied with the performance of his generals, Yahya Khan removed General Muzaffaruddin and General Yaqub Khan from office on 1 September 1969. The appointment of a military administrator was considered quite difficult and challenging with the crisis continually deteriorating. Vice-Admiral Syed Mohammad Ahsan, Commander-in-Chief of the Pakistan Navy, had previously served as political and military adviser of East Pakistan to former President Ayub Khan. Having such a strong background in administration, and being an expert on East Pakistan affairs, General Yahya Khan appointed Vice-Admiral Syed Mohammad Ahsan as Martial Law Administrator, with absolute authority in his command. He was relieved as naval chief and received an extension from the government.",
"title": "History"
},
{
"paragraph_id": 21,
"text": "The tense relations between East and West Pakistan reached a climax in 1970 when the Awami League, the largest East Pakistani political party, led by Sheikh Mujibur Rahman, (Mujib), won a landslide victory in the national elections in East Pakistan. The party won 160 of the 162 seats allotted to East Pakistan, and thus a majority of the 300 seats in the Parliament. This gave the Awami League the constitutional right to form a government without forming a coalition with any other party. Khan invited Mujib to Rawalpindi to take the charge of the office, and negotiations took place between the military government and the Awami Party. Bhutto was shocked with the results and threatened his fellow Peoples Party members if they attended the inaugural session at the National Assembly, famously saying he would \"break the legs\" of any member of his party who dared enter and attend the session. However, fearing East Pakistani separatism, Bhutto demanded Mujib to form a coalition government. After a secret meeting held in Larkana, Mujib agreed to give Bhutto the office of the presidency with Mujib as prime minister. General Yahya Khan and his military government were kept unaware of these developments and under pressure from his own military government, refused to allow Rahman to become the prime minister of Pakistan. This increased agitation for greater autonomy in East Pakistan. The military police arrested Mujib and Bhutto and placed them in Adiala Jail in Rawalpindi. The news spread like a fire in both East and West Pakistan, and the struggle for independence began in East Pakistan.",
"title": "History"
},
{
"paragraph_id": 22,
"text": "The senior high command officers in Pakistan Armed Forces, and Zulfikar Ali Bhutto, began to pressure General Yahya Khan to take armed action against Mujib and his party. Bhutto later distanced himself from Yahya Khan after he was arrested by Military Police along with Mujib. Soon after the arrests, a high-level meeting was chaired by Yahya Khan. During the meeting, high commanders of the Pakistan Armed Forces unanimously recommended an armed and violent military action. East Pakistan's Martial Law Administrator Admiral Ahsan, Governor of East Pakistan, and Air Commodore Zafar Masud, Air Officer Commanding of Dacca's only airbase, were the only officers to object to the plans. When it became obvious that military action in East Pakistan was inevitable, Admiral Ahsan resigned from his position as martial law administrator in protest, and immediately flew back to Karachi, West Pakistan. Disheartened and isolated, Admiral Ahsan took early retirement from the Navy and quietly settled in Karachi. Once Operation Searchlight and Operation Barisal commenced, Air Marshal Masud flew to West Pakistan, and unlike Admiral Ahsan, tried to stop the violence in East Pakistan. When he failed in his attempts to meet General Yahya Khan, Masud too resigned from his position as AOC of Dacca airbase and took retirement from Air Force.",
"title": "History"
},
{
"paragraph_id": 23,
"text": "Lieutenant-General Sahibzada Yaqub Khan was sent into East Pakistan in an emergency, following a major blow of the resignation of Vice Admiral Ahsan. General Yaqub temporarily assumed the control of the province, he was also made the corps-commander of Eastern Corps. General Yaqub mobilised the entire major forces in East Pakistan.",
"title": "History"
},
{
"paragraph_id": 24,
"text": "Sheikh Mujibur Rahman made a declaration of independence at Dacca on 26 March 1971. All major Awami League leaders including elected leaders of the National Assembly and Provincial Assembly fled to neighbouring India and an exile government was formed headed by Sheikh Mujibur Rahman. While he was in Pakistan Prison, Syed Nazrul Islam was the acting president with Tazuddin Ahmed as the prime minister. The exile government took oath on 17 April 1971 at Mujib Nagar, within East Pakistan territory of Kushtia district, and formally formed the government. Colonel MOG Osmani was appointed the Commander in Chief of Liberation Forces and whole East Pakistan was divided into eleven sectors headed by eleven sector commanders. All sector commanders were Bengali officers who had defected from the Pakistan Army. This started the Bangladesh Liberation War in which the freedom fighters, joined in December 1971 by 400,000 Indian soldiers, faced the Pakistani Armed Forces of 365,000 plus paramilitary and collaborationist forces. An additional approximately 25,000 ill-equipped civilian volunteers and police forces also sided with the Pakistan Armed Forces. Bloody guerrilla warfare ensued in East Pakistan.",
"title": "History"
},
{
"paragraph_id": 25,
"text": "The Pakistan Armed Forces were unable to counter such threats. With no intel and low morale, they performed poorly and were inexperienced in guerrilla tactics, Pakistan Armed Forces and their assets were defeated by the Bangladesh Liberation Forces. In April 1971, Lieutenant-General Tikka Khan succeeded General Yaqub Khan as the Corps Commander. General Tikka Khan led the massive violent and massacre campaigns in the region. He is held responsible for killing hundreds of thousands of Bengali people in East Pakistan, mostly civilians and unarmed peoples. For his role, General Tikka Khan gained the title of \"Butcher of Bengal\". General Khan faced an international reaction against Pakistan, and therefore, General Tikka was removed as Commander of the Eastern front. He installed a civilian administration under Abdul Motaleb Malik on 31 August 1971, which proved to be ineffective. However, during the meeting, with no high officers willing to assume the command of East Pakistan, Lieutenant-General Amir Abdullah Khan Niazi volunteered for the command of East Pakistan. Inexperienced and the large magnitude of this assignment, the government sent Rear-Admiral Mohammad Shariff as Flag Officer Commanding of Eastern Naval Command (Pakistan). Admiral Shariff served as the deputy of General Niazi when doing joint military operations. However, General Niazi proved to be a failure and ineffective ruler. Therefore, General Niazi and Air Commodore Inamul Haque Khan, AOC, PAF Base Dacca, failed to launch any operation in East Pakistan against Indian or its allies. Except for Admiral Shariff who continued to keep pressure on the Indian Navy until the end of the conflict. Admiral Shariff's effective plans made it nearly impossible for the Indian Navy to land its naval forces on the shores of East Pakistan. The Indian Navy was unable to land forces in East Pakistan and the Pakistan Navy was still offering resistance. The Indian Army, entered East Pakistan from all three directions of the province. The Indian Navy then decided to wait near the Bay of Bengal until the Army reached the shore.",
"title": "History"
},
{
"paragraph_id": 26,
"text": "The Indian Air Force dismantled the capability of the Pakistan Air Force in East Pakistan. Air Commodore Inamul Haque Khan, Dacca airbase's AOC, failed to offer any serious resistance to the actions of the Indian Air Force. For the most part of the war, the IAF enjoyed complete dominance in the skies over East Pakistan.",
"title": "History"
},
{
"paragraph_id": 27,
"text": "On 16 December 1971, the Pakistan Armed Forces surrendered to the joint liberation forces of Mukti Bahini and the Indian Army, headed by Lieutenant-General Jagjit Singh Arora, the General Officer Commanding-in-Chief (GOC-in-C) of the Eastern Command of the Indian Army. Lieutenant General AAK Niazi, the last corps commander of Eastern Corps, signed the Instrument of Surrender at about 4:31 pm. Over 93,000 personnel, including Lt. General Niazi and Admiral Shariff, were taken as prisoners of war.",
"title": "History"
},
{
"paragraph_id": 28,
"text": "On 16 December 1971, the territory of East Pakistan was handed over to Indian Army under the surrender agreement from West Pakistan and in the Simla Agreement became the newly independent state of Bangladesh. The Eastern Command, civilian institutions, and paramilitary forces were disbanded in the following months.",
"title": "History"
},
{
"paragraph_id": 29,
"text": "In contrast to the desert and rugged mountainous terrain of West Pakistan, East Pakistan featured the world's largest delta, 700 rivers, and tropical hilly jungles. The Chittagong Division of East Pakistan was home to hill ranges and forests (mainly in the Chittagong Hill Tracts and Sylhet). The Khulna Division and parts of the Dacca and Chittagong Divisions were largely Deltaic. East Pakistan was almost entirely an alluvial plain which consists of lower course of the Padma and Jamuna. Climatically, East Pakistan was essentially humid, hot climate with heavy to very heavy rainfall. The implication of East Pakistan's heavy rainfall was that the main crops that were grown in East Pakistan were rice, tea, and jute.",
"title": "Geography"
},
{
"paragraph_id": 30,
"text": "East Pakistan inherited 17 districts from British Bengal.",
"title": "Geography"
},
{
"paragraph_id": 31,
"text": "In 1960, Lower Tippera was renamed Comilla.",
"title": "Geography"
},
{
"paragraph_id": 32,
"text": "In 1969, two new districts were created with Tangail separated from Mymensingh and Patuakhali from Bakerganj.",
"title": "Geography"
},
{
"paragraph_id": 33,
"text": "East Pakistan's districts are listed in the following.",
"title": "Geography"
},
{
"paragraph_id": 34,
"text": "At the time of the Partition of British India, East Bengal had a plantation economy. The Chittagong Tea Auction was established in 1949 as the region was home to the world's largest tea plantations. The East Pakistan Stock Exchange Association was established in 1954. Many wealthy Muslim immigrants from India, Burma, and former British colonies settled in East Pakistan. The Ispahani family, Africawala brothers, and the Adamjee family were pioneers of industrialisation in the region. Many of modern Bangladesh's leading companies were born in the East Pakistan period.",
"title": "Economy"
},
{
"paragraph_id": 35,
"text": "An airline founded in British Bengal, Orient Airways, launched the vital air link between East and West Pakistan with DC-3 aircraft on the Dacca-Calcutta-Delhi-Karachi route. Orient Airways later evolved into Pakistan International Airlines, whose first chairman was the East Pakistan-based industrialist Mirza Ahmad Ispahani.",
"title": "Economy"
},
{
"paragraph_id": 36,
"text": "By the 1950s, East Bengal surpassed West Bengal in having the largest jute industries in the world. The Adamjee Jute Mills was the largest jute processing plant in history and its location in Narayanganj was nicknamed the Dundee of the East. The Adamjees were descendants of Sir Haji Adamjee Dawood, who made his fortune in British Burma.",
"title": "Economy"
},
{
"paragraph_id": 37,
"text": "Natural gas was discovered in the northeastern part of East Pakistan in 1955 by the Burmah Oil Company. Industrial use of natural gas began in 1959. The Shell Oil Company and Pakistan Petroleum tapped 7 gas fields in the 1960s. The industrial seaport city of Chittagong hosted the headquarters of Burmah Eastern and Pakistan National Oil. Iran, an erstwhile leading oil producer, assisted in establishing the Eastern Refinery in Chittagong.",
"title": "Economy"
},
{
"paragraph_id": 38,
"text": "The Comilla Model of the Pakistan Academy for Rural Development (present-day Bangladesh Academy for Rural Development) was conceived by Akhtar Hameed Khan and replicated in many developing countries.",
"title": "Economy"
},
{
"paragraph_id": 39,
"text": "In 1965, Pakistan implemented the Kaptai Dam hydroelectric project in the southeastern part of East Pakistan with American assistance. It was the sole hydroelectric dam in East Pakistan. The project was controversial for displacing over 40,000 indigenous people from the area.",
"title": "Economy"
},
{
"paragraph_id": 40,
"text": "The centrally located metropolis Dacca witnessed significant urban growth.",
"title": "Economy"
},
{
"paragraph_id": 41,
"text": "Although East Pakistan had a larger population, West Pakistan dominated the divided country politically and received more money from the common budget. According to the World Bank, there was much economic discrimination against East Pakistan, including higher government spending on West Pakistan, financial transfers from East to West, and the use of the East's foreign exchange surpluses to finance the West's imports.",
"title": "Economy"
},
{
"paragraph_id": 42,
"text": "The discrimination occurred despite the fact that East Pakistan generated a major share of Pakistan's exports.",
"title": "Economy"
},
{
"paragraph_id": 43,
"text": "The annual rate of growth of the gross domestic product per capita was 4.4% in West Pakistan versus 2.6% in East Pakistan from 1960 to 1965. Bengali politicians pushed for more autonomy, arguing that much of Pakistan's export earnings were generated in East Pakistan from the exportation of Bengali jute and tea. As late as 1960, approximately 70% of Pakistan's export earnings originated in East Pakistan, although this percentage declined as international demand for jute dwindled. By the mid-1960s, East Pakistan was accounting for less than 60% of the nation's export earnings, and by the time Bangladesh gained its independence in 1971, this percentage had dipped below 50%. In 1966, Mujib demanded that separate foreign exchange accounts be kept and that separate trade offices be opened overseas. By the mid-1960s, West Pakistan was benefiting from Ayub's \"Decade of Progress\" with its successful Green Revolution in wheat and from the expansion of markets for West Pakistani textiles, while East Pakistan's standard of living remained at an abysmally low level. Bengalis were also upset that West Pakistan, the seat of the national government, received more foreign aid. However, East Pakistan did nonetheless benefit from industrialisation and development, which was discerned by the Kaptai Dam in the Chittagong Hill Tracts for instance.",
"title": "Economy"
},
{
"paragraph_id": 44,
"text": "Economists in East Pakistan argued a \"Two Economies Theory\" within Pakistan itself, which was founded on the Two-Nation Theory with India. The so-called Two Economies Theory suggested that East and West Pakistan had different economic features which should not be regulated by a federal government in Islamabad.",
"title": "Economy"
},
{
"paragraph_id": 45,
"text": "East Pakistan was home to 55% of Pakistan's population. The largest ethnic group of the province were Bengalis, who in turn were the largest ethnic group in Pakistan. Bengali Muslims formed the predominant majority, followed by Bengali Hindus, Bengali Buddhists and Bengali Christians. East Pakistan also had many tribal groups, including the Chakmas, Marmas, Tangchangyas, Garos, Manipuris, Tripuris, Santhals and Bawms. They largely followed the religions of Buddhism, Christianity and Hinduism. East Pakistan was home to immigrant Muslims from across the Indian subcontinent, including West Bengal, Bihar, Sindh, Gujarat, the Northwest Frontier Province, Assam, Orissa, the Punjab and Kerala. A small Armenian and Jewish minority resided in East Pakistan.",
"title": "Demographics and culture"
},
{
"paragraph_id": 46,
"text": "The Asiatic Society of Pakistan was founded in Old Dacca by Ahmad Hasan Dani in 1948. The Varendra Research Museum in Rajshahi was an important center of research on the Indus Valley civilization. The Bangla Academy was established in 1954.",
"title": "Demographics and culture"
},
{
"paragraph_id": 47,
"text": "Among East Pakistan's newspapers, The Daily Ittefaq was the leading Bengali language title; while Holiday was a leading English title.",
"title": "Demographics and culture"
},
{
"paragraph_id": 48,
"text": "At the time of partition, East Bengal had 80 cinemas. The first movie produced in East Pakistan was The Face and the Mask in 1955. Pakistan Television established its second studio in Dacca after Lahore in 1965. Runa Laila was Pakistan's first pop star and became popular in India as well. Shabnam was a leading actress from East Pakistan. Feroza Begum was a leading exponent of Bengali classical Nazrul geeti. Jasimuddin and Abbasuddin Ahmed promoted Bengali folk music. Munier Chowdhury, Syed Mujtaba Ali, Nurul Momen, Sufia Kamal and Shamsur Rahman were among the leading literary figures in East Pakistan. Several East Pakistanis were awarded the Sitara-e-Imtiaz and the Pride of Performance.",
"title": "Demographics and culture"
},
{
"paragraph_id": 49,
"text": "Religion in Pakistan (1951 Official Census)",
"title": "Demographics and culture"
},
{
"paragraph_id": 50,
"text": "Religion in East Pakistan (1951 Census)",
"title": "Demographics and culture"
},
{
"paragraph_id": 51,
"text": "As per the 1951 census, East Pakistan had a population of 44,251,826 people, of which 34,029,654 followed Islam, 9,757,527 people followed Hinduism and 464,644 people followed other religions: Buddhism, Christianity and Animism. According to the 1961 census, Muslims made up 80.4% of the population, Hindus were 18.4%, and the remaining 1.2% belonged to other religions, mainly Christianity and Buddhism.",
"title": "Demographics and culture"
},
{
"paragraph_id": 52,
"text": "Bengalis were hugely under-represented in Pakistan's bureaucracy and military. In the federal government, only 15% of offices were occupied by East Pakistanis. Only 10% of the military were from East Pakistan. Cultural discrimination also prevailed, causing the eastern wing to forge a distinct political identity. There was a bias against Bengali culture in state media, such as a ban on broadcasts of the works of Nobel laureate Rabindranath Tagore.",
"title": "Demographics and culture"
},
{
"paragraph_id": 53,
"text": "Since its unification with Pakistan, the East Pakistan Army had consisted of only one infantry brigade made up of two battalions, the 1st East Bengal Regiment and the 1/14 or 3/8 Punjab Regiment in 1948. These two battalions boasted only five rifle companies between them (an infantry battalion normally had 5 companies). This weak brigade was under the command of Brigadier Ayub Khan (acting Major-General – GOC of 14th Army Division), together with the East Pakistan Rifles, which was tasked with defending East Pakistan during the Indo-Pakistani War of 1947. The PAF, Marines, and the Navy had little presence in the region. Only one PAF combatant squadron, No. 14 Squadron Tail Choppers, was active in East Pakistan. This combatant squadron was commanded by Squadron Leader Parvaiz Mehdi Qureshi, who later became a four-star general. The East Pakistan military personnel were trained in combat diving, demolitions, and guerrilla/anti-guerrilla tactics by the advisers from the Special Service Group (Navy) who were also charged with intelligence data collection and management cycle.",
"title": "Military"
},
{
"paragraph_id": 54,
"text": "The East Pakistan Navy had only one active-duty combatant destroyer, the PNS Sylhet; one submarine Ghazi (which was repeatedly deployed in the West); four gunboats, inadequate to function in deep water. The joint special operations were managed and undertaken by the Naval Special Service Group (SSG(N)) who was assisted by the army, air force, and marines unit. The entire service, the Marines were deployed in East Pakistan, initially tasked with conducting exercises and combat operations in riverine areas and at the near shoreline. The small directorate of Naval Intelligence (while the headquarters and personnel, facilities, and directions were coordinated by West) had a vital role in directing special and reconnaissance missions, and intelligence gathering also was charged with taking reasonable actions to slow down the Indian threat. The armed forces of East Pakistan also consisted of the paramilitary organisation, the Razakars from the intelligence unit of the ISI's Covert Action Division (CAD).",
"title": "Military"
},
{
"paragraph_id": 55,
"text": "The trauma was extremely severe in Pakistan when the news of secession of East Pakistan as Bangladesh arrived—a psychological setback, complete and humiliating defeat that shattered the prestige of the Pakistan Armed Forces. The governor and martial law administrator, Lieutenant-General Amir Abdullah Khan Niazi, was defamed, his image was maligned and he was stripped of his honours. The people of Pakistan could not come to terms with the magnitude of the defeat, and spontaneous demonstrations and mass protests erupted on the streets of major cities in (West) Pakistan. General Yahya Khan surrendered powers to Nurul Amin of the Pakistan Muslim League, the first and last vice-president and prime minister of Pakistan.",
"title": "Legacy in Pakistan"
},
{
"paragraph_id": 56,
"text": "Prime Minister Amin invited then-President Zulfikar Ali Bhutto and the Pakistan Peoples Party to take control of Pakistan in a colourful ceremony where Bhutto gave a daring speech to the nation on national television. At the ceremony, Bhutto waved his fist in the air and pledged to his nation to never again allow the surrender of his country like what happened with East Pakistan. He launched and orchestrated the large-scale atomic bomb project in 1972. In memorial of East Pakistan, the East-Pakistan diaspora in Pakistan established the East-Pakistan colony in Karachi, Sindh. In accordance, the East-Pakistani diaspora also composed patriotic tributes to Pakistan after the war; songs such as \"Sohni Dharti\" (lit. \"Beautiful Land\") and \"Jeevay, Jeevay Pakistan\" (lit. \"long-live, long-live Pakistan\"), were composed by Bengali singer Shahnaz Rahmatullah in the 1970s and 1980s.",
"title": "Legacy in Pakistan"
},
{
"paragraph_id": 57,
"text": "According to William Langewiesche, writing for The Atlantic, \"it may seem obvious that the loss of Bangladesh was a blessing\"—but it has never been seen that way in Pakistan. In the book Scoop! Inside Stories from the Partition to the Present, Indian politician Kuldip Nayar opined, \"Losing East Pakistan and Bhutto's releasing of Mujib did not mean anything to Pakistan's policy—as if there was no liberation war\". Bhutto's policy, and even today the policy of Pakistan, is that \"she will continue to fight for the honour and integrity of Pakistan\".",
"title": "Legacy in Pakistan"
}
]
| East Pakistan was the eastern polity, established in 1955 under the One Unit Policy, renaming and restructuring the province as such from East Bengal, which, in modern times, is split between India and Bangladesh. Its land borders were with India and Burma, with a coastline on the Bay of Bengal. East Pakistanis were popularly known as "Pakistani Bengalis"; to distinguish this region from India's state West Bengal, East Pakistan was known as "Pakistani Bengal". In 1971, East Pakistan became the newly independent state Bangladesh, which means "country of Bengal" or "country of Bengalis" in Bengali language. East Pakistan was renamed from East Bengal by the One Unit Scheme of Pakistani Prime Minister Mohammad Ali of Bogra. The Constitution of Pakistan of 1956 replaced the Pakistani monarchy with an Islamic republic. Bengali politician H.S. Suhrawardy served as the Prime Minister of Pakistan between 1956 and 1957 and a Bengali bureaucrat Iskander Mirza became the first President of Pakistan. The 1958 Pakistani coup d'état brought general Ayub Khan to power. Khan replaced Mirza as president and launched a crackdown against pro-democracy leaders. Khan enacted the Constitution of Pakistan of 1962 which ended universal suffrage. By 1966, Sheikh Mujibur Rahman emerged as the preeminent opposition leader in Pakistan and launched the six-point movement for autonomy and democracy. The 1969 uprising in East Pakistan contributed to Ayub Khan's overthrow. Another general, Yahya Khan, usurped the presidency and enacted martial law. In 1970, Yahya Khan organised Pakistan's first federal general election. The Awami League emerged as the single largest party, followed by the Pakistan Peoples Party. The military junta stalled in accepting the results, leading to civil disobedience, the Bangladesh Liberation War, 1971 Bangladesh genocide and Bihari genocide. East Pakistan seceded with the help of India. The East Pakistan Provincial Assembly was the legislative body of the territory, it was the largest provincial legislature in Pakistan and elections were held only twice in 1954 and 1970. During the Bangladesh War of Independence in 1971, most Bengali members elected to the Pakistani National Assembly and the East Pakistani provincial assembly became members of the Constituent Assembly of Bangladesh. Due to the strategic importance of East Pakistan, the Pakistani union was a member of the Southeast Asia Treaty Organization. The economy of East Pakistan grew at an average of 2.6% between 1960 and 1965. The federal government invested more funds and foreign aid in West Pakistan, even though East Pakistan generated a major share of exports. However, President Ayub Khan did implement significant industrialisation in East Pakistan. The Kaptai Dam was built in 1965. The Eastern Refinery was established in Chittagong. Dacca was declared as the second capital of Pakistan and planned as the home of the national parliament. The government recruited American architect Louis Kahn to design the national assembly complex in Dacca. | 2002-02-25T15:51:15Z | 2023-12-19T21:07:29Z | [
"Template:Cite journal",
"Template:Authority control",
"Template:Distinguish",
"Template:Use dmy dates",
"Template:Pie chart",
"Template:Cite web",
"Template:Language Movement",
"Template:Bangladesh–Pakistan relations",
"Template:EngvarB",
"Template:Infobox country",
"Template:Blockquote",
"Template:Reflist",
"Template:Citation",
"Template:Short description",
"Template:Copyedit",
"Template:Citation needed",
"Template:Notelist",
"Template:Main",
"Template:Cite news",
"Template:Cite book",
"Template:Cite magazine"
]
| https://en.wikipedia.org/wiki/East_Pakistan |
10,313 | E. O. Wilson | Edward Osborne Wilson ForMemRS (June 10, 1929 – December 26, 2021) was an American biologist, naturalist, ecologist, and entomologist known for developing the field of sociobiology.
Born in Alabama, Wilson found an early interest in nature and frequented the outdoors. At age seven, he was partially blinded in a fishing accident. Due to his reduced sight, Wilson resolved to study entomology. After matriculating at the University of Alabama, Wilson transferred to complete his dissertation at Harvard University, where he distinguished himself in multiple fields. In 1956, he co-authored a paper defining the theory of character displacement. In 1967, he developed the theory of island biogeography with Robert MacArthur.
Wilson was the Pellegrino University Research Professor Emeritus in Entomology for the Department of Organismic and Evolutionary Biology at Harvard University, a lecturer at Duke University, and a fellow of the Committee for Skeptical Inquiry. The Royal Swedish Academy awarded Wilson the Crafoord Prize. He was a humanist laureate of the International Academy of Humanism. He was a two-time winner of the Pulitzer Prize for General Nonfiction (for On Human Nature in 1979, and The Ants in 1991) and a New York Times bestselling author for The Social Conquest of Earth, Letters to a Young Scientist, and The Meaning of Human Existence.
Wilson's work received both praise and criticism during his lifetime. His book Sociobiology was a particular flashpoint for controversy, and drew criticism from the Sociobiology Study Group. Wilson's interpretation of the theory of evolution resulted in a widely reported dispute with Richard Dawkins. Examinations of his letters after his death revealed that he had supported the psychologist J. Philippe Rushton, whose work on race and intelligence is widely regarded by the scientific community as deeply flawed and racist.
Edward Osborne Wilson was born on June 10, 1929, in Birmingham, Alabama. He was the single child of Inez Linnette Freeman and Edward Osborne Wilson Sr. According to his autobiography, Naturalist, he grew up in various towns in the Southern United States which included Mobile, Decatur, and Pensacola. From an early age, he was interested in natural history. His father was an alcoholic who eventually committed suicide. His parents allowed him to bring home black widow spiders and keep them on the porch. They divorced when he was seven years old.
In the same year that his parents divorced, Wilson blinded himself in his right eye in a fishing accident. Despite the prolonged pain, he did not stop fishing. He did not complain because he was anxious to stay outdoors, and never sought medical treatment. Several months later, his right pupil clouded over with a cataract. He was admitted to Pensacola Hospital to have the lens removed. Wilson writes, in his autobiography, that the "surgery was a terrifying [19th] century ordeal". Wilson retained full sight in his left eye, with a vision of 20/10. The 20/10 vision prompted him to focus on "little things": "I noticed butterflies and ants more than other kids did, and took an interest in them automatically." Although he had lost his stereoscopic vision, he could still see fine print and the hairs on the bodies of small insects. His reduced ability to observe mammals and birds led him to concentrate on insects.
At the age of nine, Wilson undertook his first expeditions at Rock Creek Park in Washington, D.C. He began to collect insects and he gained a passion for butterflies. He would capture them using nets made with brooms, coat hangers, and cheesecloth bags. Going on these expeditions led to Wilson's fascination with ants. He describes in his autobiography how one day he pulled the bark of a rotting tree away and discovered citronella ants underneath. The worker ants he found were "short, fat, brilliant yellow, and emitted a strong lemony odor". Wilson said the event left a "vivid and lasting impression". He also earned the Eagle Scout award and served as Nature Director of his Boy Scouts summer camp. At age 18, intent on becoming an entomologist, he began by collecting flies, but the shortage of insect pins during World War II caused him to switch to ants, which could be stored in vials. With the encouragement of Marion R. Smith, a myrmecologist from the National Museum of Natural History in Washington, Wilson began a survey of all the ants of Alabama. This study led him to report the first colony of fire ants in the U.S., near the port of Mobile.
Wilson said he went to 15 or 16 schools during 11 years of schooling. He was concerned that he might not be able to afford to go to a university, and he tried to enlist in the United States Army, intending to earn U.S. government financial support for his education. He failed the Army medical examination due to his impaired eyesight, but was able to afford to enroll in the University of Alabama, where he earned his Bachelor of Science in 1949 and Master of Science in biology in 1950. The next year, Wilson transferred to Harvard University.
Appointed to the Harvard Society of Fellows, he could travel on overseas expeditions, collecting ant species of Cuba and Mexico and travel the South Pacific, including Australia, New Guinea, Fiji, and New Caledonia, as well as to Sri Lanka. In 1955, he received his Ph.D. and married Irene Kelley.
From 1956 until 1996, Wilson was part of the faculty of Harvard. He began as an ant taxonomist and worked on understanding their microevolution, how they developed into new species by escaping environmental disadvantages and moving into new habitats. He developed a theory of the "taxon cycle".
In collaboration with mathematician William H. Bossert, Wilson developed a classification of pheromones based on insect communication patterns. In the 1960s, he collaborated with mathematician and ecologist Robert MacArthur in developing the theory of species equilibrium. In the 1970s he and biologist Daniel S. Simberloff tested this theory on tiny mangrove islets in the Florida Keys. They eradicated all insect species and observed the repopulation by new species. Wilson and MacArthur's book The Theory of Island Biogeography became a standard ecology text.
In 1971, he published The Insect Societies, which argued that insect behavior and the behavior of other animals are influenced by similar evolutionary pressures. In 1973, Wilson was appointed the curator of entomology at the Harvard Museum of Comparative Zoology. In 1975, he published the book Sociobiology: The New Synthesis applying his theories of insect behavior to vertebrates, and in the last chapter, to humans. He speculated that evolved and inherited tendencies were responsible for hierarchical social organization among humans. In 1978 he published On Human Nature, which dealt with the role of biology in the evolution of human culture and won a Pulitzer Prize for General Nonfiction.
Wilson was named the Frank B. Baird, Jr., Professor of Science in 1976 and, after his retirement from Harvard in 1996, he became the Pellegrino University Professor Emeritus.
In 1981 after collaborating with biologist Charles Lumsden, he published Genes, Mind and Culture, a theory of gene-culture coevolution. In 1990 he published The Ants, co-written with zoologist Bert Hölldobler, winning his second Pulitzer Prize for General Nonfiction.
In the 1990s, he published The Diversity of Life (1992); an autobiography, Naturalist (1994); and Consilience: The Unity of Knowledge (1998) about the unity of the natural and social sciences. Wilson was praised for his environmental advocacy, and his secular-humanist and deist ideas pertaining to religious and ethical matters.
Wilson was characerized by several titles during his career, including the "father of biodiversity," "ant man," and "Darwin's heir." In a PBS interview, David Attenborough described Wilson as "a magic name to many of us working in the natural world, for two reasons. First, he is a towering example of a specialist, a world authority. Nobody in the world has ever known as much as Ed Wilson about ants. But, in addition to that intense knowledge and understanding, he has the widest of pictures. He sees the planet and the natural world that it contains in amazing detail but extraordinary coherence".
Although Dawkins defended Wilson during the so-called "sociobiology debate", a disagreement between them arose over the theory of evolution. The disagreement began in 2012 when Dawkins wrote a critical review of Wilson's book The Social Conquest of Earth in Prospect Magazine. In the review, Dawkins criticized Wilson for rejecting kin selection and for supporting group selection, labeling it "bland" and "unfocused," and he wrote that the book's theoretical errors were "important, pervasive, and integral to its thesis in a way that renders it impossible to recommend". Wilson responded in the same magazine and wrote that Dawkins made "little connection to the part he criticizes" and accused him of engaging in rhetoric.
In 2014, Wilson said in an interview, "There is no dispute between me and Richard Dawkins and there never has been, because he's a journalist, and journalists are people that report what the scientists have found and the arguments I’ve had have actually been with scientists doing research". Dawkins responded in a tweet: "I greatly admire EO Wilson & his huge contributions to entomology, ecology, biogeography, conservation, etc. He's just wrong on kin selection" and later added, "Anybody who thinks I'm a journalist who reports what other scientists think is invited to read The Extended Phenotype". Biologist Jerry Coyne wrote that Wilson's remarks were "unfair, inaccurate, and uncharitable". In 2021, in an obituary to Wilson, Dawkins stated that their dispute was "purely scientific". Dawkins wrote that he stands by his critical review and doesn't regret "its outspoken tone", but noted that he also stood by his "profound admiration for Professor Wilson and his life work".
Prior to Wilson's death, his personal correspondences were donated to the Library of Congress at the Library's request. Following his death, several articles were published discussing the discrepancy between Wilson's legacy as a champion of biogeography and conservation biology, and his support of scientific racist pseudoscientist J. Philippe Rushton over several years. Rushton was a controversial psychologist at the University of Western Ontario, who later headed the Pioneer Fund.
From the late 1980s to the early 1990s, Wilson wrote several emails to Rushton's colleagues defending Rushton's work in the face of widespread criticism for scholarly misconduct, misrepresentation of data, and confirmation bias, all of which were allegedly used by Rushton to support his personal ideas on race. Wilson also sponsored an article written by Rushton in PNAS, and during the review process, Wilson intentionally sought out reviewers for the article who he believed would likely already agree with its premise. Wilson kept his support of Rushton's racist ideologies behind-the-scenes so as to not draw too much attention to himself or tarnish his own reputation. Wilson responded to another request from Rushton to sponsor a second PNAS article with the following: "You have my support in many ways, but for me to sponsor an article on racial differences in the PNAS would be counterproductive for both of us." Wilson also remarked that the reason Rushton's ideologies were not more widely supported is because of the "... fear of being called racist, which is virtually a death sentence in American academia if taken seriously. I admit that I myself have tended to avoid the subject of Rushton's work, out of fear."
In 2022, the E.O. Wilson Biodiversity Foundation issued a statement rejecting Wilson's support of Rushton and racism, on behalf of the board of directors and staff.
Wilson used sociobiology and evolutionary principles to explain the behavior of social insects and then to understand the social behavior of other animals, including humans, thus establishing sociobiology as a new scientific field. He argued that all animal behavior, including that of humans, is the product of heredity, environmental stimuli, and past experiences, and that free will is an illusion. He referred to the biological basis of behavior as the "genetic leash". The sociobiological view is that all animal social behavior is governed by epigenetic rules worked out by the laws of evolution. This theory and research proved to be seminal, controversial, and influential.
Wilson argued that the unit of selection is a gene, the basic element of heredity. The target of selection is normally the individual who carries an ensemble of genes of certain kinds. With regard to the use of kin selection in explaining the behavior of eusocial insects, the "new view that I'm proposing is that it was group selection all along, an idea first roughly formulated by Darwin."
Sociobiological research was at the time particularly controversial with regard to its application to humans. The theory established a scientific argument for rejecting the common doctrine of tabula rasa, which holds that human beings are born without any innate mental content and that culture functions to increase human knowledge and aid in survival and success.
Sociobiology: The New Synthesis was initially met with praise by most biologists. After substantial criticism of the book was launched by the Sociobiology Study Group, associated with the organization Science for the People, a major controversy known as the "sociobiology debate" ensued, and Wilson was accused of racism, misogyny, and support for eugenics. Several of Wilson's colleagues at Harvard, such as Richard Lewontin and Stephen Jay Gould, both members of the Group, were strongly opposed. Both focused their criticism mostly on Wilson's sociobiological writings. Gould, Lewontin, and other members, wrote "Against 'Sociobiology'" in an open letter criticizing Wilson's "deterministic view of human society and human action". Other public lectures, reading groups, and press releases were organized criticizing Wilson's work. In response, Wilson produced a discussion article entitled "Academic Vigilantism and the Political Significance of Sociobiology" in BioScience.
In February 1978, while participating in a discussion on sociobiology at the annual meeting of the American Association for the Advancement of Science, Wilson was surrounded, chanted at and doused with water by members of the International Committee Against Racism, who accused Wilson of advocating racism and genetic determinism. Steven Jay Gould, who was present at the event, and Science for the People, which had previously protested Wilson, condemned the attack.
Philosopher Mary Midgley encountered Sociobiology in the process of writing Beast and Man (1979) and significantly rewrote the book to offer a critique of Wilson's views. Midgley praised the book for the study of animal behavior, clarity, scholarship, and encyclopedic scope, but extensively critiqued Wilson for conceptual confusion, scientism, and anthropomorphism of genetics.
Wilson wrote in his 1978 book On Human Nature, "The evolutionary epic is probably the best myth we will ever have." Wilson's fame prompted use of the morphed phrase epic of evolution. The book won the Pulitzer Prize in 1979.
Wilson, along with Bert Hölldobler, carried out a systematic study of ants and ant behavior, culminating in the 1990 encyclopedic work The Ants. Because much self-sacrificing behavior on the part of individual ants can be explained on the basis of their genetic interests in the survival of the sisters, with whom they share 75% of their genes (though the actual case is some species' queens mate with multiple males and therefore some workers in a colony would only be 25% related), Wilson argued for a sociobiological explanation for all social behavior on the model of the behavior of the social insects.
Wilson said in reference to ants that "Karl Marx was right, socialism works, it is just that he had the wrong species". He asserted that individual ants and other eusocial species were able to reach higher Darwinian fitness putting the needs of the colony above their own needs as individuals because they lack reproductive independence: individual ants cannot reproduce without a queen, so they can only increase their fitness by working to enhance the fitness of the colony as a whole. Humans, however, do possess reproductive independence, and so individual humans enjoy their maximum level of Darwinian fitness by looking after their own survival and having their own offspring.
In his 1998 book Consilience: The Unity of Knowledge, Wilson discussed methods that have been used to unite the sciences, and might be able to unite the sciences with the humanities. He argued that knowledge is a single, unified thing, not divided between science and humanistic inquiry. Wilson used the term "consilience" to describe the synthesis of knowledge from different specialized fields of human endeavor. He defined human nature as a collection of epigenetic rules, the genetic patterns of mental development. He argued that culture and rituals are products, not parts, of human nature. He said art is not part of human nature, but our appreciation of art is. He suggested that concepts such as art appreciation, fear of snakes, or the incest taboo (Westermarck effect) could be studied by scientific methods of the natural sciences and be part of interdisciplinary research.
Wilson coined the phrase scientific humanism as "the only worldview compatible with science's growing knowledge of the real world and the laws of nature". Wilson argued that it is best suited to improve the human condition. In 2003, he was one of the signers of the Humanist Manifesto.
On the question of God, Wilson described his position as "provisional deism" and explicitly denied the label of "atheist", preferring "agnostic". He explained his faith as a trajectory away from traditional beliefs: "I drifted away from the church, not definitively agnostic or atheistic, just Baptist & Christian no more." Wilson argued that belief in God and the rituals of religion are products of evolution. He argued that they should not be rejected or dismissed, but further investigated by science to better understand their significance to human nature. In his book The Creation, Wilson wrote that scientists ought to "offer the hand of friendship" to religious leaders and build an alliance with them, stating that "Science and religion are two of the most potent forces on Earth and they should come together to save the creation."
Wilson made an appeal to the religious community on the lecture circuit at Midland College, Texas, for example, and that "the appeal received a 'massive reply'", that a covenant had been written and that a "partnership will work to a substantial degree as time goes on".
In a New Scientist interview published on January 21, 2015, however, Wilson said that religious faith is "dragging us down", and
I would say that for the sake of human progress, the best thing we could possibly do would be to diminish, to the point of eliminating, religious faiths. But certainly not eliminating the natural yearnings of our species or the asking of these great questions.
Wilson said that, if he could start his life over he would work in microbial ecology, when discussing the reinvigoration of his original fields of study since the 1960s. He studied the mass extinctions of the 20th century and their relationship to modern society, and identifying mass extinction as the greatest threat to Earth's future. In 1998 argued for an ecological approach at the Capitol:
Now when you cut a forest, an ancient forest in particular, you are not just removing a lot of big trees and a few birds fluttering around in the canopy. You are drastically imperiling a vast array of species within a few square miles of you. The number of these species may go to tens of thousands. ... Many of them are still unknown to science, and science has not yet discovered the key role undoubtedly played in the maintenance of that ecosystem, as in the case of fungi, microorganisms, and many of the insects.
From the late 1970s Wilson was actively involved in the global conservation of biodiversity, contributing and promoting research. In 1984 he published Biophilia, a work that explored the evolutionary and psychological basis of humanity's attraction to the natural environment. This work introduced the word biophilia which influenced the shaping of modern conservation ethics. In 1988 Wilson edited the BioDiversity volume, based on the proceedings of the first US national conference on the subject, which also introduced the term biodiversity into the language. This work was very influential in creating the modern field of biodiversity studies. In 2011, Wilson led scientific expeditions to the Gorongosa National Park in Mozambique and the archipelagos of Vanuatu and New Caledonia in the southwest Pacific. Wilson was part of the international conservation movement, as a consultant to Columbia University's Earth Institute, as a director of the American Museum of Natural History, Conservation International, The Nature Conservancy and the World Wildlife Fund.
Understanding the scale of the extinction crisis led him to advocate for forest protection, including the "Act to Save America's Forests", first introduced in 1998 and reintroduced in 2008, but never passed. The Forests Now Declaration called for new markets-based mechanisms to protect tropical forests. Wilson once said destroying a rainforest for economic gain was like burning a Renaissance painting to cook a meal. In 2014, Wilson called for setting aside 50% of Earth's surface for other species to thrive in as the only possible strategy to solve the extinction crisis. The idea became the basis for his book Half-Earth (2016) and for the Half-Earth Project of the E.O. Wilson Biodiversity Foundation. Wilson's influence regarding ecology through popular science was discussed by Alan G. Gross in The Scientific Sublime (2018).
Wilson was instrumental in launching the Encyclopedia of Life (EOL) initiative with the goal of creating a global database to include information on the 1.9 million species recognized by science. Currently, it includes information on practically all known species. This open and searchable digital repository for organism traits, measurements, interactions and other data has more than 300 international partners and countless scientists providing global users' access to knowledge of life on Earth. For his part, Wilson discovered and described more than 400 species of ants.
In 1996, Wilson officially retired from Harvard University, where he continued to hold the positions of Professor Emeritus and Honorary Curator in Entomology. He fully retired from Harvard in 2002 at age 73. After stepping down, he published more than a dozen books, including a digital biology textbook for the iPad.
He founded the E.O. Wilson Biodiversity Foundation, which finances the PEN/E. O. Wilson Literary Science Writing Award and is an "independent foundation" at the Nicholas School of the Environment at Duke University. Wilson became a special lecturer at Duke University as part of the agreement.
Wilson and his wife, Irene, resided in Lexington, Massachusetts. He had a daughter, Catherine. He was preceded in death by his wife (on August 7, 2021) and died in nearby Burlington on December 26, 2021, at the age of 92.
Wilson's scientific and conservation honors include: | [
{
"paragraph_id": 0,
"text": "Edward Osborne Wilson ForMemRS (June 10, 1929 – December 26, 2021) was an American biologist, naturalist, ecologist, and entomologist known for developing the field of sociobiology.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Born in Alabama, Wilson found an early interest in nature and frequented the outdoors. At age seven, he was partially blinded in a fishing accident. Due to his reduced sight, Wilson resolved to study entomology. After matriculating at the University of Alabama, Wilson transferred to complete his dissertation at Harvard University, where he distinguished himself in multiple fields. In 1956, he co-authored a paper defining the theory of character displacement. In 1967, he developed the theory of island biogeography with Robert MacArthur.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Wilson was the Pellegrino University Research Professor Emeritus in Entomology for the Department of Organismic and Evolutionary Biology at Harvard University, a lecturer at Duke University, and a fellow of the Committee for Skeptical Inquiry. The Royal Swedish Academy awarded Wilson the Crafoord Prize. He was a humanist laureate of the International Academy of Humanism. He was a two-time winner of the Pulitzer Prize for General Nonfiction (for On Human Nature in 1979, and The Ants in 1991) and a New York Times bestselling author for The Social Conquest of Earth, Letters to a Young Scientist, and The Meaning of Human Existence.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Wilson's work received both praise and criticism during his lifetime. His book Sociobiology was a particular flashpoint for controversy, and drew criticism from the Sociobiology Study Group. Wilson's interpretation of the theory of evolution resulted in a widely reported dispute with Richard Dawkins. Examinations of his letters after his death revealed that he had supported the psychologist J. Philippe Rushton, whose work on race and intelligence is widely regarded by the scientific community as deeply flawed and racist.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Edward Osborne Wilson was born on June 10, 1929, in Birmingham, Alabama. He was the single child of Inez Linnette Freeman and Edward Osborne Wilson Sr. According to his autobiography, Naturalist, he grew up in various towns in the Southern United States which included Mobile, Decatur, and Pensacola. From an early age, he was interested in natural history. His father was an alcoholic who eventually committed suicide. His parents allowed him to bring home black widow spiders and keep them on the porch. They divorced when he was seven years old.",
"title": "Early life"
},
{
"paragraph_id": 5,
"text": "In the same year that his parents divorced, Wilson blinded himself in his right eye in a fishing accident. Despite the prolonged pain, he did not stop fishing. He did not complain because he was anxious to stay outdoors, and never sought medical treatment. Several months later, his right pupil clouded over with a cataract. He was admitted to Pensacola Hospital to have the lens removed. Wilson writes, in his autobiography, that the \"surgery was a terrifying [19th] century ordeal\". Wilson retained full sight in his left eye, with a vision of 20/10. The 20/10 vision prompted him to focus on \"little things\": \"I noticed butterflies and ants more than other kids did, and took an interest in them automatically.\" Although he had lost his stereoscopic vision, he could still see fine print and the hairs on the bodies of small insects. His reduced ability to observe mammals and birds led him to concentrate on insects.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "At the age of nine, Wilson undertook his first expeditions at Rock Creek Park in Washington, D.C. He began to collect insects and he gained a passion for butterflies. He would capture them using nets made with brooms, coat hangers, and cheesecloth bags. Going on these expeditions led to Wilson's fascination with ants. He describes in his autobiography how one day he pulled the bark of a rotting tree away and discovered citronella ants underneath. The worker ants he found were \"short, fat, brilliant yellow, and emitted a strong lemony odor\". Wilson said the event left a \"vivid and lasting impression\". He also earned the Eagle Scout award and served as Nature Director of his Boy Scouts summer camp. At age 18, intent on becoming an entomologist, he began by collecting flies, but the shortage of insect pins during World War II caused him to switch to ants, which could be stored in vials. With the encouragement of Marion R. Smith, a myrmecologist from the National Museum of Natural History in Washington, Wilson began a survey of all the ants of Alabama. This study led him to report the first colony of fire ants in the U.S., near the port of Mobile.",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "Wilson said he went to 15 or 16 schools during 11 years of schooling. He was concerned that he might not be able to afford to go to a university, and he tried to enlist in the United States Army, intending to earn U.S. government financial support for his education. He failed the Army medical examination due to his impaired eyesight, but was able to afford to enroll in the University of Alabama, where he earned his Bachelor of Science in 1949 and Master of Science in biology in 1950. The next year, Wilson transferred to Harvard University.",
"title": "Early life"
},
{
"paragraph_id": 8,
"text": "Appointed to the Harvard Society of Fellows, he could travel on overseas expeditions, collecting ant species of Cuba and Mexico and travel the South Pacific, including Australia, New Guinea, Fiji, and New Caledonia, as well as to Sri Lanka. In 1955, he received his Ph.D. and married Irene Kelley.",
"title": "Early life"
},
{
"paragraph_id": 9,
"text": "From 1956 until 1996, Wilson was part of the faculty of Harvard. He began as an ant taxonomist and worked on understanding their microevolution, how they developed into new species by escaping environmental disadvantages and moving into new habitats. He developed a theory of the \"taxon cycle\".",
"title": "Career"
},
{
"paragraph_id": 10,
"text": "In collaboration with mathematician William H. Bossert, Wilson developed a classification of pheromones based on insect communication patterns. In the 1960s, he collaborated with mathematician and ecologist Robert MacArthur in developing the theory of species equilibrium. In the 1970s he and biologist Daniel S. Simberloff tested this theory on tiny mangrove islets in the Florida Keys. They eradicated all insect species and observed the repopulation by new species. Wilson and MacArthur's book The Theory of Island Biogeography became a standard ecology text.",
"title": "Career"
},
{
"paragraph_id": 11,
"text": "In 1971, he published The Insect Societies, which argued that insect behavior and the behavior of other animals are influenced by similar evolutionary pressures. In 1973, Wilson was appointed the curator of entomology at the Harvard Museum of Comparative Zoology. In 1975, he published the book Sociobiology: The New Synthesis applying his theories of insect behavior to vertebrates, and in the last chapter, to humans. He speculated that evolved and inherited tendencies were responsible for hierarchical social organization among humans. In 1978 he published On Human Nature, which dealt with the role of biology in the evolution of human culture and won a Pulitzer Prize for General Nonfiction.",
"title": "Career"
},
{
"paragraph_id": 12,
"text": "Wilson was named the Frank B. Baird, Jr., Professor of Science in 1976 and, after his retirement from Harvard in 1996, he became the Pellegrino University Professor Emeritus.",
"title": "Career"
},
{
"paragraph_id": 13,
"text": "In 1981 after collaborating with biologist Charles Lumsden, he published Genes, Mind and Culture, a theory of gene-culture coevolution. In 1990 he published The Ants, co-written with zoologist Bert Hölldobler, winning his second Pulitzer Prize for General Nonfiction.",
"title": "Career"
},
{
"paragraph_id": 14,
"text": "In the 1990s, he published The Diversity of Life (1992); an autobiography, Naturalist (1994); and Consilience: The Unity of Knowledge (1998) about the unity of the natural and social sciences. Wilson was praised for his environmental advocacy, and his secular-humanist and deist ideas pertaining to religious and ethical matters.",
"title": "Career"
},
{
"paragraph_id": 15,
"text": "Wilson was characerized by several titles during his career, including the \"father of biodiversity,\" \"ant man,\" and \"Darwin's heir.\" In a PBS interview, David Attenborough described Wilson as \"a magic name to many of us working in the natural world, for two reasons. First, he is a towering example of a specialist, a world authority. Nobody in the world has ever known as much as Ed Wilson about ants. But, in addition to that intense knowledge and understanding, he has the widest of pictures. He sees the planet and the natural world that it contains in amazing detail but extraordinary coherence\".",
"title": "Career"
},
{
"paragraph_id": 16,
"text": "Although Dawkins defended Wilson during the so-called \"sociobiology debate\", a disagreement between them arose over the theory of evolution. The disagreement began in 2012 when Dawkins wrote a critical review of Wilson's book The Social Conquest of Earth in Prospect Magazine. In the review, Dawkins criticized Wilson for rejecting kin selection and for supporting group selection, labeling it \"bland\" and \"unfocused,\" and he wrote that the book's theoretical errors were \"important, pervasive, and integral to its thesis in a way that renders it impossible to recommend\". Wilson responded in the same magazine and wrote that Dawkins made \"little connection to the part he criticizes\" and accused him of engaging in rhetoric.",
"title": "Career"
},
{
"paragraph_id": 17,
"text": "In 2014, Wilson said in an interview, \"There is no dispute between me and Richard Dawkins and there never has been, because he's a journalist, and journalists are people that report what the scientists have found and the arguments I’ve had have actually been with scientists doing research\". Dawkins responded in a tweet: \"I greatly admire EO Wilson & his huge contributions to entomology, ecology, biogeography, conservation, etc. He's just wrong on kin selection\" and later added, \"Anybody who thinks I'm a journalist who reports what other scientists think is invited to read The Extended Phenotype\". Biologist Jerry Coyne wrote that Wilson's remarks were \"unfair, inaccurate, and uncharitable\". In 2021, in an obituary to Wilson, Dawkins stated that their dispute was \"purely scientific\". Dawkins wrote that he stands by his critical review and doesn't regret \"its outspoken tone\", but noted that he also stood by his \"profound admiration for Professor Wilson and his life work\".",
"title": "Career"
},
{
"paragraph_id": 18,
"text": "Prior to Wilson's death, his personal correspondences were donated to the Library of Congress at the Library's request. Following his death, several articles were published discussing the discrepancy between Wilson's legacy as a champion of biogeography and conservation biology, and his support of scientific racist pseudoscientist J. Philippe Rushton over several years. Rushton was a controversial psychologist at the University of Western Ontario, who later headed the Pioneer Fund.",
"title": "Career"
},
{
"paragraph_id": 19,
"text": "From the late 1980s to the early 1990s, Wilson wrote several emails to Rushton's colleagues defending Rushton's work in the face of widespread criticism for scholarly misconduct, misrepresentation of data, and confirmation bias, all of which were allegedly used by Rushton to support his personal ideas on race. Wilson also sponsored an article written by Rushton in PNAS, and during the review process, Wilson intentionally sought out reviewers for the article who he believed would likely already agree with its premise. Wilson kept his support of Rushton's racist ideologies behind-the-scenes so as to not draw too much attention to himself or tarnish his own reputation. Wilson responded to another request from Rushton to sponsor a second PNAS article with the following: \"You have my support in many ways, but for me to sponsor an article on racial differences in the PNAS would be counterproductive for both of us.\" Wilson also remarked that the reason Rushton's ideologies were not more widely supported is because of the \"... fear of being called racist, which is virtually a death sentence in American academia if taken seriously. I admit that I myself have tended to avoid the subject of Rushton's work, out of fear.\"",
"title": "Career"
},
{
"paragraph_id": 20,
"text": "In 2022, the E.O. Wilson Biodiversity Foundation issued a statement rejecting Wilson's support of Rushton and racism, on behalf of the board of directors and staff.",
"title": "Career"
},
{
"paragraph_id": 21,
"text": "Wilson used sociobiology and evolutionary principles to explain the behavior of social insects and then to understand the social behavior of other animals, including humans, thus establishing sociobiology as a new scientific field. He argued that all animal behavior, including that of humans, is the product of heredity, environmental stimuli, and past experiences, and that free will is an illusion. He referred to the biological basis of behavior as the \"genetic leash\". The sociobiological view is that all animal social behavior is governed by epigenetic rules worked out by the laws of evolution. This theory and research proved to be seminal, controversial, and influential.",
"title": "Work"
},
{
"paragraph_id": 22,
"text": "Wilson argued that the unit of selection is a gene, the basic element of heredity. The target of selection is normally the individual who carries an ensemble of genes of certain kinds. With regard to the use of kin selection in explaining the behavior of eusocial insects, the \"new view that I'm proposing is that it was group selection all along, an idea first roughly formulated by Darwin.\"",
"title": "Work"
},
{
"paragraph_id": 23,
"text": "Sociobiological research was at the time particularly controversial with regard to its application to humans. The theory established a scientific argument for rejecting the common doctrine of tabula rasa, which holds that human beings are born without any innate mental content and that culture functions to increase human knowledge and aid in survival and success.",
"title": "Work"
},
{
"paragraph_id": 24,
"text": "Sociobiology: The New Synthesis was initially met with praise by most biologists. After substantial criticism of the book was launched by the Sociobiology Study Group, associated with the organization Science for the People, a major controversy known as the \"sociobiology debate\" ensued, and Wilson was accused of racism, misogyny, and support for eugenics. Several of Wilson's colleagues at Harvard, such as Richard Lewontin and Stephen Jay Gould, both members of the Group, were strongly opposed. Both focused their criticism mostly on Wilson's sociobiological writings. Gould, Lewontin, and other members, wrote \"Against 'Sociobiology'\" in an open letter criticizing Wilson's \"deterministic view of human society and human action\". Other public lectures, reading groups, and press releases were organized criticizing Wilson's work. In response, Wilson produced a discussion article entitled \"Academic Vigilantism and the Political Significance of Sociobiology\" in BioScience.",
"title": "Work"
},
{
"paragraph_id": 25,
"text": "In February 1978, while participating in a discussion on sociobiology at the annual meeting of the American Association for the Advancement of Science, Wilson was surrounded, chanted at and doused with water by members of the International Committee Against Racism, who accused Wilson of advocating racism and genetic determinism. Steven Jay Gould, who was present at the event, and Science for the People, which had previously protested Wilson, condemned the attack.",
"title": "Work"
},
{
"paragraph_id": 26,
"text": "Philosopher Mary Midgley encountered Sociobiology in the process of writing Beast and Man (1979) and significantly rewrote the book to offer a critique of Wilson's views. Midgley praised the book for the study of animal behavior, clarity, scholarship, and encyclopedic scope, but extensively critiqued Wilson for conceptual confusion, scientism, and anthropomorphism of genetics.",
"title": "Work"
},
{
"paragraph_id": 27,
"text": "Wilson wrote in his 1978 book On Human Nature, \"The evolutionary epic is probably the best myth we will ever have.\" Wilson's fame prompted use of the morphed phrase epic of evolution. The book won the Pulitzer Prize in 1979.",
"title": "Work"
},
{
"paragraph_id": 28,
"text": "Wilson, along with Bert Hölldobler, carried out a systematic study of ants and ant behavior, culminating in the 1990 encyclopedic work The Ants. Because much self-sacrificing behavior on the part of individual ants can be explained on the basis of their genetic interests in the survival of the sisters, with whom they share 75% of their genes (though the actual case is some species' queens mate with multiple males and therefore some workers in a colony would only be 25% related), Wilson argued for a sociobiological explanation for all social behavior on the model of the behavior of the social insects.",
"title": "Work"
},
{
"paragraph_id": 29,
"text": "Wilson said in reference to ants that \"Karl Marx was right, socialism works, it is just that he had the wrong species\". He asserted that individual ants and other eusocial species were able to reach higher Darwinian fitness putting the needs of the colony above their own needs as individuals because they lack reproductive independence: individual ants cannot reproduce without a queen, so they can only increase their fitness by working to enhance the fitness of the colony as a whole. Humans, however, do possess reproductive independence, and so individual humans enjoy their maximum level of Darwinian fitness by looking after their own survival and having their own offspring.",
"title": "Work"
},
{
"paragraph_id": 30,
"text": "In his 1998 book Consilience: The Unity of Knowledge, Wilson discussed methods that have been used to unite the sciences, and might be able to unite the sciences with the humanities. He argued that knowledge is a single, unified thing, not divided between science and humanistic inquiry. Wilson used the term \"consilience\" to describe the synthesis of knowledge from different specialized fields of human endeavor. He defined human nature as a collection of epigenetic rules, the genetic patterns of mental development. He argued that culture and rituals are products, not parts, of human nature. He said art is not part of human nature, but our appreciation of art is. He suggested that concepts such as art appreciation, fear of snakes, or the incest taboo (Westermarck effect) could be studied by scientific methods of the natural sciences and be part of interdisciplinary research.",
"title": "Work"
},
{
"paragraph_id": 31,
"text": "Wilson coined the phrase scientific humanism as \"the only worldview compatible with science's growing knowledge of the real world and the laws of nature\". Wilson argued that it is best suited to improve the human condition. In 2003, he was one of the signers of the Humanist Manifesto.",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 32,
"text": "On the question of God, Wilson described his position as \"provisional deism\" and explicitly denied the label of \"atheist\", preferring \"agnostic\". He explained his faith as a trajectory away from traditional beliefs: \"I drifted away from the church, not definitively agnostic or atheistic, just Baptist & Christian no more.\" Wilson argued that belief in God and the rituals of religion are products of evolution. He argued that they should not be rejected or dismissed, but further investigated by science to better understand their significance to human nature. In his book The Creation, Wilson wrote that scientists ought to \"offer the hand of friendship\" to religious leaders and build an alliance with them, stating that \"Science and religion are two of the most potent forces on Earth and they should come together to save the creation.\"",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 33,
"text": "Wilson made an appeal to the religious community on the lecture circuit at Midland College, Texas, for example, and that \"the appeal received a 'massive reply'\", that a covenant had been written and that a \"partnership will work to a substantial degree as time goes on\".",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 34,
"text": "In a New Scientist interview published on January 21, 2015, however, Wilson said that religious faith is \"dragging us down\", and",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 35,
"text": "I would say that for the sake of human progress, the best thing we could possibly do would be to diminish, to the point of eliminating, religious faiths. But certainly not eliminating the natural yearnings of our species or the asking of these great questions.",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 36,
"text": "Wilson said that, if he could start his life over he would work in microbial ecology, when discussing the reinvigoration of his original fields of study since the 1960s. He studied the mass extinctions of the 20th century and their relationship to modern society, and identifying mass extinction as the greatest threat to Earth's future. In 1998 argued for an ecological approach at the Capitol:",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 37,
"text": "Now when you cut a forest, an ancient forest in particular, you are not just removing a lot of big trees and a few birds fluttering around in the canopy. You are drastically imperiling a vast array of species within a few square miles of you. The number of these species may go to tens of thousands. ... Many of them are still unknown to science, and science has not yet discovered the key role undoubtedly played in the maintenance of that ecosystem, as in the case of fungi, microorganisms, and many of the insects.",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 38,
"text": "From the late 1970s Wilson was actively involved in the global conservation of biodiversity, contributing and promoting research. In 1984 he published Biophilia, a work that explored the evolutionary and psychological basis of humanity's attraction to the natural environment. This work introduced the word biophilia which influenced the shaping of modern conservation ethics. In 1988 Wilson edited the BioDiversity volume, based on the proceedings of the first US national conference on the subject, which also introduced the term biodiversity into the language. This work was very influential in creating the modern field of biodiversity studies. In 2011, Wilson led scientific expeditions to the Gorongosa National Park in Mozambique and the archipelagos of Vanuatu and New Caledonia in the southwest Pacific. Wilson was part of the international conservation movement, as a consultant to Columbia University's Earth Institute, as a director of the American Museum of Natural History, Conservation International, The Nature Conservancy and the World Wildlife Fund.",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 39,
"text": "Understanding the scale of the extinction crisis led him to advocate for forest protection, including the \"Act to Save America's Forests\", first introduced in 1998 and reintroduced in 2008, but never passed. The Forests Now Declaration called for new markets-based mechanisms to protect tropical forests. Wilson once said destroying a rainforest for economic gain was like burning a Renaissance painting to cook a meal. In 2014, Wilson called for setting aside 50% of Earth's surface for other species to thrive in as the only possible strategy to solve the extinction crisis. The idea became the basis for his book Half-Earth (2016) and for the Half-Earth Project of the E.O. Wilson Biodiversity Foundation. Wilson's influence regarding ecology through popular science was discussed by Alan G. Gross in The Scientific Sublime (2018).",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 40,
"text": "Wilson was instrumental in launching the Encyclopedia of Life (EOL) initiative with the goal of creating a global database to include information on the 1.9 million species recognized by science. Currently, it includes information on practically all known species. This open and searchable digital repository for organism traits, measurements, interactions and other data has more than 300 international partners and countless scientists providing global users' access to knowledge of life on Earth. For his part, Wilson discovered and described more than 400 species of ants.",
"title": "Spiritual and political beliefs"
},
{
"paragraph_id": 41,
"text": "In 1996, Wilson officially retired from Harvard University, where he continued to hold the positions of Professor Emeritus and Honorary Curator in Entomology. He fully retired from Harvard in 2002 at age 73. After stepping down, he published more than a dozen books, including a digital biology textbook for the iPad.",
"title": "Retirement and death"
},
{
"paragraph_id": 42,
"text": "He founded the E.O. Wilson Biodiversity Foundation, which finances the PEN/E. O. Wilson Literary Science Writing Award and is an \"independent foundation\" at the Nicholas School of the Environment at Duke University. Wilson became a special lecturer at Duke University as part of the agreement.",
"title": "Retirement and death"
},
{
"paragraph_id": 43,
"text": "Wilson and his wife, Irene, resided in Lexington, Massachusetts. He had a daughter, Catherine. He was preceded in death by his wife (on August 7, 2021) and died in nearby Burlington on December 26, 2021, at the age of 92.",
"title": "Retirement and death"
},
{
"paragraph_id": 44,
"text": "Wilson's scientific and conservation honors include:",
"title": "Awards and honors"
}
]
| Edward Osborne Wilson ForMemRS was an American biologist, naturalist, ecologist, and entomologist known for developing the field of sociobiology. Born in Alabama, Wilson found an early interest in nature and frequented the outdoors. At age seven, he was partially blinded in a fishing accident. Due to his reduced sight, Wilson resolved to study entomology. After matriculating at the University of Alabama, Wilson transferred to complete his dissertation at Harvard University, where he distinguished himself in multiple fields. In 1956, he co-authored a paper defining the theory of character displacement. In 1967, he developed the theory of island biogeography with Robert MacArthur. Wilson was the Pellegrino University Research Professor Emeritus in Entomology for the Department of Organismic and Evolutionary Biology at Harvard University, a lecturer at Duke University, and a fellow of the Committee for Skeptical Inquiry. The Royal Swedish Academy awarded Wilson the Crafoord Prize. He was a humanist laureate of the International Academy of Humanism. He was a two-time winner of the Pulitzer Prize for General Nonfiction and a New York Times bestselling author for The Social Conquest of Earth, Letters to a Young Scientist, and The Meaning of Human Existence. Wilson's work received both praise and criticism during his lifetime. His book Sociobiology was a particular flashpoint for controversy, and drew criticism from the Sociobiology Study Group. Wilson's interpretation of the theory of evolution resulted in a widely reported dispute with Richard Dawkins. Examinations of his letters after his death revealed that he had supported the psychologist J. Philippe Rushton, whose work on race and intelligence is widely regarded by the scientific community as deeply flawed and racist. | 2002-01-30T07:55:57Z | 2023-12-29T16:04:44Z | [
"Template:Cite magazine",
"Template:Winners of the National Medal of Science",
"Template:PulitzerPrize GeneralNon-Fiction 1976–2000",
"Template:Authority control",
"Template:Infobox scientist",
"Template:Blockquote",
"Template:ISBN",
"Template:Page needed",
"Template:Commons category",
"Template:Ethology",
"Template:Use American English",
"Template:Notelist",
"Template:Cbignore",
"Template:Webarchive",
"Template:Internet Archive author",
"Template:Use mdy dates",
"Template:ISSN",
"Template:Cite interview",
"Template:Wikiquote",
"Template:Eusociality",
"Template:Evolutionary psychologists",
"Template:Cite web",
"Template:Cite video",
"Template:Quote",
"Template:Cite book",
"Template:TED speaker",
"Template:FRS 1990",
"Template:Short description",
"Template:Main",
"Template:Efn",
"Template:Reflist",
"Template:Cite news",
"Template:C-SPAN",
"Template:Rp",
"Template:Cite journal"
]
| https://en.wikipedia.org/wiki/E._O._Wilson |
10,315 | Edwin Howard Armstrong | Edwin Howard Armstrong (December 18, 1890 – February 1, 1954) was an American electrical engineer and inventor, who developed FM (frequency modulation) radio and the superheterodyne receiver system. He held 42 patents and received numerous awards, including the first Medal of Honor awarded by the Institute of Radio Engineers (now IEEE), the French Legion of Honor, the 1941 Franklin Medal and the 1942 Edison Medal. He was inducted into the National Inventors Hall of Fame and included in the International Telecommunication Union's roster of great inventors. Armstrong attended Columbia University, and served as a professor there for most of his life.
Armstrong was born in the Chelsea district of New York City, the oldest of John and Emily (née Smith) Armstrong's three children. His father began working at a young age at the American branch of the Oxford University Press, which published bibles and standard classical works, eventually advancing to the position of vice president. His parents first met at the North Presbyterian Church, located at 31st Street and Ninth Avenue. His mother's family had strong ties to Chelsea, and an active role in church functions. When the church moved north, the Smiths and Armstrongs followed, and in 1895 the Armstrong family moved from their brownstone row house at 347 West 29th Street to a similar house at 26 West 97th Street in the Upper West Side. The family was comfortably middle class.
At the age of eight, Armstrong contracted Sydenham's chorea (then known as St. Vitus' Dance), an infrequent but serious neurological disorder precipitated by rheumatic fever. For the rest of his life, Armstrong was afflicted with a physical tic exacerbated by excitement or stress. Due to this illness, he withdrew from public school and was home-tutored for two years. To improve his health, the Armstrong family moved to a house overlooking the Hudson River, at 1032 Warburton Avenue in Yonkers. The Smith family subsequently moved next door. Armstrong's tic and the time missed from school led him to become socially withdrawn.
From an early age, Armstrong showed an interest in electrical and mechanical devices, particularly trains. He loved heights and constructed a makeshift backyard antenna tower that included a bosun's chair for hoisting himself up and down its length, to the concern of neighbors. Much of his early research was conducted in the attic of his parents' house.
In 1909, Armstrong enrolled at Columbia University in New York City, where he became a member of the Epsilon Chapter of the Theta Xi engineering fraternity, and studied under Professor Michael Pupin at the Hartley Laboratories, a separate research unit at Columbia. Another of his instructors, Professor John H. Morecroft, later remembered Armstrong as being intensely focused on the topics that interested him, but somewhat indifferent to the rest of his studies. Armstrong challenged conventional wisdom and was quick to question the opinions of both professors and peers. In one case, he recounted how he tricked a visiting professor from Cornell University that he disliked into receiving a severe electrical shock. He also stressed the practical over the theoretical, stating that progress was more likely the product of experimentation and reasoning than on mathematical calculation and the formulae of "mathematical physics".
Armstrong graduated from Columbia in 1913, earning an electrical engineering degree.
During World War I, Armstrong served in the Signal Corps as a captain and later a major.
Following college graduation, he received a $600 one-year appointment as a laboratory assistant at Columbia, after which he nominally worked as a research assistant, for a salary of $1 a year, under Professor Pupin. Unlike most engineers, Armstrong never became a corporate employee. He set up a self-financed independent research and development laboratory at Columbia, and owned his patents outright.
In 1934, he filled the vacancy left by John H. Morecroft's death, receiving an appointment as a Professor of Electrical Engineering at Columbia, a position he held the remainder of his life.
Armstrong began working on his first major invention while still an undergraduate at Columbia. In late 1906, Lee de Forest had invented the three-element (triode) "grid Audion" vacuum-tube. How vacuum tubes worked was not understood at the time. De Forest's initial Audions did not have a high vacuum and developed a blue glow at modest plate voltages; De Forest improved the vacuum for Federal Telegraph. By 1912, vacuum tube operation was understood, and regenerative circuits using high-vacuum tubes were appreciated.
While growing up, Armstrong had experimented with the early temperamental, "gassy" Audions. Spurred by the later discoveries, he developed a keen interest in gaining a detailed scientific understanding of how vacuum tubes worked. In conjunction with Professor Morecroft he used an oscillograph to conduct comprehensive studies. His breakthrough discovery was determining that employing positive feedback (also known as "regeneration") produced amplification hundreds of times greater than previously attained, with the amplified signals now strong enough so that receivers could use loudspeakers instead of headphones. Further investigation revealed that when the feedback was increased beyond a certain level a vacuum-tube would go into oscillation, thus could also be used as a continuous-wave radio transmitter.
Beginning in 1913 Armstrong prepared a series of comprehensive demonstrations and papers that carefully documented his research, and in late 1913 applied for patent protection covering the regenerative circuit. On October 6, 1914, U.S. Patent 1,113,149 was issued for his discovery. Although Lee de Forest initially discounted Armstrong's findings, beginning in 1915 de Forest filed a series of competing patent applications that largely copied Armstrong's claims, now stating that he had discovered regeneration first, based on a notebook entry made on August 6, 1912, while working for the Federal Telegraph company, prior to the date recognized for Armstrong of January 31, 1913. The result was an interference hearing at the patent office to determine priority. De Forest was not the only other inventor involved – the four competing claimants included Armstrong, de Forest, General Electric's Langmuir, and Alexander Meissner, who was a German national, which led to his application being seized by the Office of Alien Property Custodian during World War I.
Following the end of WWI Armstrong enlisted representation by the law firm of Pennie, Davis, Martin and Edmonds. To finance his legal expenses he began issuing non-transferable licenses for use of the regenerative patents to a select group of small radio equipment firms, and by November 1920, 17 companies had been licensed. These licensees paid 5% royalties on their sales which were restricted to only "amateurs and experimenters". Meanwhile, Armstrong explored his options for selling the commercial rights to his work. Although the obvious candidate was the Radio Corporation of America (RCA), on October 5, 1920, the Westinghouse Electric & Manufacturing Company took out an option for $335,000 for the commercial rights for both the regenerative and superheterodyne patents, with an additional $200,000 to be paid if Armstrong prevailed in the regenerative patent dispute. Westinghouse exercised this option on November 4, 1920.
Legal proceedings related to the regeneration patent became separated into two groups of court cases. An initial court action was triggered in 1919 when Armstrong sued de Forest's company in district court, alleging infringement of patent 1,113,149. This court ruled in Armstrong's favor on May 17, 1921. A second line of court cases, the result of the patent office interference hearing, had a different outcome. The interference board had also sided with Armstrong, but he was unwilling to settle with de Forest for less than what he considered full compensation. Thus pressured, de Forest continued his legal defense, and appealed the interference board decision to the District of Columbia district court. On May 8, 1924, that court ruled that it was de Forest who should be considered regeneration's inventor. Armstrong (along with much of the engineering community) was shocked by these events, and his side appealed this decision. Although the legal proceeding twice went before the US Supreme Court, in 1928 and 1934, he was unsuccessful in overturning the decision.
In response to the second Supreme Court decision upholding de Forest as the inventor of regeneration, Armstrong attempted to return his 1917 IRE Medal of Honor, which had been awarded "in recognition of his work and publications dealing with the action of the oscillating and non-oscillating audion". The organization's board refused to allow him, and issued a statement that it "strongly affirms the original award".
The United States entered WWI in April 1917. Later that year Armstrong was commissioned as a Captain in the U.S. Army Signal Corps, and assigned to a laboratory in Paris, France to help develop radio communication for the Allied war effort. He returned to the US in the autumn of 1919, after being promoted to the rank of Major. (During both world wars, Armstrong gave the US military free use of his patents.)
During this period, Armstrong's most significant accomplishment was the development of a "supersonic heterodyne" – soon shortened to "superheterodyne" – radio receiver circuit. This circuit made radio receivers more sensitive and selective and is used extensively today. The key feature of the superheterodyne approach is the mixing of the incoming radio signal with a locally generated, different frequency signal within a radio set. That circuit is called the mixer. The result is a fixed, unchanging intermediate frequency, or I.F. signal which is easily amplified and detected by following circuit stages. In 1919, Armstrong filed an application for a US patent of the superheterodyne circuit which was issued the next year. This patent was subsequently sold to Westinghouse. The patent was challenged, triggering another patent office interference hearing. Armstrong ultimately lost this patent battle; although the outcome was less controversial than that involving the regeneration proceedings.
The challenger was Lucien Lévy of France who had worked developing Allied radio communication during WWI. He had been awarded French patents in 1917 and 1918 that covered some of the same basic ideas used in Armstrong's superheterodyne receiver. AT&T, interested in radio development at this time, primarily for point-to-point extensions of its wired telephone exchanges, purchased the US rights to Lévy's patent and contested Armstrong's grant. The subsequent court reviews continued until 1928, when the District of Columbia Court of Appeals disallowed all nine claims of Armstrong's patent, assigning priority for seven of the claims to Lévy, and one each to Ernst Alexanderson of General Electric and Burton W. Kendall of Bell Laboratories.
Although most early radio receivers used regeneration Armstrong approached RCA's David Sarnoff, whom he had known since giving a demonstration of his regeneration receiver in 1913, about the corporation offering superheterodynes as a superior offering to the general public. (The ongoing patent dispute was not a hindrance, because extensive cross-licensing agreements signed in 1920 and 1921 between RCA, Westinghouse and AT&T meant that Armstrong could freely use the Lévy patent.) Superheterodyne sets were initially thought to be prohibitively complicated and expensive as the initial designs required multiple tuning knobs and used nine vacuum tubes. In conjunction with RCA engineers, Armstrong developed a simpler, less costly design. RCA introduced its superheterodyne Radiola sets in the US market in early 1924, and they were an immediate success, dramatically increasing the corporation's profits. These sets were considered so valuable that RCA would not license the superheterodyne to other US companies until 1930.
The regeneration legal battle had one serendipitous outcome for Armstrong. While he was preparing apparatus to counteract a claim made by a patent attorney, he "accidentally ran into the phenomenon of super-regeneration", where, by rapidly "quenching" the vacuum-tube oscillations, he was able to achieve even greater levels of amplification. A year later, in 1922, Armstrong sold his super-regeneration patent to RCA for $200,000 plus 60,000 shares of corporation stock, which was later increased to 80,000 shares in payment for consulting services. This made Armstrong RCA's largest shareholder, and he noted that "The sale of that invention was to net me more than the sale of the regenerative circuit and the superheterodyne combined". RCA envisioned selling a line of super-regenerative receivers until superheterodyne sets could be perfected for general sales, but it turned out the circuit was not selective enough to make it practical for broadcast receivers.
"Static" interference – extraneous noises caused by sources such as thunderstorms and electrical equipment – bedeviled early radio communication using amplitude modulation and perplexed numerous inventors attempting to eliminate it. Many ideas for static elimination were investigated, with little success. In the mid-1920s, Armstrong began researching a solution. He initially, and unsuccessfully, attempted to resolve the problem by modifying the characteristics of AM transmissions.
One approach used frequency modulation (FM) transmissions. Instead of varying the strength of the carrier wave as with AM, the frequency of the carrier was changed to represent the audio signal. In 1922 John Renshaw Carson of AT&T, inventor of Single-sideband modulation (SSB), had published a detailed mathematical analysis which showed that FM transmissions did not provide any improvement over AM. Although the Carson bandwidth rule for FM is important today, Carson's review turned out to be incomplete, as it analyzed only (what is now known as) "narrow-band" FM.
In early 1928 Armstrong began researching the capabilities of FM. Although there were others involved in FM research at this time, he knew of an RCA project to see if FM shortwave transmissions were less susceptible to fading than AM. In 1931 the RCA engineers constructed a successful FM shortwave link transmitting the Schmeling–Stribling fight broadcast from California to Hawaii, and noted at the time that the signals seemed to be less affected by static. The project made little further progress.
Working in secret in the basement laboratory of Columbia's Philosophy Hall, Armstrong developed "wide-band" FM, in the process discovering significant advantages over the earlier "narrow-band" FM transmissions. In a "wide-band" FM system, the deviations of the carrier frequency are made to be much larger than the frequency of the audio signal which can be shown to provide better noise rejection. He was granted five US patents covering the basic features of the new system on December 26, 1933. Initially, the primary claim was that his FM system was effective at filtering out the noise produced in receivers, by vacuum tubes.
Armstrong had a standing agreement to give RCA the right of first refusal to his patents. In 1934 he presented his new system to RCA president Sarnoff. Sarnoff was somewhat taken aback by its complexity, as he had hoped it would be possible to eliminate static merely by adding a simple device to existing receivers. From May 1934 until October 1935 Armstrong conducted field tests of his FM technology from an RCA laboratory located on the 85th floor of the Empire State Building in New York City. An antenna attached to the building's spire transmitted signals for distances up to 80 miles (130 km). These tests helped demonstrate FM's static-reduction and high-fidelity capabilities. RCA, which was heavily invested in perfecting TV broadcasting, chose not to invest in FM, and instructed Armstrong to remove his equipment.
Denied the marketing and financial clout of RCA, Armstrong decided to finance his own development and form ties with smaller members of the radio industry, including Zenith and General Electric, to promote his invention. Armstrong thought that FM had the potential to replace AM stations within 5 years, which he promoted as a boost for the radio manufacturing industry, then suffering from the effects of the Great Depression. Making existing AM radio transmitters and receivers obsolete would necessitate that stations buy replacement transmitters and listeners purchase FM-capable receivers. In 1936 he published a landmark paper in the Proceedings of the IRE that documented the superior capabilities of using wide-band FM. (This paper would be reprinted in the August 1984 issue of Proceedings of the IEEE.) A year later, a paper by Murray G. Crosby (inventor of Crosby system for FM Stereo) in the same journal provided further analysis of the wide-band FM characteristics, and introduced the concept of "threshold", demonstrating that there is a superior signal-to-noise ratio when the signal is stronger than a certain level.
In June 1936, Armstrong gave a formal presentation of his new system at the US Federal Communications Commission (FCC) headquarters. For comparison, he played a jazz record using a conventional AM radio, then switched to an FM transmission. A United Press correspondent was present, and recounted in a wire service report that: "if the audience of 500 engineers had shut their eyes they would have believed the jazz band was in the same room. There were no extraneous sounds." Moreover, "Several engineers said after the demonstration that they consider Dr. Armstrong's invention one of the most important radio developments since the first earphone crystal sets were introduced." Armstrong was quoted as saying he could "visualize a time not far distant when the use of ultra-high frequency wave bands will play the leading role in all broadcasting", although the article noted that "A switchover to the ultra-high frequency system would mean the junking of present broadcasting equipment and present receivers in homes, eventually causing the expenditure of billions of dollars."
In the late 1930s, as technical advances made it possible to transmit on higher frequencies, the FCC investigated options for increasing the number of broadcasting stations, in addition to ideas for better audio quality, known as "high-fidelity". In 1937 it introduced what became known as the Apex band, consisting of 75 broadcasting frequencies from 41.02 to 43.98 MHz. As on the standard broadcast band these were AM stations, but with higher quality audio – in one example, a frequency response from 20 Hz to 17,000 Hz +/- 1 dB – because station separations were 40 kHz instead of the 10 kHz spacings used on the original AM band. Armstrong worked to convince the FCC that a band of FM broadcasting stations would be a superior approach. That year he financed the construction of the first FM radio station, W2XMN (later KE2XCC) at Alpine, New Jersey. FCC engineers had believed that transmissions using high frequencies would travel little farther than line-of-sight distances, limited by the horizon. When operating with 40 kilowatts on 42.8 MHz, the station could be clearly heard 100 miles (160 km) away, matching the daytime coverage of a full power 50-kilowatt AM station.
FCC studies comparing the Apex station transmissions with Armstrong's FM system concluded that his approach was superior. In early 1940, the FCC held hearings on whether to establish a commercial FM service. Following this review, the FCC announced the establishment of an FM band effective January 1, 1941, consisting of forty 200 kHz-wide channels on a band from 42–50 MHz, with the first five channels reserved for educational stations. Existing Apex stations were notified that they would not be allowed to operate after January 1, 1941, unless they converted to FM.
Although there was interest in the new FM band by station owners, construction restrictions that went into place during WWII limited the growth of the new service. Following the end of WWII, the FCC moved to standardize its frequency allocations. One area of concern was the effects of tropospheric and Sporadic E propagation, which at times reflected station signals over great distances, causing mutual interference. A particularly controversial proposal, spearheaded by RCA, was that the FM band needed to be shifted to higher frequencies to avoid this problem. This reassignment was fiercely opposed as unneeded by Armstrong, but he lost. The FCC made its decision final on June 27, 1945. It allocated 100 FM channels from 88–108 MHz, and assigned the former FM band to 'non government fixed and mobile' (42–44 MHz), and television channel 1 (44–50 MHz), now sidestepping the interference concerns. A period of allowing existing FM stations to broadcast on both low and high bands ended at midnight on January 8, 1949, at which time any low band transmitters were shut down, making obsolete 395,000 receivers that had already been purchased by the public for the original band. Although converters allowing low band FM sets to receive high band were manufactured, they ultimately proved to be complicated to install, and often as (or more) expensive than buying a new high band set outright.
Armstrong felt the FM band reassignment had been inspired primarily by a desire to cause a disruption that would limit FM's ability to challenge the existing radio industry, including RCA's AM radio properties that included the NBC radio network, plus the other major networks including CBS, ABC and Mutual. The change was thought to have been favored by AT&T, as the elimination of FM relaying stations would require radio stations to lease wired links from that company. Particularly galling was the FCC assignment of TV channel 1 to the 44–50 MHz segment of the old FM band. Channel 1 was later deleted, since periodic radio propagation would make local TV signals unviewable.
Although the FM band shift was an economic setback, there was reason for optimism. A book published in 1946 by Charles A. Siepmann heralded FM stations as "Radio's Second Chance". In late 1945, Armstrong contracted with John Orr Young, founding member of the public relations firm Young & Rubicam, to conduct a national campaign promoting FM broadcasting, especially by educational institutions. Article placements promoting both Armstrong personally and FM were made with general circulation publications including The Nation, Fortune, The New York Times, Atlantic Monthly, and The Saturday Evening Post.
In 1940, RCA offered Armstrong $1,000,000 for a non-exclusive, royalty-free license to use his FM patents. He refused this offer, because he felt this would be unfair to the other licensed companies, which had to pay 2% royalties on their sales. Over time this impasse with RCA dominated Armstrong's life. RCA countered by conducting its own FM research, eventually developing what it claimed was a non-infringing FM system. The corporation encouraged other companies to stop paying royalties to Armstrong. Outraged by this, in 1948 Armstrong filed suit against RCA and the National Broadcasting Company, accusing them of patent infringement and that they had "deliberately set out to oppose and impair the value" of his invention, for which he requested treble damages. Although he was confident that this suit would be successful and result in a major monetary award, the protracted legal maneuvering that followed eventually began to impair his finances, especially after his primary patents expired in late 1950.
During World War II, Armstrong turned his attention to investigations of continuous-wave FM radar funded by government contracts. Armstrong hoped that the interference fighting characteristic of wide-band FM and a narrow receiver bandwidth to reduce noise would increase range. Primary development took place at Armstrong’s Alpine, NJ laboratory. A duplicate set of equipment was sent to the U.S. Army’s Evans Signal Laboratory. The results of his investigations were inconclusive, the war ended, and the project was dropped by the Army.
Under the name Project Diana, the Evans staff took up the possibility of bouncing radar signals off the moon. Calculations showed that standard pulsed radar like the stock SCR-271 would not do the job; higher average power, much wider transmitter pulses, and very narrow receiver bandwidth would be required. They realized that the Armstrong equipment could be modified to accomplish the task. The FM modulator of the transmitter was disabled and the transmitter keyed to produce quarter-second CW pulses. The narrow-band (57 Hz) receiver, which tracked the transmitter frequency, got an incremental tuning control to compensate for the possible 300 Hz Doppler shift on the lunar echoes. They achieved success on 10 January 1946.
Bitter and overtaxed by years of litigation and mounting financial problems, Armstrong lashed out at his wife one day with a fireplace poker, striking her on the arm. She left their apartment to stay with her sister.
Sometime during the night of January 31 – February 1, 1954, Armstrong jumped to his death from a window in his 12-room apartment on the 13th floor of River House in Manhattan, New York City. The New York Times described the contents of his two-page suicide note to his wife: "he was heartbroken at being unable to see her once again, and expressing deep regret at having hurt her, the dearest thing in his life." The note concluded, "God keep you and Lord have mercy on my Soul." David Sarnoff disclaimed any responsibility, telling Carl Dreher directly that "I did not kill Armstrong." After his death, a friend of Armstrong estimated that 90 percent of his time was spent on litigation against RCA. U.S. Senator Joseph McCarthy (R-Wisconsin) reported that Armstrong had recently met with one of his investigators, and had been "mortally afraid" that secret radar discoveries by him and other scientists "were being fed to the Communists as fast as they could be developed". Armstrong was buried in Locust Grove Cemetery, Merrimac, Massachusetts.
Following her husband's death, Marion Armstrong took charge of pursuing his estate's legal cases. In late December 1954, it was announced that through arbitration a settlement of "approximately $1,000,000" had been made with RCA. Dana Raymond of Cravath, Swaine & Moore in New York served as counsel in that litigation. Marion Armstrong was able to formally establish Armstrong as the inventor of FM following protracted court proceedings over five of his basic FM patents, with a series of successful suits, which lasted until 1967, against other companies that were found guilty of infringement.
It was not until the 1960s that FM stations in the United States started to challenge the popularity of the AM band, helped by the development of FM stereo by General Electric, followed by the FCC's FM Non-Duplication Rule, which limited large-city broadcasters with AM and FM licenses to simulcasting on those two frequencies for only half of their broadcast hours. Armstrong's FM system was also used for communications between NASA and the Apollo program astronauts.
A US Postage Stamp was released in his honor in 1983 in a series commemorating American Inventors.
Armstrong has been called "the most prolific and influential inventor in radio history". The superheterodyne process is still extensively used by radio equipment. Eighty years after its invention, FM technology has started to be supplemented, and in some cases replaced, by more efficient digital technologies. The introduction of digital television eliminated the FM audio channel that had been used by analog television, HD Radio has added digital sub-channels to FM band stations, and, in Europe and Pacific Asia, Digital Audio Broadcasting bands have been created that will, in some cases, eliminate existing FM stations altogether. However, FM broadcasting is still used internationally, and remains the dominant system employed for audio broadcasting services.
In 1923, combining his love for high places with courtship rituals, Armstrong climbed the WJZ (now WABC) antenna located atop a 20-story building in New York City, where he reportedly did a handstand, and when a witness asked him what motivated him to "do these damnfool things", Armstrong replied "I do it because the spirit moves me." Armstrong had arranged to have photographs taken, which he had delivered to David Sarnoff's secretary, Marion MacInnis. Armstrong and MacInnis married later that year. Armstrong bought a Hispano-Suiza motor car before the wedding, which he kept until his death, and which he drove to Palm Beach, Florida for their honeymoon. A publicity photograph was made of him presenting Marion with the world's first portable superheterodyne radio as a wedding gift.
He was an avid tennis player until an injury in 1940, and drank an Old Fashioned with dinner. Politically, he was described by one of his associates as "a revolutionist only in technology – in politics he was one of the most conservative of men."
In 1955, Marion Armstrong founded the Armstrong Memorial Research Foundation, and participated in its work until her death in 1979 at the age of 81. She was survived by two nephews and a niece.
Among Armstrong's living relatives are Steven McGrath, of Cape Elizabeth, Maine, formerly energy advisor to Maine's Governor, and Adam Brecht, a media executive in New York City, whose paternal great-grandfather, John Frank MacInnis, was the brother of Marion Armstrong. Edwin Howard Armstrong's niece, Jeanne Hammond, who represented the family in the Ken Burns documentary "Empire of the Air", died on May 1, 2019, in Scarborough, Maine. Ms. Hammond worked in her uncle's radio laboratory at Columbia University for several years following her graduation from Wellesley College in 1943.
In 1917, Armstrong was the first recipient of the IRE's (now IEEE) Medal of Honor.
For his wartime work on radio, the French government gave him the Legion of Honor in 1919. He was awarded the 1941 Franklin Medal, and in 1942 received the AIEEs Edison Medal "for distinguished contributions to the art of electric communication, notably the regenerative circuit, the superheterodyne, and frequency modulation." The ITU added him to its roster of great inventors of electricity in 1955.
He later received two honorary doctorates, from Columbia in 1929, and Muhlenberg College in 1941.
In 1980, he was inducted into the National Inventors Hall of Fame, and appeared on a U.S. postage stamp in 1983. The Consumer Electronics Hall of Fame inducted him in 2000, "in recognition of his contributions and pioneering spirit that have laid the foundation for consumer electronics." Columbia University established the Edwin Howard Armstrong Professorship in the School of Engineering and Applied Science in his memory.
Philosophy Hall, the Columbia building where Armstrong developed FM, was declared a National Historic Landmark. Armstrong's boyhood home in Yonkers, New York was recognized by the National Historic Landmark program and the National Register of Historic Places, although this was withdrawn when the house was demolished.
Armstrong Hall at Columbia was named in his honor. The hall, located at the northeast corner of Broadway and 112th Street, was originally an apartment house but was converted to research space after being purchased by the university. It is currently home to the Goddard Institute for Space Studies, a research institute dedicated to atmospheric and climate science that is jointly operated by Columbia and the National Aeronautics and Space Administration. A storefront in a corner of the building houses Tom's Restaurant, a longtime neighborhood fixture that inspired Susanne Vega's song "Tom's Diner" and was used for establishing shots for the fictional "Monk's diner" in the "Seinfeld" television series.
A second Armstrong Hall, also named for the inventor, is located at the United States Army Communications and Electronics Life Cycle Management Command (CECOM-LCMC) Headquarters at Aberdeen Proving Ground, Maryland.
E. H. Armstrong patents:
U.S. Patent and Trademark Office Database Search
The following patents were issued to Armstrong's estate after his death: | [
{
"paragraph_id": 0,
"text": "Edwin Howard Armstrong (December 18, 1890 – February 1, 1954) was an American electrical engineer and inventor, who developed FM (frequency modulation) radio and the superheterodyne receiver system. He held 42 patents and received numerous awards, including the first Medal of Honor awarded by the Institute of Radio Engineers (now IEEE), the French Legion of Honor, the 1941 Franklin Medal and the 1942 Edison Medal. He was inducted into the National Inventors Hall of Fame and included in the International Telecommunication Union's roster of great inventors. Armstrong attended Columbia University, and served as a professor there for most of his life.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Armstrong was born in the Chelsea district of New York City, the oldest of John and Emily (née Smith) Armstrong's three children. His father began working at a young age at the American branch of the Oxford University Press, which published bibles and standard classical works, eventually advancing to the position of vice president. His parents first met at the North Presbyterian Church, located at 31st Street and Ninth Avenue. His mother's family had strong ties to Chelsea, and an active role in church functions. When the church moved north, the Smiths and Armstrongs followed, and in 1895 the Armstrong family moved from their brownstone row house at 347 West 29th Street to a similar house at 26 West 97th Street in the Upper West Side. The family was comfortably middle class.",
"title": "Early life"
},
{
"paragraph_id": 2,
"text": "At the age of eight, Armstrong contracted Sydenham's chorea (then known as St. Vitus' Dance), an infrequent but serious neurological disorder precipitated by rheumatic fever. For the rest of his life, Armstrong was afflicted with a physical tic exacerbated by excitement or stress. Due to this illness, he withdrew from public school and was home-tutored for two years. To improve his health, the Armstrong family moved to a house overlooking the Hudson River, at 1032 Warburton Avenue in Yonkers. The Smith family subsequently moved next door. Armstrong's tic and the time missed from school led him to become socially withdrawn.",
"title": "Early life"
},
{
"paragraph_id": 3,
"text": "From an early age, Armstrong showed an interest in electrical and mechanical devices, particularly trains. He loved heights and constructed a makeshift backyard antenna tower that included a bosun's chair for hoisting himself up and down its length, to the concern of neighbors. Much of his early research was conducted in the attic of his parents' house.",
"title": "Early life"
},
{
"paragraph_id": 4,
"text": "In 1909, Armstrong enrolled at Columbia University in New York City, where he became a member of the Epsilon Chapter of the Theta Xi engineering fraternity, and studied under Professor Michael Pupin at the Hartley Laboratories, a separate research unit at Columbia. Another of his instructors, Professor John H. Morecroft, later remembered Armstrong as being intensely focused on the topics that interested him, but somewhat indifferent to the rest of his studies. Armstrong challenged conventional wisdom and was quick to question the opinions of both professors and peers. In one case, he recounted how he tricked a visiting professor from Cornell University that he disliked into receiving a severe electrical shock. He also stressed the practical over the theoretical, stating that progress was more likely the product of experimentation and reasoning than on mathematical calculation and the formulae of \"mathematical physics\".",
"title": "Early life"
},
{
"paragraph_id": 5,
"text": "Armstrong graduated from Columbia in 1913, earning an electrical engineering degree.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "During World War I, Armstrong served in the Signal Corps as a captain and later a major.",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "Following college graduation, he received a $600 one-year appointment as a laboratory assistant at Columbia, after which he nominally worked as a research assistant, for a salary of $1 a year, under Professor Pupin. Unlike most engineers, Armstrong never became a corporate employee. He set up a self-financed independent research and development laboratory at Columbia, and owned his patents outright.",
"title": "Early life"
},
{
"paragraph_id": 8,
"text": "In 1934, he filled the vacancy left by John H. Morecroft's death, receiving an appointment as a Professor of Electrical Engineering at Columbia, a position he held the remainder of his life.",
"title": "Early life"
},
{
"paragraph_id": 9,
"text": "Armstrong began working on his first major invention while still an undergraduate at Columbia. In late 1906, Lee de Forest had invented the three-element (triode) \"grid Audion\" vacuum-tube. How vacuum tubes worked was not understood at the time. De Forest's initial Audions did not have a high vacuum and developed a blue glow at modest plate voltages; De Forest improved the vacuum for Federal Telegraph. By 1912, vacuum tube operation was understood, and regenerative circuits using high-vacuum tubes were appreciated.",
"title": "Early work"
},
{
"paragraph_id": 10,
"text": "While growing up, Armstrong had experimented with the early temperamental, \"gassy\" Audions. Spurred by the later discoveries, he developed a keen interest in gaining a detailed scientific understanding of how vacuum tubes worked. In conjunction with Professor Morecroft he used an oscillograph to conduct comprehensive studies. His breakthrough discovery was determining that employing positive feedback (also known as \"regeneration\") produced amplification hundreds of times greater than previously attained, with the amplified signals now strong enough so that receivers could use loudspeakers instead of headphones. Further investigation revealed that when the feedback was increased beyond a certain level a vacuum-tube would go into oscillation, thus could also be used as a continuous-wave radio transmitter.",
"title": "Early work"
},
{
"paragraph_id": 11,
"text": "Beginning in 1913 Armstrong prepared a series of comprehensive demonstrations and papers that carefully documented his research, and in late 1913 applied for patent protection covering the regenerative circuit. On October 6, 1914, U.S. Patent 1,113,149 was issued for his discovery. Although Lee de Forest initially discounted Armstrong's findings, beginning in 1915 de Forest filed a series of competing patent applications that largely copied Armstrong's claims, now stating that he had discovered regeneration first, based on a notebook entry made on August 6, 1912, while working for the Federal Telegraph company, prior to the date recognized for Armstrong of January 31, 1913. The result was an interference hearing at the patent office to determine priority. De Forest was not the only other inventor involved – the four competing claimants included Armstrong, de Forest, General Electric's Langmuir, and Alexander Meissner, who was a German national, which led to his application being seized by the Office of Alien Property Custodian during World War I.",
"title": "Early work"
},
{
"paragraph_id": 12,
"text": "Following the end of WWI Armstrong enlisted representation by the law firm of Pennie, Davis, Martin and Edmonds. To finance his legal expenses he began issuing non-transferable licenses for use of the regenerative patents to a select group of small radio equipment firms, and by November 1920, 17 companies had been licensed. These licensees paid 5% royalties on their sales which were restricted to only \"amateurs and experimenters\". Meanwhile, Armstrong explored his options for selling the commercial rights to his work. Although the obvious candidate was the Radio Corporation of America (RCA), on October 5, 1920, the Westinghouse Electric & Manufacturing Company took out an option for $335,000 for the commercial rights for both the regenerative and superheterodyne patents, with an additional $200,000 to be paid if Armstrong prevailed in the regenerative patent dispute. Westinghouse exercised this option on November 4, 1920.",
"title": "Early work"
},
{
"paragraph_id": 13,
"text": "Legal proceedings related to the regeneration patent became separated into two groups of court cases. An initial court action was triggered in 1919 when Armstrong sued de Forest's company in district court, alleging infringement of patent 1,113,149. This court ruled in Armstrong's favor on May 17, 1921. A second line of court cases, the result of the patent office interference hearing, had a different outcome. The interference board had also sided with Armstrong, but he was unwilling to settle with de Forest for less than what he considered full compensation. Thus pressured, de Forest continued his legal defense, and appealed the interference board decision to the District of Columbia district court. On May 8, 1924, that court ruled that it was de Forest who should be considered regeneration's inventor. Armstrong (along with much of the engineering community) was shocked by these events, and his side appealed this decision. Although the legal proceeding twice went before the US Supreme Court, in 1928 and 1934, he was unsuccessful in overturning the decision.",
"title": "Early work"
},
{
"paragraph_id": 14,
"text": "In response to the second Supreme Court decision upholding de Forest as the inventor of regeneration, Armstrong attempted to return his 1917 IRE Medal of Honor, which had been awarded \"in recognition of his work and publications dealing with the action of the oscillating and non-oscillating audion\". The organization's board refused to allow him, and issued a statement that it \"strongly affirms the original award\".",
"title": "Early work"
},
{
"paragraph_id": 15,
"text": "The United States entered WWI in April 1917. Later that year Armstrong was commissioned as a Captain in the U.S. Army Signal Corps, and assigned to a laboratory in Paris, France to help develop radio communication for the Allied war effort. He returned to the US in the autumn of 1919, after being promoted to the rank of Major. (During both world wars, Armstrong gave the US military free use of his patents.)",
"title": "Early work"
},
{
"paragraph_id": 16,
"text": "During this period, Armstrong's most significant accomplishment was the development of a \"supersonic heterodyne\" – soon shortened to \"superheterodyne\" – radio receiver circuit. This circuit made radio receivers more sensitive and selective and is used extensively today. The key feature of the superheterodyne approach is the mixing of the incoming radio signal with a locally generated, different frequency signal within a radio set. That circuit is called the mixer. The result is a fixed, unchanging intermediate frequency, or I.F. signal which is easily amplified and detected by following circuit stages. In 1919, Armstrong filed an application for a US patent of the superheterodyne circuit which was issued the next year. This patent was subsequently sold to Westinghouse. The patent was challenged, triggering another patent office interference hearing. Armstrong ultimately lost this patent battle; although the outcome was less controversial than that involving the regeneration proceedings.",
"title": "Early work"
},
{
"paragraph_id": 17,
"text": "The challenger was Lucien Lévy of France who had worked developing Allied radio communication during WWI. He had been awarded French patents in 1917 and 1918 that covered some of the same basic ideas used in Armstrong's superheterodyne receiver. AT&T, interested in radio development at this time, primarily for point-to-point extensions of its wired telephone exchanges, purchased the US rights to Lévy's patent and contested Armstrong's grant. The subsequent court reviews continued until 1928, when the District of Columbia Court of Appeals disallowed all nine claims of Armstrong's patent, assigning priority for seven of the claims to Lévy, and one each to Ernst Alexanderson of General Electric and Burton W. Kendall of Bell Laboratories.",
"title": "Early work"
},
{
"paragraph_id": 18,
"text": "Although most early radio receivers used regeneration Armstrong approached RCA's David Sarnoff, whom he had known since giving a demonstration of his regeneration receiver in 1913, about the corporation offering superheterodynes as a superior offering to the general public. (The ongoing patent dispute was not a hindrance, because extensive cross-licensing agreements signed in 1920 and 1921 between RCA, Westinghouse and AT&T meant that Armstrong could freely use the Lévy patent.) Superheterodyne sets were initially thought to be prohibitively complicated and expensive as the initial designs required multiple tuning knobs and used nine vacuum tubes. In conjunction with RCA engineers, Armstrong developed a simpler, less costly design. RCA introduced its superheterodyne Radiola sets in the US market in early 1924, and they were an immediate success, dramatically increasing the corporation's profits. These sets were considered so valuable that RCA would not license the superheterodyne to other US companies until 1930.",
"title": "Early work"
},
{
"paragraph_id": 19,
"text": "The regeneration legal battle had one serendipitous outcome for Armstrong. While he was preparing apparatus to counteract a claim made by a patent attorney, he \"accidentally ran into the phenomenon of super-regeneration\", where, by rapidly \"quenching\" the vacuum-tube oscillations, he was able to achieve even greater levels of amplification. A year later, in 1922, Armstrong sold his super-regeneration patent to RCA for $200,000 plus 60,000 shares of corporation stock, which was later increased to 80,000 shares in payment for consulting services. This made Armstrong RCA's largest shareholder, and he noted that \"The sale of that invention was to net me more than the sale of the regenerative circuit and the superheterodyne combined\". RCA envisioned selling a line of super-regenerative receivers until superheterodyne sets could be perfected for general sales, but it turned out the circuit was not selective enough to make it practical for broadcast receivers.",
"title": "Early work"
},
{
"paragraph_id": 20,
"text": "\"Static\" interference – extraneous noises caused by sources such as thunderstorms and electrical equipment – bedeviled early radio communication using amplitude modulation and perplexed numerous inventors attempting to eliminate it. Many ideas for static elimination were investigated, with little success. In the mid-1920s, Armstrong began researching a solution. He initially, and unsuccessfully, attempted to resolve the problem by modifying the characteristics of AM transmissions.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 21,
"text": "One approach used frequency modulation (FM) transmissions. Instead of varying the strength of the carrier wave as with AM, the frequency of the carrier was changed to represent the audio signal. In 1922 John Renshaw Carson of AT&T, inventor of Single-sideband modulation (SSB), had published a detailed mathematical analysis which showed that FM transmissions did not provide any improvement over AM. Although the Carson bandwidth rule for FM is important today, Carson's review turned out to be incomplete, as it analyzed only (what is now known as) \"narrow-band\" FM.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 22,
"text": "In early 1928 Armstrong began researching the capabilities of FM. Although there were others involved in FM research at this time, he knew of an RCA project to see if FM shortwave transmissions were less susceptible to fading than AM. In 1931 the RCA engineers constructed a successful FM shortwave link transmitting the Schmeling–Stribling fight broadcast from California to Hawaii, and noted at the time that the signals seemed to be less affected by static. The project made little further progress.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 23,
"text": "Working in secret in the basement laboratory of Columbia's Philosophy Hall, Armstrong developed \"wide-band\" FM, in the process discovering significant advantages over the earlier \"narrow-band\" FM transmissions. In a \"wide-band\" FM system, the deviations of the carrier frequency are made to be much larger than the frequency of the audio signal which can be shown to provide better noise rejection. He was granted five US patents covering the basic features of the new system on December 26, 1933. Initially, the primary claim was that his FM system was effective at filtering out the noise produced in receivers, by vacuum tubes.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 24,
"text": "Armstrong had a standing agreement to give RCA the right of first refusal to his patents. In 1934 he presented his new system to RCA president Sarnoff. Sarnoff was somewhat taken aback by its complexity, as he had hoped it would be possible to eliminate static merely by adding a simple device to existing receivers. From May 1934 until October 1935 Armstrong conducted field tests of his FM technology from an RCA laboratory located on the 85th floor of the Empire State Building in New York City. An antenna attached to the building's spire transmitted signals for distances up to 80 miles (130 km). These tests helped demonstrate FM's static-reduction and high-fidelity capabilities. RCA, which was heavily invested in perfecting TV broadcasting, chose not to invest in FM, and instructed Armstrong to remove his equipment.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 25,
"text": "Denied the marketing and financial clout of RCA, Armstrong decided to finance his own development and form ties with smaller members of the radio industry, including Zenith and General Electric, to promote his invention. Armstrong thought that FM had the potential to replace AM stations within 5 years, which he promoted as a boost for the radio manufacturing industry, then suffering from the effects of the Great Depression. Making existing AM radio transmitters and receivers obsolete would necessitate that stations buy replacement transmitters and listeners purchase FM-capable receivers. In 1936 he published a landmark paper in the Proceedings of the IRE that documented the superior capabilities of using wide-band FM. (This paper would be reprinted in the August 1984 issue of Proceedings of the IEEE.) A year later, a paper by Murray G. Crosby (inventor of Crosby system for FM Stereo) in the same journal provided further analysis of the wide-band FM characteristics, and introduced the concept of \"threshold\", demonstrating that there is a superior signal-to-noise ratio when the signal is stronger than a certain level.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 26,
"text": "In June 1936, Armstrong gave a formal presentation of his new system at the US Federal Communications Commission (FCC) headquarters. For comparison, he played a jazz record using a conventional AM radio, then switched to an FM transmission. A United Press correspondent was present, and recounted in a wire service report that: \"if the audience of 500 engineers had shut their eyes they would have believed the jazz band was in the same room. There were no extraneous sounds.\" Moreover, \"Several engineers said after the demonstration that they consider Dr. Armstrong's invention one of the most important radio developments since the first earphone crystal sets were introduced.\" Armstrong was quoted as saying he could \"visualize a time not far distant when the use of ultra-high frequency wave bands will play the leading role in all broadcasting\", although the article noted that \"A switchover to the ultra-high frequency system would mean the junking of present broadcasting equipment and present receivers in homes, eventually causing the expenditure of billions of dollars.\"",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 27,
"text": "In the late 1930s, as technical advances made it possible to transmit on higher frequencies, the FCC investigated options for increasing the number of broadcasting stations, in addition to ideas for better audio quality, known as \"high-fidelity\". In 1937 it introduced what became known as the Apex band, consisting of 75 broadcasting frequencies from 41.02 to 43.98 MHz. As on the standard broadcast band these were AM stations, but with higher quality audio – in one example, a frequency response from 20 Hz to 17,000 Hz +/- 1 dB – because station separations were 40 kHz instead of the 10 kHz spacings used on the original AM band. Armstrong worked to convince the FCC that a band of FM broadcasting stations would be a superior approach. That year he financed the construction of the first FM radio station, W2XMN (later KE2XCC) at Alpine, New Jersey. FCC engineers had believed that transmissions using high frequencies would travel little farther than line-of-sight distances, limited by the horizon. When operating with 40 kilowatts on 42.8 MHz, the station could be clearly heard 100 miles (160 km) away, matching the daytime coverage of a full power 50-kilowatt AM station.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 28,
"text": "FCC studies comparing the Apex station transmissions with Armstrong's FM system concluded that his approach was superior. In early 1940, the FCC held hearings on whether to establish a commercial FM service. Following this review, the FCC announced the establishment of an FM band effective January 1, 1941, consisting of forty 200 kHz-wide channels on a band from 42–50 MHz, with the first five channels reserved for educational stations. Existing Apex stations were notified that they would not be allowed to operate after January 1, 1941, unless they converted to FM.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 29,
"text": "Although there was interest in the new FM band by station owners, construction restrictions that went into place during WWII limited the growth of the new service. Following the end of WWII, the FCC moved to standardize its frequency allocations. One area of concern was the effects of tropospheric and Sporadic E propagation, which at times reflected station signals over great distances, causing mutual interference. A particularly controversial proposal, spearheaded by RCA, was that the FM band needed to be shifted to higher frequencies to avoid this problem. This reassignment was fiercely opposed as unneeded by Armstrong, but he lost. The FCC made its decision final on June 27, 1945. It allocated 100 FM channels from 88–108 MHz, and assigned the former FM band to 'non government fixed and mobile' (42–44 MHz), and television channel 1 (44–50 MHz), now sidestepping the interference concerns. A period of allowing existing FM stations to broadcast on both low and high bands ended at midnight on January 8, 1949, at which time any low band transmitters were shut down, making obsolete 395,000 receivers that had already been purchased by the public for the original band. Although converters allowing low band FM sets to receive high band were manufactured, they ultimately proved to be complicated to install, and often as (or more) expensive than buying a new high band set outright.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 30,
"text": "Armstrong felt the FM band reassignment had been inspired primarily by a desire to cause a disruption that would limit FM's ability to challenge the existing radio industry, including RCA's AM radio properties that included the NBC radio network, plus the other major networks including CBS, ABC and Mutual. The change was thought to have been favored by AT&T, as the elimination of FM relaying stations would require radio stations to lease wired links from that company. Particularly galling was the FCC assignment of TV channel 1 to the 44–50 MHz segment of the old FM band. Channel 1 was later deleted, since periodic radio propagation would make local TV signals unviewable.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 31,
"text": "Although the FM band shift was an economic setback, there was reason for optimism. A book published in 1946 by Charles A. Siepmann heralded FM stations as \"Radio's Second Chance\". In late 1945, Armstrong contracted with John Orr Young, founding member of the public relations firm Young & Rubicam, to conduct a national campaign promoting FM broadcasting, especially by educational institutions. Article placements promoting both Armstrong personally and FM were made with general circulation publications including The Nation, Fortune, The New York Times, Atlantic Monthly, and The Saturday Evening Post.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 32,
"text": "In 1940, RCA offered Armstrong $1,000,000 for a non-exclusive, royalty-free license to use his FM patents. He refused this offer, because he felt this would be unfair to the other licensed companies, which had to pay 2% royalties on their sales. Over time this impasse with RCA dominated Armstrong's life. RCA countered by conducting its own FM research, eventually developing what it claimed was a non-infringing FM system. The corporation encouraged other companies to stop paying royalties to Armstrong. Outraged by this, in 1948 Armstrong filed suit against RCA and the National Broadcasting Company, accusing them of patent infringement and that they had \"deliberately set out to oppose and impair the value\" of his invention, for which he requested treble damages. Although he was confident that this suit would be successful and result in a major monetary award, the protracted legal maneuvering that followed eventually began to impair his finances, especially after his primary patents expired in late 1950.",
"title": "Wide-band FM radio"
},
{
"paragraph_id": 33,
"text": "During World War II, Armstrong turned his attention to investigations of continuous-wave FM radar funded by government contracts. Armstrong hoped that the interference fighting characteristic of wide-band FM and a narrow receiver bandwidth to reduce noise would increase range. Primary development took place at Armstrong’s Alpine, NJ laboratory. A duplicate set of equipment was sent to the U.S. Army’s Evans Signal Laboratory. The results of his investigations were inconclusive, the war ended, and the project was dropped by the Army.",
"title": "FM radar"
},
{
"paragraph_id": 34,
"text": "Under the name Project Diana, the Evans staff took up the possibility of bouncing radar signals off the moon. Calculations showed that standard pulsed radar like the stock SCR-271 would not do the job; higher average power, much wider transmitter pulses, and very narrow receiver bandwidth would be required. They realized that the Armstrong equipment could be modified to accomplish the task. The FM modulator of the transmitter was disabled and the transmitter keyed to produce quarter-second CW pulses. The narrow-band (57 Hz) receiver, which tracked the transmitter frequency, got an incremental tuning control to compensate for the possible 300 Hz Doppler shift on the lunar echoes. They achieved success on 10 January 1946.",
"title": "FM radar"
},
{
"paragraph_id": 35,
"text": "Bitter and overtaxed by years of litigation and mounting financial problems, Armstrong lashed out at his wife one day with a fireplace poker, striking her on the arm. She left their apartment to stay with her sister.",
"title": "Death"
},
{
"paragraph_id": 36,
"text": "Sometime during the night of January 31 – February 1, 1954, Armstrong jumped to his death from a window in his 12-room apartment on the 13th floor of River House in Manhattan, New York City. The New York Times described the contents of his two-page suicide note to his wife: \"he was heartbroken at being unable to see her once again, and expressing deep regret at having hurt her, the dearest thing in his life.\" The note concluded, \"God keep you and Lord have mercy on my Soul.\" David Sarnoff disclaimed any responsibility, telling Carl Dreher directly that \"I did not kill Armstrong.\" After his death, a friend of Armstrong estimated that 90 percent of his time was spent on litigation against RCA. U.S. Senator Joseph McCarthy (R-Wisconsin) reported that Armstrong had recently met with one of his investigators, and had been \"mortally afraid\" that secret radar discoveries by him and other scientists \"were being fed to the Communists as fast as they could be developed\". Armstrong was buried in Locust Grove Cemetery, Merrimac, Massachusetts.",
"title": "Death"
},
{
"paragraph_id": 37,
"text": "Following her husband's death, Marion Armstrong took charge of pursuing his estate's legal cases. In late December 1954, it was announced that through arbitration a settlement of \"approximately $1,000,000\" had been made with RCA. Dana Raymond of Cravath, Swaine & Moore in New York served as counsel in that litigation. Marion Armstrong was able to formally establish Armstrong as the inventor of FM following protracted court proceedings over five of his basic FM patents, with a series of successful suits, which lasted until 1967, against other companies that were found guilty of infringement.",
"title": "Legacy"
},
{
"paragraph_id": 38,
"text": "It was not until the 1960s that FM stations in the United States started to challenge the popularity of the AM band, helped by the development of FM stereo by General Electric, followed by the FCC's FM Non-Duplication Rule, which limited large-city broadcasters with AM and FM licenses to simulcasting on those two frequencies for only half of their broadcast hours. Armstrong's FM system was also used for communications between NASA and the Apollo program astronauts.",
"title": "Legacy"
},
{
"paragraph_id": 39,
"text": "A US Postage Stamp was released in his honor in 1983 in a series commemorating American Inventors.",
"title": "Legacy"
},
{
"paragraph_id": 40,
"text": "Armstrong has been called \"the most prolific and influential inventor in radio history\". The superheterodyne process is still extensively used by radio equipment. Eighty years after its invention, FM technology has started to be supplemented, and in some cases replaced, by more efficient digital technologies. The introduction of digital television eliminated the FM audio channel that had been used by analog television, HD Radio has added digital sub-channels to FM band stations, and, in Europe and Pacific Asia, Digital Audio Broadcasting bands have been created that will, in some cases, eliminate existing FM stations altogether. However, FM broadcasting is still used internationally, and remains the dominant system employed for audio broadcasting services.",
"title": "Legacy"
},
{
"paragraph_id": 41,
"text": "In 1923, combining his love for high places with courtship rituals, Armstrong climbed the WJZ (now WABC) antenna located atop a 20-story building in New York City, where he reportedly did a handstand, and when a witness asked him what motivated him to \"do these damnfool things\", Armstrong replied \"I do it because the spirit moves me.\" Armstrong had arranged to have photographs taken, which he had delivered to David Sarnoff's secretary, Marion MacInnis. Armstrong and MacInnis married later that year. Armstrong bought a Hispano-Suiza motor car before the wedding, which he kept until his death, and which he drove to Palm Beach, Florida for their honeymoon. A publicity photograph was made of him presenting Marion with the world's first portable superheterodyne radio as a wedding gift.",
"title": "Personal life"
},
{
"paragraph_id": 42,
"text": "He was an avid tennis player until an injury in 1940, and drank an Old Fashioned with dinner. Politically, he was described by one of his associates as \"a revolutionist only in technology – in politics he was one of the most conservative of men.\"",
"title": "Personal life"
},
{
"paragraph_id": 43,
"text": "In 1955, Marion Armstrong founded the Armstrong Memorial Research Foundation, and participated in its work until her death in 1979 at the age of 81. She was survived by two nephews and a niece.",
"title": "Personal life"
},
{
"paragraph_id": 44,
"text": "Among Armstrong's living relatives are Steven McGrath, of Cape Elizabeth, Maine, formerly energy advisor to Maine's Governor, and Adam Brecht, a media executive in New York City, whose paternal great-grandfather, John Frank MacInnis, was the brother of Marion Armstrong. Edwin Howard Armstrong's niece, Jeanne Hammond, who represented the family in the Ken Burns documentary \"Empire of the Air\", died on May 1, 2019, in Scarborough, Maine. Ms. Hammond worked in her uncle's radio laboratory at Columbia University for several years following her graduation from Wellesley College in 1943.",
"title": "Personal life"
},
{
"paragraph_id": 45,
"text": "In 1917, Armstrong was the first recipient of the IRE's (now IEEE) Medal of Honor.",
"title": "Honors"
},
{
"paragraph_id": 46,
"text": "For his wartime work on radio, the French government gave him the Legion of Honor in 1919. He was awarded the 1941 Franklin Medal, and in 1942 received the AIEEs Edison Medal \"for distinguished contributions to the art of electric communication, notably the regenerative circuit, the superheterodyne, and frequency modulation.\" The ITU added him to its roster of great inventors of electricity in 1955.",
"title": "Honors"
},
{
"paragraph_id": 47,
"text": "He later received two honorary doctorates, from Columbia in 1929, and Muhlenberg College in 1941.",
"title": "Honors"
},
{
"paragraph_id": 48,
"text": "In 1980, he was inducted into the National Inventors Hall of Fame, and appeared on a U.S. postage stamp in 1983. The Consumer Electronics Hall of Fame inducted him in 2000, \"in recognition of his contributions and pioneering spirit that have laid the foundation for consumer electronics.\" Columbia University established the Edwin Howard Armstrong Professorship in the School of Engineering and Applied Science in his memory.",
"title": "Honors"
},
{
"paragraph_id": 49,
"text": "Philosophy Hall, the Columbia building where Armstrong developed FM, was declared a National Historic Landmark. Armstrong's boyhood home in Yonkers, New York was recognized by the National Historic Landmark program and the National Register of Historic Places, although this was withdrawn when the house was demolished.",
"title": "Honors"
},
{
"paragraph_id": 50,
"text": "Armstrong Hall at Columbia was named in his honor. The hall, located at the northeast corner of Broadway and 112th Street, was originally an apartment house but was converted to research space after being purchased by the university. It is currently home to the Goddard Institute for Space Studies, a research institute dedicated to atmospheric and climate science that is jointly operated by Columbia and the National Aeronautics and Space Administration. A storefront in a corner of the building houses Tom's Restaurant, a longtime neighborhood fixture that inspired Susanne Vega's song \"Tom's Diner\" and was used for establishing shots for the fictional \"Monk's diner\" in the \"Seinfeld\" television series.",
"title": "Honors"
},
{
"paragraph_id": 51,
"text": "A second Armstrong Hall, also named for the inventor, is located at the United States Army Communications and Electronics Life Cycle Management Command (CECOM-LCMC) Headquarters at Aberdeen Proving Ground, Maryland.",
"title": "Honors"
},
{
"paragraph_id": 52,
"text": "E. H. Armstrong patents:",
"title": "Patents"
},
{
"paragraph_id": 53,
"text": "U.S. Patent and Trademark Office Database Search",
"title": "Patents"
},
{
"paragraph_id": 54,
"text": "The following patents were issued to Armstrong's estate after his death:",
"title": "Patents"
},
{
"paragraph_id": 55,
"text": "",
"title": "Patents"
}
]
| Edwin Howard Armstrong was an American electrical engineer and inventor, who developed FM radio and the superheterodyne receiver system. He held 42 patents and received numerous awards, including the first Medal of Honor awarded by the Institute of Radio Engineers, the French Legion of Honor, the 1941 Franklin Medal and the 1942 Edison Medal. He was inducted into the National Inventors Hall of Fame and included in the International Telecommunication Union's roster of great inventors. Armstrong attended Columbia University, and served as a professor there for most of his life. | 2001-12-22T23:35:39Z | 2023-12-10T01:09:48Z | [
"Template:Infobox person",
"Template:US patent",
"Template:Convert",
"Template:Webarchive",
"Template:IEEE Edison Medal Laureates 1926-1950",
"Template:Cite news",
"Template:Cite journal",
"Template:Short description",
"Template:Use mdy dates",
"Template:Snd",
"Template:Portal",
"Template:Reflist",
"Template:Cite web",
"Template:ISBN",
"Template:Internet Archive author",
"Template:IEEE Medal of Honor Laureates 1917-1925",
"Template:Cite book",
"Template:Citation",
"Template:Cite encyclopedia",
"Template:Authority control",
"Template:Harvnb",
"Template:Commons category",
"Template:Wikiquote"
]
| https://en.wikipedia.org/wiki/Edwin_Howard_Armstrong |
10,322 | EverQuest | EverQuest is a 3D fantasy-themed massively multiplayer online role-playing game (MMORPG) originally developed by Verant Interactive and 989 Studios for Windows PCs. It was released by Sony Online Entertainment in March 1999 in North America, and by Ubisoft in Europe in April 2000. A dedicated version for Mac OS X was released in June 2003, which operated for ten years before being shut down in November 2013. In June 2000, Verant Interactive was absorbed into Sony Online Entertainment, who took over full development and publishing duties of the title. Later, in February 2015, SOE's parent corporation, Sony Computer Entertainment, sold the studio to investment company Columbus Nova and it was rebranded as Daybreak Game Company, which continues to develop and publish EverQuest.
It was the first commercially successful MMORPG to employ a 3D game engine, and its success was on an unprecedented scale. EverQuest has had a wide influence on subsequent releases within the market, and holds an important position in the history of massively multiplayer online games.
The game surpassed early subscription expectations and increased in popularity for many years after its release. It is now considered one of the greatest video games ever made. It has received numerous awards, including the 1999 GameSpot Game of the Year and a 2007 Technology & Engineering Emmy Award. While dozens of similar games have come and gone over the years, EverQuest still endures as a viable commercial enterprise with new expansions still being released on a regular basis, over twenty years after its initial launch. It has spawned a number of spin-off media, including books and video games, as well as a sequel, EverQuest II, which launched in 2004.
Many of the elements in EverQuest have been drawn from text-based MUD (Multi-User Dungeon) games, particularly DikuMUDs, which in turn were inspired by traditional role-playing games such as Dungeons & Dragons. In EverQuest, players create a character (also known as an avatar, or colloquially as a char or toon) by selecting one of twelve races in the game, which were humans, high-elves, wood-elves, half-elves, dark-elves, erudites, barbarians, dwarves, halflings, gnomes, ogres, and trolls. In the first expansion, lizard-people (Iksar) were introduced. Cat-people (Vah Shir), frog-people (Froglok), and dragon-people (Drakkin) were all introduced in later expansions. At creation, players select each character's adventuring occupation (such as a wizard, ranger, or cleric — called a class — see below for particulars), a patron deity, and starting city. Customization of the character facial appearance is available at creation (hair, hair color, face style, facial hair, facial hair color, eye color, etc.).
Players move their character throughout the medieval fantasy world of Norrath, often fighting monsters and enemies for treasure and experience points, and optionally mastering trade skills. As they progress, players advance in level, gaining power, prestige, spells, and abilities through valorous deeds such as entering overrun castles and keeps, defeating worthy opponents found within, and looting their remains. Experience and prestigious equipment can also be obtained by completing quests given out by non-player characters found throughout the land.
EverQuest allows players to interact with other people through role-play, joining player guilds, and dueling other players (in restricted situations – EverQuest only allows player versus player (PVP) combat on the PvP-specific server, specified arena zones and through agreed upon dueling).
The game-world of EverQuest consists of over five hundred zones.
Multiple instances of the world exist on various servers. In the past, game server populations were visible during log-in, and showed peaks of more than 3000 players per server. The design of EverQuest, like other massively multiplayer online role-playing games, makes it highly amenable to cooperative play, with each player having a specific role within a given group.
EverQuest featured fourteen playable character classes upon release in 1999, with two others - Beastlord and Berzerker - added in the Shadows of Luclin (2001) and Gates of Discord (2004) expansions, respectively. Each class falls within one of four general categories based on playstyle and the type of abilities they use, with certain classes being restricted to particular races.
Melee classes are those which fight at close quarters and often use direct physical attacks as opposed to magic. These include the Warrior, a tank-based character which wears heavy armor and is designed to take damage for its group using a taunt ability; the Monk, a character which uses a combination of martial arts and barehanded fighting techniques; the Rogue, a combination of thief and assassin classes which can sneak and hide in the shadows as well as steal from enemies; and the Berserker, a strong fighter who specialize in two-handed weapons such as axes and are able to enter a state of increased fury and power.
Priest classes are primarily healers who learn magic that can heal their allies or themselves. The Priest classes are made up of the Cleric, a heavily specialized support class that wears heavy armor and is adept at healing and strengthening their allies; the Druid, a magic-user who draws power from nature which can restore the vitality and magic power of their teammates; and the Shaman, tribal warriors who draw upon the spirit realm to heal, empower those around them, and weaken their enemies.
Casters are magic-users and sorcerers which wear light armor but command powerful spells. Those among them include the Wizard, a specialized damage-dealing class which uses the power of fire, ice, and pure magic energy for devastating effect as well as teleportation abilities; the Magician, a summoner who is able to call upon elemental servants which aid them in dealing damage; the Necromancer, a dark caster who uses the power of disease and poison to wither away their opponents while commanding undead allies to aid them; and the Enchanter, an illusionist who can take on many forms, support allies with strengthening spells, and pacify enemies with mesmerizing abilities.
Hybrid classes are those which can perform multiple roles or have abilities of various types. These include Paladins, knights who possess the ability to take damage or heal with magic or laying on of hands; Shadowknights, dark warriors who use a combination of melee attacks and disease/poison abilities to damage foes as well as take damage for the party; the Bard, a minstrel who is able to use magical songs for a number of effects - including damaging enemies, strengthening allies, and improving the movement speed of themselves and others; Rangers, protectors of nature who learn healing and support magic in addition to being able to damage enemies in close combat or at a distance with bows and arrows; and Beastlords, primal fighters who are constantly joined by their animal wards which help them deal damage, and can assist their teammates with healing and support skills.
There are several deities in EverQuest who each have a certain area of responsibility and play a role in the backstory of the game setting. A wide array of armor and weapons are tied to certain deities, making it only possible for those who worship that specific deity to wear/equip them. Additionally, deities determine, to some extent, where characters may and may not go without being attacked on sight by the deity's minions and devoted followers.
The EverQuest universe is divided into more than five hundred zones. These zones represent a wide variety of geographical features, including plains, oceans, cities, deserts, and other planes of existence. One of the most popular zones in the game is the Plane of Knowledge, one of the few zones in which all races and classes can coexist harmoniously without interference. The Plane of Knowledge is also home to portals to many other zones, including portals to other planes and to the outskirts of nearly every starting city.
EverQuest began as a concept by John Smedley in 1996. The original design is credited to Brad McQuaid, Steve Clover, and Bill Trost. It was developed by Sony's 989 Studios and its early-1999 spin-off Verant Interactive, and published by Sony Online Entertainment (SOE). Since its acquisition of Verant in late 1999, EverQuest was developed by Sony Online Entertainment.
The design and concept of EverQuest is heavily indebted to text-based MUDs, in particular DikuMUD, and as such EverQuest is considered a 3D evolution of the text MUD genre like some of the MMOs that preceded it, such as Meridian 59 and The Realm Online. John Smedley, Brad McQuaid, Steve Clover and Bill Trost, who jointly are credited with creating the world of EverQuest, have repeatedly pointed to their shared experiences playing MUDs such as Sojourn and TorilMUD as the inspiration for the game. Famed book cover illustrator Keith Parkinson created the box covers for earlier installments of EverQuest.
Development of EverQuest began in 1996 when Sony Interactive Studios America (SISA) executive John Smedley secured funding for a 3D game like text-based MUDs following the successful launch of Meridian 59 the previous year. To implement the design, Smedley hired programmers Brad McQuaid and Steve Clover, who had come to Smedley's attention through their work on the single player RPG Warwizard. McQuaid soon rose through the ranks to become executive producer for the EverQuest franchise and emerged during development of EverQuest as a popular figure among the fan community through his in-game avatar, Aradune. Other key members of the development team included Bill Trost, who created the history, lore and major characters of Norrath (including EverQuest protagonist Firiona Vie), Geoffrey "GZ" Zatkin, who implemented the spell system, and artist Milo D. Cooper, who did the original character modeling in the game.
The start of beta testing was announced by Brad McQuaid in November 1997.
EverQuest launched with modest expectations from Sony on 16 March 1999 under its Verant Interactive brand and quickly became successful. By the end of the year, it had surpassed competitor Ultima Online in number of subscriptions. Numbers continued rising rapidly until mid-2001 when growth slowed. The game initially launched with volunteer "Guides" who would act as basic customer service/support via 'petitions'. Issues could be forwarded to the Game Master assigned to the server or resolved by the volunteer. Other guides would serve in administrative functions within the program or assisting the Quest Troupe with dynamic and persistent live events throughout the individual servers. Volunteers were compensated with free subscription and expansions to the game. In 2003 the program changed for the volunteer guides taking them away from the customer service focus and placing them into their current roles as roving 'persistent characters' role-playing with the players.
In anticipation of PlayStation's launch, Sony Interactive Studios America made the decision to focus primarily on console titles under the banner 989 Studios, while spinning off its sole computer title, EverQuest, which was ready to launch, to a new computer game division named Redeye (renamed Verant Interactive). Executives initially had very low expectations for EverQuest, but in 2000, following the surprising continued success and unparalleled profits of EverQuest, Sony reorganized Verant Interactive into Sony Online Entertainment (SOE) with Smedley retaining control of the company. Many of the original EverQuest team, including Brad McQuaid and Steve Clover left SOE by 2002.
The first four expansions were released in traditional physical boxes at roughly one-year intervals. These were highly ambitious and offered huge new landmasses, new playable races and new classes. The expansion Shadows of Luclin (2001) gave a significant facelift to player character models, bringing the dated 1999 graphics up to modern standards. However, non-player characters which do not correspond to any playable race-gender-class combination (such as vendors) were not updated, leading to the coexistence of 1999-era and 2001-era graphics in many locations. The expansion Planes of Power (2002) introduced The Plane of Knowledge, a hub zone from which players could quickly teleport to many other destinations. This made the pre-existing roads and ships largely redundant, and long-distance overland travel is now virtually unheard of.
EverQuest made a push to enter the European market in 2002 with the New Dawn promotional campaign, which not only established local servers in Germany, France and Great Britain but also offered localized versions of the game in German and French to accommodate players who prefer those languages to English. In the following year the game also moved beyond the PC market with a Mac OS X version.
In 2003 experiments began with digital distribution of expansions, starting with the Legacy of Ykesha. From this point on expansions would be less ambitious in scope than the original four, but the production rate increased to two expansions a year instead of one.
In the same year the franchise also ventured into the console market with EverQuest Online Adventures, released for Sony's internet-capable PlayStation 2. It was the second MMORPG for this console, after Final Fantasy XI. Story-wise it was a prequel, with the events taking place 500 years before the original EverQuest. Other spin-off projects were the PC strategy game Lords of EverQuest (2003) and the co-op Champions of Norrath (2004) for the PlayStation 2.
After these side projects, the first proper sequel was released in late 2004, titled simply EverQuest II. The game is set 500 years after the original. EverQuest II faced severe competition from Blizzard's World of Warcraft, which was released at virtually the same time and quickly grew to dominate the MMORPG genre.
Since the release of World of Warcraft and other modern MMORPGs, there have been a number of signs that the EverQuest population is shrinking. The national New Dawn servers were discontinued in 2005 and merged into a general (English-language) European server.
The 2006 expansion The Serpent's Spine introduced the "adventure-friendly" city of Crescent Reach in which all races and classes are able (and encouraged) to start. Crescent Reach is supposed to provide a more pedagogic starting environment than the original 1999 cities, where players were given almost no guidance on what to do. The common starting city also concentrates the dwindling number of new players in a single location, making grouping easier. 2008's Seeds of Destruction expansion introduced computer controlled companions called "mercenaries" that can join groups in place of human players, a response to the increasing difficulty of finding other players of appropriate level for group activities. As of Seeds the production rate also returned to one expansion a year instead of two.
In March 2012 EverQuest departed from the traditional monthly subscription business model by introducing three tiers of commitment: a completely free-to-play Bronze Level, a one-time fee Silver Level, and a subscription Gold Level. The same month saw the closure of EverQuest Online Adventures. Just a few months earlier EverQuest II had gone free-to-play and SOE flagship Star Wars Galaxies was also closed.
In June of the same year SOE removed the ability to buy game subscription time with Station Cash without any warning to players. SOE apologized for this abrupt change in policy and reinstated the option for an additional week, after which it was removed permanently.
The sole Mac OS server Al'Kabor was closed on November 18, 2013.
In February 2015 Sony sold its online entertainment division to private equity group Columbus Nova, with Sony Online Entertainment subsequently renamed Daybreak Game Company (DBG). An initial period of uncertainty followed, with all projects such as expansions and sequels put on hold and staff laid off. The situation stabilized around the game's 16th anniversary celebrations, and a new expansion was released nine months later.
There have been twenty-nine expansions to the original game since release. Expansions are purchased separately and provide additional content to the game (for example: raising the maximum character level; adding new races, classes, zones, continents, quests, equipment, game features). When the players purchase the latest expansion they receive all previous expansions they may not have previously purchased. Additionally, the game is updated through downloaded patches. The EverQuest expansions are as follows:
The game runs on multiple game servers, each with a unique name for identification. These names were originally the deities of the world of Norrath. In technical terms, each game server is actually a cluster of server machines. Once a character is created, it can be played only on that server unless the character is transferred to a new server by the customer service staff, generally for a fee. Each server often has a unique community and people often include the server name when identifying their character outside of the game.
There is an official EverQuest server list, as well as unofficial 3rd-party servers. For example, the Project 1999 EverQuest servers are intended to recreate EverQuest in the state it existed in the year it launched and the two subsequent expansions, referred to as the "Classic Trilogy".
SOE devoted one server (Al'Kabor) to an OS X version of the game, which opened for beta testing in early 2003, and officially released on June 24 of the same year. The game was never developed beyond the Planes of Power expansion, and contained multiple features and bugs not seen on PC servers, as a side-effect of the codebase having been split from an early Planes of Power date but not updated with the PC codebase. In January 2012, SOE announced plans to shut down the server, but based on the passionate response of the player base, rescinded the decision and changed Al'Kabor to a free-to-play subscription model. At about the same time, SOE revised the Macintosh client software to run natively on Intel processors. Players running on older, PowerPC-based systems lost access to the game at that point. SOE closed Al'Kabor server in November 2013.
Two SOE servers were set up to better support players in and around Europe: Antonius Bayle and Kane Bayle. Kane Bayle was merged into Antonius Bayle.
With the advent of the New Dawn promotion, three additional servers were set up and maintained by Ubisoft: Venril Sathir (British), Sebilis (French) and Kael Drakkal (German). The downside of the servers was that while it was possible to transfer to them, it was impossible to transfer off.
The servers were subsequently acquired by SOE and all three were merged into Antonius Bayle server.
Reviews of Everquest were mostly positive upon release in 1999, earning an 85 out of 100 score from aggregate review website Metacritic. Comparing it to other online role-playing titles at the time, critics called it "the best game in its class", and the "most immersive and most addictive online RPG to date". Dan Amrich of GamePro magazine declared that "the bar for online gaming has not so much been raised as obliterated" and that the game's developers had "created the first true online killer app". The reviewer would find fault with its repetitive gameplay in the early levels and lack of sufficient documentation to help new players, urging them to turn to fansites for help instead. Greg Kasavin of GameSpot similarly felt that the game's combat was "uninteresting" but did note that, unlike earlier games in the genre, EverQuest offered the opportunity to play on servers that wouldn't allow players to fight each other unless they chose to, and that it heavily promoted cooperation. Despite saying that the combat was little "boring", that the manual was "horrible", that the quest system is "half-baked", and the game having small share of miscellaneous bugs, he ultimately called EverQuest as one of the most memorable gaming experiences he had. Baldric of Game Revolution likewise stated that the game was more co-operative than Ultima Online, but that there was less interaction with the environment, calling it more "player oriented" instead of "'world' oriented".
Despite server issues during the initial launch, reviewers felt that the game played well even on lower-end network cards, with Tal Blevins of IGN remarking that it rarely suffered from major lag issues. The reviewer did feel that the title suffered from a lack of player customization aside from different face types, meaning all characters of the same race looked mostly the same, but its visual quality on the whole was "excellent" with "particularly impressive" spell, lighting, and particle effects. Next Generation said that EverQuest set a high standards for its genre. Computer Games Magazine commended the game's three-dimensional graphics, first-person perspective, environments, and simple combat system, remarking that EverQuest gave the players the first step towards to the true virtual world.
Everquest was named GameSpot's 1999 Game of the Year in its Best & Worst of 1999 awards, remarking that after the game's release in March, the whole gaming industry was grounded to a halt, that a least one prominent game developer blamed EverQuest for product delays, and that for several weeks GameSpot's editors were spending more time exploring Norrath than they were doing their jobs. The website would also include the game in their list of the Greatest Games of All Time in 2004. GameSpot UK would also rank the title 14th on its list of the 100 Best Computer Games of the Millennium in 2000, calling it "a technological tour de force" and the first online RPG to bring the production values of single-player games to the online masses. The Academy of Interactive Arts and Sciences named EverQuest their "Online Game of the Year" during the 3rd Annual Interactive Achievement Awards, while Game Revolution named it the Best PC RPG of 1999. It was included in Time magazine's Best of 1999 in the "Tech" category, and Entertainment Weekly would include the game in their Top Ten Hall of Fame Video Games of the '90s. In 2007, Sony Online Entertainment received a Technology & Engineering Emmy Award for EverQuest under the category of "Development of Massively Multiplayer Online Graphical Role Playing Games". During the 2nd annual Game Developers Choice Online Awards in 2011, EverQuest received a Hall of Fame award for its long-term advancement of online gaming, such as being the first MMORPG to feature a guild system and raiding.
Editors of Computer Gaming World and GameSpot each nominated EverQuest for their 1999 "Role-Playing Game of the Year" awards, both of which ultimately went to Planescape: Torment. CNET Gamecenter likewise nominated it in this category, but gave the award to Asheron's Call. GameSpot would also nominate the title for Best Multiplayer Game of 1999, but would give the award to Quake III Arena. In 2012, 1UP.com ranked EverQuest 57th on its list of the Top 100 Essential Games. Game Informer placed the game 33rd on their top 100 video games of all time in 2009.
EverQuest was the most pre-ordered PC title on EBGames.com prior to its release in March 1999. The game had 10,000 active subscribers 24 hours after launch, making it the high-selling online role-playing game up until that point. It achieved 60,000 subscribers by April 1999. Six months later, around 225,000 copies of the game had been sold in total, with 150,000 active subscribers. By early 2000, the game's domestic sales alone reached 231,093 copies, which drew revenues of $10.6 million. NPD Techworld, a firm that tracked sales the United States, reported 559,948 units sold of EverQuest by December 2002. Subscription numbers would rise to over 500,000 active accounts four years after release in 2003. By the end of 2004 the title's lifetime sales exceeded 3 million copies worldwide and reached an active subscriber peak of 550,000. As of September 2020, EverQuest had 66,000 subscribers and 82,000 monthly active players.
The sale of in-game objects for real currency is a controversial and lucrative industry with topics concerning issues practices of hacking/stealing accounts for profit. Critics often cite how it affects the virtual economy inside the game. In 2001, the sales of in-game items for real life currency was banned on eBay.
A practice in the real-world trade economy is of companies creating characters, powerleveling them to make them powerful, and then reselling the characters for large sums of money or in-game items of other games.
Sony discourages the payment of real-world money for online goods, except on certain "Station Exchange" servers in EverQuest II, launched in July 2005. The program facilitates buying in-game items for real money from fellow players for a nominal fee. At this point this system only applies to select EverQuest II servers; none of the pre-Station Exchange EverQuest II or EverQuest servers are affected.
In 2012, Sony added an in-game item called a "Krono", which adds 30 days of game membership throughout EverQuest and EverQuest II. The item can be initially bought starting at US$17.99. Up to 25 "Kronos" can be bought for US$424.99. Krono can be resold via player trading, which has allowed Krono to be frequently used in the real-world trade economy due to its inherent value.
In October 2000, Verant banned a player by the name of Mystere, allegedly for creating controversial fan fiction, causing outrage among some EverQuest players and sparking a debate about players' rights and the line between roleplaying and intellectual property infringement. The case was used by several academics in discussing such rights in the digital age.
Some argue the game has addictive qualities. Some players jokingly refer to it as "EverCrack" (a comparison to crack cocaine). There was one well-publicized suicide of an EverQuest user named Shawn Woolley, that inspired his mother, Liz, to found Online Gamers Anonymous. In November 2001, Shawn Woolley committed suicide. Although he had been diagnosed with depression and schizoid personality disorder, Shawn's mother said the suicide was due to a rejection or betrayal in the game from a character Shawn called "iluvyou".
Massively multiplayer online role-playing games (MMORPGs) are described by some players as "chat rooms with a graphical interface". The sociological aspects of EverQuest (and other MMORPGs) are explored in a series of online studies on a site known as "the HUB". The studies make use of data gathered from player surveys and discuss topics like virtual relationships, player personalities, gender issues, and more.
In May 2004, Woody Hearn of GU Comics called for all EverQuest gamers to boycott the Omens of War expansion in an effort to force SOE to address existing issues with the game rather than release another "quick-fire" expansion. The call to boycott was rescinded after SOE held a summit to address player concerns, improve (internal and external) communication, and correct specific issues within the game.
On 17 January 2008, the Judge of the 17th Federal Court of Minas Gerais State forbade the sales of the game in that Brazilian territory. The reason was that "the game leads the players to a loss of moral virtue and takes them into 'heavy' psychological conflicts because of the game quests".
Since EverQuest's release, Sony Online Entertainment has added several EverQuest-related games. These include:
A line of novels have been published in the world of EverQuest, including: | [
{
"paragraph_id": 0,
"text": "EverQuest is a 3D fantasy-themed massively multiplayer online role-playing game (MMORPG) originally developed by Verant Interactive and 989 Studios for Windows PCs. It was released by Sony Online Entertainment in March 1999 in North America, and by Ubisoft in Europe in April 2000. A dedicated version for Mac OS X was released in June 2003, which operated for ten years before being shut down in November 2013. In June 2000, Verant Interactive was absorbed into Sony Online Entertainment, who took over full development and publishing duties of the title. Later, in February 2015, SOE's parent corporation, Sony Computer Entertainment, sold the studio to investment company Columbus Nova and it was rebranded as Daybreak Game Company, which continues to develop and publish EverQuest.",
"title": ""
},
{
"paragraph_id": 1,
"text": "It was the first commercially successful MMORPG to employ a 3D game engine, and its success was on an unprecedented scale. EverQuest has had a wide influence on subsequent releases within the market, and holds an important position in the history of massively multiplayer online games.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The game surpassed early subscription expectations and increased in popularity for many years after its release. It is now considered one of the greatest video games ever made. It has received numerous awards, including the 1999 GameSpot Game of the Year and a 2007 Technology & Engineering Emmy Award. While dozens of similar games have come and gone over the years, EverQuest still endures as a viable commercial enterprise with new expansions still being released on a regular basis, over twenty years after its initial launch. It has spawned a number of spin-off media, including books and video games, as well as a sequel, EverQuest II, which launched in 2004.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Many of the elements in EverQuest have been drawn from text-based MUD (Multi-User Dungeon) games, particularly DikuMUDs, which in turn were inspired by traditional role-playing games such as Dungeons & Dragons. In EverQuest, players create a character (also known as an avatar, or colloquially as a char or toon) by selecting one of twelve races in the game, which were humans, high-elves, wood-elves, half-elves, dark-elves, erudites, barbarians, dwarves, halflings, gnomes, ogres, and trolls. In the first expansion, lizard-people (Iksar) were introduced. Cat-people (Vah Shir), frog-people (Froglok), and dragon-people (Drakkin) were all introduced in later expansions. At creation, players select each character's adventuring occupation (such as a wizard, ranger, or cleric — called a class — see below for particulars), a patron deity, and starting city. Customization of the character facial appearance is available at creation (hair, hair color, face style, facial hair, facial hair color, eye color, etc.).",
"title": "Gameplay"
},
{
"paragraph_id": 4,
"text": "Players move their character throughout the medieval fantasy world of Norrath, often fighting monsters and enemies for treasure and experience points, and optionally mastering trade skills. As they progress, players advance in level, gaining power, prestige, spells, and abilities through valorous deeds such as entering overrun castles and keeps, defeating worthy opponents found within, and looting their remains. Experience and prestigious equipment can also be obtained by completing quests given out by non-player characters found throughout the land.",
"title": "Gameplay"
},
{
"paragraph_id": 5,
"text": "EverQuest allows players to interact with other people through role-play, joining player guilds, and dueling other players (in restricted situations – EverQuest only allows player versus player (PVP) combat on the PvP-specific server, specified arena zones and through agreed upon dueling).",
"title": "Gameplay"
},
{
"paragraph_id": 6,
"text": "The game-world of EverQuest consists of over five hundred zones.",
"title": "Gameplay"
},
{
"paragraph_id": 7,
"text": "Multiple instances of the world exist on various servers. In the past, game server populations were visible during log-in, and showed peaks of more than 3000 players per server. The design of EverQuest, like other massively multiplayer online role-playing games, makes it highly amenable to cooperative play, with each player having a specific role within a given group.",
"title": "Gameplay"
},
{
"paragraph_id": 8,
"text": "EverQuest featured fourteen playable character classes upon release in 1999, with two others - Beastlord and Berzerker - added in the Shadows of Luclin (2001) and Gates of Discord (2004) expansions, respectively. Each class falls within one of four general categories based on playstyle and the type of abilities they use, with certain classes being restricted to particular races.",
"title": "Gameplay"
},
{
"paragraph_id": 9,
"text": "Melee classes are those which fight at close quarters and often use direct physical attacks as opposed to magic. These include the Warrior, a tank-based character which wears heavy armor and is designed to take damage for its group using a taunt ability; the Monk, a character which uses a combination of martial arts and barehanded fighting techniques; the Rogue, a combination of thief and assassin classes which can sneak and hide in the shadows as well as steal from enemies; and the Berserker, a strong fighter who specialize in two-handed weapons such as axes and are able to enter a state of increased fury and power.",
"title": "Gameplay"
},
{
"paragraph_id": 10,
"text": "Priest classes are primarily healers who learn magic that can heal their allies or themselves. The Priest classes are made up of the Cleric, a heavily specialized support class that wears heavy armor and is adept at healing and strengthening their allies; the Druid, a magic-user who draws power from nature which can restore the vitality and magic power of their teammates; and the Shaman, tribal warriors who draw upon the spirit realm to heal, empower those around them, and weaken their enemies.",
"title": "Gameplay"
},
{
"paragraph_id": 11,
"text": "Casters are magic-users and sorcerers which wear light armor but command powerful spells. Those among them include the Wizard, a specialized damage-dealing class which uses the power of fire, ice, and pure magic energy for devastating effect as well as teleportation abilities; the Magician, a summoner who is able to call upon elemental servants which aid them in dealing damage; the Necromancer, a dark caster who uses the power of disease and poison to wither away their opponents while commanding undead allies to aid them; and the Enchanter, an illusionist who can take on many forms, support allies with strengthening spells, and pacify enemies with mesmerizing abilities.",
"title": "Gameplay"
},
{
"paragraph_id": 12,
"text": "Hybrid classes are those which can perform multiple roles or have abilities of various types. These include Paladins, knights who possess the ability to take damage or heal with magic or laying on of hands; Shadowknights, dark warriors who use a combination of melee attacks and disease/poison abilities to damage foes as well as take damage for the party; the Bard, a minstrel who is able to use magical songs for a number of effects - including damaging enemies, strengthening allies, and improving the movement speed of themselves and others; Rangers, protectors of nature who learn healing and support magic in addition to being able to damage enemies in close combat or at a distance with bows and arrows; and Beastlords, primal fighters who are constantly joined by their animal wards which help them deal damage, and can assist their teammates with healing and support skills.",
"title": "Gameplay"
},
{
"paragraph_id": 13,
"text": "There are several deities in EverQuest who each have a certain area of responsibility and play a role in the backstory of the game setting. A wide array of armor and weapons are tied to certain deities, making it only possible for those who worship that specific deity to wear/equip them. Additionally, deities determine, to some extent, where characters may and may not go without being attacked on sight by the deity's minions and devoted followers.",
"title": "Gameplay"
},
{
"paragraph_id": 14,
"text": "The EverQuest universe is divided into more than five hundred zones. These zones represent a wide variety of geographical features, including plains, oceans, cities, deserts, and other planes of existence. One of the most popular zones in the game is the Plane of Knowledge, one of the few zones in which all races and classes can coexist harmoniously without interference. The Plane of Knowledge is also home to portals to many other zones, including portals to other planes and to the outskirts of nearly every starting city.",
"title": "Gameplay"
},
{
"paragraph_id": 15,
"text": "EverQuest began as a concept by John Smedley in 1996. The original design is credited to Brad McQuaid, Steve Clover, and Bill Trost. It was developed by Sony's 989 Studios and its early-1999 spin-off Verant Interactive, and published by Sony Online Entertainment (SOE). Since its acquisition of Verant in late 1999, EverQuest was developed by Sony Online Entertainment.",
"title": "History"
},
{
"paragraph_id": 16,
"text": "The design and concept of EverQuest is heavily indebted to text-based MUDs, in particular DikuMUD, and as such EverQuest is considered a 3D evolution of the text MUD genre like some of the MMOs that preceded it, such as Meridian 59 and The Realm Online. John Smedley, Brad McQuaid, Steve Clover and Bill Trost, who jointly are credited with creating the world of EverQuest, have repeatedly pointed to their shared experiences playing MUDs such as Sojourn and TorilMUD as the inspiration for the game. Famed book cover illustrator Keith Parkinson created the box covers for earlier installments of EverQuest.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "Development of EverQuest began in 1996 when Sony Interactive Studios America (SISA) executive John Smedley secured funding for a 3D game like text-based MUDs following the successful launch of Meridian 59 the previous year. To implement the design, Smedley hired programmers Brad McQuaid and Steve Clover, who had come to Smedley's attention through their work on the single player RPG Warwizard. McQuaid soon rose through the ranks to become executive producer for the EverQuest franchise and emerged during development of EverQuest as a popular figure among the fan community through his in-game avatar, Aradune. Other key members of the development team included Bill Trost, who created the history, lore and major characters of Norrath (including EverQuest protagonist Firiona Vie), Geoffrey \"GZ\" Zatkin, who implemented the spell system, and artist Milo D. Cooper, who did the original character modeling in the game.",
"title": "History"
},
{
"paragraph_id": 18,
"text": "The start of beta testing was announced by Brad McQuaid in November 1997.",
"title": "History"
},
{
"paragraph_id": 19,
"text": "EverQuest launched with modest expectations from Sony on 16 March 1999 under its Verant Interactive brand and quickly became successful. By the end of the year, it had surpassed competitor Ultima Online in number of subscriptions. Numbers continued rising rapidly until mid-2001 when growth slowed. The game initially launched with volunteer \"Guides\" who would act as basic customer service/support via 'petitions'. Issues could be forwarded to the Game Master assigned to the server or resolved by the volunteer. Other guides would serve in administrative functions within the program or assisting the Quest Troupe with dynamic and persistent live events throughout the individual servers. Volunteers were compensated with free subscription and expansions to the game. In 2003 the program changed for the volunteer guides taking them away from the customer service focus and placing them into their current roles as roving 'persistent characters' role-playing with the players.",
"title": "History"
},
{
"paragraph_id": 20,
"text": "In anticipation of PlayStation's launch, Sony Interactive Studios America made the decision to focus primarily on console titles under the banner 989 Studios, while spinning off its sole computer title, EverQuest, which was ready to launch, to a new computer game division named Redeye (renamed Verant Interactive). Executives initially had very low expectations for EverQuest, but in 2000, following the surprising continued success and unparalleled profits of EverQuest, Sony reorganized Verant Interactive into Sony Online Entertainment (SOE) with Smedley retaining control of the company. Many of the original EverQuest team, including Brad McQuaid and Steve Clover left SOE by 2002.",
"title": "History"
},
{
"paragraph_id": 21,
"text": "The first four expansions were released in traditional physical boxes at roughly one-year intervals. These were highly ambitious and offered huge new landmasses, new playable races and new classes. The expansion Shadows of Luclin (2001) gave a significant facelift to player character models, bringing the dated 1999 graphics up to modern standards. However, non-player characters which do not correspond to any playable race-gender-class combination (such as vendors) were not updated, leading to the coexistence of 1999-era and 2001-era graphics in many locations. The expansion Planes of Power (2002) introduced The Plane of Knowledge, a hub zone from which players could quickly teleport to many other destinations. This made the pre-existing roads and ships largely redundant, and long-distance overland travel is now virtually unheard of.",
"title": "History"
},
{
"paragraph_id": 22,
"text": "EverQuest made a push to enter the European market in 2002 with the New Dawn promotional campaign, which not only established local servers in Germany, France and Great Britain but also offered localized versions of the game in German and French to accommodate players who prefer those languages to English. In the following year the game also moved beyond the PC market with a Mac OS X version.",
"title": "History"
},
{
"paragraph_id": 23,
"text": "In 2003 experiments began with digital distribution of expansions, starting with the Legacy of Ykesha. From this point on expansions would be less ambitious in scope than the original four, but the production rate increased to two expansions a year instead of one.",
"title": "History"
},
{
"paragraph_id": 24,
"text": "In the same year the franchise also ventured into the console market with EverQuest Online Adventures, released for Sony's internet-capable PlayStation 2. It was the second MMORPG for this console, after Final Fantasy XI. Story-wise it was a prequel, with the events taking place 500 years before the original EverQuest. Other spin-off projects were the PC strategy game Lords of EverQuest (2003) and the co-op Champions of Norrath (2004) for the PlayStation 2.",
"title": "History"
},
{
"paragraph_id": 25,
"text": "After these side projects, the first proper sequel was released in late 2004, titled simply EverQuest II. The game is set 500 years after the original. EverQuest II faced severe competition from Blizzard's World of Warcraft, which was released at virtually the same time and quickly grew to dominate the MMORPG genre.",
"title": "History"
},
{
"paragraph_id": 26,
"text": "Since the release of World of Warcraft and other modern MMORPGs, there have been a number of signs that the EverQuest population is shrinking. The national New Dawn servers were discontinued in 2005 and merged into a general (English-language) European server.",
"title": "History"
},
{
"paragraph_id": 27,
"text": "The 2006 expansion The Serpent's Spine introduced the \"adventure-friendly\" city of Crescent Reach in which all races and classes are able (and encouraged) to start. Crescent Reach is supposed to provide a more pedagogic starting environment than the original 1999 cities, where players were given almost no guidance on what to do. The common starting city also concentrates the dwindling number of new players in a single location, making grouping easier. 2008's Seeds of Destruction expansion introduced computer controlled companions called \"mercenaries\" that can join groups in place of human players, a response to the increasing difficulty of finding other players of appropriate level for group activities. As of Seeds the production rate also returned to one expansion a year instead of two.",
"title": "History"
},
{
"paragraph_id": 28,
"text": "In March 2012 EverQuest departed from the traditional monthly subscription business model by introducing three tiers of commitment: a completely free-to-play Bronze Level, a one-time fee Silver Level, and a subscription Gold Level. The same month saw the closure of EverQuest Online Adventures. Just a few months earlier EverQuest II had gone free-to-play and SOE flagship Star Wars Galaxies was also closed.",
"title": "History"
},
{
"paragraph_id": 29,
"text": "In June of the same year SOE removed the ability to buy game subscription time with Station Cash without any warning to players. SOE apologized for this abrupt change in policy and reinstated the option for an additional week, after which it was removed permanently.",
"title": "History"
},
{
"paragraph_id": 30,
"text": "The sole Mac OS server Al'Kabor was closed on November 18, 2013.",
"title": "History"
},
{
"paragraph_id": 31,
"text": "In February 2015 Sony sold its online entertainment division to private equity group Columbus Nova, with Sony Online Entertainment subsequently renamed Daybreak Game Company (DBG). An initial period of uncertainty followed, with all projects such as expansions and sequels put on hold and staff laid off. The situation stabilized around the game's 16th anniversary celebrations, and a new expansion was released nine months later.",
"title": "History"
},
{
"paragraph_id": 32,
"text": "There have been twenty-nine expansions to the original game since release. Expansions are purchased separately and provide additional content to the game (for example: raising the maximum character level; adding new races, classes, zones, continents, quests, equipment, game features). When the players purchase the latest expansion they receive all previous expansions they may not have previously purchased. Additionally, the game is updated through downloaded patches. The EverQuest expansions are as follows:",
"title": "Expansions"
},
{
"paragraph_id": 33,
"text": "The game runs on multiple game servers, each with a unique name for identification. These names were originally the deities of the world of Norrath. In technical terms, each game server is actually a cluster of server machines. Once a character is created, it can be played only on that server unless the character is transferred to a new server by the customer service staff, generally for a fee. Each server often has a unique community and people often include the server name when identifying their character outside of the game.",
"title": "Servers"
},
{
"paragraph_id": 34,
"text": "There is an official EverQuest server list, as well as unofficial 3rd-party servers. For example, the Project 1999 EverQuest servers are intended to recreate EverQuest in the state it existed in the year it launched and the two subsequent expansions, referred to as the \"Classic Trilogy\".",
"title": "Servers"
},
{
"paragraph_id": 35,
"text": "SOE devoted one server (Al'Kabor) to an OS X version of the game, which opened for beta testing in early 2003, and officially released on June 24 of the same year. The game was never developed beyond the Planes of Power expansion, and contained multiple features and bugs not seen on PC servers, as a side-effect of the codebase having been split from an early Planes of Power date but not updated with the PC codebase. In January 2012, SOE announced plans to shut down the server, but based on the passionate response of the player base, rescinded the decision and changed Al'Kabor to a free-to-play subscription model. At about the same time, SOE revised the Macintosh client software to run natively on Intel processors. Players running on older, PowerPC-based systems lost access to the game at that point. SOE closed Al'Kabor server in November 2013.",
"title": "Servers"
},
{
"paragraph_id": 36,
"text": "Two SOE servers were set up to better support players in and around Europe: Antonius Bayle and Kane Bayle. Kane Bayle was merged into Antonius Bayle.",
"title": "Servers"
},
{
"paragraph_id": 37,
"text": "With the advent of the New Dawn promotion, three additional servers were set up and maintained by Ubisoft: Venril Sathir (British), Sebilis (French) and Kael Drakkal (German). The downside of the servers was that while it was possible to transfer to them, it was impossible to transfer off.",
"title": "Servers"
},
{
"paragraph_id": 38,
"text": "The servers were subsequently acquired by SOE and all three were merged into Antonius Bayle server.",
"title": "Servers"
},
{
"paragraph_id": 39,
"text": "Reviews of Everquest were mostly positive upon release in 1999, earning an 85 out of 100 score from aggregate review website Metacritic. Comparing it to other online role-playing titles at the time, critics called it \"the best game in its class\", and the \"most immersive and most addictive online RPG to date\". Dan Amrich of GamePro magazine declared that \"the bar for online gaming has not so much been raised as obliterated\" and that the game's developers had \"created the first true online killer app\". The reviewer would find fault with its repetitive gameplay in the early levels and lack of sufficient documentation to help new players, urging them to turn to fansites for help instead. Greg Kasavin of GameSpot similarly felt that the game's combat was \"uninteresting\" but did note that, unlike earlier games in the genre, EverQuest offered the opportunity to play on servers that wouldn't allow players to fight each other unless they chose to, and that it heavily promoted cooperation. Despite saying that the combat was little \"boring\", that the manual was \"horrible\", that the quest system is \"half-baked\", and the game having small share of miscellaneous bugs, he ultimately called EverQuest as one of the most memorable gaming experiences he had. Baldric of Game Revolution likewise stated that the game was more co-operative than Ultima Online, but that there was less interaction with the environment, calling it more \"player oriented\" instead of \"'world' oriented\".",
"title": "Reception"
},
{
"paragraph_id": 40,
"text": "Despite server issues during the initial launch, reviewers felt that the game played well even on lower-end network cards, with Tal Blevins of IGN remarking that it rarely suffered from major lag issues. The reviewer did feel that the title suffered from a lack of player customization aside from different face types, meaning all characters of the same race looked mostly the same, but its visual quality on the whole was \"excellent\" with \"particularly impressive\" spell, lighting, and particle effects. Next Generation said that EverQuest set a high standards for its genre. Computer Games Magazine commended the game's three-dimensional graphics, first-person perspective, environments, and simple combat system, remarking that EverQuest gave the players the first step towards to the true virtual world.",
"title": "Reception"
},
{
"paragraph_id": 41,
"text": "Everquest was named GameSpot's 1999 Game of the Year in its Best & Worst of 1999 awards, remarking that after the game's release in March, the whole gaming industry was grounded to a halt, that a least one prominent game developer blamed EverQuest for product delays, and that for several weeks GameSpot's editors were spending more time exploring Norrath than they were doing their jobs. The website would also include the game in their list of the Greatest Games of All Time in 2004. GameSpot UK would also rank the title 14th on its list of the 100 Best Computer Games of the Millennium in 2000, calling it \"a technological tour de force\" and the first online RPG to bring the production values of single-player games to the online masses. The Academy of Interactive Arts and Sciences named EverQuest their \"Online Game of the Year\" during the 3rd Annual Interactive Achievement Awards, while Game Revolution named it the Best PC RPG of 1999. It was included in Time magazine's Best of 1999 in the \"Tech\" category, and Entertainment Weekly would include the game in their Top Ten Hall of Fame Video Games of the '90s. In 2007, Sony Online Entertainment received a Technology & Engineering Emmy Award for EverQuest under the category of \"Development of Massively Multiplayer Online Graphical Role Playing Games\". During the 2nd annual Game Developers Choice Online Awards in 2011, EverQuest received a Hall of Fame award for its long-term advancement of online gaming, such as being the first MMORPG to feature a guild system and raiding.",
"title": "Reception"
},
{
"paragraph_id": 42,
"text": "Editors of Computer Gaming World and GameSpot each nominated EverQuest for their 1999 \"Role-Playing Game of the Year\" awards, both of which ultimately went to Planescape: Torment. CNET Gamecenter likewise nominated it in this category, but gave the award to Asheron's Call. GameSpot would also nominate the title for Best Multiplayer Game of 1999, but would give the award to Quake III Arena. In 2012, 1UP.com ranked EverQuest 57th on its list of the Top 100 Essential Games. Game Informer placed the game 33rd on their top 100 video games of all time in 2009.",
"title": "Reception"
},
{
"paragraph_id": 43,
"text": "EverQuest was the most pre-ordered PC title on EBGames.com prior to its release in March 1999. The game had 10,000 active subscribers 24 hours after launch, making it the high-selling online role-playing game up until that point. It achieved 60,000 subscribers by April 1999. Six months later, around 225,000 copies of the game had been sold in total, with 150,000 active subscribers. By early 2000, the game's domestic sales alone reached 231,093 copies, which drew revenues of $10.6 million. NPD Techworld, a firm that tracked sales the United States, reported 559,948 units sold of EverQuest by December 2002. Subscription numbers would rise to over 500,000 active accounts four years after release in 2003. By the end of 2004 the title's lifetime sales exceeded 3 million copies worldwide and reached an active subscriber peak of 550,000. As of September 2020, EverQuest had 66,000 subscribers and 82,000 monthly active players.",
"title": "Reception"
},
{
"paragraph_id": 44,
"text": "The sale of in-game objects for real currency is a controversial and lucrative industry with topics concerning issues practices of hacking/stealing accounts for profit. Critics often cite how it affects the virtual economy inside the game. In 2001, the sales of in-game items for real life currency was banned on eBay.",
"title": "Controversies"
},
{
"paragraph_id": 45,
"text": "A practice in the real-world trade economy is of companies creating characters, powerleveling them to make them powerful, and then reselling the characters for large sums of money or in-game items of other games.",
"title": "Controversies"
},
{
"paragraph_id": 46,
"text": "Sony discourages the payment of real-world money for online goods, except on certain \"Station Exchange\" servers in EverQuest II, launched in July 2005. The program facilitates buying in-game items for real money from fellow players for a nominal fee. At this point this system only applies to select EverQuest II servers; none of the pre-Station Exchange EverQuest II or EverQuest servers are affected.",
"title": "Controversies"
},
{
"paragraph_id": 47,
"text": "In 2012, Sony added an in-game item called a \"Krono\", which adds 30 days of game membership throughout EverQuest and EverQuest II. The item can be initially bought starting at US$17.99. Up to 25 \"Kronos\" can be bought for US$424.99. Krono can be resold via player trading, which has allowed Krono to be frequently used in the real-world trade economy due to its inherent value.",
"title": "Controversies"
},
{
"paragraph_id": 48,
"text": "In October 2000, Verant banned a player by the name of Mystere, allegedly for creating controversial fan fiction, causing outrage among some EverQuest players and sparking a debate about players' rights and the line between roleplaying and intellectual property infringement. The case was used by several academics in discussing such rights in the digital age.",
"title": "Controversies"
},
{
"paragraph_id": 49,
"text": "Some argue the game has addictive qualities. Some players jokingly refer to it as \"EverCrack\" (a comparison to crack cocaine). There was one well-publicized suicide of an EverQuest user named Shawn Woolley, that inspired his mother, Liz, to found Online Gamers Anonymous. In November 2001, Shawn Woolley committed suicide. Although he had been diagnosed with depression and schizoid personality disorder, Shawn's mother said the suicide was due to a rejection or betrayal in the game from a character Shawn called \"iluvyou\".",
"title": "Controversies"
},
{
"paragraph_id": 50,
"text": "Massively multiplayer online role-playing games (MMORPGs) are described by some players as \"chat rooms with a graphical interface\". The sociological aspects of EverQuest (and other MMORPGs) are explored in a series of online studies on a site known as \"the HUB\". The studies make use of data gathered from player surveys and discuss topics like virtual relationships, player personalities, gender issues, and more.",
"title": "Controversies"
},
{
"paragraph_id": 51,
"text": "In May 2004, Woody Hearn of GU Comics called for all EverQuest gamers to boycott the Omens of War expansion in an effort to force SOE to address existing issues with the game rather than release another \"quick-fire\" expansion. The call to boycott was rescinded after SOE held a summit to address player concerns, improve (internal and external) communication, and correct specific issues within the game.",
"title": "Controversies"
},
{
"paragraph_id": 52,
"text": "On 17 January 2008, the Judge of the 17th Federal Court of Minas Gerais State forbade the sales of the game in that Brazilian territory. The reason was that \"the game leads the players to a loss of moral virtue and takes them into 'heavy' psychological conflicts because of the game quests\".",
"title": "Controversies"
},
{
"paragraph_id": 53,
"text": "Since EverQuest's release, Sony Online Entertainment has added several EverQuest-related games. These include:",
"title": "EverQuest franchise"
},
{
"paragraph_id": 54,
"text": "A line of novels have been published in the world of EverQuest, including:",
"title": "EverQuest franchise"
}
]
| EverQuest is a 3D fantasy-themed massively multiplayer online role-playing game (MMORPG) originally developed by Verant Interactive and 989 Studios for Windows PCs. It was released by Sony Online Entertainment in March 1999 in North America, and by Ubisoft in Europe in April 2000. A dedicated version for Mac OS X was released in June 2003, which operated for ten years before being shut down in November 2013. In June 2000, Verant Interactive was absorbed into Sony Online Entertainment, who took over full development and publishing duties of the title. Later, in February 2015, SOE's parent corporation, Sony Computer Entertainment, sold the studio to investment company Columbus Nova and it was rebranded as Daybreak Game Company, which continues to develop and publish EverQuest. It was the first commercially successful MMORPG to employ a 3D game engine, and its success was on an unprecedented scale. EverQuest has had a wide influence on subsequent releases within the market, and holds an important position in the history of massively multiplayer online games. The game surpassed early subscription expectations and increased in popularity for many years after its release. It is now considered one of the greatest video games ever made. It has received numerous awards, including the 1999 GameSpot Game of the Year and a 2007 Technology & Engineering Emmy Award. While dozens of similar games have come and gone over the years, EverQuest still endures as a viable commercial enterprise with new expansions still being released on a regular basis, over twenty years after its initial launch. It has spawned a number of spin-off media, including books and video games, as well as a sequel, EverQuest II, which launched in 2004. | 2001-12-27T09:55:35Z | 2023-12-22T16:56:58Z | [
"Template:MUDs",
"Template:Short description",
"Template:Cite web",
"Template:Cite interview",
"Template:Cite magazine",
"Template:Notelist",
"Template:Daybreak Game Company",
"Template:Sony Franchises",
"Template:'",
"Template:Cite news",
"Template:Webarchive",
"Template:Further",
"Template:Reflist",
"Template:Cite book",
"Template:Cite journal",
"Template:Main",
"Template:Dts",
"Template:Video game reviews",
"Template:Official website",
"Template:EverQuest",
"Template:Authority control",
"Template:Infobox video game",
"Template:See also",
"Template:Dead link"
]
| https://en.wikipedia.org/wiki/EverQuest |
10,326 | Human evolution | Human evolution is the evolutionary process within the history of primates that led to the emergence of Homo sapiens as a distinct species of the hominid family, which includes all the great apes. This process involved the gradual development of traits such as human bipedalism, dexterity and complex language, as well as interbreeding with other hominins (a tribe of the African hominid subfamily), indicating that human evolution was not linear but weblike. The study of the orgins of humans, also called anthropogeny, anthropogenesis, or anthropogony, involves several scientific disciplines, including physical and evolutionary anthropology, paleontology, and genetics.
Primates diverged from other mammals about 85 million years ago (mya), in the Late Cretaceous period, with their earliest fossils appearing over 55 mya, during the Paleocene. Primates produced successive clades leading to the ape superfamily, which gave rise to the hominid and the gibbon families; these diverged some 15–20 mya. African and Asian hominids (including orangutans) diverged about 14 mya. Hominins (including the Australopithecine and Panina subtribes) parted from the Gorillini tribe (gorillas) between 8–9 mya; Australopithecine (including the extinct biped ancestors of humans) separated from the Pan genus (containing chimpanzees and bonobos) 4–7 mya. The Homo genus is evidenced by the appearance of H. habilis over 2 mya, while anatomically modern humans emerged in Africa approximately 300,000 years ago.
The evolutionary history of primates can be traced back 65 million years. One of the oldest known primate-like mammal species, the Plesiadapis, came from North America; another, Archicebus, came from China. Other similar basal primates were widespread in Eurasia and Africa during the tropical conditions of the Paleocene and Eocene.
David R. Begun concluded that early primates flourished in Eurasia and that a lineage leading to the African apes and humans, including to Dryopithecus, migrated south from Europe or Western Asia into Africa. The surviving tropical population of primates—which is seen most completely in the Upper Eocene and lowermost Oligocene fossil beds of the Faiyum depression southwest of Cairo—gave rise to all extant primate species, including the lemurs of Madagascar, lorises of Southeast Asia, galagos or "bush babies" of Africa, and to the anthropoids, which are the Platyrrhines or New World monkeys, the Catarrhines or Old World monkeys, and the great apes, including humans and other hominids.
The earliest known catarrhine is Kamoyapithecus from the uppermost Oligocene at Eragaleit in the northern Great Rift Valley in Kenya, dated to 24 million years ago. Its ancestry is thought to be species related to Aegyptopithecus, Propliopithecus, and Parapithecus from the Faiyum, at around 35 mya. In 2010, Saadanius was described as a close relative of the last common ancestor of the crown catarrhines, and tentatively dated to 29–28 mya, helping to fill an 11-million-year gap in the fossil record.
In the Early Miocene, about 22 million years ago, the many kinds of arboreally adapted primitive catarrhines from East Africa suggest a long history of prior diversification. Fossils at 20 million years ago include fragments attributed to Victoriapithecus, the earliest Old World monkey. Among the genera thought to be in the ape lineage leading up to 13 million years ago are Proconsul, Rangwapithecus, Dendropithecus, Limnopithecus, Nacholapithecus, Equatorius, Nyanzapithecus, Afropithecus, Heliopithecus, and Kenyapithecus, all from East Africa.
The presence of other generalized non-cercopithecids of Middle Miocene from sites far distant—Otavipithecus from cave deposits in Namibia, and Pierolapithecus and Dryopithecus from France, Spain and Austria—is evidence of a wide diversity of forms across Africa and the Mediterranean basin during the relatively warm and equable climatic regimes of the Early and Middle Miocene. The youngest of the Miocene hominoids, Oreopithecus, is from coal beds in Italy that have been dated to 9 million years ago.
Molecular evidence indicates that the lineage of gibbons diverged from the line of great apes some 18–12 mya, and that of orangutans (subfamily Ponginae) diverged from the other great apes at about 12 million years; there are no fossils that clearly document the ancestry of gibbons, which may have originated in a so-far-unknown Southeast Asian hominoid population, but fossil proto-orangutans may be represented by Sivapithecus from India and Griphopithecus from Turkey, dated to around 10 mya.
Hominidae subfamily Homininae (African hominids) diverged from Ponginae (orangutans) about 14 mya. Hominins (including humans and the Australopithecine and Panina subtribes) parted from the Gorillini tribe (gorillas) between 8–9 mya; Australopithecine (including the extinct biped ancestors of humans) separated from the Pan genus (containing chimpanzees and bonobos) 4–7 mya. The Homo genus is evidenced by the appearance of H. habilis over 2 mya, while anatomically modern humans emerged in Africa approximately 300,000 years ago.
Species close to the last common ancestor of gorillas, chimpanzees and humans may be represented by Nakalipithecus fossils found in Kenya and Ouranopithecus found in Greece. Molecular evidence suggests that between 8 and 4 million years ago, first the gorillas, and then the chimpanzees (genus Pan) split off from the line leading to the humans. Human DNA is approximately 98.4% identical to that of chimpanzees when comparing single nucleotide polymorphisms (see human evolutionary genetics). The fossil record, however, of gorillas and chimpanzees is limited; both poor preservation – rain forest soils tend to be acidic and dissolve bone – and sampling bias probably contribute to this problem.
Other hominins probably adapted to the drier environments outside the equatorial belt; and there they encountered antelope, hyenas, dogs, pigs, elephants, horses, and others. The equatorial belt contracted after about 8 million years ago, and there is very little fossil evidence for the split—thought to have occurred around that time—of the hominin lineage from the lineages of gorillas and chimpanzees. The earliest fossils argued by some to belong to the human lineage are Sahelanthropus tchadensis (7 Ma) and Orrorin tugenensis (6 Ma), followed by Ardipithecus (5.5–4.4 Ma), with species Ar. kadabba and Ar. ramidus.
It has been argued in a study of the life history of Ar. ramidus that the species provides evidence for a suite of anatomical and behavioral adaptations in very early hominins unlike any species of extant great ape. This study demonstrated affinities between the skull morphology of Ar. ramidus and that of infant and juvenile chimpanzees, suggesting the species evolved a juvenalised or paedomorphic craniofacial morphology via heterochronic dissociation of growth trajectories. It was also argued that the species provides support for the notion that very early hominins, akin to bonobos (Pan paniscus) the less aggressive species of the genus Pan, may have evolved via the process of self-domestication. Consequently, arguing against the so-called "chimpanzee referential model" the authors suggest it is no longer tenable to use chimpanzee (Pan troglodytes) social and mating behaviors in models of early hominin social evolution. When commenting on the absence of aggressive canine morphology in Ar. ramidus and the implications this has for the evolution of hominin social psychology, they wrote:
Of course Ar. ramidus differs significantly from bonobos, bonobos having retained a functional canine honing complex. However, the fact that Ar. ramidus shares with bonobos reduced sexual dimorphism, and a more paedomorphic form relative to chimpanzees, suggests that the developmental and social adaptations evident in bonobos may be of assistance in future reconstructions of early hominin social and sexual psychology. In fact the trend towards increased maternal care, female mate selection and self-domestication may have been stronger and more refined in Ar. ramidus than what we see in bonobos.
The authors argue that many of the basic human adaptations evolved in the ancient forest and woodland ecosystems of late Miocene and early Pliocene Africa. Consequently, they argue that humans may not represent evolution from a chimpanzee-like ancestor as has traditionally been supposed. This suggests many modern human adaptations represent phylogenetically deep traits and that the behavior and morphology of chimpanzees may have evolved subsequent to the split with the common ancestor they share with humans.
The genus Australopithecus evolved in eastern Africa around 4 million years ago before spreading throughout the continent and eventually becoming extinct 2 million years ago. During this time period various forms of australopiths existed, including Australopithecus anamensis, Au. afarensis, Au. sediba, and Au. africanus. There is still some debate among academics whether certain African hominid species of this time, such as Au. robustus and Au. boisei, constitute members of the same genus; if so, they would be considered to be Au. robust australopiths whilst the others would be considered Au. gracile australopiths. However, if these species do indeed constitute their own genus, then they may be given their own name, Paranthropus.
A new proposed species Australopithecus deyiremeda is claimed to have been discovered living at the same time period of Au. afarensis. There is debate if Au. deyiremeda is a new species or is Au. afarensis. Australopithecus prometheus, otherwise known as Little Foot has recently been dated at 3.67 million years old through a new dating technique, making the genus Australopithecus as old as afarensis. Given the opposable big toe found on Little Foot, it seems that the specimen was a good climber. It is thought given the night predators of the region that he built a nesting platform at night in the trees in a similar fashion to chimpanzees and gorillas.
The earliest documented representative of the genus Homo is Homo habilis, which evolved around 2.8 million years ago, and is arguably the earliest species for which there is positive evidence of the use of stone tools. The brains of these early hominins were about the same size as that of a chimpanzee, although it has been suggested that this was the time in which the human SRGAP2 gene doubled, producing a more rapid wiring of the frontal cortex. During the next million years a process of rapid encephalization occurred, and with the arrival of Homo erectus and Homo ergaster in the fossil record, cranial capacity had doubled to 850 cm. (Such an increase in human brain size is equivalent to each generation having 125,000 more neurons than their parents.) It is believed that H. erectus and H. ergaster were the first to use fire and complex tools, and were the first of the hominin line to leave Africa, spreading throughout Africa, Asia, and Europe between 1.3 to 1.8 million years ago.
According to the recent African origin of modern humans theory, modern humans evolved in Africa possibly from H. heidelbergensis, H. rhodesiensis or H. antecessor and migrated out of the continent some 50,000 to 100,000 years ago, gradually replacing local populations of H. erectus, Denisova hominins, H. floresiensis, H. luzonensis and H. neanderthalensis. Archaic Homo sapiens, the forerunner of anatomically modern humans, evolved in the Middle Paleolithic between 400,000 and 250,000 years ago. Recent DNA evidence suggests that several haplotypes of Neanderthal origin are present among all non-African populations, and Neanderthals and other hominins, such as Denisovans, may have contributed up to 6% of their genome to present-day humans, suggestive of a limited interbreeding between these species. The transition to behavioral modernity with the development of symbolic culture, language, and specialized lithic technology happened around 50,000 years ago, according to some anthropologists, although others point to evidence that suggests that a gradual change in behavior took place over a longer time span.
Homo sapiens is the only extant species of its genus, Homo. While some (extinct) Homo species might have been ancestors of Homo sapiens, many, perhaps most, were likely "cousins", having speciated away from the ancestral hominin line. There is yet no consensus as to which of these groups should be considered a separate species and which should be a subspecies; this may be due to the dearth of fossils or to the slight differences used to classify species in the genus Homo. The Sahara pump theory (describing an occasionally passable "wet" Sahara desert) provides one possible explanation of the early variation in the genus Homo.
Based on archaeological and paleontological evidence, it has been possible to infer, to some extent, the ancient dietary practices of various Homo species and to study the role of diet in physical and behavioral evolution within Homo.
Some anthropologists and archaeologists subscribe to the Toba catastrophe theory, which posits that the supereruption of Lake Toba on Sumatran island in Indonesia some 70,000 years ago caused global consequences, killing the majority of humans and creating a population bottleneck that affected the genetic inheritance of all humans today. The genetic and archaeological evidence for this remains in question however. Nonetheless, on 31 August 2023, researchers reported, based on genetic studies, that a human ancestor population bottleneck (from a possible 100,000 to 1000 individuals) occurred "around 930,000 and 813,000 years ago ... lasted for about 117,000 years and brought human ancestors close to extinction."
Homo habilis lived from about 2.8 to 1.4 Ma. The species evolved in South and East Africa in the Late Pliocene or Early Pleistocene, 2.5–2 Ma, when it diverged from the australopithecines with the development of smaller molars and larger brains. One of the first known hominins, it made tools from stone and perhaps animal bones, leading to its name homo habilis (Latin 'handy man') bestowed by discoverer Louis Leakey. Some scientists have proposed moving this species from Homo into Australopithecus due to the morphology of its skeleton being more adapted to living in trees rather than walking on two legs like later hominins.
In May 2010, a new species, Homo gautengensis, was discovered in South Africa.
These are proposed species names for fossils from about 1.9–1.6 Ma, whose relation to Homo habilis is not yet clear.
The first fossils of Homo erectus were discovered by Dutch physician Eugene Dubois in 1891 on the Indonesian island of Java. He originally named the material Anthropopithecus erectus (1892–1893, considered at this point as a chimpanzee-like fossil primate) and Pithecanthropus erectus (1893–1894, changing his mind as of based on its morphology, which he considered to be intermediate between that of humans and apes). Years later, in the 20th century, the German physician and paleoanthropologist Franz Weidenreich (1873–1948) compared in detail the characters of Dubois' Java Man, then named Pithecanthropus erectus, with the characters of the Peking Man, then named Sinanthropus pekinensis. Weidenreich concluded in 1940 that because of their anatomical similarity with modern humans it was necessary to gather all these specimens of Java and China in a single species of the genus Homo, the species H. erectus.
Homo erectus lived from about 1.8 Ma to about 70,000 years ago – which would indicate that they were probably wiped out by the Toba catastrophe; however, nearby H. floresiensis survived it. The early phase of H. erectus, from 1.8 to 1.25 Ma, is considered by some to be a separate species, H. ergaster, or as H. erectus ergaster, a subspecies of H. erectus. Many paleoanthropologists now use the term Homo ergaster for the non-Asian forms of this group, and reserve H. erectus only for those fossils that are found in Asia and meet certain skeletal and dental requirements which differ slightly from H. ergaster.
In Africa in the Early Pleistocene, 1.5–1 Ma, some populations of Homo habilis are thought to have evolved larger brains and to have made more elaborate stone tools; these differences and others are sufficient for anthropologists to classify them as a new species, Homo erectus—in Africa. The evolution of locking knees and the movement of the foramen magnum are thought to be likely drivers of the larger population changes. This species also may have used fire to cook meat. Richard Wrangham notes that Homo seems to have been ground dwelling, with reduced intestinal length, smaller dentition, and "brains [swollen] to their current, horrendously fuel-inefficient size", and hypothesizes that control of fire and cooking, which released increased nutritional value, was the key adaptation that separated Homo from tree-sleeping Australopithecines.
These are proposed as species intermediate between H. erectus and H. heidelbergensis.
H. heidelbergensis ("Heidelberg Man") lived from about 800,000 to about 300,000 years ago. Also proposed as Homo sapiens heidelbergensis or Homo sapiens paleohungaricus.
Homo neanderthalensis, alternatively designated as Homo sapiens neanderthalensis, lived in Europe and Asia from 400,000 to about 28,000 years ago. There are a number of clear anatomical differences between anatomically modern humans (AMH) and Neanderthal specimens, many relating to the superior Neanderthal adaptation to cold environments. Neanderthal surface to volume ratio was even lower than that among modern Inuit populations, indicating superior retention of body heat.
Neanderthals also had significantly larger brains, as shown from brain endocasts, casting doubt on their intellectual inferiority to modern humans. However, the higher body mass of Neanderthals may have required larger brain mass for body control. Also, recent research by Pearce, Stringer, and Dunbar has shown important differences in brain architecture. The larger size of the Neanderthal orbital chamber and occipital lobe suggests that they had a better visual acuity than modern humans, useful in the dimmer light of glacial Europe.
Neanderthals may have had less brain capacity available for social functions. Inferring social group size from endocranial volume (minus occipital lobe size) suggests that Neanderthal groups may have been limited to 120 individuals, compared to 144 possible relationships for modern humans. Larger social groups could imply that modern humans had less risk of inbreeding within their clan, trade over larger areas (confirmed in the distribution of stone tools), and faster spread of social and technological innovations. All these may have all contributed to modern Homo sapiens replacing Neanderthal populations by 28,000 BP.
Earlier evidence from sequencing mitochondrial DNA suggested that no significant gene flow occurred between H. neanderthalensis and H. sapiens, and that the two were separate species that shared a common ancestor about 660,000 years ago. However, a sequencing of the Neanderthal genome in 2010 indicated that Neanderthals did indeed interbreed with anatomically modern humans c. 45,000-80,000 years ago, around the time modern humans migrated out from Africa, but before they dispersed throughout Europe, Asia and elsewhere. The genetic sequencing of a 40,000-year-old human skeleton from Romania showed that 11% of its genome was Neanderthal, implying the individual had a Neanderthal ancestor 4–6 generations previously, in addition to a contribution from earlier interbreeding in the Middle East. Though this interbred Romanian population seems not to have been ancestral to modern humans, the finding indicates that interbreeding happened repeatedly.
All modern non-African humans have about 1% to 4% (or 1.5% to 2.6% by more recent data) of their DNA derived from Neanderthals. This finding is consistent with recent studies indicating that the divergence of some human alleles dates to one Ma, although this interpretation has been questioned. Neanderthals and AMH Homo sapiens could have co-existed in Europe for as long as 10,000 years, during which AMH populations exploded, vastly outnumbering Neanderthals, possibly outcompeting them by sheer numbers.
In 2008, archaeologists working at the site of Denisova Cave in the Altai Mountains of Siberia uncovered a small bone fragment from the fifth finger of a juvenile member of another human species, the Denisovans. Artifacts, including a bracelet, excavated in the cave at the same level were carbon dated to around 40,000 BP. As DNA had survived in the fossil fragment due to the cool climate of the Denisova Cave, both mtDNA and nuclear DNA were sequenced.
While the divergence point of the mtDNA was unexpectedly deep in time, the full genomic sequence suggested the Denisovans belonged to the same lineage as Neanderthals, with the two diverging shortly after their line split from the lineage that gave rise to modern humans. Modern humans are known to have overlapped with Neanderthals in Europe and the Near East for possibly more than 40,000 years, and the discovery raises the possibility that Neanderthals, Denisovans, and modern humans may have co-existed and interbred. The existence of this distant branch creates a much more complex picture of humankind during the Late Pleistocene than previously thought. Evidence has also been found that as much as 6% of the DNA of some modern Melanesians derive from Denisovans, indicating limited interbreeding in Southeast Asia.
Alleles thought to have originated in Neanderthals and Denisovans have been identified at several genetic loci in the genomes of modern humans outside Africa. HLA haplotypes from Denisovans and Neanderthal represent more than half the HLA alleles of modern Eurasians, indicating strong positive selection for these introgressed alleles. Corinne Simoneti at Vanderbilt University, in Nashville and her team have found from medical records of 28,000 people of European descent that the presence of Neanderthal DNA segments may be associated with a higher rate of depression.
The flow of genes from Neanderthal populations to modern humans was not all one way. Sergi Castellano of the Max Planck Institute for Evolutionary Anthropology reported in 2016 that while Denisovan and Neanderthal genomes are more related to each other than they are to us, Siberian Neanderthal genomes show more similarity to modern human genes than do European Neanderthal populations. This suggests Neanderthal populations interbred with modern humans around 100,000 years ago, probably somewhere in the Near East.
Studies of a Neanderthal child at Gibraltar show from brain development and tooth eruption that Neanderthal children may have matured more rapidly than Homo sapiens.
H. floresiensis, which lived from approximately 190,000 to 50,000 years before present (BP), has been nicknamed the hobbit for its small size, possibly a result of insular dwarfism. H. floresiensis is intriguing both for its size and its age, being an example of a recent species of the genus Homo that exhibits derived traits not shared with modern humans. In other words, H. floresiensis shares a common ancestor with modern humans, but split from the modern human lineage and followed a distinct evolutionary path. The main find was a skeleton believed to be a woman of about 30 years of age. Found in 2003, it has been dated to approximately 18,000 years old. The living woman was estimated to be one meter in height, with a brain volume of just 380 cm (considered small for a chimpanzee and less than a third of the H. sapiens average of 1400 cm).
However, there is an ongoing debate over whether H. floresiensis is indeed a separate species. Some scientists hold that H. floresiensis was a modern H. sapiens with pathological dwarfism. This hypothesis is supported in part, because some modern humans who live on Flores, the Indonesian island where the skeleton was found, are pygmies. This, coupled with pathological dwarfism, could have resulted in a significantly diminutive human. The other major attack on H. floresiensis as a separate species is that it was found with tools only associated with H. sapiens.
The hypothesis of pathological dwarfism, however, fails to explain additional anatomical features that are unlike those of modern humans (diseased or not) but much like those of ancient members of our genus. Aside from cranial features, these features include the form of bones in the wrist, forearm, shoulder, knees, and feet. Additionally, this hypothesis fails to explain the find of multiple examples of individuals with these same characteristics, indicating they were common to a large population, and not limited to one individual.
In 2016, fossil teeth and a partial jaw from hominins assumed to be ancestral to H. floresiensis were discovered at Mata Menge, about 74 km (46 mi) from Liang Bua. They date to about 700,000 years ago and are noted by Australian archaeologist Gerrit van den Bergh for being even smaller than the later fossils.
A small number of specimens from the island of Luzon, dated 50,000 to 67,000 years ago, have recently been assigned by their discoverers, based on dental characteristics, to a novel human species, H. luzonensis.
H. sapiens (the adjective sapiens is Latin for "wise" or "intelligent") emerged in Africa around 300,000 years ago, likely derived from H. heidelbergensis or a related lineage. In September 2019, scientists reported the computerized determination, based on 260 CT scans, of a virtual skull shape of the last common human ancestor to modern humans/H. sapiens, representative of the earliest modern humans, and suggested that modern humans arose between 260,000 and 350,000 years ago through a merging of populations in East and South Africa.
Between 400,000 years ago and the second interglacial period in the Middle Pleistocene, around 250,000 years ago, the trend in intra-cranial volume expansion and the elaboration of stone tool technologies developed, providing evidence for a transition from H. erectus to H. sapiens. The direct evidence suggests there was a migration of H. erectus out of Africa, then a further speciation of H. sapiens from H. erectus in Africa. A subsequent migration (both within and out of Africa) eventually replaced the earlier dispersed H. erectus. This migration and origin theory is usually referred to as the "recent single-origin hypothesis" or "out of Africa" theory. H. sapiens interbred with archaic humans both in Africa and in Eurasia, in Eurasia notably with Neanderthals and Denisovans.
The Toba catastrophe theory, which postulates a population bottleneck for H. sapiens about 70,000 years ago, was controversial from its first proposal in the 1990s and by the 2010s had very little support. Distinctive human genetic variability has arisen as the result of the founder effect, by archaic admixture and by recent evolutionary pressures.
Since Homo sapiens separated from its last common ancestor shared with chimpanzees, human evolution is characterized by a number of morphological, developmental, physiological, behavioral, and environmental changes. Environmental (cultural) evolution discovered much later during the Pleistocene played a significant role in human evolution observed via human transitions between subsistence systems. The most significant of these adaptations are bipedalism, increased brain size, lengthened ontogeny (gestation and infancy), and decreased sexual dimorphism. The relationship between these changes is the subject of ongoing debate. Other significant morphological changes included the evolution of a power and precision grip, a change first occurring in H. erectus.
Bipedalism is the basic adaptation of the hominid and is considered the main cause behind a suite of skeletal changes shared by all bipedal hominids. The earliest hominin, of presumably primitive bipedalism, is considered to be either Sahelanthropus or Orrorin, both of which arose some 6 to 7 million years ago. The non-bipedal knuckle-walkers, the gorillas and chimpanzees, diverged from the hominin line over a period covering the same time, so either Sahelanthropus or Orrorin may be our last shared ancestor. Ardipithecus, a full biped, arose approximately 5.6 million years ago.
The early bipeds eventually evolved into the australopithecines and still later into the genus Homo. There are several theories of the adaptation value of bipedalism. It is possible that bipedalism was favored because it freed the hands for reaching and carrying food, saved energy during locomotion, enabled long-distance running and hunting, provided an enhanced field of vision, and helped avoid hyperthermia by reducing the surface area exposed to direct sun; features all advantageous for thriving in the new savanna and woodland environment created as a result of the East African Rift Valley uplift versus the previous closed forest habitat. A 2007 study provides support for the hypothesis that walking on two legs, or bipedalism, evolved because it used less energy than quadrupedal knuckle-walking. However, recent studies suggest that bipedality without the ability to use fire would not have allowed global dispersal. This change in gait saw a lengthening of the legs proportionately when compared to the length of the arms, which were shortened through the removal of the need for brachiation. Another change is the shape of the big toe. Recent studies suggest that australopithecines still lived part of the time in trees as a result of maintaining a grasping big toe. This was progressively lost in habilines.
Anatomically, the evolution of bipedalism has been accompanied by a large number of skeletal changes, not just to the legs and pelvis, but also to the vertebral column, feet and ankles, and skull. The femur evolved into a slightly more angular position to move the center of gravity toward the geometric center of the body. The knee and ankle joints became increasingly robust to better support increased weight. To support the increased weight on each vertebra in the upright position, the human vertebral column became S-shaped and the lumbar vertebrae became shorter and wider. In the feet the big toe moved into alignment with the other toes to help in forward locomotion. The arms and forearms shortened relative to the legs making it easier to run. The foramen magnum migrated under the skull and more anterior.
The most significant changes occurred in the pelvic region, where the long downward facing iliac blade was shortened and widened as a requirement for keeping the center of gravity stable while walking; bipedal hominids have a shorter but broader, bowl-like pelvis due to this. A drawback is that the birth canal of bipedal apes is smaller than in knuckle-walking apes, though there has been a widening of it in comparison to that of australopithecine and modern humans, thus permitting the passage of newborns due to the increase in cranial size. This is limited to the upper portion, since further increase can hinder normal bipedal movement.
The shortening of the pelvis and smaller birth canal evolved as a requirement for bipedalism and had significant effects on the process of human birth, which is much more difficult in modern humans than in other primates. During human birth, because of the variation in size of the pelvic region, the fetal head must be in a transverse position (compared to the mother) during entry into the birth canal and rotate about 90 degrees upon exit. The smaller birth canal became a limiting factor to brain size increases in early humans and prompted a shorter gestation period leading to the relative immaturity of human offspring, who are unable to walk much before 12 months and have greater neoteny, compared to other primates, who are mobile at a much earlier age. The increased brain growth after birth and the increased dependency of children on mothers had a major effect upon the female reproductive cycle, and the more frequent appearance of alloparenting in humans when compared with other hominids. Delayed human sexual maturity also led to the evolution of menopause with one explanation, the grandmother hypothesis, providing that elderly women could better pass on their genes by taking care of their daughter's offspring, as compared to having more children of their own.
The human species eventually developed a much larger brain than that of other primates—typically 1,330 cm (81 cu in) in modern humans, nearly three times the size of a chimpanzee or gorilla brain. After a period of stasis with Australopithecus anamensis and Ardipithecus, species which had smaller brains as a result of their bipedal locomotion, the pattern of encephalization started with Homo habilis, whose 600 cm (37 cu in) brain was slightly larger than that of chimpanzees. This evolution continued in Homo erectus with 800–1,100 cm (49–67 cu in), and reached a maximum in Neanderthals with 1,200–1,900 cm (73–116 cu in), larger even than modern Homo sapiens. This brain increase manifested during postnatal brain growth, far exceeding that of other apes (heterochrony). It also allowed for extended periods of social learning and language acquisition in juvenile humans, beginning as much as 2 million years ago. Encephalization may be due to a dependency on calorie-dense, difficult-to-acquire food.
Furthermore, the changes in the structure of human brains may be even more significant than the increase in size. Fossilized skulls shows the brain size in early humans fell within the range of modern humans 300,000 years ago, but only got it present-day brain shape between 100,000 and 35,000 years ago.
The temporal lobes, which contain centers for language processing, have increased disproportionately, as has the prefrontal cortex, which has been related to complex decision-making and moderating social behavior. Encephalization has been tied to increased starches and meat in the diet, however a 2022 meta study called into question the role of meat. Other factors are the development of cooking, and it has been proposed that intelligence increased as a response to an increased necessity for solving social problems as human society became more complex. Changes in skull morphology, such as smaller mandibles and mandible muscle attachments, allowed more room for the brain to grow.
The increase in volume of the neocortex also included a rapid increase in size of the cerebellum. Its function has traditionally been associated with balance and fine motor control, but more recently with speech and cognition. The great apes, including hominids, had a more pronounced cerebellum relative to the neocortex than other primates. It has been suggested that because of its function of sensory-motor control and learning complex muscular actions, the cerebellum may have underpinned human technological adaptations, including the preconditions of speech.
The immediate survival advantage of encephalization is difficult to discern, as the major brain changes from Homo erectus to Homo heidelbergensis were not accompanied by major changes in technology. It has been suggested that the changes were mainly social and behavioural, including increased empathic abilities, increases in size of social groups, and increased behavioral plasticity. Humans are unique in the ability to acquire information through social transmission and adapt that information. The emerging field of cultural evolution studies human sociocultural change from an evolutionary perspective.
The reduced degree of sexual dimorphism in humans is visible primarily in the reduction of the male canine tooth relative to other ape species (except gibbons) and reduced brow ridges and general robustness of males. Another important physiological change related to sexuality in humans was the evolution of hidden estrus. Humans are the only hominoids in which the female is fertile year round and in which no special signals of fertility are produced by the body (such as genital swelling or overt changes in proceptivity during estrus).
Nonetheless, humans retain a degree of sexual dimorphism in the distribution of body hair and subcutaneous fat, and in the overall size, males being around 15% larger than females. These changes taken together have been interpreted as a result of an increased emphasis on pair bonding as a possible solution to the requirement for increased parental investment due to the prolonged infancy of offspring.
The ulnar opposition—the contact between the thumb and the tip of the little finger of the same hand—is unique to the genus Homo, including Neanderthals, the Sima de los Huesos hominins and anatomically modern humans. In other primates, the thumb is short and unable to touch the little finger. The ulnar opposition facilitates the precision grip and power grip of the human hand, underlying all the skilled manipulations.
A number of other changes have also characterized the evolution of humans, among them an increased reliance on vision rather than smell (highly reduced olfactory bulb); a longer juvenile developmental period and higher infant dependency; a smaller gut and small, misaligned teeth; faster basal metabolism; loss of body hair; an increase in eccrine sweat gland density that is ten times higher than any other catarrhinian primates, yet humans uses 30% to 50% less water per day compared to chimps and gorillas; more REM sleep but less sleep in total; a change in the shape of the dental arcade from u-shaped to parabolic; development of a chin (found in Homo sapiens alone); styloid processes; and a descended larynx. As the human hand and arms adapted to the making of tools and were used less for climbing, the shoulder blades changed too. As a side effect, it allowed human ancestors to throw objects with greater force, speed and accuracy.
The use of tools has been interpreted as a sign of intelligence, and it has been theorized that tool use may have stimulated certain aspects of human evolution, especially the continued expansion of the human brain. Paleontology has yet to explain the expansion of this organ over millions of years despite being extremely demanding in terms of energy consumption. The brain of a modern human consumes, on average, about 13 watts (260 kilocalories per day), a fifth of the body's resting power consumption. Increased tool use would allow hunting for energy-rich meat products, and would enable processing more energy-rich plant products. Researchers have suggested that early hominins were thus under evolutionary pressure to increase their capacity to create and use tools.
Precisely when early humans started to use tools is difficult to determine, because the more primitive these tools are (for example, sharp-edged stones) the more difficult it is to decide whether they are natural objects or human artifacts. There is some evidence that the australopithecines (4 Ma) may have used broken bones as tools, but this is debated.
Many species make and use tools, but it is the human genus that dominates the areas of making and using more complex tools. The oldest known tools are flakes from West Turkana, Kenya, which date to 3.3 million years ago. The next oldest stone tools are from Gona, Ethiopia, and are considered the beginning of the Oldowan technology. These tools date to about 2.6 million years ago. A Homo fossil was found near some Oldowan tools, and its age was noted at 2.3 million years old, suggesting that maybe the Homo species did indeed create and use these tools. It is a possibility but does not yet represent solid evidence. The third metacarpal styloid process enables the hand bone to lock into the wrist bones, allowing for greater amounts of pressure to be applied to the wrist and hand from a grasping thumb and fingers. It allows humans the dexterity and strength to make and use complex tools. This unique anatomical feature separates humans from apes and other nonhuman primates, and is not seen in human fossils older than 1.8 million years.
Bernard Wood noted that Paranthropus co-existed with the early Homo species in the area of the "Oldowan Industrial Complex" over roughly the same span of time. Although there is no direct evidence which identifies Paranthropus as the tool makers, their anatomy lends to indirect evidence of their capabilities in this area. Most paleoanthropologists agree that the early Homo species were indeed responsible for most of the Oldowan tools found. They argue that when most of the Oldowan tools were found in association with human fossils, Homo was always present, but Paranthropus was not.
In 1994, Randall Susman used the anatomy of opposable thumbs as the basis for his argument that both the Homo and Paranthropus species were toolmakers. He compared bones and muscles of human and chimpanzee thumbs, finding that humans have 3 muscles which are lacking in chimpanzees. Humans also have thicker metacarpals with broader heads, allowing more precise grasping than the chimpanzee hand can perform. Susman posited that modern anatomy of the human opposable thumb is an evolutionary response to the requirements associated with making and handling tools and that both species were indeed toolmakers.
Anthropologists describe modern human behavior to include cultural and behavioral traits such as specialization of tools, use of jewellery and images (such as cave drawings), organization of living space, rituals (such as grave gifts), specialized hunting techniques, exploration of less hospitable geographical areas, and barter trade networks, as well as more general traits such as language and complex symbolic thinking. Debate continues as to whether a "revolution" led to modern humans ("big bang of human consciousness"), or whether the evolution was more gradual.
Until about 50,000–40,000 years ago, the use of stone tools seems to have progressed stepwise. Each phase (H. habilis, H. ergaster, H. neanderthalensis) marked a new technology, followed by very slow development until the next phase. Currently paleoanthropologists are debating whether these Homo species possessed some or many modern human behaviors. They seem to have been culturally conservative, maintaining the same technologies and foraging patterns over very long periods.
Around 50,000 BP, human culture started to evolve more rapidly. The transition to behavioral modernity has been characterized by some as a "Great Leap Forward", or as the "Upper Palaeolithic Revolution", due to the sudden appearance in the archaeological record of distinctive signs of modern behavior and big game hunting. Evidence of behavioral modernity significantly earlier also exists from Africa, with older evidence of abstract imagery, widened subsistence strategies, more sophisticated tools and weapons, and other "modern" behaviors, and many scholars have recently argued that the transition to modernity occurred sooner than previously believed.
Other scholars consider the transition to have been more gradual, noting that some features had already appeared among archaic African Homo sapiens 300,000–200,000 years ago. Recent evidence suggests that the Australian Aboriginal population separated from the African population 75,000 years ago, and that they made a 160 km (99 mi) sea journey 60,000 years ago, which may diminish the significance of the Upper Paleolithic Revolution.
Modern humans started burying their dead, making clothing from animal hides, hunting with more sophisticated techniques (such as using pit traps or driving animals off cliffs), and cave painting. As human culture advanced, different populations innovated existing technologies: artifacts such as fish hooks, buttons, and bone needles show signs of cultural variation, which had not been seen prior to 50,000 BP. Typically, the older H. neanderthalensis populations did not vary in their technologies, although the Chatelperronian assemblages have been found to be Neanderthal imitations of H. sapiens Aurignacian technologies.
Anatomically modern human populations continue to evolve, as they are affected by both natural selection and genetic drift. Although selection pressure on some traits, such as resistance to smallpox, has decreased in the modern age, humans are still undergoing natural selection for many other traits. Some of these are due to specific environmental pressures, while others are related to lifestyle changes since the development of agriculture (10,000 years ago), urbanization (5,000), and industrialization (250 years ago). It has been argued that human evolution has accelerated since the development of agriculture 10,000 years ago and civilization some 5,000 years ago, resulting, it is claimed, in substantial genetic differences between different current human populations, and more recent research indicates that for some traits, the developments and innovations of human culture have driven a new form of selection that coexists with, and in some cases has largely replaced, natural selection.
Particularly conspicuous is variation in superficial characteristics, such as Afro-textured hair, or the recent evolution of light skin and blond hair in some populations, which are attributed to differences in climate. Particularly strong selective pressures have resulted in high-altitude adaptation in humans, with different ones in different isolated populations. Studies of the genetic basis show that some developed very recently, with Tibetans evolving over 3,000 years to have high proportions of an allele of EPAS1 that is adaptive to high altitudes.
Other evolution is related to endemic diseases: the presence of malaria selects for sickle cell trait (the heterozygous form of sickle cell gene), while in the absence of malaria, the health effects of sickle-cell anemia select against this trait. For another example, the population at risk of the severe debilitating disease kuru has significant over-representation of an immune variant of the prion protein gene G127V versus non-immune alleles. The frequency of this genetic variant is due to the survival of immune persons. Some reported trends remain unexplained and the subject of ongoing research in the novel field of evolutionary medicine: polycystic ovary syndrome (PCOS) reduces fertility and thus is expected to be subject to extremely strong negative selection, but its relative commonality in human populations suggests a counteracting selection pressure. The identity of that pressure remains the subject of some debate.
Recent human evolution related to agriculture includes genetic resistance to infectious disease that has appeared in human populations by crossing the species barrier from domesticated animals, as well as changes in metabolism due to changes in diet, such as lactase persistence.
Culturally-driven evolution can defy the expectations of natural selection: while human populations experience some pressure that drives a selection for producing children at younger ages, the advent of effective contraception, higher education, and changing social norms have driven the observed selection in the opposite direction. However, culturally-driven selection need not necessarily work counter or in opposition to natural selection: some proposals to explain the high rate of recent human brain expansion indicate a kind of feedback whereupon the brain's increased social learning efficiency encourages cultural developments that in turn encourage more efficiency, which drive more complex cultural developments that demand still-greater efficiency, and so forth. Culturally-driven evolution has an advantage in that in addition to the genetic effects, it can be observed also in the archaeological record: the development of stone tools across the Palaeolithic period connects to culturally-driven cognitive development in the form of skill acquisition supported by the culture and the development of increasingly complex technologies and the cognitive ability to elaborate them.
In contemporary times, since industrialization, some trends have been observed: for instance, menopause is evolving to occur later. Other reported trends appear to include lengthening of the human reproductive period and reduction in cholesterol levels, blood glucose and blood pressure in some populations.
The word homo, the name of the biological genus to which humans belong, is Latin for "human". It was chosen originally by Carl Linnaeus in his classification system. The word "human" is from the Latin humanus, the adjectival form of homo. The Latin "homo" derives from the Indo-European root *dhghem, or "earth". Linnaeus and other scientists of his time also considered the great apes to be the closest relatives of humans based on morphological and anatomical similarities.
The possibility of linking humans with earlier apes by descent became clear only after 1859 with the publication of Charles Darwin's On the Origin of Species, in which he argued for the idea of the evolution of new species from earlier ones. Darwin's book did not address the question of human evolution, saying only that "Light will be thrown on the origin of man and his history."
The first debates about the nature of human evolution arose between Thomas Henry Huxley and Richard Owen. Huxley argued for human evolution from apes by illustrating many of the similarities and differences between humans and other apes, and did so particularly in his 1863 book Evidence as to Man's Place in Nature. Many of Darwin's early supporters (such as Alfred Russel Wallace and Charles Lyell) did not initially agree that the origin of the mental capacities and the moral sensibilities of humans could be explained by natural selection, though this later changed. Darwin applied the theory of evolution and sexual selection to humans in his 1871 book The Descent of Man, and Selection in Relation to Sex.
A major problem in the 19th century was the lack of fossil intermediaries. Neanderthal remains were discovered in a limestone quarry in 1856, three years before the publication of On the Origin of Species, and Neanderthal fossils had been discovered in Gibraltar even earlier, but it was originally claimed that these were the remains of a modern human who had suffered some kind of illness. Despite the 1891 discovery by Eugène Dubois of what is now called Homo erectus at Trinil, Java, it was only in the 1920s when such fossils were discovered in Africa, that intermediate species began to accumulate. In 1925, Raymond Dart described Australopithecus africanus. The type specimen was the Taung Child, an australopithecine infant which was discovered in a cave. The child's remains were a remarkably well-preserved tiny skull and an endocast of the brain.
Although the brain was small (410 cm), its shape was rounded, unlike that of chimpanzees and gorillas, and more like a modern human brain. Also, the specimen showed short canine teeth, and the position of the foramen magnum (the hole in the skull where the spine enters) was evidence of bipedal locomotion. All of these traits convinced Dart that the Taung Child was a bipedal human ancestor, a transitional form between apes and humans.
During the 1960s and 1970s, hundreds of fossils were found in East Africa in the regions of the Olduvai Gorge and Lake Turkana. These searches were carried out by the Leakey family, with Louis Leakey and his wife Mary Leakey, and later their son Richard and daughter-in-law Meave, fossil hunters and paleoanthropologists. From the fossil beds of Olduvai and Lake Turkana they amassed specimens of the early hominins: the australopithecines and Homo species, and even H. erectus.
These finds cemented Africa as the cradle of humankind. In the late 1970s and the 1980s, Ethiopia emerged as the new hot spot of paleoanthropology after "Lucy", the most complete fossil member of the species Australopithecus afarensis, was found in 1974 by Donald Johanson near Hadar in the desertic Afar Triangle region of northern Ethiopia. Although the specimen had a small brain, the pelvis and leg bones were almost identical in function to those of modern humans, showing with certainty that these hominins had walked erect. Lucy was classified as a new species, Australopithecus afarensis, which is thought to be more closely related to the genus Homo as a direct ancestor, or as a close relative of an unknown ancestor, than any other known hominid or hominin from this early time range. (The specimen was nicknamed "Lucy" after the Beatles' song "Lucy in the Sky with Diamonds", which was played loudly and repeatedly in the camp during the excavations.) The Afar Triangle area would later yield discovery of many more hominin fossils, particularly those uncovered or described by teams headed by Tim D. White in the 1990s, including Ardipithecus ramidus and A. kadabba.
In 2013, fossil skeletons of Homo naledi, an extinct species of hominin assigned (provisionally) to the genus Homo, were found in the Rising Star Cave system, a site in South Africa's Cradle of Humankind region in Gauteng province near Johannesburg. As of September 2015, fossils of at least fifteen individuals, amounting to 1,550 specimens, have been excavated from the cave. The species is characterized by a body mass and stature similar to small-bodied human populations, a smaller endocranial volume similar to Australopithecus, and a cranial morphology (skull shape) similar to early Homo species. The skeletal anatomy combines primitive features known from australopithecines with features known from early hominins. The individuals show signs of having been deliberately disposed of within the cave near the time of death. The fossils were dated close to 250,000 years ago, and thus are not a direct ancestor but a contemporary with the first appearance of larger-brained anatomically modern humans.
The genetic revolution in studies of human evolution started when Vincent Sarich and Allan Wilson measured the strength of immunological cross-reactions of blood serum albumin between pairs of creatures, including humans and African apes (chimpanzees and gorillas). The strength of the reaction could be expressed numerically as an immunological distance, which was in turn proportional to the number of amino acid differences between homologous proteins in different species. By constructing a calibration curve of the ID of species' pairs with known divergence times in the fossil record, the data could be used as a molecular clock to estimate the times of divergence of pairs with poorer or unknown fossil records.
In their seminal 1967 paper in Science, Sarich and Wilson estimated the divergence time of humans and apes as four to five million years ago, at a time when standard interpretations of the fossil record gave this divergence as at least 10 to as much as 30 million years. Subsequent fossil discoveries, notably "Lucy", and reinterpretation of older fossil materials, notably Ramapithecus, showed the younger estimates to be correct and validated the albumin method.
Progress in DNA sequencing, specifically mitochondrial DNA (mtDNA) and then Y-chromosome DNA (Y-DNA) advanced the understanding of human origins. Application of the molecular clock principle revolutionized the study of molecular evolution.
On the basis of a separation from the orangutan between 10 and 20 million years ago, earlier studies of the molecular clock suggested that there were about 76 mutations per generation that were not inherited by human children from their parents; this evidence supported the divergence time between hominins and chimpanzees noted above. However, a 2012 study in Iceland of 78 children and their parents suggests a mutation rate of only 36 mutations per generation; this datum extends the separation between humans and chimpanzees to an earlier period greater than 7 million years ago (Ma). Additional research with 226 offspring of wild chimpanzee populations in eight locations suggests that chimpanzees reproduce at age 26.5 years on average; which suggests the human divergence from chimpanzees occurred between 7 and 13 mya. And these data suggest that Ardipithecus (4.5 Ma), Orrorin (6 Ma) and Sahelanthropus (7 Ma) all may be on the hominid lineage, and even that the separation may have occurred outside the East African Rift region.
Furthermore, analysis of the two species' genes in 2006 provides evidence that after human ancestors had started to diverge from chimpanzees, interspecies mating between "proto-human" and "proto-chimpanzees" nonetheless occurred regularly enough to change certain genes in the new gene pool:
The research suggests:
In the 1990s, several teams of paleoanthropologists were working throughout Africa looking for evidence of the earliest divergence of the hominin lineage from the great apes. In 1994, Meave Leakey discovered Australopithecus anamensis. The find was overshadowed by Tim D. White's 1995 discovery of Ardipithecus ramidus, which pushed back the fossil record to 4.2 million years ago.
In 2000, Martin Pickford and Brigitte Senut discovered, in the Tugen Hills of Kenya, a 6-million-year-old bipedal hominin which they named Orrorin tugenensis. And in 2001, a team led by Michel Brunet discovered the skull of Sahelanthropus tchadensis which was dated as 7.2 million years ago, and which Brunet argued was a bipedal, and therefore a hominid—that is, a hominin (cf Hominidae; terms "hominids" and hominins).
Anthropologists in the 1980s were divided regarding some details of reproductive barriers and migratory dispersals of the genus Homo. Subsequently, genetics has been used to investigate and resolve these issues. According to the Sahara pump theory evidence suggests that the genus Homo have migrated out of Africa at least three and possibly four times (e.g. Homo erectus, Homo heidelbergensis and two or three times for Homo sapiens). Recent evidence suggests these dispersals are closely related to fluctuating periods of climate change.
Recent evidence suggests that humans may have left Africa half a million years earlier than previously thought. A joint Franco-Indian team has found human artifacts in the Siwalk Hills north of New Delhi dating back at least 2.6 million years. This is earlier than the previous earliest finding of genus Homo at Dmanisi, in Georgia, dating to 1.85 million years. Although controversial, tools found at a Chinese cave strengthen the case that humans used tools as far back as 2.48 million years ago. This suggests that the Asian "Chopper" tool tradition, found in Java and northern China may have left Africa before the appearance of the Acheulian hand axe.
Up until the genetic evidence became available, there were two dominant models for the dispersal of modern humans. The multiregional hypothesis proposed that the genus Homo contained only a single interconnected population as it does today (not separate species), and that its evolution took place worldwide continuously over the last couple of million years. This model was proposed in 1988 by Milford H. Wolpoff. In contrast, the "out of Africa" model proposed that modern H. sapiens speciated in Africa recently (that is, approximately 200,000 years ago) and the subsequent migration through Eurasia resulted in the nearly complete replacement of other Homo species. This model has been developed by Chris Stringer and Peter Andrews.
Sequencing mtDNA and Y-DNA sampled from a wide range of indigenous populations revealed ancestral information relating to both male and female genetic heritage, and strengthened the "out of Africa" theory and weakened the views of multiregional evolutionism. Aligned in genetic tree differences were interpreted as supportive of a recent single origin.
"Out of Africa" has thus gained much support from research using female mitochondrial DNA and the male Y chromosome. After analysing genealogy trees constructed using 133 types of mtDNA, researchers concluded that all were descended from a female African progenitor, dubbed Mitochondrial Eve. "Out of Africa" is also supported by the fact that mitochondrial genetic diversity is highest among African populations.
A broad study of African genetic diversity, headed by Sarah Tishkoff, found the San people had the greatest genetic diversity among the 113 distinct populations sampled, making them one of 14 "ancestral population clusters". The research also located a possible origin of modern human migration in southwestern Africa, near the coastal border of Namibia and Angola. The fossil evidence was insufficient for archaeologist Richard Leakey to resolve the debate about exactly where in Africa modern humans first appeared. Studies of haplogroups in Y-chromosomal DNA and mitochondrial DNA have largely supported a recent African origin. All the evidence from autosomal DNA also predominantly supports a Recent African origin. However, evidence for archaic admixture in modern humans, both in Africa and later, throughout Eurasia has recently been suggested by a number of studies.
Recent sequencing of Neanderthal and Denisovan genomes shows that some admixture with these populations has occurred. All modern human groups outside Africa have 1–4% or (according to more recent research) about 1.5–2.6% Neanderthal alleles in their genome, and some Melanesians have an additional 4–6% of Denisovan alleles. These new results do not contradict the "out of Africa" model, except in its strictest interpretation, although they make the situation more complex. After recovery from a genetic bottleneck that some researchers speculate might be linked to the Toba supervolcano catastrophe, a fairly small group left Africa and interbred with Neanderthals, probably in the Middle East, on the Eurasian steppe or even in North Africa before their departure. Their still predominantly African descendants spread to populate the world. A fraction in turn interbred with Denisovans, probably in southeastern Asia, before populating Melanesia. HLA haplotypes of Neanderthal and Denisova origin have been identified in modern Eurasian and Oceanian populations. The Denisovan EPAS1 gene has also been found in Tibetan populations. Studies of the human genome using machine learning have identified additional genetic contributions in Eurasians from an "unknown" ancestral population potentially related to the Neanderthal-Denisovan lineage.
There are still differing theories on whether there was a single exodus from Africa or several. A multiple dispersal model involves the Southern Dispersal theory, which has gained support in recent years from genetic, linguistic and archaeological evidence. In this theory, there was a coastal dispersal of modern humans from the Horn of Africa crossing the Bab el Mandib to Yemen at a lower sea level around 70,000 years ago. This group helped to populate Southeast Asia and Oceania, explaining the discovery of early human sites in these areas much earlier than those in the Levant. This group seems to have been dependent upon marine resources for their survival.
Stephen Oppenheimer has proposed a second wave of humans may have later dispersed through the Persian Gulf oases, and the Zagros mountains into the Middle East. Alternatively it may have come across the Sinai Peninsula into Asia, from shortly after 50,000 yrs BP, resulting in the bulk of the human populations of Eurasia. It has been suggested that this second group possibly possessed a more sophisticated "big game hunting" tool technology and was less dependent on coastal food sources than the original group. Much of the evidence for the first group's expansion would have been destroyed by the rising sea levels at the end of each glacial maximum. The multiple dispersal model is contradicted by studies indicating that the populations of Eurasia and the populations of Southeast Asia and Oceania are all descended from the same mitochondrial DNA L3 lineages, which support a single migration out of Africa that gave rise to all non-African populations.
On the basis of the early date of Badoshan Iranian Aurignacian, Oppenheimer suggests that this second dispersal may have occurred with a pluvial period about 50,000 years before the present, with modern human big-game hunting cultures spreading up the Zagros Mountains, carrying modern human genomes from Oman, throughout the Persian Gulf, northward into Armenia and Anatolia, with a variant travelling south into Israel and to Cyrenicia.
Recent genetic evidence suggests that all modern non-African populations, including those of Eurasia and Oceania, are descended from a single wave that left Africa between 65,000 and 50,000 years ago.
The evidence on which scientific accounts of human evolution are based comes from many fields of natural science. The main source of knowledge about the evolutionary process has traditionally been the fossil record, but since the development of genetics beginning in the 1970s, DNA analysis has come to occupy a place of comparable importance. The studies of ontogeny, phylogeny and especially evolutionary developmental biology of both vertebrates and invertebrates offer considerable insight into the evolution of all life, including how humans evolved. The specific study of the origin and life of humans is anthropology, particularly paleoanthropology which focuses on the study of human prehistory.
The closest living relatives of humans are bonobos and chimpanzees (both genus Pan) and gorillas (genus Gorilla). With the sequencing of both the human and chimpanzee genome, as of 2012 estimates of the similarity between their DNA sequences range between 95% and 99%. By using the technique called the molecular clock which estimates the time required for the number of divergent mutations to accumulate between two lineages, the approximate date for the split between lineages can be calculated.
The gibbons (family Hylobatidae) and then the orangutans (genus Pongo) were the first groups to split from the line leading to the hominins, including humans—followed by gorillas (genus Gorilla), and, ultimately, by the chimpanzees (genus Pan). The splitting date between hominin and chimpanzee lineages is placed by some between 4 to 8 million years ago, that is, during the Late Miocene. Speciation, however, appears to have been unusually drawn out. Initial divergence occurred sometime between 7 to 13 million years ago, but ongoing hybridization blurred the separation and delayed complete separation during several millions of years. Patterson (2006) dated the final divergence at 5 to 6 million years ago.
Genetic evidence has also been employed to compare species within the genus Homo, investigating gene flow between early modern humans and Neanderthals, and to enhance the understanding of the early human migration patterns and splitting dates. By comparing the parts of the genome that are not under natural selection and which therefore accumulate mutations at a fairly steady rate, it is possible to reconstruct a genetic tree incorporating the entire human species since the last shared ancestor.
Each time a certain mutation (single-nucleotide polymorphism) appears in an individual and is passed on to his or her descendants, a haplogroup is formed including all of the descendants of the individual who will also carry that mutation. By comparing mitochondrial DNA which is inherited only from the mother, geneticists have concluded that the last female common ancestor whose genetic marker is found in all modern humans, the so-called mitochondrial Eve, must have lived around 200,000 years ago.
Human evolutionary genetics studies how human genomes differ among individuals, the evolutionary past that gave rise to them, and their current effects. Differences between genomes have anthropological, medical and forensic implications and applications. Genetic data can provide important insight into human evolution.
In May 2023, scientists reported a more complicated pathway of human evolution than previously understood. According to the studies, humans evolved from different places and times in Africa, instead of from a single location and period of time.
There is little fossil evidence for the divergence of the gorilla, chimpanzee and hominin lineages. The earliest fossils that have been proposed as members of the hominin lineage are Sahelanthropus tchadensis dating from 7 million years ago, Orrorin tugenensis dating from 5.7 million years ago, and Ardipithecus kadabba dating to 5.6 million years ago. Each of these have been argued to be a bipedal ancestor of later hominins but, in each case, the claims have been contested. It is also possible that one or more of these species are ancestors of another branch of African apes, or that they represent a shared ancestor between hominins and other apes.
The question then of the relationship between these early fossil species and the hominin lineage is still to be resolved. From these early species, the australopithecines arose around 4 million years ago and diverged into robust (also called Paranthropus) and gracile branches, one of which (possibly A. garhi) probably went on to become ancestors of the genus Homo. The australopithecine species that is best represented in the fossil record is Australopithecus afarensis with more than 100 fossil individuals represented, found from Northern Ethiopia (such as the famous "Lucy"), to Kenya, and South Africa. Fossils of robust australopithecines such as Au. robustus (or alternatively Paranthropus robustus) and Au./P. boisei are particularly abundant in South Africa at sites such as Kromdraai and Swartkrans, and around Lake Turkana in Kenya.
The earliest member of the genus Homo is Homo habilis which evolved around 2.8 million years ago. H. habilis is the first species for which we have positive evidence of the use of stone tools. They developed the Oldowan lithic technology, named after the Olduvai Gorge in which the first specimens were found. Some scientists consider Homo rudolfensis, a larger bodied group of fossils with similar morphology to the original H. habilis fossils, to be a separate species, while others consider them to be part of H. habilis—simply representing intraspecies variation, or perhaps even sexual dimorphism. The brains of these early hominins were about the same size as that of a chimpanzee, and their main adaptation was bipedalism as an adaptation to terrestrial living.
During the next million years, a process of encephalization began and, by the arrival (about 1.9 million years ago) of H. erectus in the fossil record, cranial capacity had doubled. H. erectus were the first of the hominins to emigrate from Africa, and, from 1.8 to 1.3 million years ago, this species spread through Africa, Asia, and Europe. One population of H. erectus, also sometimes classified as separate species H. ergaster, remained in Africa and evolved into H. sapiens. It is believed that H. erectus and H. ergaster were the first to use fire and complex tools. In Eurasia, H. erectus evolved into species such as H. antecessor, H. heidelbergensis and H. neanderthalensis. The earliest fossils of anatomically modern humans are from the Middle Paleolithic, about 300–200,000 years ago such as the Herto and Omo remains of Ethiopia, Jebel Irhoud remains of Morocco, and Florisbad remains of South Africa; later fossils from the Skhul Cave in Israel and Southern Europe begin around 90,000 years ago (0.09 million years ago).
As modern humans spread out from Africa, they encountered other hominins such as H. neanderthalensis and the Denisovans, who may have evolved from populations of H. erectus that had left Africa around 2 million years ago. The nature of interaction between early humans and these sister species has been a long-standing source of controversy, the question being whether humans replaced these earlier species or whether they were in fact similar enough to interbreed, in which case these earlier populations may have contributed genetic material to modern humans.
This migration out of Africa is estimated to have begun about 70–50,000 years BP and modern humans subsequently spread globally, replacing earlier hominins either through competition or hybridization. They inhabited Eurasia and Oceania by 40,000 years BP, and the Americas by at least 14,500 years BP.
The hypothesis of interbreeding, also known as hybridization, admixture or hybrid-origin theory, has been discussed ever since the discovery of Neanderthal remains in the 19th century. The linear view of human evolution began to be abandoned in the 1970s as different species of humans were discovered that made the linear concept increasingly unlikely. In the 21st century with the advent of molecular biology techniques and computerization, whole-genome sequencing of Neanderthal and human genome were performed, confirming recent admixture between different human species. In 2010, evidence based on molecular biology was published, revealing unambiguous examples of interbreeding between archaic and modern humans during the Middle Paleolithic and early Upper Paleolithic. It has been demonstrated that interbreeding happened in several independent events that included Neanderthals and Denisovans, as well as several unidentified hominins. Today, approximately 2% of DNA from all non-African populations (including Europeans, Asians, and Oceanians) is Neanderthal, with traces of Denisovan heritage. Also, 4–6% of modern Melanesian genetics are Denisovan. Comparisons of the human genome to the genomes of Neandertals, Denisovans and apes can help identify features that set modern humans apart from other hominin species. In a 2016 comparative genomics study, a Harvard Medical School/UCLA research team made a world map on the distribution and made some predictions about where Denisovan and Neanderthal genes may be impacting modern human biology.
For example, comparative studies in the mid-2010s found several traits related to neurological, immunological, developmental, and metabolic phenotypes, that were developed by archaic humans to European and Asian environments and inherited to modern humans through admixture with local hominins.
Although the narratives of human evolution are often contentious, several discoveries since 2010 show that human evolution should not be seen as a simple linear or branched progression, but a mix of related species. In fact, genomic research has shown that hybridization between substantially diverged lineages is the rule, not the exception, in human evolution. Furthermore, it is argued that hybridization was an essential creative force in the emergence of modern humans.
Stone tools are first attested around 2.6 million years ago, when hominins in Eastern Africa used so-called core tools, choppers made out of round cores that had been split by simple strikes. This marks the beginning of the Paleolithic, or Old Stone Age; its end is taken to be the end of the last Ice Age, around 10,000 years ago. The Paleolithic is subdivided into the Lower Paleolithic (Early Stone Age), ending around 350,000–300,000 years ago, the Middle Paleolithic (Middle Stone Age), until 50,000–30,000 years ago, and the Upper Paleolithic, (Late Stone Age), 50,000–10,000 years ago.
Archaeologists working in the Great Rift Valley in Kenya have discovered the oldest known stone tools in the world. Dated to around 3.3 million years ago, the implements are some 700,000 years older than stone tools from Ethiopia that previously held this distinction.
The period from 700,000 to 300,000 years ago is also known as the Acheulean, when H. ergaster (or erectus) made large stone hand axes out of flint and quartzite, at first quite rough (Early Acheulian), later "retouched" by additional, more-subtle strikes at the sides of the flakes. After 350,000 BP the more refined so-called Levallois technique was developed, a series of consecutive strikes, by which scrapers, slicers ("racloirs"), needles, and flattened needles were made. Finally, after about 50,000 BP, ever more refined and specialized flint tools were made by the Neanderthals and the immigrant Cro-Magnons (knives, blades, skimmers). Bone tools were also made by H. sapiens in Africa by 90–70,000 years ago and are also known from early H. sapiens sites in Eurasia by about 50,000 years ago.
This list is in chronological order across the table by genus. Some species/subspecies names are well-established, and some are less established – especially in genus Homo. Please see articles for more information. | [
{
"paragraph_id": 0,
"text": "Human evolution is the evolutionary process within the history of primates that led to the emergence of Homo sapiens as a distinct species of the hominid family, which includes all the great apes. This process involved the gradual development of traits such as human bipedalism, dexterity and complex language, as well as interbreeding with other hominins (a tribe of the African hominid subfamily), indicating that human evolution was not linear but weblike. The study of the orgins of humans, also called anthropogeny, anthropogenesis, or anthropogony, involves several scientific disciplines, including physical and evolutionary anthropology, paleontology, and genetics.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Primates diverged from other mammals about 85 million years ago (mya), in the Late Cretaceous period, with their earliest fossils appearing over 55 mya, during the Paleocene. Primates produced successive clades leading to the ape superfamily, which gave rise to the hominid and the gibbon families; these diverged some 15–20 mya. African and Asian hominids (including orangutans) diverged about 14 mya. Hominins (including the Australopithecine and Panina subtribes) parted from the Gorillini tribe (gorillas) between 8–9 mya; Australopithecine (including the extinct biped ancestors of humans) separated from the Pan genus (containing chimpanzees and bonobos) 4–7 mya. The Homo genus is evidenced by the appearance of H. habilis over 2 mya, while anatomically modern humans emerged in Africa approximately 300,000 years ago.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The evolutionary history of primates can be traced back 65 million years. One of the oldest known primate-like mammal species, the Plesiadapis, came from North America; another, Archicebus, came from China. Other similar basal primates were widespread in Eurasia and Africa during the tropical conditions of the Paleocene and Eocene.",
"title": "Before Homo"
},
{
"paragraph_id": 3,
"text": "David R. Begun concluded that early primates flourished in Eurasia and that a lineage leading to the African apes and humans, including to Dryopithecus, migrated south from Europe or Western Asia into Africa. The surviving tropical population of primates—which is seen most completely in the Upper Eocene and lowermost Oligocene fossil beds of the Faiyum depression southwest of Cairo—gave rise to all extant primate species, including the lemurs of Madagascar, lorises of Southeast Asia, galagos or \"bush babies\" of Africa, and to the anthropoids, which are the Platyrrhines or New World monkeys, the Catarrhines or Old World monkeys, and the great apes, including humans and other hominids.",
"title": "Before Homo"
},
{
"paragraph_id": 4,
"text": "The earliest known catarrhine is Kamoyapithecus from the uppermost Oligocene at Eragaleit in the northern Great Rift Valley in Kenya, dated to 24 million years ago. Its ancestry is thought to be species related to Aegyptopithecus, Propliopithecus, and Parapithecus from the Faiyum, at around 35 mya. In 2010, Saadanius was described as a close relative of the last common ancestor of the crown catarrhines, and tentatively dated to 29–28 mya, helping to fill an 11-million-year gap in the fossil record.",
"title": "Before Homo"
},
{
"paragraph_id": 5,
"text": "In the Early Miocene, about 22 million years ago, the many kinds of arboreally adapted primitive catarrhines from East Africa suggest a long history of prior diversification. Fossils at 20 million years ago include fragments attributed to Victoriapithecus, the earliest Old World monkey. Among the genera thought to be in the ape lineage leading up to 13 million years ago are Proconsul, Rangwapithecus, Dendropithecus, Limnopithecus, Nacholapithecus, Equatorius, Nyanzapithecus, Afropithecus, Heliopithecus, and Kenyapithecus, all from East Africa.",
"title": "Before Homo"
},
{
"paragraph_id": 6,
"text": "The presence of other generalized non-cercopithecids of Middle Miocene from sites far distant—Otavipithecus from cave deposits in Namibia, and Pierolapithecus and Dryopithecus from France, Spain and Austria—is evidence of a wide diversity of forms across Africa and the Mediterranean basin during the relatively warm and equable climatic regimes of the Early and Middle Miocene. The youngest of the Miocene hominoids, Oreopithecus, is from coal beds in Italy that have been dated to 9 million years ago.",
"title": "Before Homo"
},
{
"paragraph_id": 7,
"text": "Molecular evidence indicates that the lineage of gibbons diverged from the line of great apes some 18–12 mya, and that of orangutans (subfamily Ponginae) diverged from the other great apes at about 12 million years; there are no fossils that clearly document the ancestry of gibbons, which may have originated in a so-far-unknown Southeast Asian hominoid population, but fossil proto-orangutans may be represented by Sivapithecus from India and Griphopithecus from Turkey, dated to around 10 mya.",
"title": "Before Homo"
},
{
"paragraph_id": 8,
"text": "Hominidae subfamily Homininae (African hominids) diverged from Ponginae (orangutans) about 14 mya. Hominins (including humans and the Australopithecine and Panina subtribes) parted from the Gorillini tribe (gorillas) between 8–9 mya; Australopithecine (including the extinct biped ancestors of humans) separated from the Pan genus (containing chimpanzees and bonobos) 4–7 mya. The Homo genus is evidenced by the appearance of H. habilis over 2 mya, while anatomically modern humans emerged in Africa approximately 300,000 years ago.",
"title": "Before Homo"
},
{
"paragraph_id": 9,
"text": "Species close to the last common ancestor of gorillas, chimpanzees and humans may be represented by Nakalipithecus fossils found in Kenya and Ouranopithecus found in Greece. Molecular evidence suggests that between 8 and 4 million years ago, first the gorillas, and then the chimpanzees (genus Pan) split off from the line leading to the humans. Human DNA is approximately 98.4% identical to that of chimpanzees when comparing single nucleotide polymorphisms (see human evolutionary genetics). The fossil record, however, of gorillas and chimpanzees is limited; both poor preservation – rain forest soils tend to be acidic and dissolve bone – and sampling bias probably contribute to this problem.",
"title": "Before Homo"
},
{
"paragraph_id": 10,
"text": "Other hominins probably adapted to the drier environments outside the equatorial belt; and there they encountered antelope, hyenas, dogs, pigs, elephants, horses, and others. The equatorial belt contracted after about 8 million years ago, and there is very little fossil evidence for the split—thought to have occurred around that time—of the hominin lineage from the lineages of gorillas and chimpanzees. The earliest fossils argued by some to belong to the human lineage are Sahelanthropus tchadensis (7 Ma) and Orrorin tugenensis (6 Ma), followed by Ardipithecus (5.5–4.4 Ma), with species Ar. kadabba and Ar. ramidus.",
"title": "Before Homo"
},
{
"paragraph_id": 11,
"text": "It has been argued in a study of the life history of Ar. ramidus that the species provides evidence for a suite of anatomical and behavioral adaptations in very early hominins unlike any species of extant great ape. This study demonstrated affinities between the skull morphology of Ar. ramidus and that of infant and juvenile chimpanzees, suggesting the species evolved a juvenalised or paedomorphic craniofacial morphology via heterochronic dissociation of growth trajectories. It was also argued that the species provides support for the notion that very early hominins, akin to bonobos (Pan paniscus) the less aggressive species of the genus Pan, may have evolved via the process of self-domestication. Consequently, arguing against the so-called \"chimpanzee referential model\" the authors suggest it is no longer tenable to use chimpanzee (Pan troglodytes) social and mating behaviors in models of early hominin social evolution. When commenting on the absence of aggressive canine morphology in Ar. ramidus and the implications this has for the evolution of hominin social psychology, they wrote:",
"title": "Before Homo"
},
{
"paragraph_id": 12,
"text": "Of course Ar. ramidus differs significantly from bonobos, bonobos having retained a functional canine honing complex. However, the fact that Ar. ramidus shares with bonobos reduced sexual dimorphism, and a more paedomorphic form relative to chimpanzees, suggests that the developmental and social adaptations evident in bonobos may be of assistance in future reconstructions of early hominin social and sexual psychology. In fact the trend towards increased maternal care, female mate selection and self-domestication may have been stronger and more refined in Ar. ramidus than what we see in bonobos.",
"title": "Before Homo"
},
{
"paragraph_id": 13,
"text": "The authors argue that many of the basic human adaptations evolved in the ancient forest and woodland ecosystems of late Miocene and early Pliocene Africa. Consequently, they argue that humans may not represent evolution from a chimpanzee-like ancestor as has traditionally been supposed. This suggests many modern human adaptations represent phylogenetically deep traits and that the behavior and morphology of chimpanzees may have evolved subsequent to the split with the common ancestor they share with humans.",
"title": "Before Homo"
},
{
"paragraph_id": 14,
"text": "The genus Australopithecus evolved in eastern Africa around 4 million years ago before spreading throughout the continent and eventually becoming extinct 2 million years ago. During this time period various forms of australopiths existed, including Australopithecus anamensis, Au. afarensis, Au. sediba, and Au. africanus. There is still some debate among academics whether certain African hominid species of this time, such as Au. robustus and Au. boisei, constitute members of the same genus; if so, they would be considered to be Au. robust australopiths whilst the others would be considered Au. gracile australopiths. However, if these species do indeed constitute their own genus, then they may be given their own name, Paranthropus.",
"title": "Before Homo"
},
{
"paragraph_id": 15,
"text": "A new proposed species Australopithecus deyiremeda is claimed to have been discovered living at the same time period of Au. afarensis. There is debate if Au. deyiremeda is a new species or is Au. afarensis. Australopithecus prometheus, otherwise known as Little Foot has recently been dated at 3.67 million years old through a new dating technique, making the genus Australopithecus as old as afarensis. Given the opposable big toe found on Little Foot, it seems that the specimen was a good climber. It is thought given the night predators of the region that he built a nesting platform at night in the trees in a similar fashion to chimpanzees and gorillas.",
"title": "Before Homo"
},
{
"paragraph_id": 16,
"text": "The earliest documented representative of the genus Homo is Homo habilis, which evolved around 2.8 million years ago, and is arguably the earliest species for which there is positive evidence of the use of stone tools. The brains of these early hominins were about the same size as that of a chimpanzee, although it has been suggested that this was the time in which the human SRGAP2 gene doubled, producing a more rapid wiring of the frontal cortex. During the next million years a process of rapid encephalization occurred, and with the arrival of Homo erectus and Homo ergaster in the fossil record, cranial capacity had doubled to 850 cm. (Such an increase in human brain size is equivalent to each generation having 125,000 more neurons than their parents.) It is believed that H. erectus and H. ergaster were the first to use fire and complex tools, and were the first of the hominin line to leave Africa, spreading throughout Africa, Asia, and Europe between 1.3 to 1.8 million years ago.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 17,
"text": "According to the recent African origin of modern humans theory, modern humans evolved in Africa possibly from H. heidelbergensis, H. rhodesiensis or H. antecessor and migrated out of the continent some 50,000 to 100,000 years ago, gradually replacing local populations of H. erectus, Denisova hominins, H. floresiensis, H. luzonensis and H. neanderthalensis. Archaic Homo sapiens, the forerunner of anatomically modern humans, evolved in the Middle Paleolithic between 400,000 and 250,000 years ago. Recent DNA evidence suggests that several haplotypes of Neanderthal origin are present among all non-African populations, and Neanderthals and other hominins, such as Denisovans, may have contributed up to 6% of their genome to present-day humans, suggestive of a limited interbreeding between these species. The transition to behavioral modernity with the development of symbolic culture, language, and specialized lithic technology happened around 50,000 years ago, according to some anthropologists, although others point to evidence that suggests that a gradual change in behavior took place over a longer time span.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 18,
"text": "Homo sapiens is the only extant species of its genus, Homo. While some (extinct) Homo species might have been ancestors of Homo sapiens, many, perhaps most, were likely \"cousins\", having speciated away from the ancestral hominin line. There is yet no consensus as to which of these groups should be considered a separate species and which should be a subspecies; this may be due to the dearth of fossils or to the slight differences used to classify species in the genus Homo. The Sahara pump theory (describing an occasionally passable \"wet\" Sahara desert) provides one possible explanation of the early variation in the genus Homo.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 19,
"text": "Based on archaeological and paleontological evidence, it has been possible to infer, to some extent, the ancient dietary practices of various Homo species and to study the role of diet in physical and behavioral evolution within Homo.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 20,
"text": "Some anthropologists and archaeologists subscribe to the Toba catastrophe theory, which posits that the supereruption of Lake Toba on Sumatran island in Indonesia some 70,000 years ago caused global consequences, killing the majority of humans and creating a population bottleneck that affected the genetic inheritance of all humans today. The genetic and archaeological evidence for this remains in question however. Nonetheless, on 31 August 2023, researchers reported, based on genetic studies, that a human ancestor population bottleneck (from a possible 100,000 to 1000 individuals) occurred \"around 930,000 and 813,000 years ago ... lasted for about 117,000 years and brought human ancestors close to extinction.\"",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 21,
"text": "Homo habilis lived from about 2.8 to 1.4 Ma. The species evolved in South and East Africa in the Late Pliocene or Early Pleistocene, 2.5–2 Ma, when it diverged from the australopithecines with the development of smaller molars and larger brains. One of the first known hominins, it made tools from stone and perhaps animal bones, leading to its name homo habilis (Latin 'handy man') bestowed by discoverer Louis Leakey. Some scientists have proposed moving this species from Homo into Australopithecus due to the morphology of its skeleton being more adapted to living in trees rather than walking on two legs like later hominins.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 22,
"text": "In May 2010, a new species, Homo gautengensis, was discovered in South Africa.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 23,
"text": "These are proposed species names for fossils from about 1.9–1.6 Ma, whose relation to Homo habilis is not yet clear.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 24,
"text": "The first fossils of Homo erectus were discovered by Dutch physician Eugene Dubois in 1891 on the Indonesian island of Java. He originally named the material Anthropopithecus erectus (1892–1893, considered at this point as a chimpanzee-like fossil primate) and Pithecanthropus erectus (1893–1894, changing his mind as of based on its morphology, which he considered to be intermediate between that of humans and apes). Years later, in the 20th century, the German physician and paleoanthropologist Franz Weidenreich (1873–1948) compared in detail the characters of Dubois' Java Man, then named Pithecanthropus erectus, with the characters of the Peking Man, then named Sinanthropus pekinensis. Weidenreich concluded in 1940 that because of their anatomical similarity with modern humans it was necessary to gather all these specimens of Java and China in a single species of the genus Homo, the species H. erectus.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 25,
"text": "Homo erectus lived from about 1.8 Ma to about 70,000 years ago – which would indicate that they were probably wiped out by the Toba catastrophe; however, nearby H. floresiensis survived it. The early phase of H. erectus, from 1.8 to 1.25 Ma, is considered by some to be a separate species, H. ergaster, or as H. erectus ergaster, a subspecies of H. erectus. Many paleoanthropologists now use the term Homo ergaster for the non-Asian forms of this group, and reserve H. erectus only for those fossils that are found in Asia and meet certain skeletal and dental requirements which differ slightly from H. ergaster.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 26,
"text": "In Africa in the Early Pleistocene, 1.5–1 Ma, some populations of Homo habilis are thought to have evolved larger brains and to have made more elaborate stone tools; these differences and others are sufficient for anthropologists to classify them as a new species, Homo erectus—in Africa. The evolution of locking knees and the movement of the foramen magnum are thought to be likely drivers of the larger population changes. This species also may have used fire to cook meat. Richard Wrangham notes that Homo seems to have been ground dwelling, with reduced intestinal length, smaller dentition, and \"brains [swollen] to their current, horrendously fuel-inefficient size\", and hypothesizes that control of fire and cooking, which released increased nutritional value, was the key adaptation that separated Homo from tree-sleeping Australopithecines.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 27,
"text": "These are proposed as species intermediate between H. erectus and H. heidelbergensis.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 28,
"text": "H. heidelbergensis (\"Heidelberg Man\") lived from about 800,000 to about 300,000 years ago. Also proposed as Homo sapiens heidelbergensis or Homo sapiens paleohungaricus.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 29,
"text": "Homo neanderthalensis, alternatively designated as Homo sapiens neanderthalensis, lived in Europe and Asia from 400,000 to about 28,000 years ago. There are a number of clear anatomical differences between anatomically modern humans (AMH) and Neanderthal specimens, many relating to the superior Neanderthal adaptation to cold environments. Neanderthal surface to volume ratio was even lower than that among modern Inuit populations, indicating superior retention of body heat.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 30,
"text": "Neanderthals also had significantly larger brains, as shown from brain endocasts, casting doubt on their intellectual inferiority to modern humans. However, the higher body mass of Neanderthals may have required larger brain mass for body control. Also, recent research by Pearce, Stringer, and Dunbar has shown important differences in brain architecture. The larger size of the Neanderthal orbital chamber and occipital lobe suggests that they had a better visual acuity than modern humans, useful in the dimmer light of glacial Europe.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 31,
"text": "Neanderthals may have had less brain capacity available for social functions. Inferring social group size from endocranial volume (minus occipital lobe size) suggests that Neanderthal groups may have been limited to 120 individuals, compared to 144 possible relationships for modern humans. Larger social groups could imply that modern humans had less risk of inbreeding within their clan, trade over larger areas (confirmed in the distribution of stone tools), and faster spread of social and technological innovations. All these may have all contributed to modern Homo sapiens replacing Neanderthal populations by 28,000 BP.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 32,
"text": "Earlier evidence from sequencing mitochondrial DNA suggested that no significant gene flow occurred between H. neanderthalensis and H. sapiens, and that the two were separate species that shared a common ancestor about 660,000 years ago. However, a sequencing of the Neanderthal genome in 2010 indicated that Neanderthals did indeed interbreed with anatomically modern humans c. 45,000-80,000 years ago, around the time modern humans migrated out from Africa, but before they dispersed throughout Europe, Asia and elsewhere. The genetic sequencing of a 40,000-year-old human skeleton from Romania showed that 11% of its genome was Neanderthal, implying the individual had a Neanderthal ancestor 4–6 generations previously, in addition to a contribution from earlier interbreeding in the Middle East. Though this interbred Romanian population seems not to have been ancestral to modern humans, the finding indicates that interbreeding happened repeatedly.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 33,
"text": "All modern non-African humans have about 1% to 4% (or 1.5% to 2.6% by more recent data) of their DNA derived from Neanderthals. This finding is consistent with recent studies indicating that the divergence of some human alleles dates to one Ma, although this interpretation has been questioned. Neanderthals and AMH Homo sapiens could have co-existed in Europe for as long as 10,000 years, during which AMH populations exploded, vastly outnumbering Neanderthals, possibly outcompeting them by sheer numbers.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 34,
"text": "In 2008, archaeologists working at the site of Denisova Cave in the Altai Mountains of Siberia uncovered a small bone fragment from the fifth finger of a juvenile member of another human species, the Denisovans. Artifacts, including a bracelet, excavated in the cave at the same level were carbon dated to around 40,000 BP. As DNA had survived in the fossil fragment due to the cool climate of the Denisova Cave, both mtDNA and nuclear DNA were sequenced.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 35,
"text": "While the divergence point of the mtDNA was unexpectedly deep in time, the full genomic sequence suggested the Denisovans belonged to the same lineage as Neanderthals, with the two diverging shortly after their line split from the lineage that gave rise to modern humans. Modern humans are known to have overlapped with Neanderthals in Europe and the Near East for possibly more than 40,000 years, and the discovery raises the possibility that Neanderthals, Denisovans, and modern humans may have co-existed and interbred. The existence of this distant branch creates a much more complex picture of humankind during the Late Pleistocene than previously thought. Evidence has also been found that as much as 6% of the DNA of some modern Melanesians derive from Denisovans, indicating limited interbreeding in Southeast Asia.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 36,
"text": "Alleles thought to have originated in Neanderthals and Denisovans have been identified at several genetic loci in the genomes of modern humans outside Africa. HLA haplotypes from Denisovans and Neanderthal represent more than half the HLA alleles of modern Eurasians, indicating strong positive selection for these introgressed alleles. Corinne Simoneti at Vanderbilt University, in Nashville and her team have found from medical records of 28,000 people of European descent that the presence of Neanderthal DNA segments may be associated with a higher rate of depression.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 37,
"text": "The flow of genes from Neanderthal populations to modern humans was not all one way. Sergi Castellano of the Max Planck Institute for Evolutionary Anthropology reported in 2016 that while Denisovan and Neanderthal genomes are more related to each other than they are to us, Siberian Neanderthal genomes show more similarity to modern human genes than do European Neanderthal populations. This suggests Neanderthal populations interbred with modern humans around 100,000 years ago, probably somewhere in the Near East.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 38,
"text": "Studies of a Neanderthal child at Gibraltar show from brain development and tooth eruption that Neanderthal children may have matured more rapidly than Homo sapiens.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 39,
"text": "H. floresiensis, which lived from approximately 190,000 to 50,000 years before present (BP), has been nicknamed the hobbit for its small size, possibly a result of insular dwarfism. H. floresiensis is intriguing both for its size and its age, being an example of a recent species of the genus Homo that exhibits derived traits not shared with modern humans. In other words, H. floresiensis shares a common ancestor with modern humans, but split from the modern human lineage and followed a distinct evolutionary path. The main find was a skeleton believed to be a woman of about 30 years of age. Found in 2003, it has been dated to approximately 18,000 years old. The living woman was estimated to be one meter in height, with a brain volume of just 380 cm (considered small for a chimpanzee and less than a third of the H. sapiens average of 1400 cm).",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 40,
"text": "However, there is an ongoing debate over whether H. floresiensis is indeed a separate species. Some scientists hold that H. floresiensis was a modern H. sapiens with pathological dwarfism. This hypothesis is supported in part, because some modern humans who live on Flores, the Indonesian island where the skeleton was found, are pygmies. This, coupled with pathological dwarfism, could have resulted in a significantly diminutive human. The other major attack on H. floresiensis as a separate species is that it was found with tools only associated with H. sapiens.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 41,
"text": "The hypothesis of pathological dwarfism, however, fails to explain additional anatomical features that are unlike those of modern humans (diseased or not) but much like those of ancient members of our genus. Aside from cranial features, these features include the form of bones in the wrist, forearm, shoulder, knees, and feet. Additionally, this hypothesis fails to explain the find of multiple examples of individuals with these same characteristics, indicating they were common to a large population, and not limited to one individual.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 42,
"text": "In 2016, fossil teeth and a partial jaw from hominins assumed to be ancestral to H. floresiensis were discovered at Mata Menge, about 74 km (46 mi) from Liang Bua. They date to about 700,000 years ago and are noted by Australian archaeologist Gerrit van den Bergh for being even smaller than the later fossils.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 43,
"text": "A small number of specimens from the island of Luzon, dated 50,000 to 67,000 years ago, have recently been assigned by their discoverers, based on dental characteristics, to a novel human species, H. luzonensis.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 44,
"text": "H. sapiens (the adjective sapiens is Latin for \"wise\" or \"intelligent\") emerged in Africa around 300,000 years ago, likely derived from H. heidelbergensis or a related lineage. In September 2019, scientists reported the computerized determination, based on 260 CT scans, of a virtual skull shape of the last common human ancestor to modern humans/H. sapiens, representative of the earliest modern humans, and suggested that modern humans arose between 260,000 and 350,000 years ago through a merging of populations in East and South Africa.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 45,
"text": "Between 400,000 years ago and the second interglacial period in the Middle Pleistocene, around 250,000 years ago, the trend in intra-cranial volume expansion and the elaboration of stone tool technologies developed, providing evidence for a transition from H. erectus to H. sapiens. The direct evidence suggests there was a migration of H. erectus out of Africa, then a further speciation of H. sapiens from H. erectus in Africa. A subsequent migration (both within and out of Africa) eventually replaced the earlier dispersed H. erectus. This migration and origin theory is usually referred to as the \"recent single-origin hypothesis\" or \"out of Africa\" theory. H. sapiens interbred with archaic humans both in Africa and in Eurasia, in Eurasia notably with Neanderthals and Denisovans.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 46,
"text": "The Toba catastrophe theory, which postulates a population bottleneck for H. sapiens about 70,000 years ago, was controversial from its first proposal in the 1990s and by the 2010s had very little support. Distinctive human genetic variability has arisen as the result of the founder effect, by archaic admixture and by recent evolutionary pressures.",
"title": "Evolution of genus Homo"
},
{
"paragraph_id": 47,
"text": "Since Homo sapiens separated from its last common ancestor shared with chimpanzees, human evolution is characterized by a number of morphological, developmental, physiological, behavioral, and environmental changes. Environmental (cultural) evolution discovered much later during the Pleistocene played a significant role in human evolution observed via human transitions between subsistence systems. The most significant of these adaptations are bipedalism, increased brain size, lengthened ontogeny (gestation and infancy), and decreased sexual dimorphism. The relationship between these changes is the subject of ongoing debate. Other significant morphological changes included the evolution of a power and precision grip, a change first occurring in H. erectus.",
"title": "Anatomical changes"
},
{
"paragraph_id": 48,
"text": "Bipedalism is the basic adaptation of the hominid and is considered the main cause behind a suite of skeletal changes shared by all bipedal hominids. The earliest hominin, of presumably primitive bipedalism, is considered to be either Sahelanthropus or Orrorin, both of which arose some 6 to 7 million years ago. The non-bipedal knuckle-walkers, the gorillas and chimpanzees, diverged from the hominin line over a period covering the same time, so either Sahelanthropus or Orrorin may be our last shared ancestor. Ardipithecus, a full biped, arose approximately 5.6 million years ago.",
"title": "Anatomical changes"
},
{
"paragraph_id": 49,
"text": "The early bipeds eventually evolved into the australopithecines and still later into the genus Homo. There are several theories of the adaptation value of bipedalism. It is possible that bipedalism was favored because it freed the hands for reaching and carrying food, saved energy during locomotion, enabled long-distance running and hunting, provided an enhanced field of vision, and helped avoid hyperthermia by reducing the surface area exposed to direct sun; features all advantageous for thriving in the new savanna and woodland environment created as a result of the East African Rift Valley uplift versus the previous closed forest habitat. A 2007 study provides support for the hypothesis that walking on two legs, or bipedalism, evolved because it used less energy than quadrupedal knuckle-walking. However, recent studies suggest that bipedality without the ability to use fire would not have allowed global dispersal. This change in gait saw a lengthening of the legs proportionately when compared to the length of the arms, which were shortened through the removal of the need for brachiation. Another change is the shape of the big toe. Recent studies suggest that australopithecines still lived part of the time in trees as a result of maintaining a grasping big toe. This was progressively lost in habilines.",
"title": "Anatomical changes"
},
{
"paragraph_id": 50,
"text": "Anatomically, the evolution of bipedalism has been accompanied by a large number of skeletal changes, not just to the legs and pelvis, but also to the vertebral column, feet and ankles, and skull. The femur evolved into a slightly more angular position to move the center of gravity toward the geometric center of the body. The knee and ankle joints became increasingly robust to better support increased weight. To support the increased weight on each vertebra in the upright position, the human vertebral column became S-shaped and the lumbar vertebrae became shorter and wider. In the feet the big toe moved into alignment with the other toes to help in forward locomotion. The arms and forearms shortened relative to the legs making it easier to run. The foramen magnum migrated under the skull and more anterior.",
"title": "Anatomical changes"
},
{
"paragraph_id": 51,
"text": "The most significant changes occurred in the pelvic region, where the long downward facing iliac blade was shortened and widened as a requirement for keeping the center of gravity stable while walking; bipedal hominids have a shorter but broader, bowl-like pelvis due to this. A drawback is that the birth canal of bipedal apes is smaller than in knuckle-walking apes, though there has been a widening of it in comparison to that of australopithecine and modern humans, thus permitting the passage of newborns due to the increase in cranial size. This is limited to the upper portion, since further increase can hinder normal bipedal movement.",
"title": "Anatomical changes"
},
{
"paragraph_id": 52,
"text": "The shortening of the pelvis and smaller birth canal evolved as a requirement for bipedalism and had significant effects on the process of human birth, which is much more difficult in modern humans than in other primates. During human birth, because of the variation in size of the pelvic region, the fetal head must be in a transverse position (compared to the mother) during entry into the birth canal and rotate about 90 degrees upon exit. The smaller birth canal became a limiting factor to brain size increases in early humans and prompted a shorter gestation period leading to the relative immaturity of human offspring, who are unable to walk much before 12 months and have greater neoteny, compared to other primates, who are mobile at a much earlier age. The increased brain growth after birth and the increased dependency of children on mothers had a major effect upon the female reproductive cycle, and the more frequent appearance of alloparenting in humans when compared with other hominids. Delayed human sexual maturity also led to the evolution of menopause with one explanation, the grandmother hypothesis, providing that elderly women could better pass on their genes by taking care of their daughter's offspring, as compared to having more children of their own.",
"title": "Anatomical changes"
},
{
"paragraph_id": 53,
"text": "The human species eventually developed a much larger brain than that of other primates—typically 1,330 cm (81 cu in) in modern humans, nearly three times the size of a chimpanzee or gorilla brain. After a period of stasis with Australopithecus anamensis and Ardipithecus, species which had smaller brains as a result of their bipedal locomotion, the pattern of encephalization started with Homo habilis, whose 600 cm (37 cu in) brain was slightly larger than that of chimpanzees. This evolution continued in Homo erectus with 800–1,100 cm (49–67 cu in), and reached a maximum in Neanderthals with 1,200–1,900 cm (73–116 cu in), larger even than modern Homo sapiens. This brain increase manifested during postnatal brain growth, far exceeding that of other apes (heterochrony). It also allowed for extended periods of social learning and language acquisition in juvenile humans, beginning as much as 2 million years ago. Encephalization may be due to a dependency on calorie-dense, difficult-to-acquire food.",
"title": "Anatomical changes"
},
{
"paragraph_id": 54,
"text": "Furthermore, the changes in the structure of human brains may be even more significant than the increase in size. Fossilized skulls shows the brain size in early humans fell within the range of modern humans 300,000 years ago, but only got it present-day brain shape between 100,000 and 35,000 years ago.",
"title": "Anatomical changes"
},
{
"paragraph_id": 55,
"text": "The temporal lobes, which contain centers for language processing, have increased disproportionately, as has the prefrontal cortex, which has been related to complex decision-making and moderating social behavior. Encephalization has been tied to increased starches and meat in the diet, however a 2022 meta study called into question the role of meat. Other factors are the development of cooking, and it has been proposed that intelligence increased as a response to an increased necessity for solving social problems as human society became more complex. Changes in skull morphology, such as smaller mandibles and mandible muscle attachments, allowed more room for the brain to grow.",
"title": "Anatomical changes"
},
{
"paragraph_id": 56,
"text": "The increase in volume of the neocortex also included a rapid increase in size of the cerebellum. Its function has traditionally been associated with balance and fine motor control, but more recently with speech and cognition. The great apes, including hominids, had a more pronounced cerebellum relative to the neocortex than other primates. It has been suggested that because of its function of sensory-motor control and learning complex muscular actions, the cerebellum may have underpinned human technological adaptations, including the preconditions of speech.",
"title": "Anatomical changes"
},
{
"paragraph_id": 57,
"text": "The immediate survival advantage of encephalization is difficult to discern, as the major brain changes from Homo erectus to Homo heidelbergensis were not accompanied by major changes in technology. It has been suggested that the changes were mainly social and behavioural, including increased empathic abilities, increases in size of social groups, and increased behavioral plasticity. Humans are unique in the ability to acquire information through social transmission and adapt that information. The emerging field of cultural evolution studies human sociocultural change from an evolutionary perspective.",
"title": "Anatomical changes"
},
{
"paragraph_id": 58,
"text": "The reduced degree of sexual dimorphism in humans is visible primarily in the reduction of the male canine tooth relative to other ape species (except gibbons) and reduced brow ridges and general robustness of males. Another important physiological change related to sexuality in humans was the evolution of hidden estrus. Humans are the only hominoids in which the female is fertile year round and in which no special signals of fertility are produced by the body (such as genital swelling or overt changes in proceptivity during estrus).",
"title": "Anatomical changes"
},
{
"paragraph_id": 59,
"text": "Nonetheless, humans retain a degree of sexual dimorphism in the distribution of body hair and subcutaneous fat, and in the overall size, males being around 15% larger than females. These changes taken together have been interpreted as a result of an increased emphasis on pair bonding as a possible solution to the requirement for increased parental investment due to the prolonged infancy of offspring.",
"title": "Anatomical changes"
},
{
"paragraph_id": 60,
"text": "The ulnar opposition—the contact between the thumb and the tip of the little finger of the same hand—is unique to the genus Homo, including Neanderthals, the Sima de los Huesos hominins and anatomically modern humans. In other primates, the thumb is short and unable to touch the little finger. The ulnar opposition facilitates the precision grip and power grip of the human hand, underlying all the skilled manipulations.",
"title": "Anatomical changes"
},
{
"paragraph_id": 61,
"text": "A number of other changes have also characterized the evolution of humans, among them an increased reliance on vision rather than smell (highly reduced olfactory bulb); a longer juvenile developmental period and higher infant dependency; a smaller gut and small, misaligned teeth; faster basal metabolism; loss of body hair; an increase in eccrine sweat gland density that is ten times higher than any other catarrhinian primates, yet humans uses 30% to 50% less water per day compared to chimps and gorillas; more REM sleep but less sleep in total; a change in the shape of the dental arcade from u-shaped to parabolic; development of a chin (found in Homo sapiens alone); styloid processes; and a descended larynx. As the human hand and arms adapted to the making of tools and were used less for climbing, the shoulder blades changed too. As a side effect, it allowed human ancestors to throw objects with greater force, speed and accuracy.",
"title": "Anatomical changes"
},
{
"paragraph_id": 62,
"text": "The use of tools has been interpreted as a sign of intelligence, and it has been theorized that tool use may have stimulated certain aspects of human evolution, especially the continued expansion of the human brain. Paleontology has yet to explain the expansion of this organ over millions of years despite being extremely demanding in terms of energy consumption. The brain of a modern human consumes, on average, about 13 watts (260 kilocalories per day), a fifth of the body's resting power consumption. Increased tool use would allow hunting for energy-rich meat products, and would enable processing more energy-rich plant products. Researchers have suggested that early hominins were thus under evolutionary pressure to increase their capacity to create and use tools.",
"title": "Use of tools"
},
{
"paragraph_id": 63,
"text": "Precisely when early humans started to use tools is difficult to determine, because the more primitive these tools are (for example, sharp-edged stones) the more difficult it is to decide whether they are natural objects or human artifacts. There is some evidence that the australopithecines (4 Ma) may have used broken bones as tools, but this is debated.",
"title": "Use of tools"
},
{
"paragraph_id": 64,
"text": "Many species make and use tools, but it is the human genus that dominates the areas of making and using more complex tools. The oldest known tools are flakes from West Turkana, Kenya, which date to 3.3 million years ago. The next oldest stone tools are from Gona, Ethiopia, and are considered the beginning of the Oldowan technology. These tools date to about 2.6 million years ago. A Homo fossil was found near some Oldowan tools, and its age was noted at 2.3 million years old, suggesting that maybe the Homo species did indeed create and use these tools. It is a possibility but does not yet represent solid evidence. The third metacarpal styloid process enables the hand bone to lock into the wrist bones, allowing for greater amounts of pressure to be applied to the wrist and hand from a grasping thumb and fingers. It allows humans the dexterity and strength to make and use complex tools. This unique anatomical feature separates humans from apes and other nonhuman primates, and is not seen in human fossils older than 1.8 million years.",
"title": "Use of tools"
},
{
"paragraph_id": 65,
"text": "Bernard Wood noted that Paranthropus co-existed with the early Homo species in the area of the \"Oldowan Industrial Complex\" over roughly the same span of time. Although there is no direct evidence which identifies Paranthropus as the tool makers, their anatomy lends to indirect evidence of their capabilities in this area. Most paleoanthropologists agree that the early Homo species were indeed responsible for most of the Oldowan tools found. They argue that when most of the Oldowan tools were found in association with human fossils, Homo was always present, but Paranthropus was not.",
"title": "Use of tools"
},
{
"paragraph_id": 66,
"text": "In 1994, Randall Susman used the anatomy of opposable thumbs as the basis for his argument that both the Homo and Paranthropus species were toolmakers. He compared bones and muscles of human and chimpanzee thumbs, finding that humans have 3 muscles which are lacking in chimpanzees. Humans also have thicker metacarpals with broader heads, allowing more precise grasping than the chimpanzee hand can perform. Susman posited that modern anatomy of the human opposable thumb is an evolutionary response to the requirements associated with making and handling tools and that both species were indeed toolmakers.",
"title": "Use of tools"
},
{
"paragraph_id": 67,
"text": "",
"title": "Use of tools"
},
{
"paragraph_id": 68,
"text": "Anthropologists describe modern human behavior to include cultural and behavioral traits such as specialization of tools, use of jewellery and images (such as cave drawings), organization of living space, rituals (such as grave gifts), specialized hunting techniques, exploration of less hospitable geographical areas, and barter trade networks, as well as more general traits such as language and complex symbolic thinking. Debate continues as to whether a \"revolution\" led to modern humans (\"big bang of human consciousness\"), or whether the evolution was more gradual.",
"title": "Transition to behavioral modernity"
},
{
"paragraph_id": 69,
"text": "Until about 50,000–40,000 years ago, the use of stone tools seems to have progressed stepwise. Each phase (H. habilis, H. ergaster, H. neanderthalensis) marked a new technology, followed by very slow development until the next phase. Currently paleoanthropologists are debating whether these Homo species possessed some or many modern human behaviors. They seem to have been culturally conservative, maintaining the same technologies and foraging patterns over very long periods.",
"title": "Transition to behavioral modernity"
},
{
"paragraph_id": 70,
"text": "Around 50,000 BP, human culture started to evolve more rapidly. The transition to behavioral modernity has been characterized by some as a \"Great Leap Forward\", or as the \"Upper Palaeolithic Revolution\", due to the sudden appearance in the archaeological record of distinctive signs of modern behavior and big game hunting. Evidence of behavioral modernity significantly earlier also exists from Africa, with older evidence of abstract imagery, widened subsistence strategies, more sophisticated tools and weapons, and other \"modern\" behaviors, and many scholars have recently argued that the transition to modernity occurred sooner than previously believed.",
"title": "Transition to behavioral modernity"
},
{
"paragraph_id": 71,
"text": "Other scholars consider the transition to have been more gradual, noting that some features had already appeared among archaic African Homo sapiens 300,000–200,000 years ago. Recent evidence suggests that the Australian Aboriginal population separated from the African population 75,000 years ago, and that they made a 160 km (99 mi) sea journey 60,000 years ago, which may diminish the significance of the Upper Paleolithic Revolution.",
"title": "Transition to behavioral modernity"
},
{
"paragraph_id": 72,
"text": "Modern humans started burying their dead, making clothing from animal hides, hunting with more sophisticated techniques (such as using pit traps or driving animals off cliffs), and cave painting. As human culture advanced, different populations innovated existing technologies: artifacts such as fish hooks, buttons, and bone needles show signs of cultural variation, which had not been seen prior to 50,000 BP. Typically, the older H. neanderthalensis populations did not vary in their technologies, although the Chatelperronian assemblages have been found to be Neanderthal imitations of H. sapiens Aurignacian technologies.",
"title": "Transition to behavioral modernity"
},
{
"paragraph_id": 73,
"text": "Anatomically modern human populations continue to evolve, as they are affected by both natural selection and genetic drift. Although selection pressure on some traits, such as resistance to smallpox, has decreased in the modern age, humans are still undergoing natural selection for many other traits. Some of these are due to specific environmental pressures, while others are related to lifestyle changes since the development of agriculture (10,000 years ago), urbanization (5,000), and industrialization (250 years ago). It has been argued that human evolution has accelerated since the development of agriculture 10,000 years ago and civilization some 5,000 years ago, resulting, it is claimed, in substantial genetic differences between different current human populations, and more recent research indicates that for some traits, the developments and innovations of human culture have driven a new form of selection that coexists with, and in some cases has largely replaced, natural selection.",
"title": "Recent and ongoing human evolution"
},
{
"paragraph_id": 74,
"text": "Particularly conspicuous is variation in superficial characteristics, such as Afro-textured hair, or the recent evolution of light skin and blond hair in some populations, which are attributed to differences in climate. Particularly strong selective pressures have resulted in high-altitude adaptation in humans, with different ones in different isolated populations. Studies of the genetic basis show that some developed very recently, with Tibetans evolving over 3,000 years to have high proportions of an allele of EPAS1 that is adaptive to high altitudes.",
"title": "Recent and ongoing human evolution"
},
{
"paragraph_id": 75,
"text": "Other evolution is related to endemic diseases: the presence of malaria selects for sickle cell trait (the heterozygous form of sickle cell gene), while in the absence of malaria, the health effects of sickle-cell anemia select against this trait. For another example, the population at risk of the severe debilitating disease kuru has significant over-representation of an immune variant of the prion protein gene G127V versus non-immune alleles. The frequency of this genetic variant is due to the survival of immune persons. Some reported trends remain unexplained and the subject of ongoing research in the novel field of evolutionary medicine: polycystic ovary syndrome (PCOS) reduces fertility and thus is expected to be subject to extremely strong negative selection, but its relative commonality in human populations suggests a counteracting selection pressure. The identity of that pressure remains the subject of some debate.",
"title": "Recent and ongoing human evolution"
},
{
"paragraph_id": 76,
"text": "Recent human evolution related to agriculture includes genetic resistance to infectious disease that has appeared in human populations by crossing the species barrier from domesticated animals, as well as changes in metabolism due to changes in diet, such as lactase persistence.",
"title": "Recent and ongoing human evolution"
},
{
"paragraph_id": 77,
"text": "Culturally-driven evolution can defy the expectations of natural selection: while human populations experience some pressure that drives a selection for producing children at younger ages, the advent of effective contraception, higher education, and changing social norms have driven the observed selection in the opposite direction. However, culturally-driven selection need not necessarily work counter or in opposition to natural selection: some proposals to explain the high rate of recent human brain expansion indicate a kind of feedback whereupon the brain's increased social learning efficiency encourages cultural developments that in turn encourage more efficiency, which drive more complex cultural developments that demand still-greater efficiency, and so forth. Culturally-driven evolution has an advantage in that in addition to the genetic effects, it can be observed also in the archaeological record: the development of stone tools across the Palaeolithic period connects to culturally-driven cognitive development in the form of skill acquisition supported by the culture and the development of increasingly complex technologies and the cognitive ability to elaborate them.",
"title": "Recent and ongoing human evolution"
},
{
"paragraph_id": 78,
"text": "In contemporary times, since industrialization, some trends have been observed: for instance, menopause is evolving to occur later. Other reported trends appear to include lengthening of the human reproductive period and reduction in cholesterol levels, blood glucose and blood pressure in some populations.",
"title": "Recent and ongoing human evolution"
},
{
"paragraph_id": 79,
"text": "The word homo, the name of the biological genus to which humans belong, is Latin for \"human\". It was chosen originally by Carl Linnaeus in his classification system. The word \"human\" is from the Latin humanus, the adjectival form of homo. The Latin \"homo\" derives from the Indo-European root *dhghem, or \"earth\". Linnaeus and other scientists of his time also considered the great apes to be the closest relatives of humans based on morphological and anatomical similarities.",
"title": "History of study"
},
{
"paragraph_id": 80,
"text": "The possibility of linking humans with earlier apes by descent became clear only after 1859 with the publication of Charles Darwin's On the Origin of Species, in which he argued for the idea of the evolution of new species from earlier ones. Darwin's book did not address the question of human evolution, saying only that \"Light will be thrown on the origin of man and his history.\"",
"title": "History of study"
},
{
"paragraph_id": 81,
"text": "The first debates about the nature of human evolution arose between Thomas Henry Huxley and Richard Owen. Huxley argued for human evolution from apes by illustrating many of the similarities and differences between humans and other apes, and did so particularly in his 1863 book Evidence as to Man's Place in Nature. Many of Darwin's early supporters (such as Alfred Russel Wallace and Charles Lyell) did not initially agree that the origin of the mental capacities and the moral sensibilities of humans could be explained by natural selection, though this later changed. Darwin applied the theory of evolution and sexual selection to humans in his 1871 book The Descent of Man, and Selection in Relation to Sex.",
"title": "History of study"
},
{
"paragraph_id": 82,
"text": "A major problem in the 19th century was the lack of fossil intermediaries. Neanderthal remains were discovered in a limestone quarry in 1856, three years before the publication of On the Origin of Species, and Neanderthal fossils had been discovered in Gibraltar even earlier, but it was originally claimed that these were the remains of a modern human who had suffered some kind of illness. Despite the 1891 discovery by Eugène Dubois of what is now called Homo erectus at Trinil, Java, it was only in the 1920s when such fossils were discovered in Africa, that intermediate species began to accumulate. In 1925, Raymond Dart described Australopithecus africanus. The type specimen was the Taung Child, an australopithecine infant which was discovered in a cave. The child's remains were a remarkably well-preserved tiny skull and an endocast of the brain.",
"title": "History of study"
},
{
"paragraph_id": 83,
"text": "Although the brain was small (410 cm), its shape was rounded, unlike that of chimpanzees and gorillas, and more like a modern human brain. Also, the specimen showed short canine teeth, and the position of the foramen magnum (the hole in the skull where the spine enters) was evidence of bipedal locomotion. All of these traits convinced Dart that the Taung Child was a bipedal human ancestor, a transitional form between apes and humans.",
"title": "History of study"
},
{
"paragraph_id": 84,
"text": "During the 1960s and 1970s, hundreds of fossils were found in East Africa in the regions of the Olduvai Gorge and Lake Turkana. These searches were carried out by the Leakey family, with Louis Leakey and his wife Mary Leakey, and later their son Richard and daughter-in-law Meave, fossil hunters and paleoanthropologists. From the fossil beds of Olduvai and Lake Turkana they amassed specimens of the early hominins: the australopithecines and Homo species, and even H. erectus.",
"title": "History of study"
},
{
"paragraph_id": 85,
"text": "These finds cemented Africa as the cradle of humankind. In the late 1970s and the 1980s, Ethiopia emerged as the new hot spot of paleoanthropology after \"Lucy\", the most complete fossil member of the species Australopithecus afarensis, was found in 1974 by Donald Johanson near Hadar in the desertic Afar Triangle region of northern Ethiopia. Although the specimen had a small brain, the pelvis and leg bones were almost identical in function to those of modern humans, showing with certainty that these hominins had walked erect. Lucy was classified as a new species, Australopithecus afarensis, which is thought to be more closely related to the genus Homo as a direct ancestor, or as a close relative of an unknown ancestor, than any other known hominid or hominin from this early time range. (The specimen was nicknamed \"Lucy\" after the Beatles' song \"Lucy in the Sky with Diamonds\", which was played loudly and repeatedly in the camp during the excavations.) The Afar Triangle area would later yield discovery of many more hominin fossils, particularly those uncovered or described by teams headed by Tim D. White in the 1990s, including Ardipithecus ramidus and A. kadabba.",
"title": "History of study"
},
{
"paragraph_id": 86,
"text": "In 2013, fossil skeletons of Homo naledi, an extinct species of hominin assigned (provisionally) to the genus Homo, were found in the Rising Star Cave system, a site in South Africa's Cradle of Humankind region in Gauteng province near Johannesburg. As of September 2015, fossils of at least fifteen individuals, amounting to 1,550 specimens, have been excavated from the cave. The species is characterized by a body mass and stature similar to small-bodied human populations, a smaller endocranial volume similar to Australopithecus, and a cranial morphology (skull shape) similar to early Homo species. The skeletal anatomy combines primitive features known from australopithecines with features known from early hominins. The individuals show signs of having been deliberately disposed of within the cave near the time of death. The fossils were dated close to 250,000 years ago, and thus are not a direct ancestor but a contemporary with the first appearance of larger-brained anatomically modern humans.",
"title": "History of study"
},
{
"paragraph_id": 87,
"text": "The genetic revolution in studies of human evolution started when Vincent Sarich and Allan Wilson measured the strength of immunological cross-reactions of blood serum albumin between pairs of creatures, including humans and African apes (chimpanzees and gorillas). The strength of the reaction could be expressed numerically as an immunological distance, which was in turn proportional to the number of amino acid differences between homologous proteins in different species. By constructing a calibration curve of the ID of species' pairs with known divergence times in the fossil record, the data could be used as a molecular clock to estimate the times of divergence of pairs with poorer or unknown fossil records.",
"title": "History of study"
},
{
"paragraph_id": 88,
"text": "In their seminal 1967 paper in Science, Sarich and Wilson estimated the divergence time of humans and apes as four to five million years ago, at a time when standard interpretations of the fossil record gave this divergence as at least 10 to as much as 30 million years. Subsequent fossil discoveries, notably \"Lucy\", and reinterpretation of older fossil materials, notably Ramapithecus, showed the younger estimates to be correct and validated the albumin method.",
"title": "History of study"
},
{
"paragraph_id": 89,
"text": "Progress in DNA sequencing, specifically mitochondrial DNA (mtDNA) and then Y-chromosome DNA (Y-DNA) advanced the understanding of human origins. Application of the molecular clock principle revolutionized the study of molecular evolution.",
"title": "History of study"
},
{
"paragraph_id": 90,
"text": "On the basis of a separation from the orangutan between 10 and 20 million years ago, earlier studies of the molecular clock suggested that there were about 76 mutations per generation that were not inherited by human children from their parents; this evidence supported the divergence time between hominins and chimpanzees noted above. However, a 2012 study in Iceland of 78 children and their parents suggests a mutation rate of only 36 mutations per generation; this datum extends the separation between humans and chimpanzees to an earlier period greater than 7 million years ago (Ma). Additional research with 226 offspring of wild chimpanzee populations in eight locations suggests that chimpanzees reproduce at age 26.5 years on average; which suggests the human divergence from chimpanzees occurred between 7 and 13 mya. And these data suggest that Ardipithecus (4.5 Ma), Orrorin (6 Ma) and Sahelanthropus (7 Ma) all may be on the hominid lineage, and even that the separation may have occurred outside the East African Rift region.",
"title": "History of study"
},
{
"paragraph_id": 91,
"text": "Furthermore, analysis of the two species' genes in 2006 provides evidence that after human ancestors had started to diverge from chimpanzees, interspecies mating between \"proto-human\" and \"proto-chimpanzees\" nonetheless occurred regularly enough to change certain genes in the new gene pool:",
"title": "History of study"
},
{
"paragraph_id": 92,
"text": "The research suggests:",
"title": "History of study"
},
{
"paragraph_id": 93,
"text": "In the 1990s, several teams of paleoanthropologists were working throughout Africa looking for evidence of the earliest divergence of the hominin lineage from the great apes. In 1994, Meave Leakey discovered Australopithecus anamensis. The find was overshadowed by Tim D. White's 1995 discovery of Ardipithecus ramidus, which pushed back the fossil record to 4.2 million years ago.",
"title": "History of study"
},
{
"paragraph_id": 94,
"text": "In 2000, Martin Pickford and Brigitte Senut discovered, in the Tugen Hills of Kenya, a 6-million-year-old bipedal hominin which they named Orrorin tugenensis. And in 2001, a team led by Michel Brunet discovered the skull of Sahelanthropus tchadensis which was dated as 7.2 million years ago, and which Brunet argued was a bipedal, and therefore a hominid—that is, a hominin (cf Hominidae; terms \"hominids\" and hominins).",
"title": "History of study"
},
{
"paragraph_id": 95,
"text": "Anthropologists in the 1980s were divided regarding some details of reproductive barriers and migratory dispersals of the genus Homo. Subsequently, genetics has been used to investigate and resolve these issues. According to the Sahara pump theory evidence suggests that the genus Homo have migrated out of Africa at least three and possibly four times (e.g. Homo erectus, Homo heidelbergensis and two or three times for Homo sapiens). Recent evidence suggests these dispersals are closely related to fluctuating periods of climate change.",
"title": "History of study"
},
{
"paragraph_id": 96,
"text": "Recent evidence suggests that humans may have left Africa half a million years earlier than previously thought. A joint Franco-Indian team has found human artifacts in the Siwalk Hills north of New Delhi dating back at least 2.6 million years. This is earlier than the previous earliest finding of genus Homo at Dmanisi, in Georgia, dating to 1.85 million years. Although controversial, tools found at a Chinese cave strengthen the case that humans used tools as far back as 2.48 million years ago. This suggests that the Asian \"Chopper\" tool tradition, found in Java and northern China may have left Africa before the appearance of the Acheulian hand axe.",
"title": "History of study"
},
{
"paragraph_id": 97,
"text": "Up until the genetic evidence became available, there were two dominant models for the dispersal of modern humans. The multiregional hypothesis proposed that the genus Homo contained only a single interconnected population as it does today (not separate species), and that its evolution took place worldwide continuously over the last couple of million years. This model was proposed in 1988 by Milford H. Wolpoff. In contrast, the \"out of Africa\" model proposed that modern H. sapiens speciated in Africa recently (that is, approximately 200,000 years ago) and the subsequent migration through Eurasia resulted in the nearly complete replacement of other Homo species. This model has been developed by Chris Stringer and Peter Andrews.",
"title": "History of study"
},
{
"paragraph_id": 98,
"text": "Sequencing mtDNA and Y-DNA sampled from a wide range of indigenous populations revealed ancestral information relating to both male and female genetic heritage, and strengthened the \"out of Africa\" theory and weakened the views of multiregional evolutionism. Aligned in genetic tree differences were interpreted as supportive of a recent single origin.",
"title": "History of study"
},
{
"paragraph_id": 99,
"text": "\"Out of Africa\" has thus gained much support from research using female mitochondrial DNA and the male Y chromosome. After analysing genealogy trees constructed using 133 types of mtDNA, researchers concluded that all were descended from a female African progenitor, dubbed Mitochondrial Eve. \"Out of Africa\" is also supported by the fact that mitochondrial genetic diversity is highest among African populations.",
"title": "History of study"
},
{
"paragraph_id": 100,
"text": "A broad study of African genetic diversity, headed by Sarah Tishkoff, found the San people had the greatest genetic diversity among the 113 distinct populations sampled, making them one of 14 \"ancestral population clusters\". The research also located a possible origin of modern human migration in southwestern Africa, near the coastal border of Namibia and Angola. The fossil evidence was insufficient for archaeologist Richard Leakey to resolve the debate about exactly where in Africa modern humans first appeared. Studies of haplogroups in Y-chromosomal DNA and mitochondrial DNA have largely supported a recent African origin. All the evidence from autosomal DNA also predominantly supports a Recent African origin. However, evidence for archaic admixture in modern humans, both in Africa and later, throughout Eurasia has recently been suggested by a number of studies.",
"title": "History of study"
},
{
"paragraph_id": 101,
"text": "Recent sequencing of Neanderthal and Denisovan genomes shows that some admixture with these populations has occurred. All modern human groups outside Africa have 1–4% or (according to more recent research) about 1.5–2.6% Neanderthal alleles in their genome, and some Melanesians have an additional 4–6% of Denisovan alleles. These new results do not contradict the \"out of Africa\" model, except in its strictest interpretation, although they make the situation more complex. After recovery from a genetic bottleneck that some researchers speculate might be linked to the Toba supervolcano catastrophe, a fairly small group left Africa and interbred with Neanderthals, probably in the Middle East, on the Eurasian steppe or even in North Africa before their departure. Their still predominantly African descendants spread to populate the world. A fraction in turn interbred with Denisovans, probably in southeastern Asia, before populating Melanesia. HLA haplotypes of Neanderthal and Denisova origin have been identified in modern Eurasian and Oceanian populations. The Denisovan EPAS1 gene has also been found in Tibetan populations. Studies of the human genome using machine learning have identified additional genetic contributions in Eurasians from an \"unknown\" ancestral population potentially related to the Neanderthal-Denisovan lineage.",
"title": "History of study"
},
{
"paragraph_id": 102,
"text": "There are still differing theories on whether there was a single exodus from Africa or several. A multiple dispersal model involves the Southern Dispersal theory, which has gained support in recent years from genetic, linguistic and archaeological evidence. In this theory, there was a coastal dispersal of modern humans from the Horn of Africa crossing the Bab el Mandib to Yemen at a lower sea level around 70,000 years ago. This group helped to populate Southeast Asia and Oceania, explaining the discovery of early human sites in these areas much earlier than those in the Levant. This group seems to have been dependent upon marine resources for their survival.",
"title": "History of study"
},
{
"paragraph_id": 103,
"text": "Stephen Oppenheimer has proposed a second wave of humans may have later dispersed through the Persian Gulf oases, and the Zagros mountains into the Middle East. Alternatively it may have come across the Sinai Peninsula into Asia, from shortly after 50,000 yrs BP, resulting in the bulk of the human populations of Eurasia. It has been suggested that this second group possibly possessed a more sophisticated \"big game hunting\" tool technology and was less dependent on coastal food sources than the original group. Much of the evidence for the first group's expansion would have been destroyed by the rising sea levels at the end of each glacial maximum. The multiple dispersal model is contradicted by studies indicating that the populations of Eurasia and the populations of Southeast Asia and Oceania are all descended from the same mitochondrial DNA L3 lineages, which support a single migration out of Africa that gave rise to all non-African populations.",
"title": "History of study"
},
{
"paragraph_id": 104,
"text": "On the basis of the early date of Badoshan Iranian Aurignacian, Oppenheimer suggests that this second dispersal may have occurred with a pluvial period about 50,000 years before the present, with modern human big-game hunting cultures spreading up the Zagros Mountains, carrying modern human genomes from Oman, throughout the Persian Gulf, northward into Armenia and Anatolia, with a variant travelling south into Israel and to Cyrenicia.",
"title": "History of study"
},
{
"paragraph_id": 105,
"text": "Recent genetic evidence suggests that all modern non-African populations, including those of Eurasia and Oceania, are descended from a single wave that left Africa between 65,000 and 50,000 years ago.",
"title": "History of study"
},
{
"paragraph_id": 106,
"text": "The evidence on which scientific accounts of human evolution are based comes from many fields of natural science. The main source of knowledge about the evolutionary process has traditionally been the fossil record, but since the development of genetics beginning in the 1970s, DNA analysis has come to occupy a place of comparable importance. The studies of ontogeny, phylogeny and especially evolutionary developmental biology of both vertebrates and invertebrates offer considerable insight into the evolution of all life, including how humans evolved. The specific study of the origin and life of humans is anthropology, particularly paleoanthropology which focuses on the study of human prehistory.",
"title": "Evidence"
},
{
"paragraph_id": 107,
"text": "The closest living relatives of humans are bonobos and chimpanzees (both genus Pan) and gorillas (genus Gorilla). With the sequencing of both the human and chimpanzee genome, as of 2012 estimates of the similarity between their DNA sequences range between 95% and 99%. By using the technique called the molecular clock which estimates the time required for the number of divergent mutations to accumulate between two lineages, the approximate date for the split between lineages can be calculated.",
"title": "Evidence"
},
{
"paragraph_id": 108,
"text": "The gibbons (family Hylobatidae) and then the orangutans (genus Pongo) were the first groups to split from the line leading to the hominins, including humans—followed by gorillas (genus Gorilla), and, ultimately, by the chimpanzees (genus Pan). The splitting date between hominin and chimpanzee lineages is placed by some between 4 to 8 million years ago, that is, during the Late Miocene. Speciation, however, appears to have been unusually drawn out. Initial divergence occurred sometime between 7 to 13 million years ago, but ongoing hybridization blurred the separation and delayed complete separation during several millions of years. Patterson (2006) dated the final divergence at 5 to 6 million years ago.",
"title": "Evidence"
},
{
"paragraph_id": 109,
"text": "Genetic evidence has also been employed to compare species within the genus Homo, investigating gene flow between early modern humans and Neanderthals, and to enhance the understanding of the early human migration patterns and splitting dates. By comparing the parts of the genome that are not under natural selection and which therefore accumulate mutations at a fairly steady rate, it is possible to reconstruct a genetic tree incorporating the entire human species since the last shared ancestor.",
"title": "Evidence"
},
{
"paragraph_id": 110,
"text": "Each time a certain mutation (single-nucleotide polymorphism) appears in an individual and is passed on to his or her descendants, a haplogroup is formed including all of the descendants of the individual who will also carry that mutation. By comparing mitochondrial DNA which is inherited only from the mother, geneticists have concluded that the last female common ancestor whose genetic marker is found in all modern humans, the so-called mitochondrial Eve, must have lived around 200,000 years ago.",
"title": "Evidence"
},
{
"paragraph_id": 111,
"text": "Human evolutionary genetics studies how human genomes differ among individuals, the evolutionary past that gave rise to them, and their current effects. Differences between genomes have anthropological, medical and forensic implications and applications. Genetic data can provide important insight into human evolution.",
"title": "Evidence"
},
{
"paragraph_id": 112,
"text": "In May 2023, scientists reported a more complicated pathway of human evolution than previously understood. According to the studies, humans evolved from different places and times in Africa, instead of from a single location and period of time.",
"title": "Evidence"
},
{
"paragraph_id": 113,
"text": "There is little fossil evidence for the divergence of the gorilla, chimpanzee and hominin lineages. The earliest fossils that have been proposed as members of the hominin lineage are Sahelanthropus tchadensis dating from 7 million years ago, Orrorin tugenensis dating from 5.7 million years ago, and Ardipithecus kadabba dating to 5.6 million years ago. Each of these have been argued to be a bipedal ancestor of later hominins but, in each case, the claims have been contested. It is also possible that one or more of these species are ancestors of another branch of African apes, or that they represent a shared ancestor between hominins and other apes.",
"title": "Evidence"
},
{
"paragraph_id": 114,
"text": "The question then of the relationship between these early fossil species and the hominin lineage is still to be resolved. From these early species, the australopithecines arose around 4 million years ago and diverged into robust (also called Paranthropus) and gracile branches, one of which (possibly A. garhi) probably went on to become ancestors of the genus Homo. The australopithecine species that is best represented in the fossil record is Australopithecus afarensis with more than 100 fossil individuals represented, found from Northern Ethiopia (such as the famous \"Lucy\"), to Kenya, and South Africa. Fossils of robust australopithecines such as Au. robustus (or alternatively Paranthropus robustus) and Au./P. boisei are particularly abundant in South Africa at sites such as Kromdraai and Swartkrans, and around Lake Turkana in Kenya.",
"title": "Evidence"
},
{
"paragraph_id": 115,
"text": "The earliest member of the genus Homo is Homo habilis which evolved around 2.8 million years ago. H. habilis is the first species for which we have positive evidence of the use of stone tools. They developed the Oldowan lithic technology, named after the Olduvai Gorge in which the first specimens were found. Some scientists consider Homo rudolfensis, a larger bodied group of fossils with similar morphology to the original H. habilis fossils, to be a separate species, while others consider them to be part of H. habilis—simply representing intraspecies variation, or perhaps even sexual dimorphism. The brains of these early hominins were about the same size as that of a chimpanzee, and their main adaptation was bipedalism as an adaptation to terrestrial living.",
"title": "Evidence"
},
{
"paragraph_id": 116,
"text": "During the next million years, a process of encephalization began and, by the arrival (about 1.9 million years ago) of H. erectus in the fossil record, cranial capacity had doubled. H. erectus were the first of the hominins to emigrate from Africa, and, from 1.8 to 1.3 million years ago, this species spread through Africa, Asia, and Europe. One population of H. erectus, also sometimes classified as separate species H. ergaster, remained in Africa and evolved into H. sapiens. It is believed that H. erectus and H. ergaster were the first to use fire and complex tools. In Eurasia, H. erectus evolved into species such as H. antecessor, H. heidelbergensis and H. neanderthalensis. The earliest fossils of anatomically modern humans are from the Middle Paleolithic, about 300–200,000 years ago such as the Herto and Omo remains of Ethiopia, Jebel Irhoud remains of Morocco, and Florisbad remains of South Africa; later fossils from the Skhul Cave in Israel and Southern Europe begin around 90,000 years ago (0.09 million years ago).",
"title": "Evidence"
},
{
"paragraph_id": 117,
"text": "As modern humans spread out from Africa, they encountered other hominins such as H. neanderthalensis and the Denisovans, who may have evolved from populations of H. erectus that had left Africa around 2 million years ago. The nature of interaction between early humans and these sister species has been a long-standing source of controversy, the question being whether humans replaced these earlier species or whether they were in fact similar enough to interbreed, in which case these earlier populations may have contributed genetic material to modern humans.",
"title": "Evidence"
},
{
"paragraph_id": 118,
"text": "This migration out of Africa is estimated to have begun about 70–50,000 years BP and modern humans subsequently spread globally, replacing earlier hominins either through competition or hybridization. They inhabited Eurasia and Oceania by 40,000 years BP, and the Americas by at least 14,500 years BP.",
"title": "Evidence"
},
{
"paragraph_id": 119,
"text": "The hypothesis of interbreeding, also known as hybridization, admixture or hybrid-origin theory, has been discussed ever since the discovery of Neanderthal remains in the 19th century. The linear view of human evolution began to be abandoned in the 1970s as different species of humans were discovered that made the linear concept increasingly unlikely. In the 21st century with the advent of molecular biology techniques and computerization, whole-genome sequencing of Neanderthal and human genome were performed, confirming recent admixture between different human species. In 2010, evidence based on molecular biology was published, revealing unambiguous examples of interbreeding between archaic and modern humans during the Middle Paleolithic and early Upper Paleolithic. It has been demonstrated that interbreeding happened in several independent events that included Neanderthals and Denisovans, as well as several unidentified hominins. Today, approximately 2% of DNA from all non-African populations (including Europeans, Asians, and Oceanians) is Neanderthal, with traces of Denisovan heritage. Also, 4–6% of modern Melanesian genetics are Denisovan. Comparisons of the human genome to the genomes of Neandertals, Denisovans and apes can help identify features that set modern humans apart from other hominin species. In a 2016 comparative genomics study, a Harvard Medical School/UCLA research team made a world map on the distribution and made some predictions about where Denisovan and Neanderthal genes may be impacting modern human biology.",
"title": "Evidence"
},
{
"paragraph_id": 120,
"text": "For example, comparative studies in the mid-2010s found several traits related to neurological, immunological, developmental, and metabolic phenotypes, that were developed by archaic humans to European and Asian environments and inherited to modern humans through admixture with local hominins.",
"title": "Evidence"
},
{
"paragraph_id": 121,
"text": "Although the narratives of human evolution are often contentious, several discoveries since 2010 show that human evolution should not be seen as a simple linear or branched progression, but a mix of related species. In fact, genomic research has shown that hybridization between substantially diverged lineages is the rule, not the exception, in human evolution. Furthermore, it is argued that hybridization was an essential creative force in the emergence of modern humans.",
"title": "Evidence"
},
{
"paragraph_id": 122,
"text": "Stone tools are first attested around 2.6 million years ago, when hominins in Eastern Africa used so-called core tools, choppers made out of round cores that had been split by simple strikes. This marks the beginning of the Paleolithic, or Old Stone Age; its end is taken to be the end of the last Ice Age, around 10,000 years ago. The Paleolithic is subdivided into the Lower Paleolithic (Early Stone Age), ending around 350,000–300,000 years ago, the Middle Paleolithic (Middle Stone Age), until 50,000–30,000 years ago, and the Upper Paleolithic, (Late Stone Age), 50,000–10,000 years ago.",
"title": "Evidence"
},
{
"paragraph_id": 123,
"text": "Archaeologists working in the Great Rift Valley in Kenya have discovered the oldest known stone tools in the world. Dated to around 3.3 million years ago, the implements are some 700,000 years older than stone tools from Ethiopia that previously held this distinction.",
"title": "Evidence"
},
{
"paragraph_id": 124,
"text": "The period from 700,000 to 300,000 years ago is also known as the Acheulean, when H. ergaster (or erectus) made large stone hand axes out of flint and quartzite, at first quite rough (Early Acheulian), later \"retouched\" by additional, more-subtle strikes at the sides of the flakes. After 350,000 BP the more refined so-called Levallois technique was developed, a series of consecutive strikes, by which scrapers, slicers (\"racloirs\"), needles, and flattened needles were made. Finally, after about 50,000 BP, ever more refined and specialized flint tools were made by the Neanderthals and the immigrant Cro-Magnons (knives, blades, skimmers). Bone tools were also made by H. sapiens in Africa by 90–70,000 years ago and are also known from early H. sapiens sites in Eurasia by about 50,000 years ago.",
"title": "Evidence"
},
{
"paragraph_id": 125,
"text": "This list is in chronological order across the table by genus. Some species/subspecies names are well-established, and some are less established – especially in genus Homo. Please see articles for more information.",
"title": "Species list"
}
]
| Human evolution is the evolutionary process within the history of primates that led to the emergence of Homo sapiens as a distinct species of the hominid family, which includes all the great apes. This process involved the gradual development of traits such as human bipedalism, dexterity and complex language, as well as interbreeding with other hominins, indicating that human evolution was not linear but weblike. The study of the orgins of humans, also called anthropogeny, anthropogenesis, or anthropogony, involves several scientific disciplines, including physical and evolutionary anthropology, paleontology, and genetics. Primates diverged from other mammals about 85 million years ago (mya), in the Late Cretaceous period, with their earliest fossils appearing over 55 mya, during the Paleocene. Primates produced successive clades leading to the ape superfamily, which gave rise to the hominid and the gibbon families; these diverged some 15–20 mya. African and Asian hominids diverged about 14 mya. Hominins parted from the Gorillini tribe (gorillas) between 8–9 mya; Australopithecine separated from the Pan genus 4–7 mya. The Homo genus is evidenced by the appearance of H. habilis over 2 mya, while anatomically modern humans emerged in Africa approximately 300,000 years ago. | 2001-12-27T22:27:20Z | 2023-12-28T23:37:52Z | [
"Template:Refbegin",
"Template:Apes",
"Template:For timeline",
"Template:Pad",
"Template:Cite web",
"Template:Cite encyclopedia",
"Template:Human timeline",
"Template:As of",
"Template:Blockquote",
"Template:Main",
"Template:Cvt",
"Template:Anchor",
"Template:Further",
"Template:Lang",
"Template:See also",
"Template:Sfn",
"Template:Cite press release",
"Template:Cite news",
"Template:Cbignore",
"Template:Div col end",
"Template:Reflist",
"Template:Commons category",
"Template:Cite AV media",
"Template:Human genetics",
"Template:Prehistoric technology",
"Template:C.",
"Template:Convert",
"Template:Evolutionary psychology",
"Template:Toclimit",
"Template:Webarchive",
"Template:Portal bar",
"Template:For",
"Template:Val",
"Template:Multiple image",
"Template:Citation",
"Template:Collapsible list",
"Template:Short description",
"Template:Use mdy dates",
"Template:Ma",
"Template:Div col",
"Template:Notelist",
"Template:Cite book",
"Template:Cite journal",
"Template:Page needed",
"Template:Mya",
"Template:Efn",
"Template:Human Evolution",
"Template:Authority control",
"Template:Harvp",
"Template:Refend"
]
| https://en.wikipedia.org/wiki/Human_evolution |
10,328 | Evliya Çelebi | Derviş Mehmed Zillî (25 March 1611 – 1682), known as Evliya Çelebi (Ottoman Turkish: اوليا چلبى), was an Ottoman explorer who travelled through the territory of the Ottoman Empire and neighboring lands during the empire's cultural zenith. He travelled for over 40 years, recording his commentary in a travelogue called the Seyahatnâme ("Book of Travel"). The name Çelebi is an honorific meaning "gentleman" or "man of God".
Evliya Çelebi was born in Istanbul in 1611 to a wealthy family from Kütahya. Both his parents were attached to the Ottoman court, his father, Derviş Mehmed Zilli, as a jeweller, and his mother as an Abkhazian relation of the grand vizier Melek Ahmed Pasha. In his book, Evliya Çelebi traces his paternal genealogy back to Ahmad Yasawi, the earliest known Turkic poet and an early Sufi mystic. Evliya Çelebi received a court education from the Imperial ulama (scholars). He may have joined the Gulshani Sufi order, as he shows an intimate knowledge of their khanqah in Cairo, and a graffito exists in which he referred to himself as Evliya-yı Gülşenî ("Evliya of the Gülşenî").
A devout Muslim opposed to fanaticism, Evliya could recite the Quran from memory and joked freely about Islam. Though employed as a clergyman and entertainer at the Imperial Court of Sultan Murad IV, Evliya refused employment that would keep him from travelling. Çelebi had studied vocal and instrumental music as a pupil of a renowned Khalwati dervish by the name of 'Umar Gulshani, and his musical gifts earned him much favor at the Imperial Palace, impressing even the chief musician Amir Guna. He was also trained in the theory of music called ilm al-musiqi.
His journal-writing began in Istanbul, with the taking of notes on buildings, markets, customs and culture, and in 1640 it was augmented with accounts of his travels beyond the confines of the city. The collected notes of his travels form a ten-volume work called the Seyahâtname ("Travelogue"). Departing from the Ottoman literary convention of the time, he wrote in a mixture of vernacular and high Turkish, with the effect that the Seyahatname has remained a popular and accessible reference work about life in the Ottoman Empire in the 17th century, including two chapters on musical instruments.
Evliya Çelebi died in 1684, it is unclear whether he was in Istanbul or Cairo at the time.
Çelebi claimed to have encountered Native Americans as a guest in Rotterdam during his visit of 1663. He wrote: "[they] cursed those priests, saying, 'Our world used to be peaceful, but it has been filled by greedy people, who make war every year and shorten our lives.'"
While visiting Vienna in 1665–66, Çelebi noted some similarities between words in German and Persian, an early observation of the relationship between what would later be known as two Indo-European languages.
Çelebi visited Crete and in book II describes the fall of Chania to the Sultan; in book VIII he recounts the Candia campaign.
During his travels in the Balkan regions of the Ottoman Empire Çelebi visited various regions of the modern-day Croatia including northern Dalmatia, parts of Slavonia, Međimurje and Banija. He recorded variety of historiographic and ethnographic sources. They included descriptions of first hand encounters, third party narrator witnesses and invented elements.
Çelebi traveled to Circassia as well, in 1640. He commented on the women's beauty and talked about the absence of mosques and bazaars despite being a Muslim country. He talks about the hospitality of Circassians and mentions that he could not write the Circassian language using letters, and compared the language to a "magpie shout".
Evliya Çelebi visited the town of Mostar, then in Ottoman Bosnia. He wrote that the name Mostar means "bridge-keeper", in reference to the town's celebrated bridge, 28 meters long and 20 meters high. Çelebi wrote that it "is like a rainbow arch soaring up to the skies, extending from one cliff to the other. ...I, a poor and miserable slave of Allah, have passed through 16 countries, but I have never seen such a high bridge. It is thrown from rock to rock as high as the sky."
Evliya Çelebi, who traveled around Anatolia and the Balkans in the 17th century, mentioned the northeast of Bulgaria as the Uz (Oğuz) region, and that a Turkish speaking Muslim society named Çıtak consisting of medium-sized, cheerful and strong people lived in Silistra, and also known as the "Dobruca Çitakları" in Dobruja. He also emphasizes that "Çıtaklar" is made up of a mixture of Tatars, Vlachs, and Bulgarians.
In 1660 Çelebi went to Kosovo and referred to the central part of the region as Arnavud (آرناوود) and noted that in Vushtrri its inhabitants were speakers of Albanian or Turkish and few spoke Bosnian. The highlands around the Tetovo, Peja and Prizren areas Çelebi considered as being the "mountains of Arnavudluk". Çelebi referred to the "mountains of Peja" as being in Arnavudluk (آرناوودلق) and considered the Ibar river that converged in Mitrovica as forming Kosovo's border with Bosnia. He viewed the "Kılab" or Llapi river as having its source in Arnavudluk (Albania) and by extension the Sitnica as being part of that river. Çelebi also included the central mountains of Kosovo within Arnavudluk.
Çelebi travelled extensively throughout Albania, visiting it on 3 occasions. He visited Tirana, Lezha, Shkodra and Bushat in 1662, Delvina, Gjirokastra, Tepelena, Skrapar, Përmet, Berat, Kanina, Vlora, Bashtova, Durrës, Kavaja, Peqin, Elbasan, Pogradec, Kavaja and Durrës in 1670.
In 1667 Çelebi expressed his marvel at the Parthenon's sculptures and described the building as "like some impregnable fortress not made by human agency." He composed a poetic supplication that the Parthenon, as "a work less of human hands than of Heaven itself, should remain standing for all time."
Of oil merchants in Baku Çelebi wrote: "By Allah's decree oil bubbles up out of the ground, but in the manner of hot springs, pools of water are formed with oil congealed on the surface like cream. Merchants wade into these pools and collect the oil in ladles and fill goatskins with it, these oil merchants then sell them in different regions. Revenues from this oil trade are delivered annually directly to the Safavid Shah."
Evliya Çelebi remarked on the impact of Cossack raids from Azak upon the territories of the Crimean Khanate, destroying trade routes and severely depopulating the regions. By the time of Çelebi's arrival, many of the towns visited were affected by the Cossacks, and the only place in Crimea he reported as safe was the Ottoman fortress at Arabat.
Çelebi wrote of the slave trade in the Crimea:
A man who had not seen this market, had not seen anything in this world. A mother is severed from her son and daughter there, a son—from his father and brother, and they are sold amongst lamentations, cries of help, weeping and sorrow.
Çelebi estimated that there were about 400,000 slaves in the Crimea but only 187,000 free Muslims.
In contrast to many European and some Jewish travelogues of Syria and Palestine in the 17th century, Çelebi wrote one of the few detailed travelogues from an Islamic point of view. Çelebi visited Palestine twice, once in 1649 and once in 1670–1. An English translation of the first part, with some passages from the second, was published in 1935–1940 by the self-taught Palestinian scholar Stephan Hanna Stephan who worked for the Palestine Department of Antiquities. Significant are the many references to Palestine, or "Land of Palestine", and Evliya notes, "All chronicles call this country Palestine."
Evliya reported that the sheriffs of Mecca promoted trade in the region by encouraging fairs from the wealthy merchants. Evliya went on to explain that a large amount of buying and selling occurred in Mecca during the pilgrimage season.
He wrote one of history's longest and most ambitious accounts of travel writing in any language, the Seyahatnâme. Although many of the descriptions in the Seyahatnâme were written in an exaggerated manner or were plainly inventive fiction or third-source misinterpretation, his notes remain a useful guide to the culture and lifestyles of the 17th century Ottoman Empire. The first volume deals exclusively with Istanbul, the final volume with Egypt.
Currently there is no English translation of the entire Seyahatnâme, although there are translations of various parts. The longest single English translation was published in 1834 by Joseph von Hammer-Purgstall, an Austrian orientalist: it may be found under the name "Evliya Efendi." Von Hammer-Purgstall's work covers the first two volumes (Istanbul and Anatolia) but its language is antiquated. Other translations include Erich Prokosch's nearly complete translation into German of the tenth volume, the 2004 introductory work entitled The World of Evliya Çelebi: An Ottoman Mentality written by Robert Dankoff, and Dankoff and Sooyong Kim's 2010 translation of select excerpts of the ten volumes, An Ottoman Traveller: Selections from the Book of Travels of Evliya Çelebi.
Evliya is noted for having collected samples of the languages in each region he traveled in. There are some 30 Turkic dialects and languages cataloged in the Seyahatnâme. Çelebi notes the similarities between several words from the German and Persian, though he denies any common Indo-European heritage. The Seyahatnâme also contains the first transcriptions of many languages of the Caucasus and Tsakonian, and the only extant specimens of written Ubykh outside the linguistic literature. He also wrote in detail about Arabian horses and their different strains.
In the 10 volumes of his Seyahatnâme, he describes the following journeys:
It is found in drainages in western Anatolia in Turkey. | [
{
"paragraph_id": 0,
"text": "Derviş Mehmed Zillî (25 March 1611 – 1682), known as Evliya Çelebi (Ottoman Turkish: اوليا چلبى), was an Ottoman explorer who travelled through the territory of the Ottoman Empire and neighboring lands during the empire's cultural zenith. He travelled for over 40 years, recording his commentary in a travelogue called the Seyahatnâme (\"Book of Travel\"). The name Çelebi is an honorific meaning \"gentleman\" or \"man of God\".",
"title": ""
},
{
"paragraph_id": 1,
"text": "Evliya Çelebi was born in Istanbul in 1611 to a wealthy family from Kütahya. Both his parents were attached to the Ottoman court, his father, Derviş Mehmed Zilli, as a jeweller, and his mother as an Abkhazian relation of the grand vizier Melek Ahmed Pasha. In his book, Evliya Çelebi traces his paternal genealogy back to Ahmad Yasawi, the earliest known Turkic poet and an early Sufi mystic. Evliya Çelebi received a court education from the Imperial ulama (scholars). He may have joined the Gulshani Sufi order, as he shows an intimate knowledge of their khanqah in Cairo, and a graffito exists in which he referred to himself as Evliya-yı Gülşenî (\"Evliya of the Gülşenî\").",
"title": "Life"
},
{
"paragraph_id": 2,
"text": "A devout Muslim opposed to fanaticism, Evliya could recite the Quran from memory and joked freely about Islam. Though employed as a clergyman and entertainer at the Imperial Court of Sultan Murad IV, Evliya refused employment that would keep him from travelling. Çelebi had studied vocal and instrumental music as a pupil of a renowned Khalwati dervish by the name of 'Umar Gulshani, and his musical gifts earned him much favor at the Imperial Palace, impressing even the chief musician Amir Guna. He was also trained in the theory of music called ilm al-musiqi.",
"title": "Life"
},
{
"paragraph_id": 3,
"text": "His journal-writing began in Istanbul, with the taking of notes on buildings, markets, customs and culture, and in 1640 it was augmented with accounts of his travels beyond the confines of the city. The collected notes of his travels form a ten-volume work called the Seyahâtname (\"Travelogue\"). Departing from the Ottoman literary convention of the time, he wrote in a mixture of vernacular and high Turkish, with the effect that the Seyahatname has remained a popular and accessible reference work about life in the Ottoman Empire in the 17th century, including two chapters on musical instruments.",
"title": "Life"
},
{
"paragraph_id": 4,
"text": "Evliya Çelebi died in 1684, it is unclear whether he was in Istanbul or Cairo at the time.",
"title": "Life"
},
{
"paragraph_id": 5,
"text": "Çelebi claimed to have encountered Native Americans as a guest in Rotterdam during his visit of 1663. He wrote: \"[they] cursed those priests, saying, 'Our world used to be peaceful, but it has been filled by greedy people, who make war every year and shorten our lives.'\"",
"title": "Travels"
},
{
"paragraph_id": 6,
"text": "While visiting Vienna in 1665–66, Çelebi noted some similarities between words in German and Persian, an early observation of the relationship between what would later be known as two Indo-European languages.",
"title": "Travels"
},
{
"paragraph_id": 7,
"text": "Çelebi visited Crete and in book II describes the fall of Chania to the Sultan; in book VIII he recounts the Candia campaign.",
"title": "Travels"
},
{
"paragraph_id": 8,
"text": "During his travels in the Balkan regions of the Ottoman Empire Çelebi visited various regions of the modern-day Croatia including northern Dalmatia, parts of Slavonia, Međimurje and Banija. He recorded variety of historiographic and ethnographic sources. They included descriptions of first hand encounters, third party narrator witnesses and invented elements.",
"title": "Travels"
},
{
"paragraph_id": 9,
"text": "Çelebi traveled to Circassia as well, in 1640. He commented on the women's beauty and talked about the absence of mosques and bazaars despite being a Muslim country. He talks about the hospitality of Circassians and mentions that he could not write the Circassian language using letters, and compared the language to a \"magpie shout\".",
"title": "Travels"
},
{
"paragraph_id": 10,
"text": "Evliya Çelebi visited the town of Mostar, then in Ottoman Bosnia. He wrote that the name Mostar means \"bridge-keeper\", in reference to the town's celebrated bridge, 28 meters long and 20 meters high. Çelebi wrote that it \"is like a rainbow arch soaring up to the skies, extending from one cliff to the other. ...I, a poor and miserable slave of Allah, have passed through 16 countries, but I have never seen such a high bridge. It is thrown from rock to rock as high as the sky.\"",
"title": "Travels"
},
{
"paragraph_id": 11,
"text": "Evliya Çelebi, who traveled around Anatolia and the Balkans in the 17th century, mentioned the northeast of Bulgaria as the Uz (Oğuz) region, and that a Turkish speaking Muslim society named Çıtak consisting of medium-sized, cheerful and strong people lived in Silistra, and also known as the \"Dobruca Çitakları\" in Dobruja. He also emphasizes that \"Çıtaklar\" is made up of a mixture of Tatars, Vlachs, and Bulgarians.",
"title": "Travels"
},
{
"paragraph_id": 12,
"text": "In 1660 Çelebi went to Kosovo and referred to the central part of the region as Arnavud (آرناوود) and noted that in Vushtrri its inhabitants were speakers of Albanian or Turkish and few spoke Bosnian. The highlands around the Tetovo, Peja and Prizren areas Çelebi considered as being the \"mountains of Arnavudluk\". Çelebi referred to the \"mountains of Peja\" as being in Arnavudluk (آرناوودلق) and considered the Ibar river that converged in Mitrovica as forming Kosovo's border with Bosnia. He viewed the \"Kılab\" or Llapi river as having its source in Arnavudluk (Albania) and by extension the Sitnica as being part of that river. Çelebi also included the central mountains of Kosovo within Arnavudluk.",
"title": "Travels"
},
{
"paragraph_id": 13,
"text": "Çelebi travelled extensively throughout Albania, visiting it on 3 occasions. He visited Tirana, Lezha, Shkodra and Bushat in 1662, Delvina, Gjirokastra, Tepelena, Skrapar, Përmet, Berat, Kanina, Vlora, Bashtova, Durrës, Kavaja, Peqin, Elbasan, Pogradec, Kavaja and Durrës in 1670.",
"title": "Travels"
},
{
"paragraph_id": 14,
"text": "In 1667 Çelebi expressed his marvel at the Parthenon's sculptures and described the building as \"like some impregnable fortress not made by human agency.\" He composed a poetic supplication that the Parthenon, as \"a work less of human hands than of Heaven itself, should remain standing for all time.\"",
"title": "Travels"
},
{
"paragraph_id": 15,
"text": "Of oil merchants in Baku Çelebi wrote: \"By Allah's decree oil bubbles up out of the ground, but in the manner of hot springs, pools of water are formed with oil congealed on the surface like cream. Merchants wade into these pools and collect the oil in ladles and fill goatskins with it, these oil merchants then sell them in different regions. Revenues from this oil trade are delivered annually directly to the Safavid Shah.\"",
"title": "Travels"
},
{
"paragraph_id": 16,
"text": "Evliya Çelebi remarked on the impact of Cossack raids from Azak upon the territories of the Crimean Khanate, destroying trade routes and severely depopulating the regions. By the time of Çelebi's arrival, many of the towns visited were affected by the Cossacks, and the only place in Crimea he reported as safe was the Ottoman fortress at Arabat.",
"title": "Travels"
},
{
"paragraph_id": 17,
"text": "Çelebi wrote of the slave trade in the Crimea:",
"title": "Travels"
},
{
"paragraph_id": 18,
"text": "A man who had not seen this market, had not seen anything in this world. A mother is severed from her son and daughter there, a son—from his father and brother, and they are sold amongst lamentations, cries of help, weeping and sorrow.",
"title": "Travels"
},
{
"paragraph_id": 19,
"text": "Çelebi estimated that there were about 400,000 slaves in the Crimea but only 187,000 free Muslims.",
"title": "Travels"
},
{
"paragraph_id": 20,
"text": "In contrast to many European and some Jewish travelogues of Syria and Palestine in the 17th century, Çelebi wrote one of the few detailed travelogues from an Islamic point of view. Çelebi visited Palestine twice, once in 1649 and once in 1670–1. An English translation of the first part, with some passages from the second, was published in 1935–1940 by the self-taught Palestinian scholar Stephan Hanna Stephan who worked for the Palestine Department of Antiquities. Significant are the many references to Palestine, or \"Land of Palestine\", and Evliya notes, \"All chronicles call this country Palestine.\"",
"title": "Travels"
},
{
"paragraph_id": 21,
"text": "Evliya reported that the sheriffs of Mecca promoted trade in the region by encouraging fairs from the wealthy merchants. Evliya went on to explain that a large amount of buying and selling occurred in Mecca during the pilgrimage season.",
"title": "Travels"
},
{
"paragraph_id": 22,
"text": "He wrote one of history's longest and most ambitious accounts of travel writing in any language, the Seyahatnâme. Although many of the descriptions in the Seyahatnâme were written in an exaggerated manner or were plainly inventive fiction or third-source misinterpretation, his notes remain a useful guide to the culture and lifestyles of the 17th century Ottoman Empire. The first volume deals exclusively with Istanbul, the final volume with Egypt.",
"title": "Seyahatnâme"
},
{
"paragraph_id": 23,
"text": "Currently there is no English translation of the entire Seyahatnâme, although there are translations of various parts. The longest single English translation was published in 1834 by Joseph von Hammer-Purgstall, an Austrian orientalist: it may be found under the name \"Evliya Efendi.\" Von Hammer-Purgstall's work covers the first two volumes (Istanbul and Anatolia) but its language is antiquated. Other translations include Erich Prokosch's nearly complete translation into German of the tenth volume, the 2004 introductory work entitled The World of Evliya Çelebi: An Ottoman Mentality written by Robert Dankoff, and Dankoff and Sooyong Kim's 2010 translation of select excerpts of the ten volumes, An Ottoman Traveller: Selections from the Book of Travels of Evliya Çelebi.",
"title": "Seyahatnâme"
},
{
"paragraph_id": 24,
"text": "Evliya is noted for having collected samples of the languages in each region he traveled in. There are some 30 Turkic dialects and languages cataloged in the Seyahatnâme. Çelebi notes the similarities between several words from the German and Persian, though he denies any common Indo-European heritage. The Seyahatnâme also contains the first transcriptions of many languages of the Caucasus and Tsakonian, and the only extant specimens of written Ubykh outside the linguistic literature. He also wrote in detail about Arabian horses and their different strains.",
"title": "Seyahatnâme"
},
{
"paragraph_id": 25,
"text": "In the 10 volumes of his Seyahatnâme, he describes the following journeys:",
"title": "Seyahatnâme"
},
{
"paragraph_id": 26,
"text": "It is found in drainages in western Anatolia in Turkey.",
"title": "Taxa named in his honor"
}
]
| Derviş Mehmed Zillî, known as Evliya Çelebi, was an Ottoman explorer who travelled through the territory of the Ottoman Empire and neighboring lands during the empire's cultural zenith. He travelled for over 40 years, recording his commentary in a travelogue called the Seyahatnâme. The name Çelebi is an honorific meaning "gentleman" or "man of God". | 2002-02-25T15:51:15Z | 2023-12-19T09:44:52Z | [
"Template:Cite book",
"Template:Cite journal",
"Template:Gutenberg",
"Template:Turkish Literature",
"Template:Islamic geography",
"Template:Citation needed",
"Template:Reflist",
"Template:ISBN",
"Template:Cite news",
"Template:Short description",
"Template:Lang",
"Template:Blockquote",
"Template:Main",
"Template:Cn",
"Template:Commons category",
"Template:Authority control",
"Template:Infobox person",
"Template:Lang-ota",
"Template:Cite web",
"Template:FishBase species"
]
| https://en.wikipedia.org/wiki/Evliya_%C3%87elebi |
10,331 | Ancient Egyptian religion | Ancient Egyptian religion was a complex system of polytheistic beliefs and rituals that formed an integral part of ancient Egyptian culture. It centered on the Egyptians' interactions with many deities believed to be present and in control of the world. About 1500 deities are known. Rituals such as prayer and offerings were provided to the gods to gain their favor. Formal religious practice centered on the pharaohs, the rulers of Egypt, believed to possess divine powers by virtue of their positions. They acted as intermediaries between their people and the gods, and were obligated to sustain the gods through rituals and offerings so that they could maintain Ma'at, the order of the cosmos, and repel Isfet, which was chaos. The state dedicated enormous resources to religious rituals and to the construction of temples.
Individuals could interact with the gods for their own purposes, appealing for help through prayer or compelling the gods to act through magic. These practices were distinct from, but closely linked with, the formal rituals and institutions. The popular religious tradition grew more prominent over the course of Egyptian history as the status of the pharaoh declined. Egyptian belief in the afterlife and the importance of funerary practices is evident in the great efforts made to ensure the survival of their souls after death – via the provision of tombs, grave goods and offerings to preserve the bodies and spirits of the deceased.
The religion had its roots in Egypt's prehistory and lasted for 3,500 years. The details of religious belief changed over time as the importance of particular gods rose and declined, and their intricate relationships shifted. At various times, certain gods became preeminent over the others, including the sun god Ra, the creator god Amun, and the mother goddess Isis. For a brief period, in the theology promulgated by the pharaoh Akhenaten, a single god, the Aten, replaced the traditional pantheon. Ancient Egyptian religion and mythology left behind many writings and monuments, along with significant influences on ancient and modern cultures.
The beliefs and rituals now referred to as "ancient Egyptian religion" were integral within every aspect of Egyptian culture thus the Egyptian language possessed no single term corresponding to the concept of religion. Ancient Egyptian religion consisted of a vast and varying set of beliefs and practices, linked by their common focus on the interaction between the world of humans and the world of the divine. The characteristics of the gods who populated the divine realm were inextricably linked to the Egyptians' understanding of the properties of the world in which they lived.
The Egyptians believed that the phenomena of nature were divine forces in and of themselves. These deified forces included the elements, animal characteristics, or abstract forces. The Egyptians believed in a pantheon of gods, which were involved in all aspects of nature and human society. Their religious practices were efforts to sustain and placate these phenomena and turn them to human advantage. This polytheistic system was very complex, as some deities were believed to exist in many different manifestations, and some had multiple mythological roles. Conversely, many natural forces, such as the sun, were associated with multiple deities. The diverse pantheon ranged from gods with vital roles in the universe to minor deities or "demons" with very limited or localized functions. It could include gods adopted from foreign cultures, and sometimes humans: deceased pharaohs were believed to be divine, and occasionally, distinguished commoners such as Imhotep also became deified.
The depictions of the gods in art were not meant as literal representations of how the gods might appear if they were visible, as the gods' true natures were believed to be mysterious. Instead, these depictions gave recognizable forms to the abstract deities by using symbolic imagery to indicate each god's role in nature. This iconography was not fixed, and many of the gods could be depicted in more than one form.
Many gods were associated with particular regions in Egypt where their cults were most important. However, these associations changed over time, and they did not mean that the god associated with a place had originated there. For instance, the god Montu was the original patron of the city of Thebes. Over the course of the Middle Kingdom, however, he was displaced in that role by Amun, who may have arisen elsewhere. The national popularity and importance of individual gods fluctuated in a similar way.
Deities had complex interrelationships, which partly reflected the interaction of the forces they represented. The Egyptians often grouped gods together to reflect these relationships. One of the more common combinations was a family triad consisting of a father, mother, and child, who were worshipped together. Some groups had wide-ranging importance. One such group, the Ennead, assembled nine deities into a theological system that was involved in the mythological areas of creation, kingship, and the afterlife.
The relationships between deities could also be expressed in the process of syncretism, in which two or more different gods were linked to form a composite deity. This process was a recognition of the presence of one god "in" another when the second god took on a role belonging to the first. These links between deities were fluid, and did not represent the permanent merging of two gods into one; therefore, some gods could develop multiple syncretic connections. Sometimes, syncretism combined deities with very similar characteristics. At other times, it joined gods with very different natures, as when Amun, the god of hidden power, was linked with Ra, the god of the sun. The resulting god, Amun-Ra, thus united the power that lay behind all things with the greatest and most visible force in nature.
Many deities could be given epithets that seem to indicate that they were greater than any other god, suggesting some kind of unity beyond the multitude of natural forces. This is particularly true of a few gods who, at various points, rose to supreme importance in Egyptian religion. These included the royal patron Horus, the sun-god Ra, and the mother-goddess Isis. During the New Kingdom (c. 1550–c. 1070 BC), Amun held this position. The theology of the period described in particular detail Amun's presence in and rule over all things, so that he, more than any other deity, embodied the all-encompassing power of the divine.
The Egyptian conception of the universe centered on Ma'at, a word that encompasses several concepts in English, including "truth", "justice", and "order". It was the fixed, eternal order of the universe, both in the cosmos and in human society, and was often personified as a goddess. It had existed since the creation of the world, and without it the world would lose its cohesion. In Egyptian belief, Ma'at was constantly under threat from the forces of disorder, so all of society was required to maintain it. On the human level this meant that all members of society should cooperate and coexist; on the cosmic level it meant that all of the forces of nature—the gods—should continue to function in balance. This latter goal was central to Egyptian religion. The Egyptians sought to maintain Ma'at in the cosmos by sustaining the gods through offerings and by performing rituals which staved off disorder and perpetuated the cycles of nature.
The most important part of the Egyptian view of the cosmos was the conception of time, which was greatly concerned with the maintenance of Ma'at. Throughout the linear passage of time, a cyclical pattern recurred, in which Ma'at was renewed by periodic events which echoed the original creation. Among these events were the annual Nile flood and the succession from one king to another, but the most important was the daily journey of the sun god Ra.
When thinking of the shape of the cosmos, the Egyptians saw the earth as a flat expanse of land, personified by the god Geb, over which arched the sky goddess Nut. The two were separated by Shu, the god of air. Beneath the Earth lay a parallel underworld and undersky, and beyond the skies lay the infinite expanse of Nu, the chaos and primordial watery abyss that had existed before creation. The Egyptians also believed in a place called the Duat, a mysterious region associated with death and rebirth, that may have lain in the underworld or in the sky. Each day, Ra traveled over the earth across the underside of the sky, and at night he passed through the Duat to be reborn at dawn.
In Egyptian belief, this cosmos was inhabited by three types of sentient beings: one was the gods; another was the spirits of deceased humans, who existed in the divine realm and possessed many of the gods' abilities; living humans were the third category, and the most important among them was the pharaoh, who bridged the human and divine realms.
Egyptologists have long debated the degree to which the pharaoh was considered a god. It seems most likely that the Egyptians viewed royal authority itself as a divine force. Therefore, although the Egyptians recognized that the pharaoh was human and subject to human weakness, they simultaneously viewed him as a god, because the divine power of kingship was incarnated in him. He therefore acted as intermediary between Egypt's people and the gods. He was key to upholding Ma'at, both by maintaining justice and harmony in human society and by sustaining the gods with temples and offerings. For these reasons, he oversaw all state religious activity. However, the pharaoh's real-life influence and prestige could differ from his portrayal in official writings and depictions, and beginning in the late New Kingdom his religious importance declined drastically.
The king was also associated with many specific deities. He was identified directly with Horus, who represented kingship itself, and he was seen as the son of Ra, who ruled and regulated nature as the pharaoh ruled and regulated society. By the New Kingdom he was also associated with Amun, the supreme force in the cosmos. Upon his death, the king became fully deified. In this state, he was directly identified with Ra, and was also associated with Osiris, god of death and rebirth and the mythological father of Horus. Many mortuary temples were dedicated to the worship of deceased pharaohs as gods.
The elaborate beliefs about death and the afterlife reinforced the Egyptians theology in humans possessions a ka, or life-force, which left the body at the point of death. In life, the ka received its sustenance from food and drink, so it was believed that, to endure after death, the ka must continue to receive offerings of food, whose spiritual essence it could still consume. Each person also had a ba, the set of spiritual characteristics unique to each individual. Unlike the ka, the ba remained attached to the body after death. Egyptian funeral rituals were intended to release the ba from the body so that it could move freely, and to rejoin it with the ka so that it could live on as an akh. However, it was also important that the body of the deceased be preserved, as the Egyptians believed that the ba returned to its body each night to receive new life, before emerging in the morning as an akh.
In early times the deceased pharaoh was believed to ascend to the sky and dwell among the stars. Over the course of the Old Kingdom (c. 2686–2181 BC), however, he came to be more closely associated with the daily rebirth of the sun god Ra and with the underworld ruler Osiris as those deities grew more important.
In the fully developed afterlife beliefs of the New Kingdom, the soul had to avoid a variety of supernatural dangers in the Duat, before undergoing a final judgement, known as the "Weighing of the Heart", carried out by Osiris and by the Assessors of Ma'at. In this judgement, the gods compared the actions of the deceased while alive (symbolized by the heart) to the feather of Ma'at, to determine whether he or she had behaved in accordance with Ma'at. If the deceased was judged worthy, his or her ka and ba were united into an akh. Several beliefs coexisted about the akh's destination. Often the dead were said to dwell in the realm of Osiris, a lush and pleasant land in the underworld. The solar vision of the afterlife, in which the deceased soul traveled with Ra on his daily journey, was still primarily associated with royalty, but could extend to other people as well. Over the course of the Middle and New Kingdoms, the notion that the akh could also travel in the world of the living, and to some degree magically affect events there, became increasingly prevalent.
During the New Kingdom the pharaoh Akhenaten abolished the official worship of other gods in favor of the sun-disk Aten. This is often seen as the first instance of true monotheism in history, although the details of Atenist theology are still unclear and the suggestion that it was monotheistic is disputed. The exclusion of all but one god from worship was a radical departure from Egyptian tradition and some see Akhenaten as a practitioner of monolatry or henotheism rather than monotheism, as he did not actively deny the existence of other gods; he simply refrained from worshipping any but the Aten. Under Akhenaten's successors Egypt reverted to its traditional religion, and Akhenaten himself came to be reviled as a heretic.
While the Egyptians had no unified religious scripture, they produced many religious writings of various types. Together the disparate texts provide an extensive, but still incomplete, understanding of Egyptian religious practices and beliefs.
Egyptian myths were stories intended to illustrate and explain the gods' actions and roles in nature. The details of the events they recounted could change to convey different symbolic perspectives on the mysterious divine events they described, so many myths exist in different and conflicting versions. Mythical narratives were rarely written in full, and more often texts only contain episodes from or allusions to a larger myth. Knowledge of Egyptian mythology, therefore, is derived mostly from hymns that detail the roles of specific deities, from ritual and magical texts which describe actions related to mythic events, and from funerary texts which mention the roles of many deities in the afterlife. Some information is also provided by allusions in secular texts. Finally, Greeks and Romans such as Plutarch recorded some of the extant myths late in Egyptian history.
Among the significant Egyptian myths were the creation myths. According to these stories, the world emerged as a dry space in the primordial ocean of chaos. Because the sun is essential to life on earth, the first rising of Ra marked the moment of this emergence. Different forms of the myth describe the process of creation in various ways: a transformation of the primordial god Atum into the elements that form the world, as the creative speech of the intellectual god Ptah, and as an act of the hidden power of Amun. Regardless of these variations, the act of creation represented the initial establishment of Ma'at and the pattern for the subsequent cycles of time.
The most important of all Egyptian myths was the Osiris myth. It tells of the divine ruler Osiris, who was murdered by his jealous brother Set, a god often associated with chaos. Osiris' sister and wife Isis resurrected him so that he could conceive an heir, Horus. Osiris then entered the underworld and became the ruler of the dead. Once grown, Horus fought and defeated Set to become king himself. Set's association with chaos, and the identification of Osiris and Horus as the rightful rulers, provided a rationale for pharaonic succession and portrayed the pharaohs as the upholders of order. At the same time, Osiris' death and rebirth were related to the Egyptian agricultural cycle, in which crops grew in the wake of the Nile inundation, and provided a template for the resurrection of human souls after death.
Another important mythic motif was the journey of Ra through the Duat each night. In the course of this journey, Ra met with Osiris, who again acted as an agent of regeneration, so that his life was renewed. He also fought each night with Apep, a serpentine god representing chaos. The defeat of Apep and the meeting with Osiris ensured the rising of the sun the next morning, an event that represented rebirth and the victory of order over chaos.
The procedures for religious rituals were frequently written on papyri, which were used as instructions for those performing the ritual. These ritual texts were kept mainly in the temple libraries. Temples themselves are also inscribed with such texts, often accompanied by illustrations. Unlike the ritual papyri, these inscriptions were not intended as instructions, but were meant to symbolically perpetuate the rituals even if, in reality, people ceased to perform them. Magical texts likewise describe rituals, although these rituals were part of the spells used for specific goals in everyday life. Despite their mundane purpose, many of these texts also originated in temple libraries and later became disseminated among the general populace.
The Egyptians produced numerous prayers and hymns, written in the form of poetry. Hymns and prayers follow a similar structure and are distinguished mainly by the purposes they serve. Hymns were written to praise particular deities. Like ritual texts, they were written on papyri and on temple walls, and they were probably recited as part of the rituals they accompany in temple inscriptions. Most are structured according to a set literary formula, designed to expound on the nature, aspects, and mythological functions of a given deity. They tend to speak more explicitly about fundamental theology than other Egyptian religious writings, and became particularly important in the New Kingdom, a period of particularly active theological discourse. Prayers follow the same general pattern as hymns, but address the relevant god in a more personal way, asking for blessings, help, or forgiveness for wrongdoing. Such prayers are rare before the New Kingdom, indicating that in earlier periods such direct personal interaction with a deity was not believed possible, or at least was less likely to be expressed in writing. They are known mainly from inscriptions on statues and stelae left in sacred sites as votive offerings.
Among the most significant and extensively preserved Egyptian writings are funerary texts designed to ensure that deceased souls reached a pleasant afterlife. The earliest of these are the Pyramid Texts. They are a loose collection of hundreds of spells inscribed on the walls of royal pyramids during the Old Kingdom, intended to magically provide pharaohs with the means to join the company of the gods in the afterlife. The spells appear in differing arrangements and combinations, and few of them appear in all of the pyramids.
At the end of the Old Kingdom a new body of funerary spells, which included material from the Pyramid Texts, began appearing in tombs, inscribed primarily on coffins. This collection of writings is known as the Coffin Texts, and was not reserved for royalty, but appeared in the tombs of non-royal officials. In the New Kingdom, several new funerary texts emerged, of which the best-known is the Book of the Dead. Unlike the earlier books, it often contains extensive illustrations, or vignettes. The book was copied on papyrus and sold to commoners to be placed in their tombs.
The Coffin Texts included sections with detailed descriptions of the underworld and instructions on how to overcome its hazards. In the New Kingdom, this material gave rise to several "books of the netherworld", including the Book of Gates, the Book of Caverns, and the Amduat. Unlike the loose collections of spells, these netherworld books are structured depictions of Ra's passage through the Duat, and by analogy, the journey of the deceased person's soul through the realm of the dead. They were originally restricted to pharaonic tombs, but in the Third Intermediate Period they came to be used more widely.
Temples existed from the beginning of Egyptian history, and at the height of the civilization they were present in most of its towns. They included both mortuary temples to serve the spirits of deceased pharaohs and temples dedicated to patron gods, although the distinction was blurred because divinity and kingship were so closely intertwined. The temples were not primarily intended as places for worship by the general populace, and the common people had a complex set of religious practices of their own. Instead, the state-run temples served as houses for the gods, in which physical images which served as their intermediaries were cared for and provided with offerings. This service was believed to be necessary to sustain the gods, so that they could in turn maintain the universe itself. Thus, temples were central to Egyptian society, and vast resources were devoted to their upkeep, including both donations from the monarchy and large estates of their own. Pharaohs often expanded them as part of their obligation to honor the gods, so that many temples grew to enormous size. However, not all gods had temples dedicated to them, as many gods who were important in official theology received only minimal worship, and many household gods were the focus of popular veneration rather than temple ritual.
The earliest Egyptian temples were small, impermanent structures, but through the Old and Middle Kingdoms their designs grew more elaborate, and they were increasingly built out of stone. In the New Kingdom, a basic temple layout emerged, which had evolved from common elements in Old and Middle Kingdom temples. With variations, this plan was used for most of the temples built from then on, and most of those that survive today adhere to it. In this standard plan, the temple was built along a central processional way that led through a series of courts and halls to the sanctuary, which held a statue of the temple's god. Access to this most sacred part of the temple was restricted to the pharaoh and the highest-ranking priests. The journey from the temple entrance to the sanctuary was seen as a journey from the human world to the divine realm, a point emphasized by the complex mythological symbolism present in temple architecture. Well beyond the temple building proper was the outermost wall. Between the two lay many subsidiary buildings, including workshops and storage areas to supply the temple's needs, and the library where the temple's sacred writings and mundane records were kept, and which also served as a center of learning on a multitude of subjects.
Theoretically it was the duty of the pharaoh to carry out temple rituals, as he was Egypt's official representative to the gods. In reality, ritual duties were almost always carried out by priests. During the Old and Middle Kingdoms, there was no separate class of priests; instead, many government officials served in this capacity for several months out of the year before returning to their secular duties. Only in the New Kingdom did professional priesthood become widespread, although most lower-ranking priests were still part-time. All were still employed by the state, and the pharaoh had final say in their appointments. However, as the wealth of the temples grew, the influence of their priesthoods increased, until it rivaled that of the pharaoh. In the political fragmentation of the Third Intermediate Period (c. 1070–664 BC), the high priests of Amun at Karnak even became the effective rulers of Upper Egypt. The temple staff also included many people other than priests, such as musicians and chanters in temple ceremonies. Outside the temple were artisans and other laborers who helped supply the temple's needs, as well as farmers who worked on temple estates. All were paid with portions of the temple's income. Large temples were therefore very important centers of economic activity, sometimes employing thousands of people.
State religious practice included both temple rituals involved in the cult of a deity, and ceremonies related to divine kingship. Among the latter were coronation ceremonies and the Sed festival, a ritual renewal of the pharaoh's strength that took place periodically during his reign. There were numerous temple rituals, including rites that took place across the country and rites limited to single temples or to the temples of a single god. Some were performed daily, while others took place annually or on rare occasions. The most common temple ritual was the morning offering ceremony, performed daily in temples across Egypt. In it, a high-ranking priest, or occasionally the pharaoh, washed, anointed, and elaborately dressed the god's statue before presenting it with offerings. Afterward, when the god had consumed the spiritual essence of the offerings, the items themselves were taken to be distributed among the priests.
The less frequent temple rituals, or festivals, were still numerous, with dozens occurring every year. These festivals often entailed actions beyond simple offerings to the gods, such as reenactments of particular myths or the symbolic destruction of the forces of disorder. Most of these events were probably celebrated only by the priests and took place only inside the temple. However, the most important temple festivals, like the Opet Festival celebrated at Karnak, usually involved a procession carrying the god's image out of the sanctuary in a model barque to visit other significant sites, such as the temple of a related deity. Commoners gathered to watch the procession and sometimes received portions of the unusually large offerings given to the gods on these occasions.
At many sacred sites, the Egyptians worshipped individual animals which they believed to be manifestations of particular deities. These animals were selected based on specific sacred markings which were believed to indicate their fitness for the role. Some of these cult animals retained their positions for the rest of their lives, as with the Apis bull worshipped in Memphis as a manifestation of Ptah. Other animals were selected for much shorter periods. These cults grew more popular in later times, and many temples began raising stocks of such animals from which to choose a new divine manifestation. A separate practice developed in the Twenty-sixth Dynasty, when people began mummifying any member of a particular animal species as an offering to the god whom the species represented. Millions of mummified cats, birds, and other creatures were buried at temples honoring Egyptian deities. Worshippers paid the priests of a particular deity to obtain and mummify an animal associated with that deity, and the mummy was placed in a cemetery near the god's cult center.
The Egyptians used oracles to ask the gods for knowledge or guidance. Egyptian oracles are known mainly from the New Kingdom and afterward, though they probably appeared much earlier. People of all classes, including the king, asked questions of oracles. The most common means of consulting an oracle was to pose a question to the divine image while it was being carried in a festival procession, and interpret an answer from the barque's movements. Other methods included interpreting the behavior of cult animals, drawing lots, or consulting statues through which a priest apparently spoke. The means of discerning the god's will gave great influence to the priests who spoke and interpreted the god's message.
While the state cults were meant to preserve the stability of the Egyptian world, lay individuals had their own religious practices that related more directly to daily life. This popular religion left less evidence than the official cults, and because this evidence was mostly produced by the wealthiest portion of the Egyptian population, it is uncertain to what degree it reflects the practices of the populace as a whole.
Popular religious practice included ceremonies marking important transitions in life. These included birth, because of the danger involved in the process, and naming, because the name was held to be a crucial part of a person's identity. The most important of these ceremonies were those surrounding death, because they ensured the soul's survival beyond it. Other religious practices sought to discern the gods' will or seek their knowledge. These included the interpretation of dreams, which could be seen as messages from the divine realm, and the consultation of oracles. People also sought to affect the gods' behavior to their own benefit through magical rituals.
Individual Egyptians also prayed to gods and gave them private offerings. Evidence of this type of personal piety is sparse before the New Kingdom. This is probably due to cultural restrictions on depiction of nonroyal religious activity, which relaxed during the Middle and New Kingdoms. Personal piety became still more prominent in the late New Kingdom, when it was believed that the gods intervened directly in individual lives, punishing wrongdoers and saving the pious from disaster. Official temples were important venues for private prayer and offering, even though their central activities were closed to laypeople. Egyptians frequently donated goods to be offered to the temple deity and objects inscribed with prayers to be placed in temple courts. Often they prayed in person before temple statues or in shrines set aside for their use. Yet in addition to temples, the populace also used separate local chapels, smaller but more accessible than the formal temples. These chapels were very numerous and probably staffed by members of the community. Households, too, often had their own small shrines for offering to gods or deceased relatives.
The deities invoked in these situations differed somewhat from those at the center of state cults. Many of the important popular deities, such as the fertility goddess Taweret and the household protector Bes, had no temples of their own. However, many other gods, including Amun and Osiris, were very important in both popular and official religion. Some individuals might be particularly devoted to a single god. Often they favored deities affiliated with their own region, or with their role in life. The god Ptah, for instance, was particularly important in his cult center of Memphis, but as the patron of craftsmen he received the nationwide veneration of many in that occupation.
The word "magic" is normally used to translate the Egyptian term heka, which meant, as James P. Allen puts it, "the ability to make things happen by indirect means".
Heka was believed to be a natural phenomenon, the force which was used to create the universe and which the gods employed to work their will. Humans could also use it, and magical practices were closely intertwined with religion. In fact, even the regular rituals performed in temples were counted as magical. Individuals also frequently employed magical techniques for personal purposes. Although these ends could be harmful to other people, no form of magic was considered inimical in itself. Instead, magic was seen primarily as a way for humans to prevent or overcome negative events.
Magic was closely associated with the priesthood. Because temple libraries contained numerous magical texts, great magical knowledge was ascribed to the lector priests, who studied these texts. These priests often worked outside their temples, hiring out their magical services to laymen. Other professions also commonly employed magic as part of their work, including doctors, scorpion-charmers, and makers of magical amulets. It is also possible that the peasantry used simple magic for their own purposes, but because this magical knowledge would have been passed down orally, there is limited evidence of it.
Language was closely linked with heka, to such a degree that Thoth, the god of writing, was sometimes said to be the inventor of heka. Therefore, magic frequently involved written or spoken incantations, although these were usually accompanied by ritual actions. Often these rituals invoked an appropriate deity to perform the desired action, using the power of heka to compel the deity to act. Sometimes this entailed casting the practitioner or subject of a ritual in the role of a character in mythology, thus inducing the god to act toward that person as it had in the myth.
Rituals also employed sympathetic magic, using objects believed to have a magically significant resemblance to the subject of the rite. The Egyptians also commonly used objects believed to be imbued with heka of their own, such as the magically protective amulets worn in great numbers by ordinary Egyptians.
Because it was considered necessary for the survival of the soul, preservation of the body was a central part of Egyptian funerary practices. Originally the Egyptians buried their dead in the desert, where the arid conditions mummified the body naturally. In the Early Dynastic Period, however, they began using tombs for greater protection, and the body was insulated from the desiccating effect of the sand and was subject to natural decay. Thus, the Egyptians developed their elaborate embalming practices, in which the corpse was artificially desiccated and wrapped to be placed in its coffin. The quality of the process varied according to cost, however, and those who could not afford it were still buried in desert graves.
Once the mummification process was complete, the mummy was carried from the deceased person's house to the tomb in a funeral procession that included his or her relatives and friends, along with a variety of priests. Before the burial, these priests performed several rituals, including the Opening of the mouth ceremony intended to restore the dead person's senses and give him or her the ability to receive offerings. Then the mummy was buried and the tomb sealed. Afterwards, relatives or hired priests gave food offerings to the deceased in a nearby mortuary chapel at regular intervals. Over time, families inevitably neglected offerings to long-dead relatives, so most mortuary cults only lasted one or two generations. However, while the cult lasted, the living sometimes wrote letters asking deceased relatives for help, in the belief that the dead could affect the world of the living as the gods did.
The first Egyptian tombs were mastabas, rectangular brick structures where kings and nobles were entombed. Each of them contained a subterranean burial chamber and a separate, above ground chapel for mortuary rituals. In the Old Kingdom the mastaba developed into the pyramid, which symbolized the primeval mound of Egyptian myth. Pyramids were reserved for royalty, and were accompanied by large mortuary temples sitting at their base. Middle Kingdom pharaohs continued to build pyramids, but the popularity of mastabas waned. Increasingly, commoners with sufficient means were buried in rock-cut tombs with separate mortuary chapels nearby, an approach which was less vulnerable to tomb robbery. By the beginning of the New Kingdom even the pharaohs were buried in such tombs, and they continued to be used until the decline of the religion itself.
Tombs could contain a great variety of other items, including statues of the deceased to serve as substitutes for the body in case it was damaged. Because it was believed that the deceased would have to do work in the afterlife, just as in life, burials often included small models of humans to do work in place of the deceased. Human sacrifices found in early royal tombs were probably meant to serve the pharaoh in his afterlife.
The tombs of wealthier individuals could also contain furniture, clothing, and other everyday objects intended for use in the afterlife, along with amulets and other items intended to provide magical protection against the hazards of the spirit world. Further protection was provided by funerary texts included in the burial. The tomb walls also bore artwork, such as images of the deceased eating food that were believed to allow him or her to magically receive sustenance even after the mortuary offerings had ceased.
The beginnings of Egyptian religion extend into prehistory, though evidence for them comes only from the sparse and ambiguous archaeological record. Careful burials during the Predynastic period imply that the people of this time believed in some form of an afterlife. At the same time, animals were ritually buried, a practice which may reflect the development of zoomorphic deities like those found in the later religion. The evidence is less clear for gods in human form, and this type of deity may have emerged more slowly than those in animal shape. Each region of Egypt originally had its own patron deity, but it is likely that as these small communities conquered or absorbed each other, the god of the defeated area was either incorporated into the other god's mythology or entirely subsumed by it. This resulted in a complex pantheon in which some deities remained only locally important while others developed more universal significance.
Archaeological data has suggested that the Egyptian religious system had close, cultural affinities with Eastern African populations and arose from an African substratum rather than deriving from the Mesopotamian or Mediterranean regions.
The Early Dynastic Period began with the unification of Egypt around 3000 BC. This event transformed Egyptian religion, as some deities rose to national importance and the cult of the divine pharaoh became the central focus of religious activity. Horus was identified with the king, and his cult center in the Upper Egyptian city of Nekhen was among the most important religious sites of the period. Another important center was Abydos, where the early rulers built large funerary complexes.
During the Old Kingdom, the priesthoods of the major deities attempted to organize the complicated national pantheon into groups linked by their mythology and worshipped in a single cult center, such as the Ennead of Heliopolis, which linked important deities such as Atum, Ra, Osiris, and Set in a single creation myth. Meanwhile, pyramids, accompanied by large mortuary temple complexes, replaced mastabas as the tombs of pharaohs. In contrast with the great size of the pyramid complexes, temples to gods remained comparatively small, suggesting that official religion in this period emphasized the cult of the divine king more than the direct worship of deities. The funerary rituals and architecture of this time greatly influenced the more elaborate temples and rituals used in worshipping the gods in later periods.
The Ancient Egyptians regarded the sun as a powerful life force. The sun god Ra had been worshipped from the Early Dynastic period (3100–2686 BCE), but it was not until the Old Kingdom (2686–2181 BCE), when Ra became the dominant figure in the Egyptian pantheon, that the Sun Cult took power. Early in the Old Kingdom, Ra grew in influence, and his cult center at Heliopolis became the nation's most important religious site. By the Fifth Dynasty, Ra was the most prominent god in Egypt and had developed the close links with kingship and the afterlife that he retained for the rest of Egyptian history. Around the same time, Osiris became an important afterlife deity. The Pyramid Texts, first written at this time, reflect the prominence of the solar and Osirian concepts of the afterlife, although they also contain remnants of much older traditions. The texts are an extremely important source for understanding early Egyptian theology.
Symbols such as the 'winged disc' took on new features. Originally, the solar disk with the wings of a hawk was originally the symbol of Horus and associated with his cult in the Delta town of Behdet. The sacred cobras were added on either side of the disc during the Old Kingdom. The winged disc had protective significance and was found on temple ceilings and ceremonial entrances.
In the 22nd century BC, the Old Kingdom collapsed into the disorder of the First Intermediate Period. Eventually, rulers from Thebes reunified the Egyptian nation in the Middle Kingdom (c. 2055–1650 BC). These Theban pharaohs initially promoted their patron god Montu to national importance, but during the Middle Kingdom, he was eclipsed by the rising popularity of Amun. In this new Egyptian state, personal piety grew more important and was expressed more freely in writing, a trend that continued in the New Kingdom.
The Middle Kingdom crumbled in the Second Intermediate Period (c. 1650–1550 BC), but the country was again reunited by Theban rulers, who became the first pharaohs of the New Kingdom. Under the new regime, Amun became the supreme state god. He was syncretized with Ra, the long-established patron of kingship and his temple at Karnak in Thebes became Egypt's most important religious center. Amun's elevation was partly due to the great importance of Thebes, but it was also due to the increasingly professional priesthood. Their sophisticated theological discussion produced detailed descriptions of Amun's universal power.
Increased contact with outside peoples in this period led to the adoption of many Near Eastern deities into the pantheon. At the same time, the subjugated Nubians absorbed Egyptian religious beliefs, and in particular, adopted Amun as their own.
The New Kingdom religious order was disrupted when Akhenaten acceded, and replaced Amun with the Aten as the state god. Eventually, he eliminated the official worship of most other gods and moved Egypt's capital to a new city at Amarna. This part of Egyptian history, the Amarna Period, is named after this. In doing so, Akhenaten claimed unprecedented status: only he could worship the Aten, and the populace directed their worship toward him. The Atenist system lacked well-developed mythology and afterlife beliefs, and the Aten seemed distant and impersonal, so the new order did not appeal to ordinary Egyptians. Thus, many probably continued to worship the traditional gods in private. Nevertheless, the withdrawal of state support for the other deities severely disrupted Egyptian society. Akhenaten's successors restored the traditional religious system, and eventually, they dismantled all Atenist monuments.
Before the Amarna Period, popular religion had trended toward more personal relationships between worshippers and their gods. Akhenaten's changes had reversed this trend, but once the traditional religion was restored, there was a backlash. The populace began to believe that the gods were much more directly involved in daily life. Amun, the supreme god, was increasingly seen as the final arbiter of human destiny, the true ruler of Egypt. The pharaoh was correspondingly more human and less divine. The importance of oracles as a means of decision-making grew, as did the wealth and influence of the oracles' interpreters, the priesthood. These trends undermined the traditional structure of society and contributed to the breakdown of the New Kingdom.
In the 1st millennium BC, Egypt was significantly weaker than in earlier times, and in several periods foreigners seized the country and assumed the position of pharaoh. The importance of the pharaoh continued to decline, and the emphasis on popular piety continued to increase. Animal cults, a characteristically Egyptian form of worship, became increasingly popular in this period, possibly as a response to the uncertainty and foreign influence of the time. Isis grew more popular as a goddess of protection, magic, and personal salvation, and became the most important goddess in Egypt.
In the 4th century BC, Egypt became a Hellenistic kingdom under the Ptolemaic dynasty (305–30 BC), which assumed the pharaonic role, maintaining the traditional religion and building or rebuilding many temples. The kingdom's Greek ruling class identified the Egyptian deities with their own. From this cross-cultural syncretism emerged Serapis, a god who combined Osiris and Apis with characteristics of Greek deities, and who became very popular among the Greek population. Nevertheless, for the most part the two belief systems remained separate, and the Egyptian deities remained Egyptian.
Ptolemaic-era beliefs changed little after Egypt became a province of the Roman Empire in 30 BC, with the Ptolemaic kings replaced by distant emperors. The cult of Isis appealed even to Greeks and Romans outside Egypt, and in Hellenized form it spread across the empire. In Egypt itself, as the empire weakened, official temples fell into decay, and without their centralizing influence religious practice became fragmented and localized. Meanwhile, Christianity spread across Egypt, and in the third and fourth centuries AD, edicts by Christian emperors and the missionary activity of Christians eroded traditional beliefs.
Nevertheless, the traditional Egyptian religion persisted for a long time. The traditional worship in the temples of the city of Philae apparently survived at least until the 5th century, despite the active Christianization of Egypt. In fact, the fifth-century historian Priscus mentions a treaty between the Roman commander Maximinus and the Blemmyes and Nobades in 452, which among other things ensured access to the cult image of Isis.
According to the 6th-century historian Procopius, the temples in Philae was closed down officially in AD 537 by the local commander Narses the Persarmenian in accordance with an order of Byzantine emperor Justinian I. This event is conventionally considered to mark the end of ancient Egyptian religion. However, its importance has recently come into question, following a major study by Jitse Dijkstra who argues that organized paganism at Philae ended in the fifth century, based on the fact that the last inscriptional evidence of an active pagan priesthood there dates to the 450s. Nevertheless, some adherence to traditional religion seems to have survived into the sixth century, based on a petition from Dioscorus of Aphrodito to the governor of the Thebaid dated to 567. The letter warns of an unnamed man (the text calls him "eater of raw meat") who, in addition to plundering houses and stealing tax revenue, is alleged to have restored paganism at "the sanctuaries," possibly referring to the temples at Philae.
While it persisted among the populace for some time, Egyptian religion slowly faded away.
Egyptian religion produced the temples and tombs which are ancient Egypt's most enduring monuments, but it also influenced other cultures. In pharaonic times many of its symbols, such as the sphinx and winged solar disk, were adopted by other cultures across the Mediterranean and Near East, as were some of its deities, such as Bes. Some of these connections are difficult to trace. The Greek concept of Elysium may have derived from the Egyptian vision of the afterlife. In late antiquity, the Christian conception of Hell was most likely influenced by some of the imagery of the Duat. Egyptian beliefs also influenced or gave rise to several esoteric belief systems developed by Greeks and Romans, who considered Egypt as a source of mystic wisdom. Hermeticism, for instance, derived from the tradition of secret magical knowledge associated with Thoth.
Traces of ancient beliefs remained in Egyptian folk traditions into modern times, but its influence on modern societies greatly increased with the French Campaign in Egypt and Syria in 1798 and their seeing the monuments and images. As a result of it, Westerners began to study Egyptian beliefs firsthand, and Egyptian religious motifs were adopted into Western art. Egyptian religion has since had a significant influence in popular culture. Due to continued interest in Egyptian beliefs, in the late 20th century, several new religious groups going under the blanket term of Kemetism have formed based on different reconstructions of ancient Egyptian religion. Kemetism is a neopagan religion and revival of the ancient Egyptian religion and related expressions of religion in classical and late antiquity, emerging during the 1970s. Kemetics do not consider themselves direct descendants of the ancient Egyptian religion but consistently speak of its recreation or restoration. | [
{
"paragraph_id": 0,
"text": "Ancient Egyptian religion was a complex system of polytheistic beliefs and rituals that formed an integral part of ancient Egyptian culture. It centered on the Egyptians' interactions with many deities believed to be present and in control of the world. About 1500 deities are known. Rituals such as prayer and offerings were provided to the gods to gain their favor. Formal religious practice centered on the pharaohs, the rulers of Egypt, believed to possess divine powers by virtue of their positions. They acted as intermediaries between their people and the gods, and were obligated to sustain the gods through rituals and offerings so that they could maintain Ma'at, the order of the cosmos, and repel Isfet, which was chaos. The state dedicated enormous resources to religious rituals and to the construction of temples.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Individuals could interact with the gods for their own purposes, appealing for help through prayer or compelling the gods to act through magic. These practices were distinct from, but closely linked with, the formal rituals and institutions. The popular religious tradition grew more prominent over the course of Egyptian history as the status of the pharaoh declined. Egyptian belief in the afterlife and the importance of funerary practices is evident in the great efforts made to ensure the survival of their souls after death – via the provision of tombs, grave goods and offerings to preserve the bodies and spirits of the deceased.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The religion had its roots in Egypt's prehistory and lasted for 3,500 years. The details of religious belief changed over time as the importance of particular gods rose and declined, and their intricate relationships shifted. At various times, certain gods became preeminent over the others, including the sun god Ra, the creator god Amun, and the mother goddess Isis. For a brief period, in the theology promulgated by the pharaoh Akhenaten, a single god, the Aten, replaced the traditional pantheon. Ancient Egyptian religion and mythology left behind many writings and monuments, along with significant influences on ancient and modern cultures.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The beliefs and rituals now referred to as \"ancient Egyptian religion\" were integral within every aspect of Egyptian culture thus the Egyptian language possessed no single term corresponding to the concept of religion. Ancient Egyptian religion consisted of a vast and varying set of beliefs and practices, linked by their common focus on the interaction between the world of humans and the world of the divine. The characteristics of the gods who populated the divine realm were inextricably linked to the Egyptians' understanding of the properties of the world in which they lived.",
"title": "Beliefs"
},
{
"paragraph_id": 4,
"text": "The Egyptians believed that the phenomena of nature were divine forces in and of themselves. These deified forces included the elements, animal characteristics, or abstract forces. The Egyptians believed in a pantheon of gods, which were involved in all aspects of nature and human society. Their religious practices were efforts to sustain and placate these phenomena and turn them to human advantage. This polytheistic system was very complex, as some deities were believed to exist in many different manifestations, and some had multiple mythological roles. Conversely, many natural forces, such as the sun, were associated with multiple deities. The diverse pantheon ranged from gods with vital roles in the universe to minor deities or \"demons\" with very limited or localized functions. It could include gods adopted from foreign cultures, and sometimes humans: deceased pharaohs were believed to be divine, and occasionally, distinguished commoners such as Imhotep also became deified.",
"title": "Beliefs"
},
{
"paragraph_id": 5,
"text": "The depictions of the gods in art were not meant as literal representations of how the gods might appear if they were visible, as the gods' true natures were believed to be mysterious. Instead, these depictions gave recognizable forms to the abstract deities by using symbolic imagery to indicate each god's role in nature. This iconography was not fixed, and many of the gods could be depicted in more than one form.",
"title": "Beliefs"
},
{
"paragraph_id": 6,
"text": "Many gods were associated with particular regions in Egypt where their cults were most important. However, these associations changed over time, and they did not mean that the god associated with a place had originated there. For instance, the god Montu was the original patron of the city of Thebes. Over the course of the Middle Kingdom, however, he was displaced in that role by Amun, who may have arisen elsewhere. The national popularity and importance of individual gods fluctuated in a similar way.",
"title": "Beliefs"
},
{
"paragraph_id": 7,
"text": "Deities had complex interrelationships, which partly reflected the interaction of the forces they represented. The Egyptians often grouped gods together to reflect these relationships. One of the more common combinations was a family triad consisting of a father, mother, and child, who were worshipped together. Some groups had wide-ranging importance. One such group, the Ennead, assembled nine deities into a theological system that was involved in the mythological areas of creation, kingship, and the afterlife.",
"title": "Beliefs"
},
{
"paragraph_id": 8,
"text": "The relationships between deities could also be expressed in the process of syncretism, in which two or more different gods were linked to form a composite deity. This process was a recognition of the presence of one god \"in\" another when the second god took on a role belonging to the first. These links between deities were fluid, and did not represent the permanent merging of two gods into one; therefore, some gods could develop multiple syncretic connections. Sometimes, syncretism combined deities with very similar characteristics. At other times, it joined gods with very different natures, as when Amun, the god of hidden power, was linked with Ra, the god of the sun. The resulting god, Amun-Ra, thus united the power that lay behind all things with the greatest and most visible force in nature.",
"title": "Beliefs"
},
{
"paragraph_id": 9,
"text": "Many deities could be given epithets that seem to indicate that they were greater than any other god, suggesting some kind of unity beyond the multitude of natural forces. This is particularly true of a few gods who, at various points, rose to supreme importance in Egyptian religion. These included the royal patron Horus, the sun-god Ra, and the mother-goddess Isis. During the New Kingdom (c. 1550–c. 1070 BC), Amun held this position. The theology of the period described in particular detail Amun's presence in and rule over all things, so that he, more than any other deity, embodied the all-encompassing power of the divine.",
"title": "Beliefs"
},
{
"paragraph_id": 10,
"text": "The Egyptian conception of the universe centered on Ma'at, a word that encompasses several concepts in English, including \"truth\", \"justice\", and \"order\". It was the fixed, eternal order of the universe, both in the cosmos and in human society, and was often personified as a goddess. It had existed since the creation of the world, and without it the world would lose its cohesion. In Egyptian belief, Ma'at was constantly under threat from the forces of disorder, so all of society was required to maintain it. On the human level this meant that all members of society should cooperate and coexist; on the cosmic level it meant that all of the forces of nature—the gods—should continue to function in balance. This latter goal was central to Egyptian religion. The Egyptians sought to maintain Ma'at in the cosmos by sustaining the gods through offerings and by performing rituals which staved off disorder and perpetuated the cycles of nature.",
"title": "Beliefs"
},
{
"paragraph_id": 11,
"text": "The most important part of the Egyptian view of the cosmos was the conception of time, which was greatly concerned with the maintenance of Ma'at. Throughout the linear passage of time, a cyclical pattern recurred, in which Ma'at was renewed by periodic events which echoed the original creation. Among these events were the annual Nile flood and the succession from one king to another, but the most important was the daily journey of the sun god Ra.",
"title": "Beliefs"
},
{
"paragraph_id": 12,
"text": "When thinking of the shape of the cosmos, the Egyptians saw the earth as a flat expanse of land, personified by the god Geb, over which arched the sky goddess Nut. The two were separated by Shu, the god of air. Beneath the Earth lay a parallel underworld and undersky, and beyond the skies lay the infinite expanse of Nu, the chaos and primordial watery abyss that had existed before creation. The Egyptians also believed in a place called the Duat, a mysterious region associated with death and rebirth, that may have lain in the underworld or in the sky. Each day, Ra traveled over the earth across the underside of the sky, and at night he passed through the Duat to be reborn at dawn.",
"title": "Beliefs"
},
{
"paragraph_id": 13,
"text": "In Egyptian belief, this cosmos was inhabited by three types of sentient beings: one was the gods; another was the spirits of deceased humans, who existed in the divine realm and possessed many of the gods' abilities; living humans were the third category, and the most important among them was the pharaoh, who bridged the human and divine realms.",
"title": "Beliefs"
},
{
"paragraph_id": 14,
"text": "Egyptologists have long debated the degree to which the pharaoh was considered a god. It seems most likely that the Egyptians viewed royal authority itself as a divine force. Therefore, although the Egyptians recognized that the pharaoh was human and subject to human weakness, they simultaneously viewed him as a god, because the divine power of kingship was incarnated in him. He therefore acted as intermediary between Egypt's people and the gods. He was key to upholding Ma'at, both by maintaining justice and harmony in human society and by sustaining the gods with temples and offerings. For these reasons, he oversaw all state religious activity. However, the pharaoh's real-life influence and prestige could differ from his portrayal in official writings and depictions, and beginning in the late New Kingdom his religious importance declined drastically.",
"title": "Beliefs"
},
{
"paragraph_id": 15,
"text": "The king was also associated with many specific deities. He was identified directly with Horus, who represented kingship itself, and he was seen as the son of Ra, who ruled and regulated nature as the pharaoh ruled and regulated society. By the New Kingdom he was also associated with Amun, the supreme force in the cosmos. Upon his death, the king became fully deified. In this state, he was directly identified with Ra, and was also associated with Osiris, god of death and rebirth and the mythological father of Horus. Many mortuary temples were dedicated to the worship of deceased pharaohs as gods.",
"title": "Beliefs"
},
{
"paragraph_id": 16,
"text": "The elaborate beliefs about death and the afterlife reinforced the Egyptians theology in humans possessions a ka, or life-force, which left the body at the point of death. In life, the ka received its sustenance from food and drink, so it was believed that, to endure after death, the ka must continue to receive offerings of food, whose spiritual essence it could still consume. Each person also had a ba, the set of spiritual characteristics unique to each individual. Unlike the ka, the ba remained attached to the body after death. Egyptian funeral rituals were intended to release the ba from the body so that it could move freely, and to rejoin it with the ka so that it could live on as an akh. However, it was also important that the body of the deceased be preserved, as the Egyptians believed that the ba returned to its body each night to receive new life, before emerging in the morning as an akh.",
"title": "Beliefs"
},
{
"paragraph_id": 17,
"text": "In early times the deceased pharaoh was believed to ascend to the sky and dwell among the stars. Over the course of the Old Kingdom (c. 2686–2181 BC), however, he came to be more closely associated with the daily rebirth of the sun god Ra and with the underworld ruler Osiris as those deities grew more important.",
"title": "Beliefs"
},
{
"paragraph_id": 18,
"text": "In the fully developed afterlife beliefs of the New Kingdom, the soul had to avoid a variety of supernatural dangers in the Duat, before undergoing a final judgement, known as the \"Weighing of the Heart\", carried out by Osiris and by the Assessors of Ma'at. In this judgement, the gods compared the actions of the deceased while alive (symbolized by the heart) to the feather of Ma'at, to determine whether he or she had behaved in accordance with Ma'at. If the deceased was judged worthy, his or her ka and ba were united into an akh. Several beliefs coexisted about the akh's destination. Often the dead were said to dwell in the realm of Osiris, a lush and pleasant land in the underworld. The solar vision of the afterlife, in which the deceased soul traveled with Ra on his daily journey, was still primarily associated with royalty, but could extend to other people as well. Over the course of the Middle and New Kingdoms, the notion that the akh could also travel in the world of the living, and to some degree magically affect events there, became increasingly prevalent.",
"title": "Beliefs"
},
{
"paragraph_id": 19,
"text": "During the New Kingdom the pharaoh Akhenaten abolished the official worship of other gods in favor of the sun-disk Aten. This is often seen as the first instance of true monotheism in history, although the details of Atenist theology are still unclear and the suggestion that it was monotheistic is disputed. The exclusion of all but one god from worship was a radical departure from Egyptian tradition and some see Akhenaten as a practitioner of monolatry or henotheism rather than monotheism, as he did not actively deny the existence of other gods; he simply refrained from worshipping any but the Aten. Under Akhenaten's successors Egypt reverted to its traditional religion, and Akhenaten himself came to be reviled as a heretic.",
"title": "Beliefs"
},
{
"paragraph_id": 20,
"text": "While the Egyptians had no unified religious scripture, they produced many religious writings of various types. Together the disparate texts provide an extensive, but still incomplete, understanding of Egyptian religious practices and beliefs.",
"title": "Writings"
},
{
"paragraph_id": 21,
"text": "Egyptian myths were stories intended to illustrate and explain the gods' actions and roles in nature. The details of the events they recounted could change to convey different symbolic perspectives on the mysterious divine events they described, so many myths exist in different and conflicting versions. Mythical narratives were rarely written in full, and more often texts only contain episodes from or allusions to a larger myth. Knowledge of Egyptian mythology, therefore, is derived mostly from hymns that detail the roles of specific deities, from ritual and magical texts which describe actions related to mythic events, and from funerary texts which mention the roles of many deities in the afterlife. Some information is also provided by allusions in secular texts. Finally, Greeks and Romans such as Plutarch recorded some of the extant myths late in Egyptian history.",
"title": "Writings"
},
{
"paragraph_id": 22,
"text": "Among the significant Egyptian myths were the creation myths. According to these stories, the world emerged as a dry space in the primordial ocean of chaos. Because the sun is essential to life on earth, the first rising of Ra marked the moment of this emergence. Different forms of the myth describe the process of creation in various ways: a transformation of the primordial god Atum into the elements that form the world, as the creative speech of the intellectual god Ptah, and as an act of the hidden power of Amun. Regardless of these variations, the act of creation represented the initial establishment of Ma'at and the pattern for the subsequent cycles of time.",
"title": "Writings"
},
{
"paragraph_id": 23,
"text": "The most important of all Egyptian myths was the Osiris myth. It tells of the divine ruler Osiris, who was murdered by his jealous brother Set, a god often associated with chaos. Osiris' sister and wife Isis resurrected him so that he could conceive an heir, Horus. Osiris then entered the underworld and became the ruler of the dead. Once grown, Horus fought and defeated Set to become king himself. Set's association with chaos, and the identification of Osiris and Horus as the rightful rulers, provided a rationale for pharaonic succession and portrayed the pharaohs as the upholders of order. At the same time, Osiris' death and rebirth were related to the Egyptian agricultural cycle, in which crops grew in the wake of the Nile inundation, and provided a template for the resurrection of human souls after death.",
"title": "Writings"
},
{
"paragraph_id": 24,
"text": "Another important mythic motif was the journey of Ra through the Duat each night. In the course of this journey, Ra met with Osiris, who again acted as an agent of regeneration, so that his life was renewed. He also fought each night with Apep, a serpentine god representing chaos. The defeat of Apep and the meeting with Osiris ensured the rising of the sun the next morning, an event that represented rebirth and the victory of order over chaos.",
"title": "Writings"
},
{
"paragraph_id": 25,
"text": "The procedures for religious rituals were frequently written on papyri, which were used as instructions for those performing the ritual. These ritual texts were kept mainly in the temple libraries. Temples themselves are also inscribed with such texts, often accompanied by illustrations. Unlike the ritual papyri, these inscriptions were not intended as instructions, but were meant to symbolically perpetuate the rituals even if, in reality, people ceased to perform them. Magical texts likewise describe rituals, although these rituals were part of the spells used for specific goals in everyday life. Despite their mundane purpose, many of these texts also originated in temple libraries and later became disseminated among the general populace.",
"title": "Writings"
},
{
"paragraph_id": 26,
"text": "The Egyptians produced numerous prayers and hymns, written in the form of poetry. Hymns and prayers follow a similar structure and are distinguished mainly by the purposes they serve. Hymns were written to praise particular deities. Like ritual texts, they were written on papyri and on temple walls, and they were probably recited as part of the rituals they accompany in temple inscriptions. Most are structured according to a set literary formula, designed to expound on the nature, aspects, and mythological functions of a given deity. They tend to speak more explicitly about fundamental theology than other Egyptian religious writings, and became particularly important in the New Kingdom, a period of particularly active theological discourse. Prayers follow the same general pattern as hymns, but address the relevant god in a more personal way, asking for blessings, help, or forgiveness for wrongdoing. Such prayers are rare before the New Kingdom, indicating that in earlier periods such direct personal interaction with a deity was not believed possible, or at least was less likely to be expressed in writing. They are known mainly from inscriptions on statues and stelae left in sacred sites as votive offerings.",
"title": "Writings"
},
{
"paragraph_id": 27,
"text": "Among the most significant and extensively preserved Egyptian writings are funerary texts designed to ensure that deceased souls reached a pleasant afterlife. The earliest of these are the Pyramid Texts. They are a loose collection of hundreds of spells inscribed on the walls of royal pyramids during the Old Kingdom, intended to magically provide pharaohs with the means to join the company of the gods in the afterlife. The spells appear in differing arrangements and combinations, and few of them appear in all of the pyramids.",
"title": "Writings"
},
{
"paragraph_id": 28,
"text": "At the end of the Old Kingdom a new body of funerary spells, which included material from the Pyramid Texts, began appearing in tombs, inscribed primarily on coffins. This collection of writings is known as the Coffin Texts, and was not reserved for royalty, but appeared in the tombs of non-royal officials. In the New Kingdom, several new funerary texts emerged, of which the best-known is the Book of the Dead. Unlike the earlier books, it often contains extensive illustrations, or vignettes. The book was copied on papyrus and sold to commoners to be placed in their tombs.",
"title": "Writings"
},
{
"paragraph_id": 29,
"text": "The Coffin Texts included sections with detailed descriptions of the underworld and instructions on how to overcome its hazards. In the New Kingdom, this material gave rise to several \"books of the netherworld\", including the Book of Gates, the Book of Caverns, and the Amduat. Unlike the loose collections of spells, these netherworld books are structured depictions of Ra's passage through the Duat, and by analogy, the journey of the deceased person's soul through the realm of the dead. They were originally restricted to pharaonic tombs, but in the Third Intermediate Period they came to be used more widely.",
"title": "Writings"
},
{
"paragraph_id": 30,
"text": "Temples existed from the beginning of Egyptian history, and at the height of the civilization they were present in most of its towns. They included both mortuary temples to serve the spirits of deceased pharaohs and temples dedicated to patron gods, although the distinction was blurred because divinity and kingship were so closely intertwined. The temples were not primarily intended as places for worship by the general populace, and the common people had a complex set of religious practices of their own. Instead, the state-run temples served as houses for the gods, in which physical images which served as their intermediaries were cared for and provided with offerings. This service was believed to be necessary to sustain the gods, so that they could in turn maintain the universe itself. Thus, temples were central to Egyptian society, and vast resources were devoted to their upkeep, including both donations from the monarchy and large estates of their own. Pharaohs often expanded them as part of their obligation to honor the gods, so that many temples grew to enormous size. However, not all gods had temples dedicated to them, as many gods who were important in official theology received only minimal worship, and many household gods were the focus of popular veneration rather than temple ritual.",
"title": "Practices"
},
{
"paragraph_id": 31,
"text": "The earliest Egyptian temples were small, impermanent structures, but through the Old and Middle Kingdoms their designs grew more elaborate, and they were increasingly built out of stone. In the New Kingdom, a basic temple layout emerged, which had evolved from common elements in Old and Middle Kingdom temples. With variations, this plan was used for most of the temples built from then on, and most of those that survive today adhere to it. In this standard plan, the temple was built along a central processional way that led through a series of courts and halls to the sanctuary, which held a statue of the temple's god. Access to this most sacred part of the temple was restricted to the pharaoh and the highest-ranking priests. The journey from the temple entrance to the sanctuary was seen as a journey from the human world to the divine realm, a point emphasized by the complex mythological symbolism present in temple architecture. Well beyond the temple building proper was the outermost wall. Between the two lay many subsidiary buildings, including workshops and storage areas to supply the temple's needs, and the library where the temple's sacred writings and mundane records were kept, and which also served as a center of learning on a multitude of subjects.",
"title": "Practices"
},
{
"paragraph_id": 32,
"text": "Theoretically it was the duty of the pharaoh to carry out temple rituals, as he was Egypt's official representative to the gods. In reality, ritual duties were almost always carried out by priests. During the Old and Middle Kingdoms, there was no separate class of priests; instead, many government officials served in this capacity for several months out of the year before returning to their secular duties. Only in the New Kingdom did professional priesthood become widespread, although most lower-ranking priests were still part-time. All were still employed by the state, and the pharaoh had final say in their appointments. However, as the wealth of the temples grew, the influence of their priesthoods increased, until it rivaled that of the pharaoh. In the political fragmentation of the Third Intermediate Period (c. 1070–664 BC), the high priests of Amun at Karnak even became the effective rulers of Upper Egypt. The temple staff also included many people other than priests, such as musicians and chanters in temple ceremonies. Outside the temple were artisans and other laborers who helped supply the temple's needs, as well as farmers who worked on temple estates. All were paid with portions of the temple's income. Large temples were therefore very important centers of economic activity, sometimes employing thousands of people.",
"title": "Practices"
},
{
"paragraph_id": 33,
"text": "State religious practice included both temple rituals involved in the cult of a deity, and ceremonies related to divine kingship. Among the latter were coronation ceremonies and the Sed festival, a ritual renewal of the pharaoh's strength that took place periodically during his reign. There were numerous temple rituals, including rites that took place across the country and rites limited to single temples or to the temples of a single god. Some were performed daily, while others took place annually or on rare occasions. The most common temple ritual was the morning offering ceremony, performed daily in temples across Egypt. In it, a high-ranking priest, or occasionally the pharaoh, washed, anointed, and elaborately dressed the god's statue before presenting it with offerings. Afterward, when the god had consumed the spiritual essence of the offerings, the items themselves were taken to be distributed among the priests.",
"title": "Practices"
},
{
"paragraph_id": 34,
"text": "The less frequent temple rituals, or festivals, were still numerous, with dozens occurring every year. These festivals often entailed actions beyond simple offerings to the gods, such as reenactments of particular myths or the symbolic destruction of the forces of disorder. Most of these events were probably celebrated only by the priests and took place only inside the temple. However, the most important temple festivals, like the Opet Festival celebrated at Karnak, usually involved a procession carrying the god's image out of the sanctuary in a model barque to visit other significant sites, such as the temple of a related deity. Commoners gathered to watch the procession and sometimes received portions of the unusually large offerings given to the gods on these occasions.",
"title": "Practices"
},
{
"paragraph_id": 35,
"text": "At many sacred sites, the Egyptians worshipped individual animals which they believed to be manifestations of particular deities. These animals were selected based on specific sacred markings which were believed to indicate their fitness for the role. Some of these cult animals retained their positions for the rest of their lives, as with the Apis bull worshipped in Memphis as a manifestation of Ptah. Other animals were selected for much shorter periods. These cults grew more popular in later times, and many temples began raising stocks of such animals from which to choose a new divine manifestation. A separate practice developed in the Twenty-sixth Dynasty, when people began mummifying any member of a particular animal species as an offering to the god whom the species represented. Millions of mummified cats, birds, and other creatures were buried at temples honoring Egyptian deities. Worshippers paid the priests of a particular deity to obtain and mummify an animal associated with that deity, and the mummy was placed in a cemetery near the god's cult center.",
"title": "Practices"
},
{
"paragraph_id": 36,
"text": "The Egyptians used oracles to ask the gods for knowledge or guidance. Egyptian oracles are known mainly from the New Kingdom and afterward, though they probably appeared much earlier. People of all classes, including the king, asked questions of oracles. The most common means of consulting an oracle was to pose a question to the divine image while it was being carried in a festival procession, and interpret an answer from the barque's movements. Other methods included interpreting the behavior of cult animals, drawing lots, or consulting statues through which a priest apparently spoke. The means of discerning the god's will gave great influence to the priests who spoke and interpreted the god's message.",
"title": "Practices"
},
{
"paragraph_id": 37,
"text": "While the state cults were meant to preserve the stability of the Egyptian world, lay individuals had their own religious practices that related more directly to daily life. This popular religion left less evidence than the official cults, and because this evidence was mostly produced by the wealthiest portion of the Egyptian population, it is uncertain to what degree it reflects the practices of the populace as a whole.",
"title": "Practices"
},
{
"paragraph_id": 38,
"text": "Popular religious practice included ceremonies marking important transitions in life. These included birth, because of the danger involved in the process, and naming, because the name was held to be a crucial part of a person's identity. The most important of these ceremonies were those surrounding death, because they ensured the soul's survival beyond it. Other religious practices sought to discern the gods' will or seek their knowledge. These included the interpretation of dreams, which could be seen as messages from the divine realm, and the consultation of oracles. People also sought to affect the gods' behavior to their own benefit through magical rituals.",
"title": "Practices"
},
{
"paragraph_id": 39,
"text": "Individual Egyptians also prayed to gods and gave them private offerings. Evidence of this type of personal piety is sparse before the New Kingdom. This is probably due to cultural restrictions on depiction of nonroyal religious activity, which relaxed during the Middle and New Kingdoms. Personal piety became still more prominent in the late New Kingdom, when it was believed that the gods intervened directly in individual lives, punishing wrongdoers and saving the pious from disaster. Official temples were important venues for private prayer and offering, even though their central activities were closed to laypeople. Egyptians frequently donated goods to be offered to the temple deity and objects inscribed with prayers to be placed in temple courts. Often they prayed in person before temple statues or in shrines set aside for their use. Yet in addition to temples, the populace also used separate local chapels, smaller but more accessible than the formal temples. These chapels were very numerous and probably staffed by members of the community. Households, too, often had their own small shrines for offering to gods or deceased relatives.",
"title": "Practices"
},
{
"paragraph_id": 40,
"text": "The deities invoked in these situations differed somewhat from those at the center of state cults. Many of the important popular deities, such as the fertility goddess Taweret and the household protector Bes, had no temples of their own. However, many other gods, including Amun and Osiris, were very important in both popular and official religion. Some individuals might be particularly devoted to a single god. Often they favored deities affiliated with their own region, or with their role in life. The god Ptah, for instance, was particularly important in his cult center of Memphis, but as the patron of craftsmen he received the nationwide veneration of many in that occupation.",
"title": "Practices"
},
{
"paragraph_id": 41,
"text": "The word \"magic\" is normally used to translate the Egyptian term heka, which meant, as James P. Allen puts it, \"the ability to make things happen by indirect means\".",
"title": "Practices"
},
{
"paragraph_id": 42,
"text": "Heka was believed to be a natural phenomenon, the force which was used to create the universe and which the gods employed to work their will. Humans could also use it, and magical practices were closely intertwined with religion. In fact, even the regular rituals performed in temples were counted as magical. Individuals also frequently employed magical techniques for personal purposes. Although these ends could be harmful to other people, no form of magic was considered inimical in itself. Instead, magic was seen primarily as a way for humans to prevent or overcome negative events.",
"title": "Practices"
},
{
"paragraph_id": 43,
"text": "Magic was closely associated with the priesthood. Because temple libraries contained numerous magical texts, great magical knowledge was ascribed to the lector priests, who studied these texts. These priests often worked outside their temples, hiring out their magical services to laymen. Other professions also commonly employed magic as part of their work, including doctors, scorpion-charmers, and makers of magical amulets. It is also possible that the peasantry used simple magic for their own purposes, but because this magical knowledge would have been passed down orally, there is limited evidence of it.",
"title": "Practices"
},
{
"paragraph_id": 44,
"text": "Language was closely linked with heka, to such a degree that Thoth, the god of writing, was sometimes said to be the inventor of heka. Therefore, magic frequently involved written or spoken incantations, although these were usually accompanied by ritual actions. Often these rituals invoked an appropriate deity to perform the desired action, using the power of heka to compel the deity to act. Sometimes this entailed casting the practitioner or subject of a ritual in the role of a character in mythology, thus inducing the god to act toward that person as it had in the myth.",
"title": "Practices"
},
{
"paragraph_id": 45,
"text": "Rituals also employed sympathetic magic, using objects believed to have a magically significant resemblance to the subject of the rite. The Egyptians also commonly used objects believed to be imbued with heka of their own, such as the magically protective amulets worn in great numbers by ordinary Egyptians.",
"title": "Practices"
},
{
"paragraph_id": 46,
"text": "Because it was considered necessary for the survival of the soul, preservation of the body was a central part of Egyptian funerary practices. Originally the Egyptians buried their dead in the desert, where the arid conditions mummified the body naturally. In the Early Dynastic Period, however, they began using tombs for greater protection, and the body was insulated from the desiccating effect of the sand and was subject to natural decay. Thus, the Egyptians developed their elaborate embalming practices, in which the corpse was artificially desiccated and wrapped to be placed in its coffin. The quality of the process varied according to cost, however, and those who could not afford it were still buried in desert graves.",
"title": "Practices"
},
{
"paragraph_id": 47,
"text": "Once the mummification process was complete, the mummy was carried from the deceased person's house to the tomb in a funeral procession that included his or her relatives and friends, along with a variety of priests. Before the burial, these priests performed several rituals, including the Opening of the mouth ceremony intended to restore the dead person's senses and give him or her the ability to receive offerings. Then the mummy was buried and the tomb sealed. Afterwards, relatives or hired priests gave food offerings to the deceased in a nearby mortuary chapel at regular intervals. Over time, families inevitably neglected offerings to long-dead relatives, so most mortuary cults only lasted one or two generations. However, while the cult lasted, the living sometimes wrote letters asking deceased relatives for help, in the belief that the dead could affect the world of the living as the gods did.",
"title": "Practices"
},
{
"paragraph_id": 48,
"text": "The first Egyptian tombs were mastabas, rectangular brick structures where kings and nobles were entombed. Each of them contained a subterranean burial chamber and a separate, above ground chapel for mortuary rituals. In the Old Kingdom the mastaba developed into the pyramid, which symbolized the primeval mound of Egyptian myth. Pyramids were reserved for royalty, and were accompanied by large mortuary temples sitting at their base. Middle Kingdom pharaohs continued to build pyramids, but the popularity of mastabas waned. Increasingly, commoners with sufficient means were buried in rock-cut tombs with separate mortuary chapels nearby, an approach which was less vulnerable to tomb robbery. By the beginning of the New Kingdom even the pharaohs were buried in such tombs, and they continued to be used until the decline of the religion itself.",
"title": "Practices"
},
{
"paragraph_id": 49,
"text": "Tombs could contain a great variety of other items, including statues of the deceased to serve as substitutes for the body in case it was damaged. Because it was believed that the deceased would have to do work in the afterlife, just as in life, burials often included small models of humans to do work in place of the deceased. Human sacrifices found in early royal tombs were probably meant to serve the pharaoh in his afterlife.",
"title": "Practices"
},
{
"paragraph_id": 50,
"text": "The tombs of wealthier individuals could also contain furniture, clothing, and other everyday objects intended for use in the afterlife, along with amulets and other items intended to provide magical protection against the hazards of the spirit world. Further protection was provided by funerary texts included in the burial. The tomb walls also bore artwork, such as images of the deceased eating food that were believed to allow him or her to magically receive sustenance even after the mortuary offerings had ceased.",
"title": "Practices"
},
{
"paragraph_id": 51,
"text": "The beginnings of Egyptian religion extend into prehistory, though evidence for them comes only from the sparse and ambiguous archaeological record. Careful burials during the Predynastic period imply that the people of this time believed in some form of an afterlife. At the same time, animals were ritually buried, a practice which may reflect the development of zoomorphic deities like those found in the later religion. The evidence is less clear for gods in human form, and this type of deity may have emerged more slowly than those in animal shape. Each region of Egypt originally had its own patron deity, but it is likely that as these small communities conquered or absorbed each other, the god of the defeated area was either incorporated into the other god's mythology or entirely subsumed by it. This resulted in a complex pantheon in which some deities remained only locally important while others developed more universal significance.",
"title": "History"
},
{
"paragraph_id": 52,
"text": "Archaeological data has suggested that the Egyptian religious system had close, cultural affinities with Eastern African populations and arose from an African substratum rather than deriving from the Mesopotamian or Mediterranean regions.",
"title": "History"
},
{
"paragraph_id": 53,
"text": "The Early Dynastic Period began with the unification of Egypt around 3000 BC. This event transformed Egyptian religion, as some deities rose to national importance and the cult of the divine pharaoh became the central focus of religious activity. Horus was identified with the king, and his cult center in the Upper Egyptian city of Nekhen was among the most important religious sites of the period. Another important center was Abydos, where the early rulers built large funerary complexes.",
"title": "History"
},
{
"paragraph_id": 54,
"text": "During the Old Kingdom, the priesthoods of the major deities attempted to organize the complicated national pantheon into groups linked by their mythology and worshipped in a single cult center, such as the Ennead of Heliopolis, which linked important deities such as Atum, Ra, Osiris, and Set in a single creation myth. Meanwhile, pyramids, accompanied by large mortuary temple complexes, replaced mastabas as the tombs of pharaohs. In contrast with the great size of the pyramid complexes, temples to gods remained comparatively small, suggesting that official religion in this period emphasized the cult of the divine king more than the direct worship of deities. The funerary rituals and architecture of this time greatly influenced the more elaborate temples and rituals used in worshipping the gods in later periods.",
"title": "History"
},
{
"paragraph_id": 55,
"text": "The Ancient Egyptians regarded the sun as a powerful life force. The sun god Ra had been worshipped from the Early Dynastic period (3100–2686 BCE), but it was not until the Old Kingdom (2686–2181 BCE), when Ra became the dominant figure in the Egyptian pantheon, that the Sun Cult took power. Early in the Old Kingdom, Ra grew in influence, and his cult center at Heliopolis became the nation's most important religious site. By the Fifth Dynasty, Ra was the most prominent god in Egypt and had developed the close links with kingship and the afterlife that he retained for the rest of Egyptian history. Around the same time, Osiris became an important afterlife deity. The Pyramid Texts, first written at this time, reflect the prominence of the solar and Osirian concepts of the afterlife, although they also contain remnants of much older traditions. The texts are an extremely important source for understanding early Egyptian theology.",
"title": "History"
},
{
"paragraph_id": 56,
"text": "Symbols such as the 'winged disc' took on new features. Originally, the solar disk with the wings of a hawk was originally the symbol of Horus and associated with his cult in the Delta town of Behdet. The sacred cobras were added on either side of the disc during the Old Kingdom. The winged disc had protective significance and was found on temple ceilings and ceremonial entrances.",
"title": "History"
},
{
"paragraph_id": 57,
"text": "In the 22nd century BC, the Old Kingdom collapsed into the disorder of the First Intermediate Period. Eventually, rulers from Thebes reunified the Egyptian nation in the Middle Kingdom (c. 2055–1650 BC). These Theban pharaohs initially promoted their patron god Montu to national importance, but during the Middle Kingdom, he was eclipsed by the rising popularity of Amun. In this new Egyptian state, personal piety grew more important and was expressed more freely in writing, a trend that continued in the New Kingdom.",
"title": "History"
},
{
"paragraph_id": 58,
"text": "The Middle Kingdom crumbled in the Second Intermediate Period (c. 1650–1550 BC), but the country was again reunited by Theban rulers, who became the first pharaohs of the New Kingdom. Under the new regime, Amun became the supreme state god. He was syncretized with Ra, the long-established patron of kingship and his temple at Karnak in Thebes became Egypt's most important religious center. Amun's elevation was partly due to the great importance of Thebes, but it was also due to the increasingly professional priesthood. Their sophisticated theological discussion produced detailed descriptions of Amun's universal power.",
"title": "History"
},
{
"paragraph_id": 59,
"text": "Increased contact with outside peoples in this period led to the adoption of many Near Eastern deities into the pantheon. At the same time, the subjugated Nubians absorbed Egyptian religious beliefs, and in particular, adopted Amun as their own.",
"title": "History"
},
{
"paragraph_id": 60,
"text": "The New Kingdom religious order was disrupted when Akhenaten acceded, and replaced Amun with the Aten as the state god. Eventually, he eliminated the official worship of most other gods and moved Egypt's capital to a new city at Amarna. This part of Egyptian history, the Amarna Period, is named after this. In doing so, Akhenaten claimed unprecedented status: only he could worship the Aten, and the populace directed their worship toward him. The Atenist system lacked well-developed mythology and afterlife beliefs, and the Aten seemed distant and impersonal, so the new order did not appeal to ordinary Egyptians. Thus, many probably continued to worship the traditional gods in private. Nevertheless, the withdrawal of state support for the other deities severely disrupted Egyptian society. Akhenaten's successors restored the traditional religious system, and eventually, they dismantled all Atenist monuments.",
"title": "History"
},
{
"paragraph_id": 61,
"text": "Before the Amarna Period, popular religion had trended toward more personal relationships between worshippers and their gods. Akhenaten's changes had reversed this trend, but once the traditional religion was restored, there was a backlash. The populace began to believe that the gods were much more directly involved in daily life. Amun, the supreme god, was increasingly seen as the final arbiter of human destiny, the true ruler of Egypt. The pharaoh was correspondingly more human and less divine. The importance of oracles as a means of decision-making grew, as did the wealth and influence of the oracles' interpreters, the priesthood. These trends undermined the traditional structure of society and contributed to the breakdown of the New Kingdom.",
"title": "History"
},
{
"paragraph_id": 62,
"text": "In the 1st millennium BC, Egypt was significantly weaker than in earlier times, and in several periods foreigners seized the country and assumed the position of pharaoh. The importance of the pharaoh continued to decline, and the emphasis on popular piety continued to increase. Animal cults, a characteristically Egyptian form of worship, became increasingly popular in this period, possibly as a response to the uncertainty and foreign influence of the time. Isis grew more popular as a goddess of protection, magic, and personal salvation, and became the most important goddess in Egypt.",
"title": "History"
},
{
"paragraph_id": 63,
"text": "In the 4th century BC, Egypt became a Hellenistic kingdom under the Ptolemaic dynasty (305–30 BC), which assumed the pharaonic role, maintaining the traditional religion and building or rebuilding many temples. The kingdom's Greek ruling class identified the Egyptian deities with their own. From this cross-cultural syncretism emerged Serapis, a god who combined Osiris and Apis with characteristics of Greek deities, and who became very popular among the Greek population. Nevertheless, for the most part the two belief systems remained separate, and the Egyptian deities remained Egyptian.",
"title": "History"
},
{
"paragraph_id": 64,
"text": "Ptolemaic-era beliefs changed little after Egypt became a province of the Roman Empire in 30 BC, with the Ptolemaic kings replaced by distant emperors. The cult of Isis appealed even to Greeks and Romans outside Egypt, and in Hellenized form it spread across the empire. In Egypt itself, as the empire weakened, official temples fell into decay, and without their centralizing influence religious practice became fragmented and localized. Meanwhile, Christianity spread across Egypt, and in the third and fourth centuries AD, edicts by Christian emperors and the missionary activity of Christians eroded traditional beliefs.",
"title": "History"
},
{
"paragraph_id": 65,
"text": "Nevertheless, the traditional Egyptian religion persisted for a long time. The traditional worship in the temples of the city of Philae apparently survived at least until the 5th century, despite the active Christianization of Egypt. In fact, the fifth-century historian Priscus mentions a treaty between the Roman commander Maximinus and the Blemmyes and Nobades in 452, which among other things ensured access to the cult image of Isis.",
"title": "History"
},
{
"paragraph_id": 66,
"text": "According to the 6th-century historian Procopius, the temples in Philae was closed down officially in AD 537 by the local commander Narses the Persarmenian in accordance with an order of Byzantine emperor Justinian I. This event is conventionally considered to mark the end of ancient Egyptian religion. However, its importance has recently come into question, following a major study by Jitse Dijkstra who argues that organized paganism at Philae ended in the fifth century, based on the fact that the last inscriptional evidence of an active pagan priesthood there dates to the 450s. Nevertheless, some adherence to traditional religion seems to have survived into the sixth century, based on a petition from Dioscorus of Aphrodito to the governor of the Thebaid dated to 567. The letter warns of an unnamed man (the text calls him \"eater of raw meat\") who, in addition to plundering houses and stealing tax revenue, is alleged to have restored paganism at \"the sanctuaries,\" possibly referring to the temples at Philae.",
"title": "History"
},
{
"paragraph_id": 67,
"text": "While it persisted among the populace for some time, Egyptian religion slowly faded away.",
"title": "History"
},
{
"paragraph_id": 68,
"text": "Egyptian religion produced the temples and tombs which are ancient Egypt's most enduring monuments, but it also influenced other cultures. In pharaonic times many of its symbols, such as the sphinx and winged solar disk, were adopted by other cultures across the Mediterranean and Near East, as were some of its deities, such as Bes. Some of these connections are difficult to trace. The Greek concept of Elysium may have derived from the Egyptian vision of the afterlife. In late antiquity, the Christian conception of Hell was most likely influenced by some of the imagery of the Duat. Egyptian beliefs also influenced or gave rise to several esoteric belief systems developed by Greeks and Romans, who considered Egypt as a source of mystic wisdom. Hermeticism, for instance, derived from the tradition of secret magical knowledge associated with Thoth.",
"title": "History"
},
{
"paragraph_id": 69,
"text": "Traces of ancient beliefs remained in Egyptian folk traditions into modern times, but its influence on modern societies greatly increased with the French Campaign in Egypt and Syria in 1798 and their seeing the monuments and images. As a result of it, Westerners began to study Egyptian beliefs firsthand, and Egyptian religious motifs were adopted into Western art. Egyptian religion has since had a significant influence in popular culture. Due to continued interest in Egyptian beliefs, in the late 20th century, several new religious groups going under the blanket term of Kemetism have formed based on different reconstructions of ancient Egyptian religion. Kemetism is a neopagan religion and revival of the ancient Egyptian religion and related expressions of religion in classical and late antiquity, emerging during the 1970s. Kemetics do not consider themselves direct descendants of the ancient Egyptian religion but consistently speak of its recreation or restoration.",
"title": "History"
}
]
| Ancient Egyptian religion was a complex system of polytheistic beliefs and rituals that formed an integral part of ancient Egyptian culture. It centered on the Egyptians' interactions with many deities believed to be present and in control of the world. About 1500 deities are known. Rituals such as prayer and offerings were provided to the gods to gain their favor. Formal religious practice centered on the pharaohs, the rulers of Egypt, believed to possess divine powers by virtue of their positions. They acted as intermediaries between their people and the gods, and were obligated to sustain the gods through rituals and offerings so that they could maintain Ma'at, the order of the cosmos, and repel Isfet, which was chaos. The state dedicated enormous resources to religious rituals and to the construction of temples. Individuals could interact with the gods for their own purposes, appealing for help through prayer or compelling the gods to act through magic. These practices were distinct from, but closely linked with, the formal rituals and institutions. The popular religious tradition grew more prominent over the course of Egyptian history as the status of the pharaoh declined. Egyptian belief in the afterlife and the importance of funerary practices is evident in the great efforts made to ensure the survival of their souls after death – via the provision of tombs, grave goods and offerings to preserve the bodies and spirits of the deceased. The religion had its roots in Egypt's prehistory and lasted for 3,500 years. The details of religious belief changed over time as the importance of particular gods rose and declined, and their intricate relationships shifted. At various times, certain gods became preeminent over the others, including the sun god Ra, the creator god Amun, and the mother goddess Isis. For a brief period, in the theology promulgated by the pharaoh Akhenaten, a single god, the Aten, replaced the traditional pantheon. Ancient Egyptian religion and mythology left behind many writings and monuments, along with significant influences on ancient and modern cultures. | 2001-09-29T11:19:10Z | 2023-12-28T15:51:23Z | [
"Template:Pp-move",
"Template:Main",
"Template:See also",
"Template:Refbegin",
"Template:Clear",
"Template:Refend",
"Template:Ancient Egyptian religion",
"Template:Sfn",
"Template:Reflist",
"Template:Short description",
"Template:Cite journal",
"Template:Citation needed",
"Template:Cite AV media",
"Template:Navboxes",
"Template:Dead link",
"Template:Citation",
"Template:Cite book",
"Template:Further",
"Template:Portal",
"Template:Cite web",
"Template:Harvnb",
"Template:Ancient Near East mythology",
"Template:Circa",
"Template:Cite encyclopedia",
"Template:Commons",
"Template:Authority control",
"Template:'s"
]
| https://en.wikipedia.org/wiki/Ancient_Egyptian_religion |
10,332 | Educational psychology | Educational psychology is the branch of psychology concerned with the scientific study of human learning. The study of learning processes, from both cognitive and behavioral perspectives, allows researchers to understand individual differences in intelligence, cognitive development, affect, motivation, self-regulation, and self-concept, as well as their role in learning. The field of educational psychology relies heavily on quantitative methods, including testing and measurement, to enhance educational activities related to instructional design, classroom management, and assessment, which serve to facilitate learning processes in various educational settings across the lifespan.
Educational psychology can in part be understood through its relationship with other disciplines. It is informed primarily by psychology, bearing a relationship to that discipline analogous to the relationship between medicine and biology. It is also informed by neuroscience. Educational psychology in turn informs a wide range of specialties within educational studies, including instructional design, educational technology, curriculum development, organizational learning, special education, classroom management, and student motivation. Educational psychology both draws from and contributes to cognitive science and the learning sciences. In universities, departments of educational psychology are usually housed within faculties of education, possibly accounting for the lack of representation of educational psychology content in introductory psychology textbooks.
The field of educational psychology involves the study of memory, conceptual processes, and individual differences (via cognitive psychology) in conceptualizing new strategies for learning processes in humans. Educational psychology has been built upon theories of operant conditioning, functionalism, structuralism, constructivism, humanistic psychology, Gestalt psychology, and information processing.
Educational psychology has seen rapid growth and development as a profession in the last twenty years. School psychology began with the concept of intelligence testing leading to provisions for special education students, who could not follow the regular classroom curriculum in the early part of the 20th century. Another main focus of school psychology was to help close the gap for children of colour, as the fight against racial inequality and segregation was still very prominent, during the early to mid-1900s. However, "school psychology" itself has built a fairly new profession based upon the practices and theories of several psychologists among many different fields. Educational psychologists are working side by side with psychiatrists, social workers, teachers, speech and language therapists, and counselors in an attempt to understand the questions being raised when combining behavioral, cognitive, and social psychology in the classroom setting.
As a field of study, educational psychology is fairly new and was not considered a specific practice until the 20th century. Reflections on everyday teaching and learning allowed some individuals throughout history to elaborate on developmental differences in cognition, the nature of instruction, and the transfer of knowledge and learning. These topics are important to education and, as a result, they are important in understanding human cognition, learning, and social perception.
Some of the ideas and issues pertaining to educational psychology date back to the time of Plato and Aristotle. Philosophers as well as sophists discussed the purpose of education, training of the body and the cultivation of psycho-motor skills, the formation of good character, the possibilities and limits of moral education. Some other educational topics they spoke about were the effects of music, poetry, and the other arts on the development of the individual, role of the teacher, and the relations between teacher and student. Plato saw knowledge acquisition as an innate ability, which evolves through experience and understanding of the world. This conception of human cognition has evolved into a continuing argument of nature vs. nurture in understanding conditioning and learning today. Aristotle, on the other hand, ascribed to the idea of knowledge by association or schema. His four laws of association included succession, contiguity, similarity, and contrast. His studies examined recall and facilitated learning processes.
John Locke is considered one of the most influential philosophers in post-renaissance Europe, a time period that began around the mid-1600s. Locke is considered the "Father of English Psychology". One of Locke's most important works was written in 1690, named An Essay Concerning Human Understanding. In this essay, he introduced the term "tabula rasa" meaning "blank slate." Locke explained that learning was attained through experience only and that we are all born without knowledge.
He followed by contrasting Plato's theory of innate learning processes. Locke believed the mind was formed by experiences, not innate ideas. Locke introduced this idea as "empiricism," or the understanding that knowledge is only built on knowledge and experience.
In the late 1600s, John Locke advanced the hypothesis that people learn primarily from external forces. He believed that the mind was like a blank tablet (tabula rasa), and that successions of simple impressions give rise to complex ideas through association and reflection. Locke is credited with establishing "empiricism" as a criterion for testing the validity of knowledge, thus providing a conceptual framework for later development of experimental methodology in the natural and social sciences.
In the 18th century the philosopher Jean-Jacques Rousseau espoused a set of theories which would become highly influential in the field of education, particularly through his philosophical novel Emile, or On Education. Despite stating that the book should not be used as a practical guide to nurturing children, the pedagogical approach outlined in it was lauded by Enlightenment contemporaries including Immanuel Kant and Johann Wolfgang von Goethe. Rousseau advocated a child-centered approach to education, and that the age of the child should be accounted for in choosing what and how to teach them. In particular he insisted on the primacy of experiential education, in order to develop the child's ability to reason autonomously. Rousseau's philosophy influenced educational reformers including Johann Bernhard Basedow, whose practice in his model school the Philanthropinum drew upon his ideas, as well as Johann Heinrich Pestalozzi. More generally Rousseau's thinking had significant direct and indirect influence on the development of pedagogy in Germany, Switzerland and the Netherlands. In addition, Jean Piaget's stage-based approach to child development has been observed to have parallels to Rousseau's theories.
Philosophers of education such as Juan Vives, Johann Pestalozzi, Friedrich Fröbel, and Johann Herbart had examined, classified and judged the methods of education centuries before the beginnings of psychology in the late 1800s.
Juan Vives (1493–1540) proposed induction as the method of study and believed in the direct observation and investigation of the study of nature. His studies focused on humanistic learning, which opposed scholasticism and was influenced by a variety of sources including philosophy, psychology, politics, religion, and history. He was one of the first prominent thinkers to emphasize that the location of a school is important to learning. He suggested that a school should be located away from disturbing noises; the air quality should be good and there should be plenty of food for the students and teachers. Vives emphasized the importance of understanding individual differences of the students and suggested practice as an important tool for learning.
Vives introduced his educational ideas in his writing, "De anima et vita" in 1538. In this publication, Vives explores moral philosophy as a setting for his educational ideals; with this, he explains that the different parts of the soul (similar to that of Aristotle's ideas) are each responsible for different operations, which function distinctively. The first book covers the different "souls": "The Vegetative Soul;" this is the soul of nutrition, growth, and reproduction, "The Sensitive Soul," which involves the five external senses; "The Cogitative soul," which includes internal senses and cognitive facilities. The second book involves functions of the rational soul: mind, will, and memory. Lastly, the third book explains the analysis of emotions.
Johann Pestalozzi (1746–1827), a Swiss educational reformer, emphasized the child rather than the content of the school. Pestalozzi fostered an educational reform backed by the idea that early education was crucial for children, and could be manageable for mothers. Eventually, this experience with early education would lead to a "wholesome person characterized by morality." Pestalozzi has been acknowledged for opening institutions for education, writing books for mother's teaching home education, and elementary books for students, mostly focusing on the kindergarten level. In his later years, he published teaching manuals and methods of teaching.
During the time of The Enlightenment, Pestalozzi's ideals introduced "educationalization". This created the bridge between social issues and education by introducing the idea of social issues to be solved through education. Horlacher describes the most prominent example of this during The Enlightenment to be "improving agricultural production methods."
Johann Herbart (1776–1841) is considered the father of educational psychology. He believed that learning was influenced by interest in the subject and the teacher. He thought that teachers should consider the students' existing mental sets—what they already know—when presenting new information or material. Herbart came up with what are now known as the formal steps. The 5 steps that teachers should use are:
There were three major figures in educational psychology in this period: William James, G. Stanley Hall, and John Dewey. These three men distinguished themselves in general psychology and educational psychology, which overlapped significantly at the end of the 19th century.
The period of 1890–1920 is considered the golden era of educational psychology when aspirations of the new discipline rested on the application of the scientific methods of observation and experimentation to educational problems. From 1840 to 1920 37 million people immigrated to the United States. This created an expansion of elementary schools and secondary schools. The increase in immigration also provided educational psychologists the opportunity to use intelligence testing to screen immigrants at Ellis Island. Darwinism influenced the beliefs of the prominent educational psychologists. Even in the earliest years of the discipline, educational psychologists recognized the limitations of this new approach. The pioneering American psychologist William James commented that:
Psychology is a science, and teaching is an art; and sciences never generate arts directly out of themselves. An intermediate inventive mind must make that application, by using its originality".
James is the father of psychology in America, but he also made contributions to educational psychology. In his famous series of lectures Talks to Teachers on Psychology, published in 1899, James defines education as "the organization of acquired habits of conduct and tendencies to behavior". He states that teachers should "train the pupil to behavior" so that he fits into the social and physical world. Teachers should also realize the importance of habit and instinct. They should present information that is clear and interesting and relate this new information and material to things the student already knows about. He also addresses important issues such as attention, memory, and association of ideas.
Alfred Binet published Mental Fatigue in 1898, in which he attempted to apply the experimental method to educational psychology. In this experimental method he advocated for two types of experiments, experiments done in the lab and experiments done in the classroom. In 1904 he was appointed the Minister of Public Education. This is when he began to look for a way to distinguish children with developmental disabilities. Binet strongly supported special education programs because he believed that "abnormality" could be cured. The Binet-Simon test was the first intelligence test and was the first to distinguish between "normal children" and those with developmental disabilities. Binet believed that it was important to study individual differences between age groups and children of the same age. He also believed that it was important for teachers to take into account individual students' strengths and also the needs of the classroom as a whole when teaching and creating a good learning environment. He also believed that it was important to train teachers in observation so that they would be able to see individual differences among children and adjust the curriculum to the students. Binet also emphasized that practice of material was important. In 1916 Lewis Terman revised the Binet-Simon so that the average score was always 100. The test became known as the Stanford-Binet and was one of the most widely used tests of intelligence. Terman, unlike Binet, was interested in using intelligence test to identify gifted children who had high intelligence. In his longitudinal study of gifted children, who became known as the Termites, Terman found that gifted children become gifted adults.
Edward Thorndike (1874–1949) supported the scientific movement in education. He based teaching practices on empirical evidence and measurement. Thorndike developed the theory of instrumental conditioning or the law of effect. The law of effect states that associations are strengthened when it is followed by something pleasing and associations are weakened when followed by something not pleasing. He also found that learning is done a little at a time or in increments, learning is an automatic process and its principles apply to all mammals. Thorndike's research with Robert Woodworth on the theory of transfer found that learning one subject will only influence your ability to learn another subject if the subjects are similar. This discovery led to less emphasis on learning the classics because they found that studying the classics does not contribute to overall general intelligence. Thorndike was one of the first to say that individual differences in cognitive tasks were due to how many stimulus-response patterns a person had rather than general intellectual ability. He contributed word dictionaries that were scientifically based to determine the words and definitions used. The dictionaries were the first to take into consideration the users' maturity level. He also integrated pictures and easier pronunciation guide into each of the definitions. Thorndike contributed arithmetic books based on learning theory. He made all the problems more realistic and relevant to what was being studied, not just to improve the general intelligence. He developed tests that were standardized to measure performance in school-related subjects. His biggest contribution to testing was the CAVD intelligence test which used a multidimensional approach to intelligence and was the first to use a ratio scale. His later work was on programmed instruction, mastery learning, and computer-based learning:
If, by a miracle of mechanical ingenuity, a book could be so arranged that only to him who had done what was directed on page one would page two become visible, and so on, much that now requires personal instruction could be managed by print.
John Dewey (1859–1952) had a major influence on the development of progressive education in the United States. He believed that the classroom should prepare children to be good citizens and facilitate creative intelligence. He pushed for the creation of practical classes that could be applied outside of a school setting. He also thought that education should be student-oriented, not subject-oriented. For Dewey, education was a social experience that helped bring together generations of people. He stated that students learn by doing. He believed in an active mind that was able to be educated through observation, problem-solving, and enquiry. In his 1910 book How We Think, he emphasizes that material should be provided in a way that is stimulating and interesting to the student since it encourages original thought and problem-solving. He also stated that material should be relative to the student's own experience.
"The material furnished by way of information should be relevant to a question that is vital in the students own experience"
Jean Piaget (1896–1980) was one of the most powerful researchers in of developmental psychology during the 20th century. He developed the theory of cognitive development. The theory stated that intelligence developed in four different stages. The stages are the sensorimotor stage from birth to 2 years old, the preoperational state from 2 to 7 years old, the concrete operational stage from 7 to 10 years old, and the formal operational stage from 12 years old and up. He also believed that learning was constrained to the child's cognitive development. Piaget influenced educational psychology because he was the first to believe that cognitive development was important and something that should be paid attention to in education. Most of the research on Piagetian theory was carried out by American educational psychologists.
The number of people receiving a high school and college education increased dramatically from 1920 to 1960. Because very few jobs were available to teens coming out of eighth grade, there was an increase in high school attendance in the 1930s. The progressive movement in the United States took off at this time and led to the idea of progressive education. John Flanagan, an educational psychologist, developed tests for combat trainees and instructions in combat training. In 1954 the work of Kenneth Clark and his wife on the effects of segregation on black and white children was influential in the Supreme Court case Brown v. Board of Education. From the 1960s to present day, educational psychology has switched from a behaviorist perspective to a more cognitive-based perspective because of the influence and development of cognitive psychology at this time.
Jerome Bruner is notable for integrating Piaget's cognitive approaches into educational psychology. He advocated for discovery learning where teachers create a problem solving environment that allows the student to question, explore and experiment. In his book The Process of Education Bruner stated that the structure of the material and the cognitive abilities of the person are important in learning. He emphasized the importance of the subject matter. He also believed that how the subject was structured was important for the student's understanding of the subject and that it was the goal of the teacher to structure the subject in a way that was easy for the student to understand. In the early 1960s, Bruner went to Africa to teach math and science to school children, which influenced his view as schooling as a cultural institution. Bruner was also influential in the development of MACOS, Man: a Course of Study, which was an educational program that combined anthropology and science. The program explored human evolution and social behavior. He also helped with the development of the head start program. He was interested in the influence of culture on education and looked at the impact of poverty on educational development.
Benjamin Bloom (1903–1999) spent over 50 years at the University of Chicago, where he worked in the department of education. He believed that all students can learn. He developed the taxonomy of educational objectives. The objectives were divided into three domains: cognitive, affective, and psychomotor. The cognitive domain deals with how we think. It is divided into categories that are on a continuum from easiest to more complex. The categories are knowledge or recall, comprehension, application, analysis, synthesis, and evaluation. The affective domain deals with emotions and has 5 categories. The categories are receiving phenomenon, responding to that phenomenon, valuing, organization, and internalizing values. The psychomotor domain deals with the development of motor skills, movement, and coordination and has 7 categories that also go from simplest to most complex. The 7 categories of the psychomotor domain are perception, set, guided response, mechanism, complex overt response, adaptation, and origination. The taxonomy provided broad educational objectives that could be used to help expand the curriculum to match the ideas in the taxonomy. The taxonomy is considered to have a greater influence internationally than in the United States. Internationally, the taxonomy is used in every aspect of education from the training of the teachers to the development of testing material. Bloom believed in communicating clear learning goals and promoting an active student. He thought that teachers should provide feedback to the students on their strengths and weaknesses. Bloom also did research on college students and their problem-solving processes. He found that they differ in understanding the basis of the problem and the ideas in the problem. He also found that students differ in process of problem-solving in their approach and attitude toward the problem.
Nathaniel Gage (1917-2008) is an important figure in educational psychology as his research focused on improving teaching and understanding the processes involved in teaching. He edited the book Handbook of Research on Teaching (1963), which helped develop early research in teaching and educational psychology. Gage founded the Stanford Center for Research and Development in Teaching, which contributed research on teaching as well as influencing the education of important educational psychologists.
Applied behavior analysis, a research-based science utilizing behavioral principles of operant conditioning, is effective in a range of educational settings. For example, teachers can alter student behavior by systematically rewarding students who follow classroom rules with praise, stars, or tokens exchangeable for sundry items. Despite the demonstrated efficacy of awards in changing behavior, their use in education has been criticized by proponents of self-determination theory, who claim that praise and other rewards undermine intrinsic motivation. There is evidence that tangible rewards decrease intrinsic motivation in specific situations, such as when the student already has a high level of intrinsic motivation to perform the goal behavior. But the results showing detrimental effects are counterbalanced by evidence that, in other situations, such as when rewards are given for attaining a gradually increasing standard of performance, rewards enhance intrinsic motivation. Many effective therapies have been based on the principles of applied behavior analysis, including pivotal response therapy which is used to treat autism spectrum disorders.
Among current educational psychologists, the cognitive perspective is more widely held than the behavioral perspective, perhaps because it admits causally related mental constructs such as traits, beliefs, memories, motivations, and emotions. Cognitive theories claim that memory structures determine how information is perceived, processed, stored, retrieved and forgotten. Among the memory structures theorized by cognitive psychologists are separate but linked visual and verbal systems described by Allan Paivio's dual coding theory. Educational psychologists have used dual coding theory and cognitive load theory to explain how people learn from multimedia presentations.
The spaced learning effect, a cognitive phenomenon strongly supported by psychological research, has broad applicability within education. For example, students have been found to perform better on a test of knowledge about a text passage when a second reading of the passage is delayed rather than immediate (see figure). Educational psychology research has confirmed the applicability to the education of other findings from cognitive psychology, such as the benefits of using mnemonics for immediate and delayed retention of information.
Problem solving, according to prominent cognitive psychologists, is fundamental to learning. It resides as an important research topic in educational psychology. A student is thought to interpret a problem by assigning it to a schema retrieved from long-term memory. A problem students run into while reading is called "activation." This is when the student's representations of the text are present during working memory. This causes the student to read through the material without absorbing the information and being able to retain it. When working memory is absent from the reader's representations of the working memory, they experience something called "deactivation." When deactivation occurs, the student has an understanding of the material and is able to retain information. If deactivation occurs during the first reading, the reader does not need to undergo deactivation in the second reading. The reader will only need to reread to get a "gist" of the text to spark their memory. When the problem is assigned to the wrong schema, the student's attention is subsequently directed away from features of the problem that are inconsistent with the assigned schema. The critical step of finding a mapping between the problem and a pre-existing schema is often cited as supporting the centrality of analogical thinking to problem-solving.
Each person has an individual profile of characteristics, abilities, and challenges that result from predisposition, learning, and development. These manifest as individual differences in intelligence, creativity, cognitive style, motivation, and the capacity to process information, communicate, and relate to others. The most prevalent disabilities found among school age children are attention deficit hyperactivity disorder (ADHD), learning disability, dyslexia, and speech disorder. Less common disabilities include intellectual disability, hearing impairment, cerebral palsy, epilepsy, and blindness.
Although theories of intelligence have been discussed by philosophers since Plato, intelligence testing is an invention of educational psychology and is coincident with the development of that discipline. Continuing debates about the nature of intelligence revolve on whether it can be characterized by a single factor known as general intelligence, multiple factors (e.g., Gardner's theory of multiple intelligences), or whether it can be measured at all. In practice, standardized instruments such as the Stanford-Binet IQ test and the WISC are widely used in economically developed countries to identify children in need of individualized educational treatment. Children classified as gifted are often provided with accelerated or enriched programs. Children with identified deficits may be provided with enhanced education in specific skills such as phonological awareness. In addition to basic abilities, the individual's personality traits are also important, with people higher in conscientiousness and hope attaining superior academic achievements, even after controlling for intelligence and past performance.
Developmental psychology, and especially the psychology of cognitive development, opens a special perspective for educational psychology. This is so because education and the psychology of cognitive development converge on a number of crucial assumptions. First, the psychology of cognitive development defines human cognitive competence at successive phases of development. Education aims to help students acquire knowledge and develop skills that are compatible with their understanding and problem-solving capabilities at different ages. Thus, knowing the students' level on a developmental sequence provides information on the kind and level of knowledge they can assimilate, which, in turn, can be used as a frame for organizing the subject matter to be taught at different school grades. This is the reason why Piaget's theory of cognitive development was so influential for education, especially mathematics and science education. In the same direction, the neo-Piagetian theories of cognitive development suggest that in addition to the concerns above, sequencing of concepts and skills in teaching must take account of the processing and working memory capacities that characterize successive age levels.
Second, the psychology of cognitive development involves understanding how cognitive change takes place and recognizing the factors and processes which enable cognitive competence to develop. Education also capitalizes on cognitive change, because the construction of knowledge presupposes effective teaching methods that would move the student from a lower to a higher level of understanding. Mechanisms such as reflection on actual or mental actions vis-à-vis alternative solutions to problems, tagging new concepts or solutions to symbols that help one recall and mentally manipulate them are just a few examples of how mechanisms of cognitive development may be used to facilitate learning.
Finally, the psychology of cognitive development is concerned with individual differences in the organization of cognitive processes and abilities, in their rate of change, and in their mechanisms of change. The principles underlying intra- and inter-individual differences could be educationally useful, because knowing how students differ in regard to the various dimensions of cognitive development, such as processing and representational capacity, self-understanding and self-regulation, and the various domains of understanding, such as mathematical, scientific, or verbal abilities, would enable the teacher to cater for the needs of the different students so that no one is left behind.
Constructivism is a category of learning theory in which emphasis is placed on the agency and prior "knowing" and experience of the learner, and often on the social and cultural determinants of the learning process. Educational psychologists distinguish individual (or psychological) constructivism, identified with Piaget's theory of cognitive development, from social constructivism. The social constructivist paradigm views the context in which the learning occurs as central to the learning itself. It regards learning as a process of enculturation. People learn by exposure to the culture of practitioners. They observe and practice the behavior of practitioners and 'pick up relevant jargon, imitate behavior, and gradually start to act in accordance with the norms of the practice'. So, a student learns to become a mathematician through exposure to mathematician using tools to solve mathematical problems. So in order to master a particular domain of knowledge it is not enough for students to learn the concepts of the domain. They should be exposed to the use of the concepts in authentic activities by the practitioners of the domain.
A dominant influence on the social constructivist paradigm is Lev Vygotsky's work on sociocultural learning, describing how interactions with adults, more capable peers, and cognitive tools are internalized to form mental constructs. "Zone of Proximal Development" (ZPD) is a term Vygotsky used to characterize an individual's mental development. He believed that tasks individuals can do on their own do not give a complete understanding of their mental development. He originally defined the ZPD as “the distance between the actual developmental level as determined by independent problem solving and the level of potential development as determined through problem solving under adult guidance or in collaboration with more capable peers.” He cited a famous example to make his case. Two children in school who originally can solve problems at an eight-year-old developmental level (that is, typical for children who were age 8) might be at different developmental levels. If each child received assistance from an adult, one was able to perform at a nine-year-old level and one was able to perform at a twelve-year-old level. He said “This difference between twelve and eight, or between nine and eight, is what we call the zone of proximal development.” He further said that the ZPD “defines those functions that have not yet matured but are in the process of maturation, functions that will mature tomorrow but are currently in an embryonic state.” The zone is bracketed by the learner's current ability and the ability they can achieve with the aid of an instructor of some capacity.
Vygotsky viewed the ZPD as a better way to explain the relation between children's learning and cognitive development. Prior to the ZPD, the relation between learning and development could be boiled down to the following three major positions: 1) Development always precedes learning (e.g., constructivism): children first need to meet a particular maturation level before learning can occur; 2) Learning and development cannot be separated, but instead occur simultaneously (e.g., behaviorism): essentially, learning is development; and 3) learning and development are separate, but interactive processes (e.g., gestaltism): one process always prepares the other process, and vice versa. Vygotsky rejected these three major theories because he believed that learning should always precede development in the ZPD. According to Vygotsky, through the assistance of a more knowledgeable other, a child can learn skills or aspects of a skill that go beyond the child's actual developmental or maturational level. The lower limit of ZPD is the level of skill reached by the child working independently (also referred to as the child's developmental level). The upper limit is the level of potential skill that the child can reach with the assistance of a more capable instructor. In this sense, the ZPD provides a prospective view of cognitive development, as opposed to a retrospective view that characterizes development in terms of a child's independent capabilities. The advancement through and attainment of the upper limit of the ZPD is limited by the instructional and scaffolding-related capabilities of the more knowledgeable other (MKO). The MKO is typically assumed to be an older, more experienced teacher or parent, but often can be a learner's peer or someone their junior. The MKO need not even be a person, it can be a machine or book, or other source of visual and/or audio input.
Elaborating on Vygotsky's theory, Jerome Bruner and other educational psychologists developed the important concept of instructional scaffolding, in which the social or information environment offers supports for learning that are gradually withdrawn as they become internalized.
Jean Piaget was interested in how an organism adapts to its environment. Piaget hypothesized that infants are born with a schema operating at birth that he called "reflexes". Piaget identified four stages in cognitive development. The four stages are sensorimotor stage, pre-operational stage, concrete operational stage, and formal operational stage.
To understand the characteristics of learners in childhood, adolescence, adulthood, and old age, educational psychology develops and applies theories of human development. Often represented as stages through which people pass as they mature, developmental theories describe changes in mental abilities (cognition), social roles, moral reasoning, and beliefs about the nature of knowledge.
For example, educational psychologists have conducted research on the instructional applicability of Jean Piaget's theory of development, according to which children mature through four stages of cognitive capability. Piaget hypothesized that children are not capable of abstract logical thought until they are older than about 11 years, and therefore younger children need to be taught using concrete objects and examples. Researchers have found that transitions, such as from concrete to abstract logical thought, do not occur at the same time in all domains. A child may be able to think abstractly about mathematics but remain limited to concrete thought when reasoning about human relationships. Perhaps Piaget's most enduring contribution is his insight that people actively construct their understanding through a self-regulatory process.
Piaget proposed a developmental theory of moral reasoning in which children progress from a naïve understanding of morality based on behavior and outcomes to a more advanced understanding based on intentions. Piaget's views of moral development were elaborated by Lawrence Kohlberg into a stage theory of moral development. There is evidence that the moral reasoning described in stage theories is not sufficient to account for moral behavior. For example, other factors such as modeling (as described by the social cognitive theory of morality) are required to explain bullying.
Rudolf Steiner's model of child development interrelates physical, emotional, cognitive, and moral development in developmental stages similar to those later described by Piaget.
Developmental theories are sometimes presented not as shifts between qualitatively different stages, but as gradual increments on separate dimensions. Development of epistemological beliefs (beliefs about knowledge) have been described in terms of gradual changes in people's belief in: certainty and permanence of knowledge, fixedness of ability, and credibility of authorities such as teachers and experts. People develop more sophisticated beliefs about knowledge as they gain in education and maturity.
Motivation is an internal state that activates, guides and sustains behavior. Motivation can have several impacting effects on how students learn and how they behave towards subject matter:
Educational psychology research on motivation is concerned with the volition or will that students bring to a task, their level of interest and intrinsic motivation, the personally held goals that guide their behavior, and their belief about the causes of their success or failure. As intrinsic motivation deals with activities that act as their own rewards, extrinsic motivation deals with motivations that are brought on by consequences or punishments. A form of attribution theory developed by Bernard Weiner describes how students' beliefs about the causes of academic success or failure affect their emotions and motivations. For example, when students attribute failure to lack of ability, and ability is perceived as uncontrollable, they experience the emotions of shame and embarrassment and consequently decrease effort and show poorer performance. In contrast, when students attribute failure to lack of effort, and effort is perceived as controllable, they experience the emotion of guilt and consequently increase effort and show improved performance.
The self-determination theory (SDT) was developed by psychologists Edward Deci and Richard Ryan. SDT focuses on the importance of intrinsic and extrinsic motivation in driving human behavior and posits inherent growth and development tendencies. It emphasizes the degree to which an individual's behavior is self-motivated and self-determined. When applied to the realm of education, the self-determination theory is concerned primarily with promoting in students an interest in learning, a value of education, and a confidence in their own capacities and attributes.
Motivational theories also explain how learners' goals affect the way they engage with academic tasks. Those who have mastery goals strive to increase their ability and knowledge. Those who have performance approach goals strive for high grades and seek opportunities to demonstrate their abilities. Those who have performance avoidance goals are driven by fear of failure and avoid situations where their abilities are exposed. Research has found that mastery goals are associated with many positive outcomes such as persistence in the face of failure, preference for challenging tasks, creativity, and intrinsic motivation. Performance avoidance goals are associated with negative outcomes such as poor concentration while studying, disorganized studying, less self-regulation, shallow information processing, and test anxiety. Performance approach goals are associated with positive outcomes, and some negative outcomes such as an unwillingness to seek help and shallow information processing.
Locus of control is a salient factor in the successful academic performance of students. During the 1970s and '80s, Cassandra B. Whyte did significant educational research studying locus of control as related to the academic achievement of students pursuing higher education coursework. Much of her educational research and publications focused upon the theories of Julian B. Rotter in regard to the importance of internal control and successful academic performance. Whyte reported that individuals who perceive and believe that their hard work may lead to more successful academic outcomes, instead of depending on luck or fate, persist and achieve academically at a higher level. Therefore, it is important to provide education and counseling in this regard.
Instructional design, the systematic design of materials, activities, and interactive environments for learning, is broadly informed by educational psychology theories and research. For example, in defining learning goals or objectives, instructional designers often use a taxonomy of educational objectives created by Benjamin Bloom and colleagues. Bloom also researched mastery learning, an instructional strategy in which learners only advance to a new learning objective after they have mastered its prerequisite objectives. Bloom discovered that a combination of mastery learning with one-to-one tutoring is highly effective, producing learning outcomes far exceeding those normally achieved in classroom instruction. Gagné, another psychologist, had earlier developed an influential method of task analysis in which a terminal learning goal is expanded into a hierarchy of learning objectives connected by prerequisite relationships. The following list of technological resources incorporate computer-aided instruction and intelligence for educational psychologists and their students:
Technology is essential to the field of educational psychology, not only for the psychologist themselves as far as testing, organization, and resources, but also for students. Educational psychologists who reside in the K-12 setting focus most of their time on special education students. It has been found that students with disabilities learning through technology such as iPad applications and videos are more engaged and motivated to learn in the classroom setting. Liu et al. explain that learning-based technology allows for students to be more focused, and learning is more efficient with learning technologies. The authors explain that learning technology also allows for students with social-emotional disabilities to participate in distance learning.
Research on classroom management and pedagogy is conducted to guide teaching practice and form a foundation for teacher education programs. The goals of classroom management are to create an environment conducive to learning and to develop students' self-management skills. More specifically, classroom management strives to create positive teacher-student and peer relationships, manage student groups to sustain on-task behavior, and use counseling and other psychological methods to aid students who present persistent psychosocial problems.
Introductory educational psychology is a commonly required area of study in most North American teacher education programs. When taught in that context, its content varies, but it typically emphasizes learning theories (especially cognitively oriented ones), issues about motivation, assessment of students' learning, and classroom management. A developing Wikibook about educational psychology gives more detail about the educational psychology topics that are typically presented in preservice teacher education.
In order to become an educational psychologist, students can complete an undergraduate degree of their choice. They then must go to graduate school to study education psychology, counseling psychology, or school counseling. Most students today are also receiving their doctoral degrees in order to hold the "psychologist" title. Educational psychologists work in a variety of settings. Some work in university settings where they carry out research on the cognitive and social processes of human development, learning and education. Educational psychologists may also work as consultants in designing and creating educational materials, classroom programs and online courses. Educational psychologists who work in K–12 school settings (closely related are school psychologists in the US and Canada) are trained at the master's and doctoral levels. In addition to conducting assessments, school psychologists provide services such as academic and behavioral intervention, counseling, teacher consultation, and crisis intervention. However, school psychologists are generally more individual-oriented towards students.
Many high schools and colleges are increasingly offering educational psychology courses, with some colleges offering it as a general education requirement. Similarly, colleges offer students opportunities to obtain a Ph.D. in educational psychology.
Within the UK, students must hold a degree that is accredited by the British Psychological Society (either undergraduate or at the master's level) before applying for a three-year doctoral course that involves further education, placement, and a research thesis.
In recent years, many university training programs in the US have included curriculum that focuses on issues of race, gender, disability, trauma, and poverty, and how those issues affect learning and academic outcomes. A growing number of universities offer specialized certificates that allow professionals to work and study in these fields (i.e. autism specialists, trauma specialists).
Anticipated to grow by 18–26%, employment for psychologists in the United States is expected to grow faster than most occupations in 2014. One in four psychologists is employed in educational settings. In the United States, the median salary for psychologists in primary and secondary schools is US$58,360 as of May 2004.
In recent decades, the participation of women as professional researchers in North American educational psychology has risen dramatically.
As opposed to some other fields of educational research, quantitative methods are the predominant mode of inquiry in educational psychology, but qualitative and mixed-methods studies are also common. Educational psychology, as much as any other field of psychology relies on a balance of observational, correlational, and experimental study designs. Given the complexities of modeling dependent data and psychological variables in school settings, educational psychologists have been at the forefront of the development of several common statistical tools, including psychometric methods, meta-analysis, regression discontinuity and latent variable modeling. | [
{
"paragraph_id": 0,
"text": "Educational psychology is the branch of psychology concerned with the scientific study of human learning. The study of learning processes, from both cognitive and behavioral perspectives, allows researchers to understand individual differences in intelligence, cognitive development, affect, motivation, self-regulation, and self-concept, as well as their role in learning. The field of educational psychology relies heavily on quantitative methods, including testing and measurement, to enhance educational activities related to instructional design, classroom management, and assessment, which serve to facilitate learning processes in various educational settings across the lifespan.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Educational psychology can in part be understood through its relationship with other disciplines. It is informed primarily by psychology, bearing a relationship to that discipline analogous to the relationship between medicine and biology. It is also informed by neuroscience. Educational psychology in turn informs a wide range of specialties within educational studies, including instructional design, educational technology, curriculum development, organizational learning, special education, classroom management, and student motivation. Educational psychology both draws from and contributes to cognitive science and the learning sciences. In universities, departments of educational psychology are usually housed within faculties of education, possibly accounting for the lack of representation of educational psychology content in introductory psychology textbooks.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The field of educational psychology involves the study of memory, conceptual processes, and individual differences (via cognitive psychology) in conceptualizing new strategies for learning processes in humans. Educational psychology has been built upon theories of operant conditioning, functionalism, structuralism, constructivism, humanistic psychology, Gestalt psychology, and information processing.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Educational psychology has seen rapid growth and development as a profession in the last twenty years. School psychology began with the concept of intelligence testing leading to provisions for special education students, who could not follow the regular classroom curriculum in the early part of the 20th century. Another main focus of school psychology was to help close the gap for children of colour, as the fight against racial inequality and segregation was still very prominent, during the early to mid-1900s. However, \"school psychology\" itself has built a fairly new profession based upon the practices and theories of several psychologists among many different fields. Educational psychologists are working side by side with psychiatrists, social workers, teachers, speech and language therapists, and counselors in an attempt to understand the questions being raised when combining behavioral, cognitive, and social psychology in the classroom setting.",
"title": ""
},
{
"paragraph_id": 4,
"text": "As a field of study, educational psychology is fairly new and was not considered a specific practice until the 20th century. Reflections on everyday teaching and learning allowed some individuals throughout history to elaborate on developmental differences in cognition, the nature of instruction, and the transfer of knowledge and learning. These topics are important to education and, as a result, they are important in understanding human cognition, learning, and social perception.",
"title": "History"
},
{
"paragraph_id": 5,
"text": "Some of the ideas and issues pertaining to educational psychology date back to the time of Plato and Aristotle. Philosophers as well as sophists discussed the purpose of education, training of the body and the cultivation of psycho-motor skills, the formation of good character, the possibilities and limits of moral education. Some other educational topics they spoke about were the effects of music, poetry, and the other arts on the development of the individual, role of the teacher, and the relations between teacher and student. Plato saw knowledge acquisition as an innate ability, which evolves through experience and understanding of the world. This conception of human cognition has evolved into a continuing argument of nature vs. nurture in understanding conditioning and learning today. Aristotle, on the other hand, ascribed to the idea of knowledge by association or schema. His four laws of association included succession, contiguity, similarity, and contrast. His studies examined recall and facilitated learning processes.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "John Locke is considered one of the most influential philosophers in post-renaissance Europe, a time period that began around the mid-1600s. Locke is considered the \"Father of English Psychology\". One of Locke's most important works was written in 1690, named An Essay Concerning Human Understanding. In this essay, he introduced the term \"tabula rasa\" meaning \"blank slate.\" Locke explained that learning was attained through experience only and that we are all born without knowledge.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "He followed by contrasting Plato's theory of innate learning processes. Locke believed the mind was formed by experiences, not innate ideas. Locke introduced this idea as \"empiricism,\" or the understanding that knowledge is only built on knowledge and experience.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "In the late 1600s, John Locke advanced the hypothesis that people learn primarily from external forces. He believed that the mind was like a blank tablet (tabula rasa), and that successions of simple impressions give rise to complex ideas through association and reflection. Locke is credited with establishing \"empiricism\" as a criterion for testing the validity of knowledge, thus providing a conceptual framework for later development of experimental methodology in the natural and social sciences.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "In the 18th century the philosopher Jean-Jacques Rousseau espoused a set of theories which would become highly influential in the field of education, particularly through his philosophical novel Emile, or On Education. Despite stating that the book should not be used as a practical guide to nurturing children, the pedagogical approach outlined in it was lauded by Enlightenment contemporaries including Immanuel Kant and Johann Wolfgang von Goethe. Rousseau advocated a child-centered approach to education, and that the age of the child should be accounted for in choosing what and how to teach them. In particular he insisted on the primacy of experiential education, in order to develop the child's ability to reason autonomously. Rousseau's philosophy influenced educational reformers including Johann Bernhard Basedow, whose practice in his model school the Philanthropinum drew upon his ideas, as well as Johann Heinrich Pestalozzi. More generally Rousseau's thinking had significant direct and indirect influence on the development of pedagogy in Germany, Switzerland and the Netherlands. In addition, Jean Piaget's stage-based approach to child development has been observed to have parallels to Rousseau's theories.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "Philosophers of education such as Juan Vives, Johann Pestalozzi, Friedrich Fröbel, and Johann Herbart had examined, classified and judged the methods of education centuries before the beginnings of psychology in the late 1800s.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "Juan Vives (1493–1540) proposed induction as the method of study and believed in the direct observation and investigation of the study of nature. His studies focused on humanistic learning, which opposed scholasticism and was influenced by a variety of sources including philosophy, psychology, politics, religion, and history. He was one of the first prominent thinkers to emphasize that the location of a school is important to learning. He suggested that a school should be located away from disturbing noises; the air quality should be good and there should be plenty of food for the students and teachers. Vives emphasized the importance of understanding individual differences of the students and suggested practice as an important tool for learning.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "Vives introduced his educational ideas in his writing, \"De anima et vita\" in 1538. In this publication, Vives explores moral philosophy as a setting for his educational ideals; with this, he explains that the different parts of the soul (similar to that of Aristotle's ideas) are each responsible for different operations, which function distinctively. The first book covers the different \"souls\": \"The Vegetative Soul;\" this is the soul of nutrition, growth, and reproduction, \"The Sensitive Soul,\" which involves the five external senses; \"The Cogitative soul,\" which includes internal senses and cognitive facilities. The second book involves functions of the rational soul: mind, will, and memory. Lastly, the third book explains the analysis of emotions.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "Johann Pestalozzi (1746–1827), a Swiss educational reformer, emphasized the child rather than the content of the school. Pestalozzi fostered an educational reform backed by the idea that early education was crucial for children, and could be manageable for mothers. Eventually, this experience with early education would lead to a \"wholesome person characterized by morality.\" Pestalozzi has been acknowledged for opening institutions for education, writing books for mother's teaching home education, and elementary books for students, mostly focusing on the kindergarten level. In his later years, he published teaching manuals and methods of teaching.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "During the time of The Enlightenment, Pestalozzi's ideals introduced \"educationalization\". This created the bridge between social issues and education by introducing the idea of social issues to be solved through education. Horlacher describes the most prominent example of this during The Enlightenment to be \"improving agricultural production methods.\"",
"title": "History"
},
{
"paragraph_id": 15,
"text": "Johann Herbart (1776–1841) is considered the father of educational psychology. He believed that learning was influenced by interest in the subject and the teacher. He thought that teachers should consider the students' existing mental sets—what they already know—when presenting new information or material. Herbart came up with what are now known as the formal steps. The 5 steps that teachers should use are:",
"title": "History"
},
{
"paragraph_id": 16,
"text": "There were three major figures in educational psychology in this period: William James, G. Stanley Hall, and John Dewey. These three men distinguished themselves in general psychology and educational psychology, which overlapped significantly at the end of the 19th century.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "The period of 1890–1920 is considered the golden era of educational psychology when aspirations of the new discipline rested on the application of the scientific methods of observation and experimentation to educational problems. From 1840 to 1920 37 million people immigrated to the United States. This created an expansion of elementary schools and secondary schools. The increase in immigration also provided educational psychologists the opportunity to use intelligence testing to screen immigrants at Ellis Island. Darwinism influenced the beliefs of the prominent educational psychologists. Even in the earliest years of the discipline, educational psychologists recognized the limitations of this new approach. The pioneering American psychologist William James commented that:",
"title": "History"
},
{
"paragraph_id": 18,
"text": "Psychology is a science, and teaching is an art; and sciences never generate arts directly out of themselves. An intermediate inventive mind must make that application, by using its originality\".",
"title": "History"
},
{
"paragraph_id": 19,
"text": "James is the father of psychology in America, but he also made contributions to educational psychology. In his famous series of lectures Talks to Teachers on Psychology, published in 1899, James defines education as \"the organization of acquired habits of conduct and tendencies to behavior\". He states that teachers should \"train the pupil to behavior\" so that he fits into the social and physical world. Teachers should also realize the importance of habit and instinct. They should present information that is clear and interesting and relate this new information and material to things the student already knows about. He also addresses important issues such as attention, memory, and association of ideas.",
"title": "History"
},
{
"paragraph_id": 20,
"text": "Alfred Binet published Mental Fatigue in 1898, in which he attempted to apply the experimental method to educational psychology. In this experimental method he advocated for two types of experiments, experiments done in the lab and experiments done in the classroom. In 1904 he was appointed the Minister of Public Education. This is when he began to look for a way to distinguish children with developmental disabilities. Binet strongly supported special education programs because he believed that \"abnormality\" could be cured. The Binet-Simon test was the first intelligence test and was the first to distinguish between \"normal children\" and those with developmental disabilities. Binet believed that it was important to study individual differences between age groups and children of the same age. He also believed that it was important for teachers to take into account individual students' strengths and also the needs of the classroom as a whole when teaching and creating a good learning environment. He also believed that it was important to train teachers in observation so that they would be able to see individual differences among children and adjust the curriculum to the students. Binet also emphasized that practice of material was important. In 1916 Lewis Terman revised the Binet-Simon so that the average score was always 100. The test became known as the Stanford-Binet and was one of the most widely used tests of intelligence. Terman, unlike Binet, was interested in using intelligence test to identify gifted children who had high intelligence. In his longitudinal study of gifted children, who became known as the Termites, Terman found that gifted children become gifted adults.",
"title": "History"
},
{
"paragraph_id": 21,
"text": "Edward Thorndike (1874–1949) supported the scientific movement in education. He based teaching practices on empirical evidence and measurement. Thorndike developed the theory of instrumental conditioning or the law of effect. The law of effect states that associations are strengthened when it is followed by something pleasing and associations are weakened when followed by something not pleasing. He also found that learning is done a little at a time or in increments, learning is an automatic process and its principles apply to all mammals. Thorndike's research with Robert Woodworth on the theory of transfer found that learning one subject will only influence your ability to learn another subject if the subjects are similar. This discovery led to less emphasis on learning the classics because they found that studying the classics does not contribute to overall general intelligence. Thorndike was one of the first to say that individual differences in cognitive tasks were due to how many stimulus-response patterns a person had rather than general intellectual ability. He contributed word dictionaries that were scientifically based to determine the words and definitions used. The dictionaries were the first to take into consideration the users' maturity level. He also integrated pictures and easier pronunciation guide into each of the definitions. Thorndike contributed arithmetic books based on learning theory. He made all the problems more realistic and relevant to what was being studied, not just to improve the general intelligence. He developed tests that were standardized to measure performance in school-related subjects. His biggest contribution to testing was the CAVD intelligence test which used a multidimensional approach to intelligence and was the first to use a ratio scale. His later work was on programmed instruction, mastery learning, and computer-based learning:",
"title": "History"
},
{
"paragraph_id": 22,
"text": "If, by a miracle of mechanical ingenuity, a book could be so arranged that only to him who had done what was directed on page one would page two become visible, and so on, much that now requires personal instruction could be managed by print.",
"title": "History"
},
{
"paragraph_id": 23,
"text": "John Dewey (1859–1952) had a major influence on the development of progressive education in the United States. He believed that the classroom should prepare children to be good citizens and facilitate creative intelligence. He pushed for the creation of practical classes that could be applied outside of a school setting. He also thought that education should be student-oriented, not subject-oriented. For Dewey, education was a social experience that helped bring together generations of people. He stated that students learn by doing. He believed in an active mind that was able to be educated through observation, problem-solving, and enquiry. In his 1910 book How We Think, he emphasizes that material should be provided in a way that is stimulating and interesting to the student since it encourages original thought and problem-solving. He also stated that material should be relative to the student's own experience.",
"title": "History"
},
{
"paragraph_id": 24,
"text": "\"The material furnished by way of information should be relevant to a question that is vital in the students own experience\"",
"title": "History"
},
{
"paragraph_id": 25,
"text": "Jean Piaget (1896–1980) was one of the most powerful researchers in of developmental psychology during the 20th century. He developed the theory of cognitive development. The theory stated that intelligence developed in four different stages. The stages are the sensorimotor stage from birth to 2 years old, the preoperational state from 2 to 7 years old, the concrete operational stage from 7 to 10 years old, and the formal operational stage from 12 years old and up. He also believed that learning was constrained to the child's cognitive development. Piaget influenced educational psychology because he was the first to believe that cognitive development was important and something that should be paid attention to in education. Most of the research on Piagetian theory was carried out by American educational psychologists.",
"title": "History"
},
{
"paragraph_id": 26,
"text": "The number of people receiving a high school and college education increased dramatically from 1920 to 1960. Because very few jobs were available to teens coming out of eighth grade, there was an increase in high school attendance in the 1930s. The progressive movement in the United States took off at this time and led to the idea of progressive education. John Flanagan, an educational psychologist, developed tests for combat trainees and instructions in combat training. In 1954 the work of Kenneth Clark and his wife on the effects of segregation on black and white children was influential in the Supreme Court case Brown v. Board of Education. From the 1960s to present day, educational psychology has switched from a behaviorist perspective to a more cognitive-based perspective because of the influence and development of cognitive psychology at this time.",
"title": "History"
},
{
"paragraph_id": 27,
"text": "Jerome Bruner is notable for integrating Piaget's cognitive approaches into educational psychology. He advocated for discovery learning where teachers create a problem solving environment that allows the student to question, explore and experiment. In his book The Process of Education Bruner stated that the structure of the material and the cognitive abilities of the person are important in learning. He emphasized the importance of the subject matter. He also believed that how the subject was structured was important for the student's understanding of the subject and that it was the goal of the teacher to structure the subject in a way that was easy for the student to understand. In the early 1960s, Bruner went to Africa to teach math and science to school children, which influenced his view as schooling as a cultural institution. Bruner was also influential in the development of MACOS, Man: a Course of Study, which was an educational program that combined anthropology and science. The program explored human evolution and social behavior. He also helped with the development of the head start program. He was interested in the influence of culture on education and looked at the impact of poverty on educational development.",
"title": "History"
},
{
"paragraph_id": 28,
"text": "Benjamin Bloom (1903–1999) spent over 50 years at the University of Chicago, where he worked in the department of education. He believed that all students can learn. He developed the taxonomy of educational objectives. The objectives were divided into three domains: cognitive, affective, and psychomotor. The cognitive domain deals with how we think. It is divided into categories that are on a continuum from easiest to more complex. The categories are knowledge or recall, comprehension, application, analysis, synthesis, and evaluation. The affective domain deals with emotions and has 5 categories. The categories are receiving phenomenon, responding to that phenomenon, valuing, organization, and internalizing values. The psychomotor domain deals with the development of motor skills, movement, and coordination and has 7 categories that also go from simplest to most complex. The 7 categories of the psychomotor domain are perception, set, guided response, mechanism, complex overt response, adaptation, and origination. The taxonomy provided broad educational objectives that could be used to help expand the curriculum to match the ideas in the taxonomy. The taxonomy is considered to have a greater influence internationally than in the United States. Internationally, the taxonomy is used in every aspect of education from the training of the teachers to the development of testing material. Bloom believed in communicating clear learning goals and promoting an active student. He thought that teachers should provide feedback to the students on their strengths and weaknesses. Bloom also did research on college students and their problem-solving processes. He found that they differ in understanding the basis of the problem and the ideas in the problem. He also found that students differ in process of problem-solving in their approach and attitude toward the problem.",
"title": "History"
},
{
"paragraph_id": 29,
"text": "Nathaniel Gage (1917-2008) is an important figure in educational psychology as his research focused on improving teaching and understanding the processes involved in teaching. He edited the book Handbook of Research on Teaching (1963), which helped develop early research in teaching and educational psychology. Gage founded the Stanford Center for Research and Development in Teaching, which contributed research on teaching as well as influencing the education of important educational psychologists.",
"title": "History"
},
{
"paragraph_id": 30,
"text": "Applied behavior analysis, a research-based science utilizing behavioral principles of operant conditioning, is effective in a range of educational settings. For example, teachers can alter student behavior by systematically rewarding students who follow classroom rules with praise, stars, or tokens exchangeable for sundry items. Despite the demonstrated efficacy of awards in changing behavior, their use in education has been criticized by proponents of self-determination theory, who claim that praise and other rewards undermine intrinsic motivation. There is evidence that tangible rewards decrease intrinsic motivation in specific situations, such as when the student already has a high level of intrinsic motivation to perform the goal behavior. But the results showing detrimental effects are counterbalanced by evidence that, in other situations, such as when rewards are given for attaining a gradually increasing standard of performance, rewards enhance intrinsic motivation. Many effective therapies have been based on the principles of applied behavior analysis, including pivotal response therapy which is used to treat autism spectrum disorders.",
"title": "Perspectives"
},
{
"paragraph_id": 31,
"text": "Among current educational psychologists, the cognitive perspective is more widely held than the behavioral perspective, perhaps because it admits causally related mental constructs such as traits, beliefs, memories, motivations, and emotions. Cognitive theories claim that memory structures determine how information is perceived, processed, stored, retrieved and forgotten. Among the memory structures theorized by cognitive psychologists are separate but linked visual and verbal systems described by Allan Paivio's dual coding theory. Educational psychologists have used dual coding theory and cognitive load theory to explain how people learn from multimedia presentations.",
"title": "Perspectives"
},
{
"paragraph_id": 32,
"text": "The spaced learning effect, a cognitive phenomenon strongly supported by psychological research, has broad applicability within education. For example, students have been found to perform better on a test of knowledge about a text passage when a second reading of the passage is delayed rather than immediate (see figure). Educational psychology research has confirmed the applicability to the education of other findings from cognitive psychology, such as the benefits of using mnemonics for immediate and delayed retention of information.",
"title": "Perspectives"
},
{
"paragraph_id": 33,
"text": "Problem solving, according to prominent cognitive psychologists, is fundamental to learning. It resides as an important research topic in educational psychology. A student is thought to interpret a problem by assigning it to a schema retrieved from long-term memory. A problem students run into while reading is called \"activation.\" This is when the student's representations of the text are present during working memory. This causes the student to read through the material without absorbing the information and being able to retain it. When working memory is absent from the reader's representations of the working memory, they experience something called \"deactivation.\" When deactivation occurs, the student has an understanding of the material and is able to retain information. If deactivation occurs during the first reading, the reader does not need to undergo deactivation in the second reading. The reader will only need to reread to get a \"gist\" of the text to spark their memory. When the problem is assigned to the wrong schema, the student's attention is subsequently directed away from features of the problem that are inconsistent with the assigned schema. The critical step of finding a mapping between the problem and a pre-existing schema is often cited as supporting the centrality of analogical thinking to problem-solving.",
"title": "Perspectives"
},
{
"paragraph_id": 34,
"text": "Each person has an individual profile of characteristics, abilities, and challenges that result from predisposition, learning, and development. These manifest as individual differences in intelligence, creativity, cognitive style, motivation, and the capacity to process information, communicate, and relate to others. The most prevalent disabilities found among school age children are attention deficit hyperactivity disorder (ADHD), learning disability, dyslexia, and speech disorder. Less common disabilities include intellectual disability, hearing impairment, cerebral palsy, epilepsy, and blindness.",
"title": "Perspectives"
},
{
"paragraph_id": 35,
"text": "Although theories of intelligence have been discussed by philosophers since Plato, intelligence testing is an invention of educational psychology and is coincident with the development of that discipline. Continuing debates about the nature of intelligence revolve on whether it can be characterized by a single factor known as general intelligence, multiple factors (e.g., Gardner's theory of multiple intelligences), or whether it can be measured at all. In practice, standardized instruments such as the Stanford-Binet IQ test and the WISC are widely used in economically developed countries to identify children in need of individualized educational treatment. Children classified as gifted are often provided with accelerated or enriched programs. Children with identified deficits may be provided with enhanced education in specific skills such as phonological awareness. In addition to basic abilities, the individual's personality traits are also important, with people higher in conscientiousness and hope attaining superior academic achievements, even after controlling for intelligence and past performance.",
"title": "Perspectives"
},
{
"paragraph_id": 36,
"text": "Developmental psychology, and especially the psychology of cognitive development, opens a special perspective for educational psychology. This is so because education and the psychology of cognitive development converge on a number of crucial assumptions. First, the psychology of cognitive development defines human cognitive competence at successive phases of development. Education aims to help students acquire knowledge and develop skills that are compatible with their understanding and problem-solving capabilities at different ages. Thus, knowing the students' level on a developmental sequence provides information on the kind and level of knowledge they can assimilate, which, in turn, can be used as a frame for organizing the subject matter to be taught at different school grades. This is the reason why Piaget's theory of cognitive development was so influential for education, especially mathematics and science education. In the same direction, the neo-Piagetian theories of cognitive development suggest that in addition to the concerns above, sequencing of concepts and skills in teaching must take account of the processing and working memory capacities that characterize successive age levels.",
"title": "Perspectives"
},
{
"paragraph_id": 37,
"text": "Second, the psychology of cognitive development involves understanding how cognitive change takes place and recognizing the factors and processes which enable cognitive competence to develop. Education also capitalizes on cognitive change, because the construction of knowledge presupposes effective teaching methods that would move the student from a lower to a higher level of understanding. Mechanisms such as reflection on actual or mental actions vis-à-vis alternative solutions to problems, tagging new concepts or solutions to symbols that help one recall and mentally manipulate them are just a few examples of how mechanisms of cognitive development may be used to facilitate learning.",
"title": "Perspectives"
},
{
"paragraph_id": 38,
"text": "Finally, the psychology of cognitive development is concerned with individual differences in the organization of cognitive processes and abilities, in their rate of change, and in their mechanisms of change. The principles underlying intra- and inter-individual differences could be educationally useful, because knowing how students differ in regard to the various dimensions of cognitive development, such as processing and representational capacity, self-understanding and self-regulation, and the various domains of understanding, such as mathematical, scientific, or verbal abilities, would enable the teacher to cater for the needs of the different students so that no one is left behind.",
"title": "Perspectives"
},
{
"paragraph_id": 39,
"text": "Constructivism is a category of learning theory in which emphasis is placed on the agency and prior \"knowing\" and experience of the learner, and often on the social and cultural determinants of the learning process. Educational psychologists distinguish individual (or psychological) constructivism, identified with Piaget's theory of cognitive development, from social constructivism. The social constructivist paradigm views the context in which the learning occurs as central to the learning itself. It regards learning as a process of enculturation. People learn by exposure to the culture of practitioners. They observe and practice the behavior of practitioners and 'pick up relevant jargon, imitate behavior, and gradually start to act in accordance with the norms of the practice'. So, a student learns to become a mathematician through exposure to mathematician using tools to solve mathematical problems. So in order to master a particular domain of knowledge it is not enough for students to learn the concepts of the domain. They should be exposed to the use of the concepts in authentic activities by the practitioners of the domain.",
"title": "Perspectives"
},
{
"paragraph_id": 40,
"text": "A dominant influence on the social constructivist paradigm is Lev Vygotsky's work on sociocultural learning, describing how interactions with adults, more capable peers, and cognitive tools are internalized to form mental constructs. \"Zone of Proximal Development\" (ZPD) is a term Vygotsky used to characterize an individual's mental development. He believed that tasks individuals can do on their own do not give a complete understanding of their mental development. He originally defined the ZPD as “the distance between the actual developmental level as determined by independent problem solving and the level of potential development as determined through problem solving under adult guidance or in collaboration with more capable peers.” He cited a famous example to make his case. Two children in school who originally can solve problems at an eight-year-old developmental level (that is, typical for children who were age 8) might be at different developmental levels. If each child received assistance from an adult, one was able to perform at a nine-year-old level and one was able to perform at a twelve-year-old level. He said “This difference between twelve and eight, or between nine and eight, is what we call the zone of proximal development.” He further said that the ZPD “defines those functions that have not yet matured but are in the process of maturation, functions that will mature tomorrow but are currently in an embryonic state.” The zone is bracketed by the learner's current ability and the ability they can achieve with the aid of an instructor of some capacity.",
"title": "Perspectives"
},
{
"paragraph_id": 41,
"text": "Vygotsky viewed the ZPD as a better way to explain the relation between children's learning and cognitive development. Prior to the ZPD, the relation between learning and development could be boiled down to the following three major positions: 1) Development always precedes learning (e.g., constructivism): children first need to meet a particular maturation level before learning can occur; 2) Learning and development cannot be separated, but instead occur simultaneously (e.g., behaviorism): essentially, learning is development; and 3) learning and development are separate, but interactive processes (e.g., gestaltism): one process always prepares the other process, and vice versa. Vygotsky rejected these three major theories because he believed that learning should always precede development in the ZPD. According to Vygotsky, through the assistance of a more knowledgeable other, a child can learn skills or aspects of a skill that go beyond the child's actual developmental or maturational level. The lower limit of ZPD is the level of skill reached by the child working independently (also referred to as the child's developmental level). The upper limit is the level of potential skill that the child can reach with the assistance of a more capable instructor. In this sense, the ZPD provides a prospective view of cognitive development, as opposed to a retrospective view that characterizes development in terms of a child's independent capabilities. The advancement through and attainment of the upper limit of the ZPD is limited by the instructional and scaffolding-related capabilities of the more knowledgeable other (MKO). The MKO is typically assumed to be an older, more experienced teacher or parent, but often can be a learner's peer or someone their junior. The MKO need not even be a person, it can be a machine or book, or other source of visual and/or audio input.",
"title": "Perspectives"
},
{
"paragraph_id": 42,
"text": "Elaborating on Vygotsky's theory, Jerome Bruner and other educational psychologists developed the important concept of instructional scaffolding, in which the social or information environment offers supports for learning that are gradually withdrawn as they become internalized.",
"title": "Perspectives"
},
{
"paragraph_id": 43,
"text": "Jean Piaget was interested in how an organism adapts to its environment. Piaget hypothesized that infants are born with a schema operating at birth that he called \"reflexes\". Piaget identified four stages in cognitive development. The four stages are sensorimotor stage, pre-operational stage, concrete operational stage, and formal operational stage.",
"title": "Perspectives"
},
{
"paragraph_id": 44,
"text": "To understand the characteristics of learners in childhood, adolescence, adulthood, and old age, educational psychology develops and applies theories of human development. Often represented as stages through which people pass as they mature, developmental theories describe changes in mental abilities (cognition), social roles, moral reasoning, and beliefs about the nature of knowledge.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 45,
"text": "For example, educational psychologists have conducted research on the instructional applicability of Jean Piaget's theory of development, according to which children mature through four stages of cognitive capability. Piaget hypothesized that children are not capable of abstract logical thought until they are older than about 11 years, and therefore younger children need to be taught using concrete objects and examples. Researchers have found that transitions, such as from concrete to abstract logical thought, do not occur at the same time in all domains. A child may be able to think abstractly about mathematics but remain limited to concrete thought when reasoning about human relationships. Perhaps Piaget's most enduring contribution is his insight that people actively construct their understanding through a self-regulatory process.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 46,
"text": "Piaget proposed a developmental theory of moral reasoning in which children progress from a naïve understanding of morality based on behavior and outcomes to a more advanced understanding based on intentions. Piaget's views of moral development were elaborated by Lawrence Kohlberg into a stage theory of moral development. There is evidence that the moral reasoning described in stage theories is not sufficient to account for moral behavior. For example, other factors such as modeling (as described by the social cognitive theory of morality) are required to explain bullying.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 47,
"text": "Rudolf Steiner's model of child development interrelates physical, emotional, cognitive, and moral development in developmental stages similar to those later described by Piaget.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 48,
"text": "Developmental theories are sometimes presented not as shifts between qualitatively different stages, but as gradual increments on separate dimensions. Development of epistemological beliefs (beliefs about knowledge) have been described in terms of gradual changes in people's belief in: certainty and permanence of knowledge, fixedness of ability, and credibility of authorities such as teachers and experts. People develop more sophisticated beliefs about knowledge as they gain in education and maturity.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 49,
"text": "Motivation is an internal state that activates, guides and sustains behavior. Motivation can have several impacting effects on how students learn and how they behave towards subject matter:",
"title": "Conditioning and learning"
},
{
"paragraph_id": 50,
"text": "Educational psychology research on motivation is concerned with the volition or will that students bring to a task, their level of interest and intrinsic motivation, the personally held goals that guide their behavior, and their belief about the causes of their success or failure. As intrinsic motivation deals with activities that act as their own rewards, extrinsic motivation deals with motivations that are brought on by consequences or punishments. A form of attribution theory developed by Bernard Weiner describes how students' beliefs about the causes of academic success or failure affect their emotions and motivations. For example, when students attribute failure to lack of ability, and ability is perceived as uncontrollable, they experience the emotions of shame and embarrassment and consequently decrease effort and show poorer performance. In contrast, when students attribute failure to lack of effort, and effort is perceived as controllable, they experience the emotion of guilt and consequently increase effort and show improved performance.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 51,
"text": "The self-determination theory (SDT) was developed by psychologists Edward Deci and Richard Ryan. SDT focuses on the importance of intrinsic and extrinsic motivation in driving human behavior and posits inherent growth and development tendencies. It emphasizes the degree to which an individual's behavior is self-motivated and self-determined. When applied to the realm of education, the self-determination theory is concerned primarily with promoting in students an interest in learning, a value of education, and a confidence in their own capacities and attributes.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 52,
"text": "Motivational theories also explain how learners' goals affect the way they engage with academic tasks. Those who have mastery goals strive to increase their ability and knowledge. Those who have performance approach goals strive for high grades and seek opportunities to demonstrate their abilities. Those who have performance avoidance goals are driven by fear of failure and avoid situations where their abilities are exposed. Research has found that mastery goals are associated with many positive outcomes such as persistence in the face of failure, preference for challenging tasks, creativity, and intrinsic motivation. Performance avoidance goals are associated with negative outcomes such as poor concentration while studying, disorganized studying, less self-regulation, shallow information processing, and test anxiety. Performance approach goals are associated with positive outcomes, and some negative outcomes such as an unwillingness to seek help and shallow information processing.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 53,
"text": "Locus of control is a salient factor in the successful academic performance of students. During the 1970s and '80s, Cassandra B. Whyte did significant educational research studying locus of control as related to the academic achievement of students pursuing higher education coursework. Much of her educational research and publications focused upon the theories of Julian B. Rotter in regard to the importance of internal control and successful academic performance. Whyte reported that individuals who perceive and believe that their hard work may lead to more successful academic outcomes, instead of depending on luck or fate, persist and achieve academically at a higher level. Therefore, it is important to provide education and counseling in this regard.",
"title": "Conditioning and learning"
},
{
"paragraph_id": 54,
"text": "Instructional design, the systematic design of materials, activities, and interactive environments for learning, is broadly informed by educational psychology theories and research. For example, in defining learning goals or objectives, instructional designers often use a taxonomy of educational objectives created by Benjamin Bloom and colleagues. Bloom also researched mastery learning, an instructional strategy in which learners only advance to a new learning objective after they have mastered its prerequisite objectives. Bloom discovered that a combination of mastery learning with one-to-one tutoring is highly effective, producing learning outcomes far exceeding those normally achieved in classroom instruction. Gagné, another psychologist, had earlier developed an influential method of task analysis in which a terminal learning goal is expanded into a hierarchy of learning objectives connected by prerequisite relationships. The following list of technological resources incorporate computer-aided instruction and intelligence for educational psychologists and their students:",
"title": "Technology"
},
{
"paragraph_id": 55,
"text": "Technology is essential to the field of educational psychology, not only for the psychologist themselves as far as testing, organization, and resources, but also for students. Educational psychologists who reside in the K-12 setting focus most of their time on special education students. It has been found that students with disabilities learning through technology such as iPad applications and videos are more engaged and motivated to learn in the classroom setting. Liu et al. explain that learning-based technology allows for students to be more focused, and learning is more efficient with learning technologies. The authors explain that learning technology also allows for students with social-emotional disabilities to participate in distance learning.",
"title": "Technology"
},
{
"paragraph_id": 56,
"text": "Research on classroom management and pedagogy is conducted to guide teaching practice and form a foundation for teacher education programs. The goals of classroom management are to create an environment conducive to learning and to develop students' self-management skills. More specifically, classroom management strives to create positive teacher-student and peer relationships, manage student groups to sustain on-task behavior, and use counseling and other psychological methods to aid students who present persistent psychosocial problems.",
"title": "Applications"
},
{
"paragraph_id": 57,
"text": "Introductory educational psychology is a commonly required area of study in most North American teacher education programs. When taught in that context, its content varies, but it typically emphasizes learning theories (especially cognitively oriented ones), issues about motivation, assessment of students' learning, and classroom management. A developing Wikibook about educational psychology gives more detail about the educational psychology topics that are typically presented in preservice teacher education.",
"title": "Applications"
},
{
"paragraph_id": 58,
"text": "In order to become an educational psychologist, students can complete an undergraduate degree of their choice. They then must go to graduate school to study education psychology, counseling psychology, or school counseling. Most students today are also receiving their doctoral degrees in order to hold the \"psychologist\" title. Educational psychologists work in a variety of settings. Some work in university settings where they carry out research on the cognitive and social processes of human development, learning and education. Educational psychologists may also work as consultants in designing and creating educational materials, classroom programs and online courses. Educational psychologists who work in K–12 school settings (closely related are school psychologists in the US and Canada) are trained at the master's and doctoral levels. In addition to conducting assessments, school psychologists provide services such as academic and behavioral intervention, counseling, teacher consultation, and crisis intervention. However, school psychologists are generally more individual-oriented towards students.",
"title": "Applications"
},
{
"paragraph_id": 59,
"text": "Many high schools and colleges are increasingly offering educational psychology courses, with some colleges offering it as a general education requirement. Similarly, colleges offer students opportunities to obtain a Ph.D. in educational psychology.",
"title": "Applications"
},
{
"paragraph_id": 60,
"text": "Within the UK, students must hold a degree that is accredited by the British Psychological Society (either undergraduate or at the master's level) before applying for a three-year doctoral course that involves further education, placement, and a research thesis.",
"title": "Applications"
},
{
"paragraph_id": 61,
"text": "In recent years, many university training programs in the US have included curriculum that focuses on issues of race, gender, disability, trauma, and poverty, and how those issues affect learning and academic outcomes. A growing number of universities offer specialized certificates that allow professionals to work and study in these fields (i.e. autism specialists, trauma specialists).",
"title": "Applications"
},
{
"paragraph_id": 62,
"text": "Anticipated to grow by 18–26%, employment for psychologists in the United States is expected to grow faster than most occupations in 2014. One in four psychologists is employed in educational settings. In the United States, the median salary for psychologists in primary and secondary schools is US$58,360 as of May 2004.",
"title": "Applications"
},
{
"paragraph_id": 63,
"text": "In recent decades, the participation of women as professional researchers in North American educational psychology has risen dramatically.",
"title": "Applications"
},
{
"paragraph_id": 64,
"text": "As opposed to some other fields of educational research, quantitative methods are the predominant mode of inquiry in educational psychology, but qualitative and mixed-methods studies are also common. Educational psychology, as much as any other field of psychology relies on a balance of observational, correlational, and experimental study designs. Given the complexities of modeling dependent data and psychological variables in school settings, educational psychologists have been at the forefront of the development of several common statistical tools, including psychometric methods, meta-analysis, regression discontinuity and latent variable modeling.",
"title": "Methods of research"
}
]
| Educational psychology is the branch of psychology concerned with the scientific study of human learning. The study of learning processes, from both cognitive and behavioral perspectives, allows researchers to understand individual differences in intelligence, cognitive development, affect, motivation, self-regulation, and self-concept, as well as their role in learning. The field of educational psychology relies heavily on quantitative methods, including testing and measurement, to enhance educational activities related to instructional design, classroom management, and assessment, which serve to facilitate learning processes in various educational settings across the lifespan. Educational psychology can in part be understood through its relationship with other disciplines. It is informed primarily by psychology, bearing a relationship to that discipline analogous to the relationship between medicine and biology. It is also informed by neuroscience. Educational psychology in turn informs a wide range of specialties within educational studies, including instructional design, educational technology, curriculum development, organizational learning, special education, classroom management, and student motivation. Educational psychology both draws from and contributes to cognitive science and the learning sciences. In universities, departments of educational psychology are usually housed within faculties of education, possibly accounting for the lack of representation of educational psychology content in introductory psychology textbooks. The field of educational psychology involves the study of memory, conceptual processes, and individual differences in conceptualizing new strategies for learning processes in humans. Educational psychology has been built upon theories of operant conditioning, functionalism, structuralism, constructivism, humanistic psychology, Gestalt psychology, and information processing. Educational psychology has seen rapid growth and development as a profession in the last twenty years. School psychology began with the concept of intelligence testing leading to provisions for special education students, who could not follow the regular classroom curriculum in the early part of the 20th century. Another main focus of school psychology was to help close the gap for children of colour, as the fight against racial inequality and segregation was still very prominent, during the early to mid-1900s. However, "school psychology" itself has built a fairly new profession based upon the practices and theories of several psychologists among many different fields. Educational psychologists are working side by side with psychiatrists, social workers, teachers, speech and language therapists, and counselors in an attempt to understand the questions being raised when combining behavioral, cognitive, and social psychology in the classroom setting. | 2002-02-25T15:51:15Z | 2023-12-08T20:30:05Z | [
"Template:Psychology",
"Template:Short description",
"Template:Citation needed",
"Template:Cite web",
"Template:Wikiversity",
"Template:Americana Poster",
"Template:Education",
"Template:Authority control",
"Template:Psychology sidebar",
"Template:Cite journal",
"Template:Wikibooks",
"Template:Cite book",
"Template:Library resources box",
"Template:Blockquote",
"Template:Broader",
"Template:Portal",
"Template:Reflist",
"Template:Dyslexia",
"Template:Educational research",
"Template:Main",
"Template:Annotated link"
]
| https://en.wikipedia.org/wiki/Educational_psychology |
10,333 | EFTPOS | Electronic funds transfer at point of sale (EFTPOS; /ˈɛf(t)pɒs/) is an electronic payment system involving electronic funds transfers based on the use of payment cards, such as debit or credit cards, at payment terminals located at points of sale. EFTPOS technology was developed during the 1980s.
In Australia and New Zealand, it is also the brand name of a specific system used for such payments; these systems are country-specific and do not interconnect. Other countries use different brand names for their eftpos systems, such as NETS in Singapore. Since the early 2010s, country specific EFTPOS systems have been overtaken by global EMV based systems with contactless payments or QR code payment systems.
The payment cards used by EFTPOS systems are plastic cards complying with ISO/IEC 7810 ID-1 standard that have a bank card number conforming with the ISO/IEC 7812 numbering standard.
EFTPOS technology originated in the United States in 1981 and was rolled out in 1982. Initially, a number of nationwide systems were set up, such as Interlink, which were limited to participating correspondent banking relationships, not being linked to each other. Consumers and merchants were slow to accept it, and there was minimal marketing. As a result, growth and market penetration of EFTPOS was minimal in the US up to the turn of the century.
In a short time, other countries adopted the EFTPOS technology, these systems were limited to the national borders. Each country adopted various interbank co-operative models. In Australia, in 1984 Westpac was the first major Australian bank to implement an EFTPOS system, at BP petrol stations. The other major banks implemented EFTPOS systems during 1984, initially with petrol stations. The banks' existing debit and credit cards (but only allowed to access debit accounts) were used in the EFTPOS systems. In 1985, the State Bank of Victoria developed the capacity to host connect individual ATMS and helped create the ATM (Financial) Network. Banks started to link their EFTPOS systems to provide access for all customers across all EFTPOS devices. Cards issued by all banks could then be used at all EFTPOS terminals nationally, but debit cards issued in other countries could not. Prior to 1986, the Australian banks organised a widespread uniform credit card, called Bankcard, which had been in existence since 1974. There was a dispute between the banks whether Bankcard (or credit cards in general) should be permitted into the proposed EFTPOS system. At that time several banks were actively promoting MasterCard and Visa credit cards. Store cards and proprietary cards were shut out of the new system.
In New Zealand, a trial scheme of EFTPOS began in 1984, with a terminal in a Shell petrol station connected to a bank computer. The Bank of New Zealand started issuing EFTPOS debit cards in 1985, with the first merchant terminals being installed in petrol stations.
In 1996, mobile EFTPOS arrived, with hotels in Singapore installing systems in 1997 and the first example of a pizza delivery in Singapore accepting Visa card via cellular payment in 1998, which was a collaboration between Singnet, Visa, Citibank, and Dynamic Data Systems, beginning the rollout of mobile systems in Asia. By 2004, Cellular based Eftpos infrastructure had really taken off, and by 2010, Cellular Eftpos had become the standard for the global market.
Since 2002, the use of EFTPOS has grown significantly, and it has become the standard payment method, displacing the use of cash. Subsequently, networks facilitating the process of money transfer and payment settlement between the consumer and the merchant grew from a small number of nationwide systems to the majority of payment processing transactions. For EFTPOS, USA based systems allow the use of debit cards or credit cards.
In Australia, debit and credit cards are the most common non-cash payment methods at “points of sale” (POS) or via ATMs. Not all merchants provide EFTPOS facilities, but those who wish to accept EFTPOS payments must enter an agreement with one of the many (originally seven) merchant service providers, which rent an EFTPOS terminal to the merchant. The EFTPOS system in Australia is managed by Eftpos Payments Australia Ltd, which also sets the EFTPOS interchange fee. For credit cards to be accepted by a merchant a separate agreement must be entered into with each credit card company, each of which has its own flexible merchant fee rate. Eftpos machines for merchants are provided by larger banks and specialists such as Live eftpos.
The clearing arrangements for EFTPOS are managed by Australian Payments Clearing Association (APCA). The system for ATM and EFTPOS interchanges is called Issuers and Acquirers Community (formerly Consumer Electronic Clearing System; CECS) also called CS3. CECS required authorisations from the Australian Competition & Consumer Commission (ACCC), which was obtained in 2001 and reaffirmed in 2009. ATM and EFTPOS clearances are the made under individual bilateral arrangements between the institutions involved.
Australian financial institutions provide their customers with a plastic card, which can be used as a debit card or as an ATM card, and sometimes as a credit card. The card merely provides the means by which a customer's linked bank or other accounts can be accessed using an EFTPOS terminal or ATM. These cards can also be used on some vending machines and other automatic payment mechanisms, such as ticket vending machines.
Each Australian bank has given a different name to its debit cards, such as:
Some banks offer alternative debit card facilities to their customers using the Visa or MasterCard clearance system. For example, St George Bank offers a Visa Debit Card, as does the National Australia Bank. The main difference with regular debit cards is that these cards can be used outside Australia where the respective credit card is accepted.
Those merchants that enter the EFTPOS payment system must accept debit cards issued by any Australian bank, and some also accept various credit cards and other cards. Some merchants set minimum transaction amounts for EFTPOS transactions, which can be different for debit and credit card transactions. Some merchants impose a surcharge on the use of EFTPOS. These can vary between merchants and on the type of card being used, and generally are not imposed on debit card transactions, and widely not on MasterCard and Visa credit card transactions.
A feature of a debit card is that an EFTPOS transaction will only be accepted if there is an available credit balance in the bank cheque or savings account linked to the card.
Australian debit cards normally cannot be used outside Australia. They can only be used outside Australia if they carry the MasterCard/Maestro/Cirrus or Visa/Plus or other similar logos, in which case the non-Australian transaction will be processed through those transaction systems. Similarly, non-Australian debit and credit cards can only be used at Australian EFTPOS terminals or ATMs if they have these logos or the MasterCard or Visa logos. Diners Club and/or American Express cards will be accepted only if the merchant has an agreement with those card companies, or increasingly if the merchant has modern alternative payment options available for those cards, such as through PayPal. The Discover Card is accepted in Australia as a Diners Club card.
In addition, credit card companies issue prepaid cards which act like generic gift cards, which are anonymous and not linked to any bank accounts. These cards are accepted by merchants who accept credit cards and are processed through the EFTPOS terminal in the same way as credit cards.
A number of merchants permit customers using a debit card to withdraw cash as part of the EFTPOS transaction. In Australia, this facility (known as debit card cashback in many other countries) is known as "cash out". For the merchant, cash out is a way of reducing their net cash takings, saving on banking of cash. There is no additional cost to the merchant in providing cash out because banks charge a merchant a debit card transaction fee per EFTPOS transaction, and not on the transaction value. Cash out is a facility provided by the merchant, and not the bank, so the merchant can limit or vary how much cash can be withdrawn at a time, or suspend the facility at any time. When available, cash out is convenient for the customer, who can bypass having to visit a bank branch or ATM. Cash out is also cheaper for the customer, since only one bank transaction is involved. For people in some remote areas, cash out may be the only way they can withdraw cash from their personal accounts. However, most merchants who provide the facility set a relatively low limit on cash out, generally $50, and some also charge for the service. Some merchants in Australia only allow cash out with the purchase of goods; other merchants allow cash out whether or not customers buy any goods. Cash out is not available in association with credit card sales because on credit card transactions the merchant is charged a percentage commission based on the transaction value, and also because cash withdrawals are treated differently from purchase transactions by the credit card company. (However, though inconsistent with a merchant's agreement with each credit card company, the merchant may treat a cash withdrawal as part of an ordinary credit card sale.)
EFTPOS transactions involving a debit, credit or prepaid card are primarily authenticated via the entry of a personal identification number (PIN) at the point of sale. Historically, these transactions were authenticated by the merchant using the cardholder's signature, as signed on their receipt. However, merchants had become increasingly lax in enforcing this verification, resulting in an increase in fraud. Australian banks have since deployed chip and PIN technology using the global EMV card standard; as of 1 August 2014, Australian merchants no longer accept signatures on transactions by domestic customers at point of sale terminals.
As a further security measure, if a user enters an incorrect PIN three times, the card may be locked out of EFTPOS and require reactivation over the phone or at a bank branch. In the case of an ATM, the card will not be returned, and the cardholder will need to visit the branch to retrieve the card, or request a new card to be issued.
All debit cards now have a magnetic stripe on which is encoded the card's service codes, consisting of three-digit values. These codes are used to convey instructions to merchant terminals on how a card should be processed. The first digit indicates if a card can be used internationally or is valid for domestic use only. It is also used to signal if the card is chip-enabled. The second digit indicates if the transaction must be sent online for authorisation always or if transactions that are below floor limit can take place without authorisation. The third digit is used to indicate the preferred card verification method (e.g., PIN) and the environment where the card can be used (e.g., at point of sale only). Merchant terminals are required to recognise and act on service codes or send all transactions for online authorisation.
In the late 2000s, MasterCard and Visa introduced contactless smart debit cards under the brand names MasterCard PayPass and Visa payWave. These payments are made using either electronic payment networks separate from the regular EFTPOS payment networks, or newer EFTPOS with tap sensors, and is an alternative to the previous swipe or chip systems. These networks are operated by MasterCard and Visa, and not by the banks as is the EFTPOS network, through EFTPOS Payments Australia Limited (ePAL).
These cards are based on EMV technology and contain a RFID chip and antenna loop embedded in the plastic of the card. To pay using this system, a customer passes the card within 4 cm of a reader at a merchant checkout. Using this method, for transactions under a specified limit, the customer does not need to authenticate their identity by PIN entry or signature, as on a regular EFTPOS machine. For transactions over the above limit, PIN verification is required.
The facility is only available for cards branded with the MasterCard PayPass or Visa payWave logos, indicating that they have the system-permitted embedded chip. ANZ launched an ATM solution based on Visa payWave in 2015, where the customer taps the card on a reader installed at the ATM and inserts their PIN to finalise cash withdrawals. Since 2018, these ATMs work with Apple Pay and Google Pay as well, where a customer taps their NFC-enabled phone instead of their card. Bank debit cards and other credit cards do not currently offer a contactless payment facility. ePAL is developing a contactless payment system for debit cards based on EMV technology as well as an extension of debit cards for use for on-line transactions, and a mobile payment system. Using contactless debit cards on tap-and-go terminals routes the transaction through the more expensive credit card system instead of the EFTPOS route, adding to the cost to the merchant, and ultimately the consumer.
The name and logo for EFTPOS in Australia were originally owned by Shiyombo Makasa and were trade marks from 1986 until 1991. The ownership was for convenience and all the banks used the name and logo (commonly called "fat-E") on their cards and advertising.
In 1991, dialup EFTPOS was conceived by Key Corp (John Wood) and deployment of dialup commenced in 1993. Until 1993, communications, connections and transactions between banks, ATM banks and EFTPOS devices where conducted via leased lines (a specific power assisted communication line that detects any attempt to tamper with it) but in 1993, mobile wireless EFTPOS was conceived by Dynamic Data Systems (H. Daniel Elbaum). In 1995, Dynamic Data Systems and the banking industry worked together to implement, certify and introduce protocols and standards for cellular networks, and by 1998, the use of mobile EFTPOS began to appear in Australia.
In 2006, Commonwealth Bank and MasterCard ran a six-month trial of the contactless smart card system PayPass in Sydney and Wollongong, supplementing the traditional EFTPOS swipe or chip system. The system was rolled out across Australia in 2009; other systems being rolled out are Westpac Bank's MasterCard PayPass and Visa payWave branded cards.
In April 2009, a company, “EFTPOS Payments Australia Ltd” (ePal) was formed to manage and promote the EFTPOS system in Australia. ePal regulation commenced in January 2011. The initial members of EFTPOS Payments Australia Ltd were:
The current members of EFTPOS Payments Australia Ltd are:
In Australia, store cards have been excluded from participation in the EFTPOS and ATM systems. Consequently, several larger store accounts have entered into co-branding arrangements with credit card networks for the store-based accounts to be widely accepted. This was the case with Coles (previously, Coles-Myer) which co-branded with MasterCard, Myer which co-branded with Visa, and David Jones which co-branded with American Express. Woolworths organised its credit card called Everyday Rewards (now Woolworths Money) which initially was partnered with credit provider HSBC Bank, but changed on 26 October 2014 to Macquarie Bank.
As of June 2018, there were 961,247 EFTPOS terminals in Australia and 30,940 ATMs. Of the terminals, over 60,000 offered cash withdrawals. In 2010, 183 million transactions, worth A$12 billion, were made using Australian EFTPOS terminals per month.
In 2011, these figures increased to 750,000 terminals, with 325,000 individual businesses, processing over 2 billion transactions with combined value of approximately $131 billion for the year.
The EFT network in Australia is made up of seven proprietary networks in which peers have interchange agreements, making an effective single network. A merchant who wishes to accept EFTPOS payments must enter an agreement with one of the seven merchant service providers, which rent the terminal to the merchant. All the merchant's EFTPOS transactions are processed through one of these gateways. Some of these peers are:
Other organisations may have peering agreements with the one or more of the central peers.
The network uses the AS 2805 protocol, which is closely related to ISO 8583.
EFTPOS is highly popular in New Zealand. The system is operated by two providers, Paymark Limited (formerly Electronic Transaction Services Limited) which processes 75% of all electronic transactions in New Zealand, and EFTPOS New Zealand. Although the term eftpos is popularly used to describe the system, EFTPOS is a trademark of EFTPOS New Zealand, the smaller of the two providers. Both providers run an interconnected financial network that allows the processing of not only of debit cards at point of sale terminals but also credit cards and charge cards.
The Bank of New Zealand introduced EFTPOS to New Zealand in 1984 through a pilot scheme with petrol stations.
In 1989 the system was officially launched and two providers owned by the major banks now run the system. The larger of the two providers, Paymark Limited (formerly Electronic Transaction Services Limited), is owned by French company Ingenico, following its sale in 2018 by ASB Bank, Westpac, Bank of New Zealand and ANZ Bank New Zealand (formerly ANZ National Bank). The second is operated by EFTPOS New Zealand, which is fully owned by VeriFone Systems, following its sale by ANZ New Zealand in December 2012.
1995 was the first deployment of cellular Eftpos in NZ, by Dynamic Data Systems.
During July 2006 the five billionth EFTPOS payment was processed, and at the start of 2012 the 10 billionth transaction was processed.
EFTPOS is highly popular in New Zealand, and being used for about 60% of all retail transactions. In 2009, there were 200 EFTPOS transactions per person.
Paymark process over 900 million transactions (worth over NZ$48 billion) yearly. More than 75,000 merchants and over 110,000 EFTPOS terminals are connected to Paymark.
In Singapore, NETS was founded in 1985 by a consortium of the country's local banks of DBS Bank, OCBC Bank and United Overseas Bank (UOB) to establish the debit network and drive the adoption of electronic payments in Singapore.
NETS was officially launched on 18 January 1986, allowing millions of ATM card holders in Singapore to make transactions through the initial network of 195 terminals located in various retail outlets and by 1993, consumer spending through NETS reached S$1.14 billion. Since the late-2010s, NETS has also adopted QR code payments through NETS QR, which is also integrated with SGQR.
The nationwide acceptance infrastructure is the largest in Singapore and includes 54,000 Unified Point-of-Sale (Unified POS) terminals and 94,000 QR acceptance points. In 2011, NETS’ debit system was designated as national payment system by the Monetary Authority of Singapore (MAS). | [
{
"paragraph_id": 0,
"text": "Electronic funds transfer at point of sale (EFTPOS; /ˈɛf(t)pɒs/) is an electronic payment system involving electronic funds transfers based on the use of payment cards, such as debit or credit cards, at payment terminals located at points of sale. EFTPOS technology was developed during the 1980s.",
"title": ""
},
{
"paragraph_id": 1,
"text": "In Australia and New Zealand, it is also the brand name of a specific system used for such payments; these systems are country-specific and do not interconnect. Other countries use different brand names for their eftpos systems, such as NETS in Singapore. Since the early 2010s, country specific EFTPOS systems have been overtaken by global EMV based systems with contactless payments or QR code payment systems.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The payment cards used by EFTPOS systems are plastic cards complying with ISO/IEC 7810 ID-1 standard that have a bank card number conforming with the ISO/IEC 7812 numbering standard.",
"title": ""
},
{
"paragraph_id": 3,
"text": "EFTPOS technology originated in the United States in 1981 and was rolled out in 1982. Initially, a number of nationwide systems were set up, such as Interlink, which were limited to participating correspondent banking relationships, not being linked to each other. Consumers and merchants were slow to accept it, and there was minimal marketing. As a result, growth and market penetration of EFTPOS was minimal in the US up to the turn of the century.",
"title": "History"
},
{
"paragraph_id": 4,
"text": "In a short time, other countries adopted the EFTPOS technology, these systems were limited to the national borders. Each country adopted various interbank co-operative models. In Australia, in 1984 Westpac was the first major Australian bank to implement an EFTPOS system, at BP petrol stations. The other major banks implemented EFTPOS systems during 1984, initially with petrol stations. The banks' existing debit and credit cards (but only allowed to access debit accounts) were used in the EFTPOS systems. In 1985, the State Bank of Victoria developed the capacity to host connect individual ATMS and helped create the ATM (Financial) Network. Banks started to link their EFTPOS systems to provide access for all customers across all EFTPOS devices. Cards issued by all banks could then be used at all EFTPOS terminals nationally, but debit cards issued in other countries could not. Prior to 1986, the Australian banks organised a widespread uniform credit card, called Bankcard, which had been in existence since 1974. There was a dispute between the banks whether Bankcard (or credit cards in general) should be permitted into the proposed EFTPOS system. At that time several banks were actively promoting MasterCard and Visa credit cards. Store cards and proprietary cards were shut out of the new system.",
"title": "History"
},
{
"paragraph_id": 5,
"text": "In New Zealand, a trial scheme of EFTPOS began in 1984, with a terminal in a Shell petrol station connected to a bank computer. The Bank of New Zealand started issuing EFTPOS debit cards in 1985, with the first merchant terminals being installed in petrol stations.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "In 1996, mobile EFTPOS arrived, with hotels in Singapore installing systems in 1997 and the first example of a pizza delivery in Singapore accepting Visa card via cellular payment in 1998, which was a collaboration between Singnet, Visa, Citibank, and Dynamic Data Systems, beginning the rollout of mobile systems in Asia. By 2004, Cellular based Eftpos infrastructure had really taken off, and by 2010, Cellular Eftpos had become the standard for the global market.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "Since 2002, the use of EFTPOS has grown significantly, and it has become the standard payment method, displacing the use of cash. Subsequently, networks facilitating the process of money transfer and payment settlement between the consumer and the merchant grew from a small number of nationwide systems to the majority of payment processing transactions. For EFTPOS, USA based systems allow the use of debit cards or credit cards.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "In Australia, debit and credit cards are the most common non-cash payment methods at “points of sale” (POS) or via ATMs. Not all merchants provide EFTPOS facilities, but those who wish to accept EFTPOS payments must enter an agreement with one of the many (originally seven) merchant service providers, which rent an EFTPOS terminal to the merchant. The EFTPOS system in Australia is managed by Eftpos Payments Australia Ltd, which also sets the EFTPOS interchange fee. For credit cards to be accepted by a merchant a separate agreement must be entered into with each credit card company, each of which has its own flexible merchant fee rate. Eftpos machines for merchants are provided by larger banks and specialists such as Live eftpos.",
"title": "Australia"
},
{
"paragraph_id": 9,
"text": "The clearing arrangements for EFTPOS are managed by Australian Payments Clearing Association (APCA). The system for ATM and EFTPOS interchanges is called Issuers and Acquirers Community (formerly Consumer Electronic Clearing System; CECS) also called CS3. CECS required authorisations from the Australian Competition & Consumer Commission (ACCC), which was obtained in 2001 and reaffirmed in 2009. ATM and EFTPOS clearances are the made under individual bilateral arrangements between the institutions involved.",
"title": "Australia"
},
{
"paragraph_id": 10,
"text": "Australian financial institutions provide their customers with a plastic card, which can be used as a debit card or as an ATM card, and sometimes as a credit card. The card merely provides the means by which a customer's linked bank or other accounts can be accessed using an EFTPOS terminal or ATM. These cards can also be used on some vending machines and other automatic payment mechanisms, such as ticket vending machines.",
"title": "Australia"
},
{
"paragraph_id": 11,
"text": "Each Australian bank has given a different name to its debit cards, such as:",
"title": "Australia"
},
{
"paragraph_id": 12,
"text": "Some banks offer alternative debit card facilities to their customers using the Visa or MasterCard clearance system. For example, St George Bank offers a Visa Debit Card, as does the National Australia Bank. The main difference with regular debit cards is that these cards can be used outside Australia where the respective credit card is accepted.",
"title": "Australia"
},
{
"paragraph_id": 13,
"text": "Those merchants that enter the EFTPOS payment system must accept debit cards issued by any Australian bank, and some also accept various credit cards and other cards. Some merchants set minimum transaction amounts for EFTPOS transactions, which can be different for debit and credit card transactions. Some merchants impose a surcharge on the use of EFTPOS. These can vary between merchants and on the type of card being used, and generally are not imposed on debit card transactions, and widely not on MasterCard and Visa credit card transactions.",
"title": "Australia"
},
{
"paragraph_id": 14,
"text": "A feature of a debit card is that an EFTPOS transaction will only be accepted if there is an available credit balance in the bank cheque or savings account linked to the card.",
"title": "Australia"
},
{
"paragraph_id": 15,
"text": "Australian debit cards normally cannot be used outside Australia. They can only be used outside Australia if they carry the MasterCard/Maestro/Cirrus or Visa/Plus or other similar logos, in which case the non-Australian transaction will be processed through those transaction systems. Similarly, non-Australian debit and credit cards can only be used at Australian EFTPOS terminals or ATMs if they have these logos or the MasterCard or Visa logos. Diners Club and/or American Express cards will be accepted only if the merchant has an agreement with those card companies, or increasingly if the merchant has modern alternative payment options available for those cards, such as through PayPal. The Discover Card is accepted in Australia as a Diners Club card.",
"title": "Australia"
},
{
"paragraph_id": 16,
"text": "In addition, credit card companies issue prepaid cards which act like generic gift cards, which are anonymous and not linked to any bank accounts. These cards are accepted by merchants who accept credit cards and are processed through the EFTPOS terminal in the same way as credit cards.",
"title": "Australia"
},
{
"paragraph_id": 17,
"text": "A number of merchants permit customers using a debit card to withdraw cash as part of the EFTPOS transaction. In Australia, this facility (known as debit card cashback in many other countries) is known as \"cash out\". For the merchant, cash out is a way of reducing their net cash takings, saving on banking of cash. There is no additional cost to the merchant in providing cash out because banks charge a merchant a debit card transaction fee per EFTPOS transaction, and not on the transaction value. Cash out is a facility provided by the merchant, and not the bank, so the merchant can limit or vary how much cash can be withdrawn at a time, or suspend the facility at any time. When available, cash out is convenient for the customer, who can bypass having to visit a bank branch or ATM. Cash out is also cheaper for the customer, since only one bank transaction is involved. For people in some remote areas, cash out may be the only way they can withdraw cash from their personal accounts. However, most merchants who provide the facility set a relatively low limit on cash out, generally $50, and some also charge for the service. Some merchants in Australia only allow cash out with the purchase of goods; other merchants allow cash out whether or not customers buy any goods. Cash out is not available in association with credit card sales because on credit card transactions the merchant is charged a percentage commission based on the transaction value, and also because cash withdrawals are treated differently from purchase transactions by the credit card company. (However, though inconsistent with a merchant's agreement with each credit card company, the merchant may treat a cash withdrawal as part of an ordinary credit card sale.)",
"title": "Australia"
},
{
"paragraph_id": 18,
"text": "EFTPOS transactions involving a debit, credit or prepaid card are primarily authenticated via the entry of a personal identification number (PIN) at the point of sale. Historically, these transactions were authenticated by the merchant using the cardholder's signature, as signed on their receipt. However, merchants had become increasingly lax in enforcing this verification, resulting in an increase in fraud. Australian banks have since deployed chip and PIN technology using the global EMV card standard; as of 1 August 2014, Australian merchants no longer accept signatures on transactions by domestic customers at point of sale terminals.",
"title": "Australia"
},
{
"paragraph_id": 19,
"text": "As a further security measure, if a user enters an incorrect PIN three times, the card may be locked out of EFTPOS and require reactivation over the phone or at a bank branch. In the case of an ATM, the card will not be returned, and the cardholder will need to visit the branch to retrieve the card, or request a new card to be issued.",
"title": "Australia"
},
{
"paragraph_id": 20,
"text": "All debit cards now have a magnetic stripe on which is encoded the card's service codes, consisting of three-digit values. These codes are used to convey instructions to merchant terminals on how a card should be processed. The first digit indicates if a card can be used internationally or is valid for domestic use only. It is also used to signal if the card is chip-enabled. The second digit indicates if the transaction must be sent online for authorisation always or if transactions that are below floor limit can take place without authorisation. The third digit is used to indicate the preferred card verification method (e.g., PIN) and the environment where the card can be used (e.g., at point of sale only). Merchant terminals are required to recognise and act on service codes or send all transactions for online authorisation.",
"title": "Australia"
},
{
"paragraph_id": 21,
"text": "In the late 2000s, MasterCard and Visa introduced contactless smart debit cards under the brand names MasterCard PayPass and Visa payWave. These payments are made using either electronic payment networks separate from the regular EFTPOS payment networks, or newer EFTPOS with tap sensors, and is an alternative to the previous swipe or chip systems. These networks are operated by MasterCard and Visa, and not by the banks as is the EFTPOS network, through EFTPOS Payments Australia Limited (ePAL).",
"title": "Australia"
},
{
"paragraph_id": 22,
"text": "These cards are based on EMV technology and contain a RFID chip and antenna loop embedded in the plastic of the card. To pay using this system, a customer passes the card within 4 cm of a reader at a merchant checkout. Using this method, for transactions under a specified limit, the customer does not need to authenticate their identity by PIN entry or signature, as on a regular EFTPOS machine. For transactions over the above limit, PIN verification is required.",
"title": "Australia"
},
{
"paragraph_id": 23,
"text": "The facility is only available for cards branded with the MasterCard PayPass or Visa payWave logos, indicating that they have the system-permitted embedded chip. ANZ launched an ATM solution based on Visa payWave in 2015, where the customer taps the card on a reader installed at the ATM and inserts their PIN to finalise cash withdrawals. Since 2018, these ATMs work with Apple Pay and Google Pay as well, where a customer taps their NFC-enabled phone instead of their card. Bank debit cards and other credit cards do not currently offer a contactless payment facility. ePAL is developing a contactless payment system for debit cards based on EMV technology as well as an extension of debit cards for use for on-line transactions, and a mobile payment system. Using contactless debit cards on tap-and-go terminals routes the transaction through the more expensive credit card system instead of the EFTPOS route, adding to the cost to the merchant, and ultimately the consumer.",
"title": "Australia"
},
{
"paragraph_id": 24,
"text": "The name and logo for EFTPOS in Australia were originally owned by Shiyombo Makasa and were trade marks from 1986 until 1991. The ownership was for convenience and all the banks used the name and logo (commonly called \"fat-E\") on their cards and advertising.",
"title": "Australia"
},
{
"paragraph_id": 25,
"text": "In 1991, dialup EFTPOS was conceived by Key Corp (John Wood) and deployment of dialup commenced in 1993. Until 1993, communications, connections and transactions between banks, ATM banks and EFTPOS devices where conducted via leased lines (a specific power assisted communication line that detects any attempt to tamper with it) but in 1993, mobile wireless EFTPOS was conceived by Dynamic Data Systems (H. Daniel Elbaum). In 1995, Dynamic Data Systems and the banking industry worked together to implement, certify and introduce protocols and standards for cellular networks, and by 1998, the use of mobile EFTPOS began to appear in Australia.",
"title": "Australia"
},
{
"paragraph_id": 26,
"text": "In 2006, Commonwealth Bank and MasterCard ran a six-month trial of the contactless smart card system PayPass in Sydney and Wollongong, supplementing the traditional EFTPOS swipe or chip system. The system was rolled out across Australia in 2009; other systems being rolled out are Westpac Bank's MasterCard PayPass and Visa payWave branded cards.",
"title": "Australia"
},
{
"paragraph_id": 27,
"text": "In April 2009, a company, “EFTPOS Payments Australia Ltd” (ePal) was formed to manage and promote the EFTPOS system in Australia. ePal regulation commenced in January 2011. The initial members of EFTPOS Payments Australia Ltd were:",
"title": "Australia"
},
{
"paragraph_id": 28,
"text": "The current members of EFTPOS Payments Australia Ltd are:",
"title": "Australia"
},
{
"paragraph_id": 29,
"text": "In Australia, store cards have been excluded from participation in the EFTPOS and ATM systems. Consequently, several larger store accounts have entered into co-branding arrangements with credit card networks for the store-based accounts to be widely accepted. This was the case with Coles (previously, Coles-Myer) which co-branded with MasterCard, Myer which co-branded with Visa, and David Jones which co-branded with American Express. Woolworths organised its credit card called Everyday Rewards (now Woolworths Money) which initially was partnered with credit provider HSBC Bank, but changed on 26 October 2014 to Macquarie Bank.",
"title": "Australia"
},
{
"paragraph_id": 30,
"text": "As of June 2018, there were 961,247 EFTPOS terminals in Australia and 30,940 ATMs. Of the terminals, over 60,000 offered cash withdrawals. In 2010, 183 million transactions, worth A$12 billion, were made using Australian EFTPOS terminals per month.",
"title": "Australia"
},
{
"paragraph_id": 31,
"text": "In 2011, these figures increased to 750,000 terminals, with 325,000 individual businesses, processing over 2 billion transactions with combined value of approximately $131 billion for the year.",
"title": "Australia"
},
{
"paragraph_id": 32,
"text": "The EFT network in Australia is made up of seven proprietary networks in which peers have interchange agreements, making an effective single network. A merchant who wishes to accept EFTPOS payments must enter an agreement with one of the seven merchant service providers, which rent the terminal to the merchant. All the merchant's EFTPOS transactions are processed through one of these gateways. Some of these peers are:",
"title": "Australia"
},
{
"paragraph_id": 33,
"text": "Other organisations may have peering agreements with the one or more of the central peers.",
"title": "Australia"
},
{
"paragraph_id": 34,
"text": "The network uses the AS 2805 protocol, which is closely related to ISO 8583.",
"title": "Australia"
},
{
"paragraph_id": 35,
"text": "EFTPOS is highly popular in New Zealand. The system is operated by two providers, Paymark Limited (formerly Electronic Transaction Services Limited) which processes 75% of all electronic transactions in New Zealand, and EFTPOS New Zealand. Although the term eftpos is popularly used to describe the system, EFTPOS is a trademark of EFTPOS New Zealand, the smaller of the two providers. Both providers run an interconnected financial network that allows the processing of not only of debit cards at point of sale terminals but also credit cards and charge cards.",
"title": "New Zealand"
},
{
"paragraph_id": 36,
"text": "The Bank of New Zealand introduced EFTPOS to New Zealand in 1984 through a pilot scheme with petrol stations.",
"title": "New Zealand"
},
{
"paragraph_id": 37,
"text": "In 1989 the system was officially launched and two providers owned by the major banks now run the system. The larger of the two providers, Paymark Limited (formerly Electronic Transaction Services Limited), is owned by French company Ingenico, following its sale in 2018 by ASB Bank, Westpac, Bank of New Zealand and ANZ Bank New Zealand (formerly ANZ National Bank). The second is operated by EFTPOS New Zealand, which is fully owned by VeriFone Systems, following its sale by ANZ New Zealand in December 2012.",
"title": "New Zealand"
},
{
"paragraph_id": 38,
"text": "1995 was the first deployment of cellular Eftpos in NZ, by Dynamic Data Systems.",
"title": "New Zealand"
},
{
"paragraph_id": 39,
"text": "During July 2006 the five billionth EFTPOS payment was processed, and at the start of 2012 the 10 billionth transaction was processed.",
"title": "New Zealand"
},
{
"paragraph_id": 40,
"text": "EFTPOS is highly popular in New Zealand, and being used for about 60% of all retail transactions. In 2009, there were 200 EFTPOS transactions per person.",
"title": "New Zealand"
},
{
"paragraph_id": 41,
"text": "Paymark process over 900 million transactions (worth over NZ$48 billion) yearly. More than 75,000 merchants and over 110,000 EFTPOS terminals are connected to Paymark.",
"title": "New Zealand"
},
{
"paragraph_id": 42,
"text": "In Singapore, NETS was founded in 1985 by a consortium of the country's local banks of DBS Bank, OCBC Bank and United Overseas Bank (UOB) to establish the debit network and drive the adoption of electronic payments in Singapore.",
"title": "Singapore"
},
{
"paragraph_id": 43,
"text": "NETS was officially launched on 18 January 1986, allowing millions of ATM card holders in Singapore to make transactions through the initial network of 195 terminals located in various retail outlets and by 1993, consumer spending through NETS reached S$1.14 billion. Since the late-2010s, NETS has also adopted QR code payments through NETS QR, which is also integrated with SGQR.",
"title": "Singapore"
},
{
"paragraph_id": 44,
"text": "The nationwide acceptance infrastructure is the largest in Singapore and includes 54,000 Unified Point-of-Sale (Unified POS) terminals and 94,000 QR acceptance points. In 2011, NETS’ debit system was designated as national payment system by the Monetary Authority of Singapore (MAS).",
"title": "Singapore"
}
]
| Electronic funds transfer at point of sale is an electronic payment system involving electronic funds transfers based on the use of payment cards, such as debit or credit cards, at payment terminals located at points of sale. EFTPOS technology was developed during the 1980s. In Australia and New Zealand, it is also the brand name of a specific system used for such payments; these systems are country-specific and do not interconnect. Other countries use different brand names for their eftpos systems, such as NETS in Singapore. Since the early 2010s, country specific EFTPOS systems have been overtaken by global EMV based systems with contactless payments or QR code payment systems. The payment cards used by EFTPOS systems are plastic cards complying with ISO/IEC 7810 ID-1 standard that have a bank card number conforming with the ISO/IEC 7812 numbering standard. | 2002-02-25T15:43:11Z | 2023-11-08T23:17:16Z | [
"Template:Short description",
"Template:Clarify",
"Template:Reflist",
"Template:Cite news",
"Template:Credit cards",
"Template:Interbank networks",
"Template:For",
"Template:IPAc-en",
"Template:Main",
"Template:Citation needed",
"Template:Cite web",
"Template:Webarchive"
]
| https://en.wikipedia.org/wiki/EFTPOS |
10,334 | Epistle to the Laodiceans | The Epistle to the Laodiceans is a letter of Paul the Apostle, the original existence of which is inferred from an instruction to the congregation in Colossae to send their letter to the believing community in Laodicea, and likewise obtain a copy of the letter "from Laodicea" (Greek: ἐκ Λαοδικείας, ek Laodikeas).
And when this letter has been read among you, have it read also in the church of the Laodiceans; and see that you read also the letter from Laodicea.
This letter is generally regarded as being lost. However, some ancient sources, such as Hippolytus, and some modern scholars consider that the epistle "from Laodicea" was never a lost epistle, but simply Paul re-using one of his other letters (the most common candidate is the canonical Epistle to the Ephesians), just as he asks for the copying and forwarding of the Letter to Colossians to Laodicea.
At least two ancient texts purporting to be the missing "Epistle to the Laodiceans" are known to have existed. These are generally considered, both in antiquity and by modern scholarship, to be attempts to supply a forged copy of a lost document. The sole version that survived is a Latin Epistola ad Laodicenses ("Epistle to the Laodiceans"), first witnessed in Codex Fuldensis. The Latin epistle is actually a short compilation of verses from other Pauline epistles, principally Philippians. It too is generally considered a "clumsy forgery" and an attempt to fill the "gap" suggested by Colossians 4:16.
Paul, the earliest known Christian author, wrote several letters (or epistles) in Greek to various churches. Paul apparently dictated all his epistles through a secretary (or amanuensis), but wrote the final few paragraphs of each letter by his own hand. Many survived and are included in the New Testament, but others are known to have been lost. The Epistle to the Colossians includes a seeming reference to a presumably Pauline letter in the possession of the church at Laodicea. An interlinear gloss of Colossians 4:16 reads as follows:
Καὶ
Kaí
And
ὅταν
ótan
when
ἀναγνωσθῇ
anagnosthí
may be read
παρ’
par’
among
ὑμῖν
ymín
you,
ἡ
i
the
ἐπιστολή
epistolí
epistle,
ποιήσατε
poiísate
cause
ἵνα
ína
that
καὶ
kaí
also
ἐν
en
in
τῇ
tí
the
Λαοδικέων
Laodikéon
[of] the Laodiceans
ἐκκλησίᾳ
ekklisía
assembly
ἀναγνωσθῇ
anagnosthí
it may be read,
καὶ
kaí
and
τὴν
tín
that
ἐκ
ek
from
Λαοδικείας
Laodikeías
Laodicea
ἵνα
ína
that
καὶ
kaí
also
ὑμεῖς
ymeís
ye
ἀναγνῶτε.
anagnóte.
may read.
Καὶ ὅταν ἀναγνωσθῇ παρ’ ὑμῖν ἡ ἐπιστολή ποιήσατε ἵνα καὶ ἐν τῇ Λαοδικέων ἐκκλησίᾳ ἀναγνωσθῇ καὶ τὴν ἐκ Λαοδικείας ἵνα καὶ ὑμεῖς ἀναγνῶτε.
Kaí ótan anagnosthí par’ ymín i epistolí poiísate ína kaí en tí Laodikéon ekklisía anagnosthí kaí tín ek Laodikeías ína kaí ymeís anagnóte.
And when {may be read} among you, the epistle, cause that also in the {[of] the Laodiceans} assembly {it may be read}, and that from Laodicea that also ye {may read.}
After this letter has been read to you, see that it is also read in the church of the Laodiceans and that you in turn read the letter from Laodicea. (NIV translation)
The last words can be interpreted as "letter written to the Laodiceans", but also "letter written from Laodicea". The New American Standard Bible (NASB) translates this verse in the latter manner, and a few translations in other languages also translate it likewise, such as the Dutch Statenvertaling: "When this letter is read among you, have it also read in the church of the Laodiceans; and you, for your part read my letter (that is coming) from Laodicea." Those who read here "letter written to the Laodiceans" presume that, at the time that the Epistle to the Colossians was written, Paul also had written an epistle to the community of believers in Laodicea.
Another possibility exists: that no such epistle to the Laodiceans was ever created, despite the verse in Colossians. Colossians is considered a deutero-Pauline work by many scholars: a number of differences in writing style and assumed situation distinguish it from Paul's earlier letters. While this is explained by some as due to increasing use of a secretary (amanuensis) later in Paul's life, a more skeptical approach is to suggest that Colossians was not written by Paul at all. If Colossians was forged in Paul's name, then the reference to the other letter to the Laodiceans could merely be a verisimilitude—a small detail to make the letter seem real. The letter would never have been sent to Colossae in this scenario, but rather used as an example of Paul's doctrine to win a theological dispute far from Colossae, and there would be nobody to recognize that the claimed letter to the Laodiceans was non-existent.
Some scholars have suggested that it refers to the canonical Epistle to the Ephesians, contending that it was a circular letter (an encyclical) to be read to many churches in the Laodicean area. Others dispute this view.
Others have suggested that it refers to the canonical Epistle to Philemon.
According to the Muratorian fragment, Marcion's canon contained an epistle called the Epistle to the Laodiceans which is commonly thought to be a forgery written to conform to his own point of view. This is not at all clear, however, since none of the text survives. It is not known what this letter might have contained. Most scholars believe it was explicitly Marcionist in its outlook, hence its condemnation.
Others believe it to be the Epistle to the Ephesians; the proto-Orthodox author Tertullian accuses Marcion's group of using an edited version of Ephesians which was referred to as the Epistle to the Laodiceans.
A claimed Epistle to the Laodiceans from Paul exists in Latin. It is quite short at only 20 verses. It is mentioned by various writers from the fourth century onwards, notably by Pope Gregory the Great; the oldest known copy of this epistle is in the Fulda manuscript written for Victor of Capua in 546. Possibly due to Gregory's endorsement of it, many Western Latin Bibles contained this epistle for centuries afterward. It also featured in early English Bibles: John Wycliffe included Paul's letter to the Laodiceans in his Bible translation from the Latin to English. Medieval German Bibles included it as well, until it was excluded from the Luther Bible in the 1500s. However, the epistle is essentially unknown in Eastern Christianity, where it was never used or published; the Second Council of Nicea of 787 rejected it. There is no evidence of a Greek text, the language Paul wrote in. The text was almost unanimously considered pseudepigraphal when the Christian Biblical canon was decided upon, and does not appear in any Greek copies of the Bible at all, nor is it known in Syriac or other versions. Jerome, who wrote the Latin Vulgate translation, wrote in the 4th century, "it is rejected by everyone".
Scholars are unanimous in concurring with Jerome and believing this epistle forged long after Paul's death. Additionally, the epistle is derided for having no theological content. It includes Pauline greetings and farewells, but does not appear to have any substantive content: it does not address any problem or advocate for any position. Rudolf Knopf [de] and Gustav Kruger [de] wrote that the epistle is "nothing other than a worthless patching together of [canonical] Pauline passages and phrases, mainly from the Epistle to the Philippians." M. R. James wrote that "It is not easy to imagine a more feebly constructed cento of Pauline phrases." Wilhelm Schneemelcher was "amazed that it ever found a place in Bible manuscripts." However, it evidently gained a certain degree of respect, having appeared in over 100 surviving early Latin copies of the Bible. According to Biblia Sacra iuxta vulgatam versionem, there are Latin Vulgate manuscripts containing this epistle dating between the 6th and 12th century, including Latin manuscripts F (Codex Fuldensis), M, Q, B, D (Ardmachanus), C, and Lambda.
The apocryphal epistle is generally considered a transparent attempt to supply this supposed lost sacred document. Some scholars, such as Wolfgang Speyer, suggest that it was created to offset the popularity of the Marcionite epistle; it would be easier to reject the Marcionite version if the "real" Epistle to the Laodiceans could be provided to counter it.
An obvious question is if the Latin epistle and the Marcionite epistle are actually the same document: is it possible that the Muratorian fragment was referring to an early version of the Latin epistle? While the occasional scholar advocates for this (Adolf von Harnack for one), most scholars consider this unlikely, because the Latin epistle does not include any Marcionite theology or character. | [
{
"paragraph_id": 0,
"text": "The Epistle to the Laodiceans is a letter of Paul the Apostle, the original existence of which is inferred from an instruction to the congregation in Colossae to send their letter to the believing community in Laodicea, and likewise obtain a copy of the letter \"from Laodicea\" (Greek: ἐκ Λαοδικείας, ek Laodikeas).",
"title": ""
},
{
"paragraph_id": 1,
"text": "And when this letter has been read among you, have it read also in the church of the Laodiceans; and see that you read also the letter from Laodicea.",
"title": ""
},
{
"paragraph_id": 2,
"text": "This letter is generally regarded as being lost. However, some ancient sources, such as Hippolytus, and some modern scholars consider that the epistle \"from Laodicea\" was never a lost epistle, but simply Paul re-using one of his other letters (the most common candidate is the canonical Epistle to the Ephesians), just as he asks for the copying and forwarding of the Letter to Colossians to Laodicea.",
"title": ""
},
{
"paragraph_id": 3,
"text": "At least two ancient texts purporting to be the missing \"Epistle to the Laodiceans\" are known to have existed. These are generally considered, both in antiquity and by modern scholarship, to be attempts to supply a forged copy of a lost document. The sole version that survived is a Latin Epistola ad Laodicenses (\"Epistle to the Laodiceans\"), first witnessed in Codex Fuldensis. The Latin epistle is actually a short compilation of verses from other Pauline epistles, principally Philippians. It too is generally considered a \"clumsy forgery\" and an attempt to fill the \"gap\" suggested by Colossians 4:16.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Paul, the earliest known Christian author, wrote several letters (or epistles) in Greek to various churches. Paul apparently dictated all his epistles through a secretary (or amanuensis), but wrote the final few paragraphs of each letter by his own hand. Many survived and are included in the New Testament, but others are known to have been lost. The Epistle to the Colossians includes a seeming reference to a presumably Pauline letter in the possession of the church at Laodicea. An interlinear gloss of Colossians 4:16 reads as follows:",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 5,
"text": "Καὶ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 6,
"text": "Kaí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 7,
"text": "And",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 8,
"text": "ὅταν",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 9,
"text": "ótan",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 10,
"text": "when",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 11,
"text": "ἀναγνωσθῇ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 12,
"text": "anagnosthí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 13,
"text": "may be read",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 14,
"text": "παρ’",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 15,
"text": "par’",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 16,
"text": "among",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 17,
"text": "ὑμῖν",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 18,
"text": "ymín",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 19,
"text": "you,",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 20,
"text": "ἡ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 21,
"text": "i",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 22,
"text": "the",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 23,
"text": "ἐπιστολή",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 24,
"text": "epistolí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 25,
"text": "epistle,",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 26,
"text": "ποιήσατε",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 27,
"text": "poiísate",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 28,
"text": "cause",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 29,
"text": "ἵνα",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 30,
"text": "ína",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 31,
"text": "that",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 32,
"text": "καὶ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 33,
"text": "kaí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 34,
"text": "also",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 35,
"text": "ἐν",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 36,
"text": "en",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 37,
"text": "in",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 38,
"text": "τῇ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 39,
"text": "tí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 40,
"text": "the",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 41,
"text": "Λαοδικέων",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 42,
"text": "Laodikéon",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 43,
"text": "[of] the Laodiceans",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 44,
"text": "ἐκκλησίᾳ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 45,
"text": "ekklisía",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 46,
"text": "assembly",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 47,
"text": "ἀναγνωσθῇ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 48,
"text": "anagnosthí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 49,
"text": "it may be read,",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 50,
"text": "καὶ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 51,
"text": "kaí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 52,
"text": "and",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 53,
"text": "τὴν",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 54,
"text": "tín",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 55,
"text": "that",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 56,
"text": "ἐκ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 57,
"text": "ek",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 58,
"text": "from",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 59,
"text": "Λαοδικείας",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 60,
"text": "Laodikeías",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 61,
"text": "Laodicea",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 62,
"text": "ἵνα",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 63,
"text": "ína",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 64,
"text": "that",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 65,
"text": "καὶ",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 66,
"text": "kaí",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 67,
"text": "also",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 68,
"text": "ὑμεῖς",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 69,
"text": "ymeís",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 70,
"text": "ye",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 71,
"text": "ἀναγνῶτε.",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 72,
"text": "anagnóte.",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 73,
"text": "may read.",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 74,
"text": "Καὶ ὅταν ἀναγνωσθῇ παρ’ ὑμῖν ἡ ἐπιστολή ποιήσατε ἵνα καὶ ἐν τῇ Λαοδικέων ἐκκλησίᾳ ἀναγνωσθῇ καὶ τὴν ἐκ Λαοδικείας ἵνα καὶ ὑμεῖς ἀναγνῶτε.",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 75,
"text": "Kaí ótan anagnosthí par’ ymín i epistolí poiísate ína kaí en tí Laodikéon ekklisía anagnosthí kaí tín ek Laodikeías ína kaí ymeís anagnóte.",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 76,
"text": "And when {may be read} among you, the epistle, cause that also in the {[of] the Laodiceans} assembly {it may be read}, and that from Laodicea that also ye {may read.}",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 77,
"text": "After this letter has been read to you, see that it is also read in the church of the Laodiceans and that you in turn read the letter from Laodicea. (NIV translation)",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 78,
"text": "The last words can be interpreted as \"letter written to the Laodiceans\", but also \"letter written from Laodicea\". The New American Standard Bible (NASB) translates this verse in the latter manner, and a few translations in other languages also translate it likewise, such as the Dutch Statenvertaling: \"When this letter is read among you, have it also read in the church of the Laodiceans; and you, for your part read my letter (that is coming) from Laodicea.\" Those who read here \"letter written to the Laodiceans\" presume that, at the time that the Epistle to the Colossians was written, Paul also had written an epistle to the community of believers in Laodicea.",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 79,
"text": "Another possibility exists: that no such epistle to the Laodiceans was ever created, despite the verse in Colossians. Colossians is considered a deutero-Pauline work by many scholars: a number of differences in writing style and assumed situation distinguish it from Paul's earlier letters. While this is explained by some as due to increasing use of a secretary (amanuensis) later in Paul's life, a more skeptical approach is to suggest that Colossians was not written by Paul at all. If Colossians was forged in Paul's name, then the reference to the other letter to the Laodiceans could merely be a verisimilitude—a small detail to make the letter seem real. The letter would never have been sent to Colossae in this scenario, but rather used as an example of Paul's doctrine to win a theological dispute far from Colossae, and there would be nobody to recognize that the claimed letter to the Laodiceans was non-existent.",
"title": "Mention in Colossians 4:16"
},
{
"paragraph_id": 80,
"text": "Some scholars have suggested that it refers to the canonical Epistle to the Ephesians, contending that it was a circular letter (an encyclical) to be read to many churches in the Laodicean area. Others dispute this view.",
"title": "Identification with canonical epistles"
},
{
"paragraph_id": 81,
"text": "Others have suggested that it refers to the canonical Epistle to Philemon.",
"title": "Identification with canonical epistles"
},
{
"paragraph_id": 82,
"text": "According to the Muratorian fragment, Marcion's canon contained an epistle called the Epistle to the Laodiceans which is commonly thought to be a forgery written to conform to his own point of view. This is not at all clear, however, since none of the text survives. It is not known what this letter might have contained. Most scholars believe it was explicitly Marcionist in its outlook, hence its condemnation.",
"title": "Works purporting to be the lost text"
},
{
"paragraph_id": 83,
"text": "Others believe it to be the Epistle to the Ephesians; the proto-Orthodox author Tertullian accuses Marcion's group of using an edited version of Ephesians which was referred to as the Epistle to the Laodiceans.",
"title": "Works purporting to be the lost text"
},
{
"paragraph_id": 84,
"text": "A claimed Epistle to the Laodiceans from Paul exists in Latin. It is quite short at only 20 verses. It is mentioned by various writers from the fourth century onwards, notably by Pope Gregory the Great; the oldest known copy of this epistle is in the Fulda manuscript written for Victor of Capua in 546. Possibly due to Gregory's endorsement of it, many Western Latin Bibles contained this epistle for centuries afterward. It also featured in early English Bibles: John Wycliffe included Paul's letter to the Laodiceans in his Bible translation from the Latin to English. Medieval German Bibles included it as well, until it was excluded from the Luther Bible in the 1500s. However, the epistle is essentially unknown in Eastern Christianity, where it was never used or published; the Second Council of Nicea of 787 rejected it. There is no evidence of a Greek text, the language Paul wrote in. The text was almost unanimously considered pseudepigraphal when the Christian Biblical canon was decided upon, and does not appear in any Greek copies of the Bible at all, nor is it known in Syriac or other versions. Jerome, who wrote the Latin Vulgate translation, wrote in the 4th century, \"it is rejected by everyone\".",
"title": "Works purporting to be the lost text"
},
{
"paragraph_id": 85,
"text": "Scholars are unanimous in concurring with Jerome and believing this epistle forged long after Paul's death. Additionally, the epistle is derided for having no theological content. It includes Pauline greetings and farewells, but does not appear to have any substantive content: it does not address any problem or advocate for any position. Rudolf Knopf [de] and Gustav Kruger [de] wrote that the epistle is \"nothing other than a worthless patching together of [canonical] Pauline passages and phrases, mainly from the Epistle to the Philippians.\" M. R. James wrote that \"It is not easy to imagine a more feebly constructed cento of Pauline phrases.\" Wilhelm Schneemelcher was \"amazed that it ever found a place in Bible manuscripts.\" However, it evidently gained a certain degree of respect, having appeared in over 100 surviving early Latin copies of the Bible. According to Biblia Sacra iuxta vulgatam versionem, there are Latin Vulgate manuscripts containing this epistle dating between the 6th and 12th century, including Latin manuscripts F (Codex Fuldensis), M, Q, B, D (Ardmachanus), C, and Lambda.",
"title": "Works purporting to be the lost text"
},
{
"paragraph_id": 86,
"text": "The apocryphal epistle is generally considered a transparent attempt to supply this supposed lost sacred document. Some scholars, such as Wolfgang Speyer, suggest that it was created to offset the popularity of the Marcionite epistle; it would be easier to reject the Marcionite version if the \"real\" Epistle to the Laodiceans could be provided to counter it.",
"title": "Works purporting to be the lost text"
},
{
"paragraph_id": 87,
"text": "An obvious question is if the Latin epistle and the Marcionite epistle are actually the same document: is it possible that the Muratorian fragment was referring to an early version of the Latin epistle? While the occasional scholar advocates for this (Adolf von Harnack for one), most scholars consider this unlikely, because the Latin epistle does not include any Marcionite theology or character.",
"title": "Works purporting to be the lost text"
}
]
| The Epistle to the Laodiceans is a letter of Paul the Apostle, the original existence of which is inferred from an instruction to the congregation in Colossae to send their letter to the believing community in Laodicea, and likewise obtain a copy of the letter "from Laodicea". This letter is generally regarded as being lost. However, some ancient sources, such as Hippolytus, and some modern scholars consider that the epistle "from Laodicea" was never a lost epistle, but simply Paul re-using one of his other letters, just as he asks for the copying and forwarding of the Letter to Colossians to Laodicea. At least two ancient texts purporting to be the missing "Epistle to the Laodiceans" are known to have existed. These are generally considered, both in antiquity and by modern scholarship, to be attempts to supply a forged copy of a lost document. The sole version that survived is a Latin Epistola ad Laodicenses, first witnessed in Codex Fuldensis. The Latin epistle is actually a short compilation of verses from other Pauline epistles, principally Philippians. It too is generally considered a "clumsy forgery" and an attempt to fill the "gap" suggested by Colossians 4:16. | 2002-02-09T15:08:29Z | 2023-10-03T09:33:57Z | [
"Template:New Testament Apocrypha",
"Template:Short description",
"Template:Bibleref2",
"Template:Cite journal",
"Template:Cite wikisource",
"Template:Non-canonical books referenced in the Bible",
"Template:Blockquote",
"Template:Lang",
"Template:Fs interlinear",
"Template:Reflist",
"Template:Cite web",
"Template:Wikisource-inline",
"Template:Authority control",
"Template:Lang-gr",
"Template:Cite book",
"Template:Bibleverse",
"Template:Ill"
]
| https://en.wikipedia.org/wiki/Epistle_to_the_Laodiceans |
10,335 | Extermination camp | Nazi Germany used six extermination camps (German: Vernichtungslager), also called death camps (Todeslager), or killing centers (Tötungszentren), in Central Europe during World War II to systematically murder over 2.7 million people – mostly Jews – in the Holocaust. The victims of death camps were primarily murdered by gassing, either in permanent installations constructed for this specific purpose, or by means of gas vans. The six extermination camps were Chełmno, Belzec, Sobibor, Treblinka, Majdanek and Auschwitz-Birkenau. Extermination through labour was also used at the Auschwitz and Majdanek death camps. Millions were also murdered in concentration camps, in the Aktion T4, or directly on site.
The idea of mass extermination with the use of stationary facilities, to which the victims were taken by train, was the result of earlier Nazi experimentation with chemically manufactured poison gas during the secretive Aktion T4 euthanasia programme against hospital patients with mental and physical disabilities. The technology was adapted, expanded, and applied in wartime to unsuspecting victims of many ethnic and national groups; the Jews were the primary target, accounting for over 90 percent of extermination camp victims. The genocide of the Jews of Europe was Nazi Germany's "Final Solution to the Jewish question".
After the invasion of Poland in September 1939, the secret Aktion T4 euthanasia programme – the systematic murder of German, Austrian and Polish hospital patients with mental or physical disabilities authorized by Hitler – was initiated by the SS in order to eliminate "life unworthy of life" (German: Lebensunwertes Leben), a Nazi designation for people who they considered to have no right to life. In 1941, the experience gained in the secretive killing of these hospital patients led to the creation of extermination camps for the implementation of the Final Solution. By then, the Jews were already confined to new ghettos and interned in Nazi concentration camps along with other targeted groups, including Roma, and the Soviet POWs. The Nazi's so-called "Final Solution of the Jewish Question", based on the systematic murder of Europe's Jews by gassing, began during Operation Reinhard, after the June 1941 onset of the Nazi–Soviet war. The adoption of the gassing technology by Nazi Germany was preceded by a wave of hands-on killings carried out by the SS Einsatzgruppen, who followed the Wehrmacht army during Operation Barbarossa on the Eastern Front.
The camps designed specifically for the mass gassings of Jews were established in the months following the Wannsee Conference chaired by Reinhard Heydrich in January 1942 in which the principle was made clear that the Jews of Europe were to be exterminated. Responsibility for the logistics was to be handled by the programme administrator, Adolf Eichmann.
On 13 October 1941, the SS and Police Leader Odilo Globocnik stationed in Lublin received an oral order from Reichsführer-SS Heinrich Himmler – anticipating the fall of Moscow – to start immediate construction work on the killing centre at Bełżec in the General Government territory of occupied Poland. Notably, the order preceded the Wannsee Conference by three months, but the gassings at Chełmno north of Łódź using gas vans began already in December, under Sturmbannführer Herbert Lange. The camp at Bełżec was operational by March 1942, with leadership brought in from Germany under the guise of Organisation Todt (OT). By mid-1942, two more death camps had been built on Polish lands for Operation Reinhard: Sobibór (ready in May 1942) under the command of Hauptsturmführer Franz Stangl, and Treblinka (operational by July 1942) under Obersturmführer Irmfried Eberl from T4, the only doctor to have served in such a capacity. Auschwitz concentration camp was fitted with brand new gas chambers in March 1942. Majdanek had them built in September.
The Nazis distinguished between extermination and concentration camps. The terms extermination camp (Vernichtungslager) and death camp (Todeslager) were interchangeable in the Nazi system, each referring to camps whose primary function was genocide. Six camps meet this definition, though extermination of people happened at every sort of concentration camp or transit camp; the use of the term extermination camp with its exclusive purpose is carried over from Nazi terminology. The six camps were Chełmno, Belzec, Sobibor, Treblinka, Majdanek and Auschwitz (also called Auschwitz-Birkenau).
Death camps were designed specifically for the systematic killing of people delivered en masse by the Holocaust trains. Deportees were normally murdered within a few hours of arrival at Bełżec, Sobibór, and Treblinka. The Reinhard extermination camps were under Globocnik's direct command; each of them was run by 20 to 35 men from the SS-Totenkopfverbände branch of the Schutzstaffel, augmented by about one hundred Trawnikis – auxiliaries mostly from Soviet Ukraine, and up to one thousand Sonderkommando slave labourers each. The Jewish men, women and children were delivered from the ghettos for "special treatment" in an atmosphere of terror by uniformed police battalions from both Orpo and Schupo.
Death camps differed from concentration camps located in Germany proper, such as Bergen-Belsen, Oranienburg, Ravensbrück, and Sachsenhausen, which were prison camps set up prior to World War II for people defined as 'undesirable'. From March 1936, all Nazi concentration camps were managed by the SS-Totenkopfverbände (the Skull Units, SS-TV), who operated extermination camps from 1941 as well. An SS anatomist, Johann Kremer, after witnessing the gassing of victims at Birkenau, wrote in his diary on 2 September 1942: "Dante's Inferno seems to me almost a comedy compared to this. They don't call Auschwitz the camp of annihilation for nothing!" The distinction was evident during the Nuremberg trials, when Dieter Wisliceny (a deputy to Adolf Eichmann) was asked to name the extermination camps, and he identified Auschwitz and Majdanek as such. Then, when asked, "How do you classify the camps Mauthausen, Dachau, and Buchenwald?", he replied, "They were normal concentration camps, from the point of view of the department of Eichmann."
Murders were not limited to these camps. Sites for the "Holocaust by Bullets" are marked on the map of The Holocaust in Occupied Poland by white skulls (without the black background), where people were lined up next to a ravine and shot by soldiers with rifles. Sites included Bronna Góra, Ponary, Rumbula and others.
Irrespective of round-ups for extermination camps, the Nazis abducted millions of foreigners for slave labour in other types of camps, which provided perfect cover for the extermination programme. Prisoners represented about a quarter of the total workforce of the Reich, with mortality rates exceeding 75 percent due to starvation, disease, exhaustion, executions, and physical brutality.
In the early years of World War II, the Jews were primarily sent to forced labour camps and ghettoised, but from 1942 onward they were deported to the extermination camps under the guise of "resettlement". For political and logistical reasons, the most infamous Nazi German killing factories were built in occupied Poland, where most of the intended victims lived; Poland had the greatest Jewish population in Nazi-controlled Europe. On top of that, the new death camps outside of Germany's prewar borders could be kept secret from the German civil populace.
During the initial phase of the Final Solution, gas vans producing poisonous exhaust fumes were developed in the occupied Soviet Union (USSR) and at the Chełmno extermination camp in occupied Poland, before being used elsewhere. The killing method was based on experience gained by the SS during the secretive Aktion T4 programme of involuntary euthanasia. There were two types of death chambers operating during the Holocaust.
Unlike at Auschwitz, where cyanide-based Zyklon B was used to exterminate trainloads of prisoners under the guise of "relocation", the camps at Treblinka, Bełżec, and Sobibór, built during Operation Reinhard (October 1941 – November 1943), used lethal exhaust fumes produced by large internal combustion engines. The three killing centres of Einsatz Reinhard were constructed predominantly for the extermination of Poland's Jews trapped in the Nazi ghettos. At first, the victims' bodies were buried with the use of crawler excavators, but they were later exhumed and incinerated in open-air pyres to hide the evidence of genocide in what became known as Sonderaktion 1005.
The six camps considered to be purely for extermination were Chełmno extermination camp, Bełżec extermination camp, Sobibor extermination camp, Treblinka extermination camp, Majdanek extermination camp and Auschwitz extermination camp (also called Auschwitz-Birkenau).
Whereas the Auschwitz II (Auschwitz–Birkenau) and Majdanek camps were parts of a labor camp complex, the Chełmno and Operation Reinhard death camps (that is, Bełżec, Sobibór, and Treblinka) were built exclusively for the rapid extermination of entire communities of people (primarily Jews) within hours of their arrival. All were constructed near branch lines that linked to the Polish railway system, with staff members transferring between locations. These camps had almost identical design: they were several hundred metres in length and width, and were equipped with only minimal staff housing and support installations not meant for the victims crammed into the railway transports.
The Nazis deceived the victims upon their arrival, telling them that they were at a temporary transit stop, and would soon continue to German Arbeitslagers (work camps) farther to the east. Selected able-bodied prisoners delivered to the death camps were not immediately killed, but instead were pressed into labor units called Sonderkommandos to help with the extermination process by removing corpses from the gas chambers and burning them.
At the camps of Operation Reinhard, including Bełżec, Sobibór, and Treblinka, trainloads of prisoners were murdered immediately after arrival in gas chambers designed exclusively for that purpose. The mass killing facilities were developed at about the same time inside the Auschwitz II-Birkenau subcamp of a forced labour complex, and at the Majdanek concentration camp. In most other camps prisoners were selected for slave labor first; they were kept alive on starvation rations and made available to work as required. Auschwitz, Majdanek, and Jasenovac were retrofitted with Zyklon B gas chambers and crematoria buildings as the time went on, remaining operational until war's end in 1945.
Heinrich Himmler visited the outskirts of Minsk in 1941 to witness a mass shooting. He was told by the commanding officer there that the shootings were proving psychologically damaging to those being asked to pull the triggers. Thus, Himmler concluded that another method of mass killing was required. Auschwitz Commandant Rudolf Höss claimed in his memoir that many Einsatzkommandos were "unable to endure wading through blood any longer" and went mad or killed themselves, but he gives no specific numbers to support this claim.
The Nazis had first used gassing with carbon monoxide cylinders to murder 70,000 disabled people in Germany in what they called a 'euthanasia programme' to disguise that mass murder was taking place. Despite the lethal effects of carbon monoxide, this was seen as unsuitable for use in the East due to the cost of transporting the carbon monoxide in cylinders.
Each extermination camp operated differently, yet each had designs for quick and efficient industrialized killing. While Höss was away on an official journey in late August 1941 his deputy, Karl Fritzsch, tested out an idea. At Auschwitz clothes infested with lice were treated with crystallised prussic acid. The crystals were made to order by the IG Farben chemicals company for which the brand name was Zyklon B. Once released from their container, Zyklon B crystals in the air released a lethal cyanide gas. Fritzsch tried out the effect of Zyklon B on Soviet POWs, who were locked up in cells in the basement of the bunker for this experiment. Höss on his return was briefed and impressed with the results and this became the camp strategy for extermination as it was also to be at Majdanek. Besides gassing, the camp guards continued killing prisoners via mass shooting, starvation, torture, etc.
SS Obersturmführer Kurt Gerstein of the Institute for Hygiene of the Waffen-SS, told a Swedish diplomat during the war, about life in a death camp. He recounted that on 19 August 1942, he arrived at Bełżec extermination camp (which was equipped with carbon monoxide gas chambers) and was shown the unloading of 45 train cars filled with 6,700 Jews, many already dead. The rest were marched naked to the gas chambers, where:
Unterscharführer Hackenholt was making great efforts to get the engine running. But it doesn't go. Captain Wirth comes up. I can see he is afraid, because I am present at a disaster. Yes, I see it all and I wait. My stopwatch showed it all, 50 minutes, 70 minutes, and the diesel [engine] did not start. The people wait inside the gas chambers. In vain. They can be heard weeping, "like in the synagogue", says Professor Pfannenstiel, his eyes glued to a window in the wooden door. Furious, Captain Wirth lashes the Ukrainian (Trawniki) assisting Hackenholt twelve, thirteen times, in the face. After 2 hours and 49 minutes – the stopwatch recorded it all – the diesel started. Up to that moment, the people shut up in those four crowded chambers were still alive, four times 750 persons, in four times 45 cubic meters. Another 25 minutes elapsed. Many were already dead, that could be seen through the small window, because an electric lamp inside lit up the chamber for a few moments. After 28 minutes, only a few were still alive. Finally, after 32 minutes, all were dead ... Dentists [then] hammered out gold teeth, bridges, and crowns. In the midst of them stood Captain Wirth. He was in his element, and, showing me a large can full of teeth, he said: "See, for yourself, the weight of that gold! It's only from yesterday, and the day before. You can't imagine what we find every day – dollars, diamonds, gold. You'll see for yourself!"
Auschwitz Camp Commandant Rudolf Höss reported that the first time Zyklon B pellets were used on the Jews, many suspected they were to be killed – despite having been deceived into believing they were to be deloused and then returned to the camp. As a result, the Nazis identified and isolated "difficult individuals" who might alert the prisoners, and removed them from the mass – lest they incite revolt among the deceived majority of prisoners en route to the gas chambers. The "difficult" prisoners were led to a site out of view to be killed off discreetly.
According to Höss, enslaved prisoners, euphemistically called Sonderkommando (Special Detachment), assisted in the process of extermination; they encouraged the Jews to undress and accompanied them into the gas chambers which were outfitted to appear as shower rooms (with nonworking water nozzles, and tile walls); and remained with the victims until just before the chamber door closed. To psychologically maintain the "calming effect" of the delousing deception, an SS man stood at the door until the end. The Sonderkommando talked to the victims about life in the camp to pacify the suspicious ones, and hurried them inside; to that effect, they also assisted the aged and the very young in undressing. Many young mothers hid their infants beneath their piled clothes fearing that the delousing "disinfectant" might harm them. Camp Commandant Höss reported that the "men of the Special Detachment were particularly on the look-out for this", and encouraged the women to take their children into the "shower room". Likewise, the Sonderkommando comforted older children who might cry "because of the strangeness of being undressed in this fashion".
Yet, not every prisoner was deceived by such tactics; Commandant Höss spoke of Jews "who either guessed, or knew, what awaited them, nevertheless ... [they] found the courage to joke with the children, to encourage them, despite the mortal terror visible in their own eyes". Some women would suddenly "give the most terrible shrieks while undressing, or tear their hair, or scream like maniacs"; these prisoners were taken away for execution by shooting. In such circumstances, others, meaning to save themselves at the gas chamber's threshold, betrayed the identities and "revealed the addresses of those members of their race still in hiding".
Once the door of the filled gas chamber was sealed, pellets of Zyklon B were dropped through special holes in the roof. Regulations required that the Camp Commandant supervise the preparations, the gassing (through a peephole), and the aftermath looting of the corpses. Commandant Höss reported that the gassed victims "showed no signs of convulsion"; the Auschwitz camp physicians attributed that to the "paralyzing effect on the lungs" of the Zyklon B gas, which killed before the victim began suffering convulsions. The corpses were additionally found half-squatting, their skin discolored pink with red and green spots, with some foaming at the mouth or bleeding from their ears, exacerbated by the crowding in gas chambers.
As a matter of political training, some high-ranked Nazi Party leaders and SS officers were sent to Auschwitz–Birkenau to witness the gassings. As the Auschwitz Camp Commandant Rudolf Höss justified the extermination by explaining the need for "the iron determination with which we must carry out Hitler's orders".
After the gassings, the Sonderkommando removed the corpses from the gas chambers, then extracted any gold teeth. Initially, the victims were buried in mass graves, but were later cremated during Sonderaktion 1005 in all camps of Operation Reinhard.
The Sonderkommando was responsible for burning the corpses in the pits, stoking the fires, draining surplus body fat and turning over the "mountain of burning corpses ... so that the draft might fan the flames", wrote Commandant Höss in his memoir while in the Polish custody. He was impressed by the diligence of prisoners from the so-called Special Detachment who carried out their duties despite their being well aware that they, too, would meet exactly the same fate in the end. At the Lazaret killing station they held the sick so they would never see the gun while being shot. They did it "in such a matter-of-course manner that they might, themselves, have been the exterminators", wrote Höss. He further said that the men ate and smoked "even when engaged in the grisly job of burning corpses which had been lying for some time in mass graves." They occasionally encountered the corpse of a relative, or saw them entering the gas chambers. According to Höss, they were obviously shaken by this but "it never led to any incident". He mentioned the case of a Sonderkommando who found the body of his wife, yet continued to drag corpses along "as though nothing had happened".
At Auschwitz, the corpses were incinerated in crematoria and the ashes either buried, scattered, or dumped in the river. At Sobibór, Treblinka, Bełżec, and Chełmno, the corpses were incinerated on pyres. The efficiency of industrialised murder at Auschwitz-Birkenau led to the construction of three buildings with crematoria designed by specialists from the firm J. A. Topf & Söhne. They burned bodies 24 hours a day, and yet the death rate was at times so high that corpses also needed to be burned in open-air pits.
The estimated total number of people who were murdered in the six Nazi extermination camps is 2.7 million, according to the United States Holocaust Memorial Museum.
The Nazis attempted to either partially or completely dismantle the extermination camps in order to hide any evidence that people had been murdered there. This was an attempt to conceal not only the extermination process but also the buried remains. As a result of the secretive Sonderaktion 1005, the camps were dismantled by commandos of condemned prisoners, their records were destroyed, and the mass graves were dug up. Some extermination camps that remained uncleared of evidence were liberated by Soviet troops, who followed different standards of documentation and openness than the Western allies did.
Nonetheless Majdanek was captured nearly intact due to the rapid advance of the Soviet Red Army during Operation Bagration.
In the post-war period the government of the People's Republic of Poland created monuments at the extermination camp sites. These early monuments mentioned no ethnic, religious, or national particulars of the Nazi victims. The extermination camps sites have been accessible to everyone in recent decades. They are popular destinations for visitors from all over the world, especially the most infamous Nazi death camp, Auschwitz near the town of Oświęcim. In the early 1990s, the Jewish Holocaust organisations debated with the Polish Catholic groups about "What religious symbols of martyrdom are appropriate as memorials in a Nazi death camp such as Auschwitz?" The Jews opposed the placement of Christian memorials such as the Auschwitz cross near Auschwitz I where mostly Poles were killed. The Jewish victims of the Holocaust were mostly killed at Auschwitz II Birkenau.
The March of the Living is organized in Poland annually since 1988. Marchers come from countries as diverse as Estonia, New Zealand, Panama, and Turkey.
Holocaust deniers or negationists are people and organizations who assert that the Holocaust did not occur, or that it did not occur in the historically recognized manner and extent. Holocaust deniers claim that the extermination camps were actually transit camps from which Jews were deported farther east. However, these theories are disproven by surviving German documents, which show that Jews were sent to the camps to be murdered.
Extermination camp research is difficult because of extensive attempts by the SS and Nazi regime to conceal the existence of the extermination camps. The existence of the extermination camps is firmly established by testimonies of camp survivors and Final Solution perpetrators, material evidence (the remaining camps, etc.), Nazi photographs and films of the killings, and camp administration records.
In 2017 a Körber Foundation survey found that 40 percent of 14-year-olds in Germany did not know what Auschwitz was. A 2018 survey organized in the United States by the Claims Conference, United States Holocaust Memorial Museum, and others found that 66 percent of the American millennials who were surveyed (and 41 percent of all U.S. adults) did not know what Auschwitz was. In 2019, a survey of 1,100 Canadians found that 49 percent of them could not name any of the Nazi camps which were located in German-occupied Europe. | [
{
"paragraph_id": 0,
"text": "Nazi Germany used six extermination camps (German: Vernichtungslager), also called death camps (Todeslager), or killing centers (Tötungszentren), in Central Europe during World War II to systematically murder over 2.7 million people – mostly Jews – in the Holocaust. The victims of death camps were primarily murdered by gassing, either in permanent installations constructed for this specific purpose, or by means of gas vans. The six extermination camps were Chełmno, Belzec, Sobibor, Treblinka, Majdanek and Auschwitz-Birkenau. Extermination through labour was also used at the Auschwitz and Majdanek death camps. Millions were also murdered in concentration camps, in the Aktion T4, or directly on site.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The idea of mass extermination with the use of stationary facilities, to which the victims were taken by train, was the result of earlier Nazi experimentation with chemically manufactured poison gas during the secretive Aktion T4 euthanasia programme against hospital patients with mental and physical disabilities. The technology was adapted, expanded, and applied in wartime to unsuspecting victims of many ethnic and national groups; the Jews were the primary target, accounting for over 90 percent of extermination camp victims. The genocide of the Jews of Europe was Nazi Germany's \"Final Solution to the Jewish question\".",
"title": ""
},
{
"paragraph_id": 2,
"text": "After the invasion of Poland in September 1939, the secret Aktion T4 euthanasia programme – the systematic murder of German, Austrian and Polish hospital patients with mental or physical disabilities authorized by Hitler – was initiated by the SS in order to eliminate \"life unworthy of life\" (German: Lebensunwertes Leben), a Nazi designation for people who they considered to have no right to life. In 1941, the experience gained in the secretive killing of these hospital patients led to the creation of extermination camps for the implementation of the Final Solution. By then, the Jews were already confined to new ghettos and interned in Nazi concentration camps along with other targeted groups, including Roma, and the Soviet POWs. The Nazi's so-called \"Final Solution of the Jewish Question\", based on the systematic murder of Europe's Jews by gassing, began during Operation Reinhard, after the June 1941 onset of the Nazi–Soviet war. The adoption of the gassing technology by Nazi Germany was preceded by a wave of hands-on killings carried out by the SS Einsatzgruppen, who followed the Wehrmacht army during Operation Barbarossa on the Eastern Front.",
"title": "Background"
},
{
"paragraph_id": 3,
"text": "The camps designed specifically for the mass gassings of Jews were established in the months following the Wannsee Conference chaired by Reinhard Heydrich in January 1942 in which the principle was made clear that the Jews of Europe were to be exterminated. Responsibility for the logistics was to be handled by the programme administrator, Adolf Eichmann.",
"title": "Background"
},
{
"paragraph_id": 4,
"text": "On 13 October 1941, the SS and Police Leader Odilo Globocnik stationed in Lublin received an oral order from Reichsführer-SS Heinrich Himmler – anticipating the fall of Moscow – to start immediate construction work on the killing centre at Bełżec in the General Government territory of occupied Poland. Notably, the order preceded the Wannsee Conference by three months, but the gassings at Chełmno north of Łódź using gas vans began already in December, under Sturmbannführer Herbert Lange. The camp at Bełżec was operational by March 1942, with leadership brought in from Germany under the guise of Organisation Todt (OT). By mid-1942, two more death camps had been built on Polish lands for Operation Reinhard: Sobibór (ready in May 1942) under the command of Hauptsturmführer Franz Stangl, and Treblinka (operational by July 1942) under Obersturmführer Irmfried Eberl from T4, the only doctor to have served in such a capacity. Auschwitz concentration camp was fitted with brand new gas chambers in March 1942. Majdanek had them built in September.",
"title": "Background"
},
{
"paragraph_id": 5,
"text": "The Nazis distinguished between extermination and concentration camps. The terms extermination camp (Vernichtungslager) and death camp (Todeslager) were interchangeable in the Nazi system, each referring to camps whose primary function was genocide. Six camps meet this definition, though extermination of people happened at every sort of concentration camp or transit camp; the use of the term extermination camp with its exclusive purpose is carried over from Nazi terminology. The six camps were Chełmno, Belzec, Sobibor, Treblinka, Majdanek and Auschwitz (also called Auschwitz-Birkenau).",
"title": "Definition"
},
{
"paragraph_id": 6,
"text": "Death camps were designed specifically for the systematic killing of people delivered en masse by the Holocaust trains. Deportees were normally murdered within a few hours of arrival at Bełżec, Sobibór, and Treblinka. The Reinhard extermination camps were under Globocnik's direct command; each of them was run by 20 to 35 men from the SS-Totenkopfverbände branch of the Schutzstaffel, augmented by about one hundred Trawnikis – auxiliaries mostly from Soviet Ukraine, and up to one thousand Sonderkommando slave labourers each. The Jewish men, women and children were delivered from the ghettos for \"special treatment\" in an atmosphere of terror by uniformed police battalions from both Orpo and Schupo.",
"title": "Definition"
},
{
"paragraph_id": 7,
"text": "Death camps differed from concentration camps located in Germany proper, such as Bergen-Belsen, Oranienburg, Ravensbrück, and Sachsenhausen, which were prison camps set up prior to World War II for people defined as 'undesirable'. From March 1936, all Nazi concentration camps were managed by the SS-Totenkopfverbände (the Skull Units, SS-TV), who operated extermination camps from 1941 as well. An SS anatomist, Johann Kremer, after witnessing the gassing of victims at Birkenau, wrote in his diary on 2 September 1942: \"Dante's Inferno seems to me almost a comedy compared to this. They don't call Auschwitz the camp of annihilation for nothing!\" The distinction was evident during the Nuremberg trials, when Dieter Wisliceny (a deputy to Adolf Eichmann) was asked to name the extermination camps, and he identified Auschwitz and Majdanek as such. Then, when asked, \"How do you classify the camps Mauthausen, Dachau, and Buchenwald?\", he replied, \"They were normal concentration camps, from the point of view of the department of Eichmann.\"",
"title": "Definition"
},
{
"paragraph_id": 8,
"text": "Murders were not limited to these camps. Sites for the \"Holocaust by Bullets\" are marked on the map of The Holocaust in Occupied Poland by white skulls (without the black background), where people were lined up next to a ravine and shot by soldiers with rifles. Sites included Bronna Góra, Ponary, Rumbula and others.",
"title": "Definition"
},
{
"paragraph_id": 9,
"text": "Irrespective of round-ups for extermination camps, the Nazis abducted millions of foreigners for slave labour in other types of camps, which provided perfect cover for the extermination programme. Prisoners represented about a quarter of the total workforce of the Reich, with mortality rates exceeding 75 percent due to starvation, disease, exhaustion, executions, and physical brutality.",
"title": "Definition"
},
{
"paragraph_id": 10,
"text": "In the early years of World War II, the Jews were primarily sent to forced labour camps and ghettoised, but from 1942 onward they were deported to the extermination camps under the guise of \"resettlement\". For political and logistical reasons, the most infamous Nazi German killing factories were built in occupied Poland, where most of the intended victims lived; Poland had the greatest Jewish population in Nazi-controlled Europe. On top of that, the new death camps outside of Germany's prewar borders could be kept secret from the German civil populace.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "During the initial phase of the Final Solution, gas vans producing poisonous exhaust fumes were developed in the occupied Soviet Union (USSR) and at the Chełmno extermination camp in occupied Poland, before being used elsewhere. The killing method was based on experience gained by the SS during the secretive Aktion T4 programme of involuntary euthanasia. There were two types of death chambers operating during the Holocaust.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "Unlike at Auschwitz, where cyanide-based Zyklon B was used to exterminate trainloads of prisoners under the guise of \"relocation\", the camps at Treblinka, Bełżec, and Sobibór, built during Operation Reinhard (October 1941 – November 1943), used lethal exhaust fumes produced by large internal combustion engines. The three killing centres of Einsatz Reinhard were constructed predominantly for the extermination of Poland's Jews trapped in the Nazi ghettos. At first, the victims' bodies were buried with the use of crawler excavators, but they were later exhumed and incinerated in open-air pyres to hide the evidence of genocide in what became known as Sonderaktion 1005.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "The six camps considered to be purely for extermination were Chełmno extermination camp, Bełżec extermination camp, Sobibor extermination camp, Treblinka extermination camp, Majdanek extermination camp and Auschwitz extermination camp (also called Auschwitz-Birkenau).",
"title": "History"
},
{
"paragraph_id": 14,
"text": "Whereas the Auschwitz II (Auschwitz–Birkenau) and Majdanek camps were parts of a labor camp complex, the Chełmno and Operation Reinhard death camps (that is, Bełżec, Sobibór, and Treblinka) were built exclusively for the rapid extermination of entire communities of people (primarily Jews) within hours of their arrival. All were constructed near branch lines that linked to the Polish railway system, with staff members transferring between locations. These camps had almost identical design: they were several hundred metres in length and width, and were equipped with only minimal staff housing and support installations not meant for the victims crammed into the railway transports.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "The Nazis deceived the victims upon their arrival, telling them that they were at a temporary transit stop, and would soon continue to German Arbeitslagers (work camps) farther to the east. Selected able-bodied prisoners delivered to the death camps were not immediately killed, but instead were pressed into labor units called Sonderkommandos to help with the extermination process by removing corpses from the gas chambers and burning them.",
"title": "History"
},
{
"paragraph_id": 16,
"text": "At the camps of Operation Reinhard, including Bełżec, Sobibór, and Treblinka, trainloads of prisoners were murdered immediately after arrival in gas chambers designed exclusively for that purpose. The mass killing facilities were developed at about the same time inside the Auschwitz II-Birkenau subcamp of a forced labour complex, and at the Majdanek concentration camp. In most other camps prisoners were selected for slave labor first; they were kept alive on starvation rations and made available to work as required. Auschwitz, Majdanek, and Jasenovac were retrofitted with Zyklon B gas chambers and crematoria buildings as the time went on, remaining operational until war's end in 1945.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "Heinrich Himmler visited the outskirts of Minsk in 1941 to witness a mass shooting. He was told by the commanding officer there that the shootings were proving psychologically damaging to those being asked to pull the triggers. Thus, Himmler concluded that another method of mass killing was required. Auschwitz Commandant Rudolf Höss claimed in his memoir that many Einsatzkommandos were \"unable to endure wading through blood any longer\" and went mad or killed themselves, but he gives no specific numbers to support this claim.",
"title": "Extermination procedure"
},
{
"paragraph_id": 18,
"text": "The Nazis had first used gassing with carbon monoxide cylinders to murder 70,000 disabled people in Germany in what they called a 'euthanasia programme' to disguise that mass murder was taking place. Despite the lethal effects of carbon monoxide, this was seen as unsuitable for use in the East due to the cost of transporting the carbon monoxide in cylinders.",
"title": "Extermination procedure"
},
{
"paragraph_id": 19,
"text": "Each extermination camp operated differently, yet each had designs for quick and efficient industrialized killing. While Höss was away on an official journey in late August 1941 his deputy, Karl Fritzsch, tested out an idea. At Auschwitz clothes infested with lice were treated with crystallised prussic acid. The crystals were made to order by the IG Farben chemicals company for which the brand name was Zyklon B. Once released from their container, Zyklon B crystals in the air released a lethal cyanide gas. Fritzsch tried out the effect of Zyklon B on Soviet POWs, who were locked up in cells in the basement of the bunker for this experiment. Höss on his return was briefed and impressed with the results and this became the camp strategy for extermination as it was also to be at Majdanek. Besides gassing, the camp guards continued killing prisoners via mass shooting, starvation, torture, etc.",
"title": "Extermination procedure"
},
{
"paragraph_id": 20,
"text": "SS Obersturmführer Kurt Gerstein of the Institute for Hygiene of the Waffen-SS, told a Swedish diplomat during the war, about life in a death camp. He recounted that on 19 August 1942, he arrived at Bełżec extermination camp (which was equipped with carbon monoxide gas chambers) and was shown the unloading of 45 train cars filled with 6,700 Jews, many already dead. The rest were marched naked to the gas chambers, where:",
"title": "Extermination procedure"
},
{
"paragraph_id": 21,
"text": "Unterscharführer Hackenholt was making great efforts to get the engine running. But it doesn't go. Captain Wirth comes up. I can see he is afraid, because I am present at a disaster. Yes, I see it all and I wait. My stopwatch showed it all, 50 minutes, 70 minutes, and the diesel [engine] did not start. The people wait inside the gas chambers. In vain. They can be heard weeping, \"like in the synagogue\", says Professor Pfannenstiel, his eyes glued to a window in the wooden door. Furious, Captain Wirth lashes the Ukrainian (Trawniki) assisting Hackenholt twelve, thirteen times, in the face. After 2 hours and 49 minutes – the stopwatch recorded it all – the diesel started. Up to that moment, the people shut up in those four crowded chambers were still alive, four times 750 persons, in four times 45 cubic meters. Another 25 minutes elapsed. Many were already dead, that could be seen through the small window, because an electric lamp inside lit up the chamber for a few moments. After 28 minutes, only a few were still alive. Finally, after 32 minutes, all were dead ... Dentists [then] hammered out gold teeth, bridges, and crowns. In the midst of them stood Captain Wirth. He was in his element, and, showing me a large can full of teeth, he said: \"See, for yourself, the weight of that gold! It's only from yesterday, and the day before. You can't imagine what we find every day – dollars, diamonds, gold. You'll see for yourself!\"",
"title": "Extermination procedure"
},
{
"paragraph_id": 22,
"text": "Auschwitz Camp Commandant Rudolf Höss reported that the first time Zyklon B pellets were used on the Jews, many suspected they were to be killed – despite having been deceived into believing they were to be deloused and then returned to the camp. As a result, the Nazis identified and isolated \"difficult individuals\" who might alert the prisoners, and removed them from the mass – lest they incite revolt among the deceived majority of prisoners en route to the gas chambers. The \"difficult\" prisoners were led to a site out of view to be killed off discreetly.",
"title": "Extermination procedure"
},
{
"paragraph_id": 23,
"text": "According to Höss, enslaved prisoners, euphemistically called Sonderkommando (Special Detachment), assisted in the process of extermination; they encouraged the Jews to undress and accompanied them into the gas chambers which were outfitted to appear as shower rooms (with nonworking water nozzles, and tile walls); and remained with the victims until just before the chamber door closed. To psychologically maintain the \"calming effect\" of the delousing deception, an SS man stood at the door until the end. The Sonderkommando talked to the victims about life in the camp to pacify the suspicious ones, and hurried them inside; to that effect, they also assisted the aged and the very young in undressing. Many young mothers hid their infants beneath their piled clothes fearing that the delousing \"disinfectant\" might harm them. Camp Commandant Höss reported that the \"men of the Special Detachment were particularly on the look-out for this\", and encouraged the women to take their children into the \"shower room\". Likewise, the Sonderkommando comforted older children who might cry \"because of the strangeness of being undressed in this fashion\".",
"title": "Extermination procedure"
},
{
"paragraph_id": 24,
"text": "Yet, not every prisoner was deceived by such tactics; Commandant Höss spoke of Jews \"who either guessed, or knew, what awaited them, nevertheless ... [they] found the courage to joke with the children, to encourage them, despite the mortal terror visible in their own eyes\". Some women would suddenly \"give the most terrible shrieks while undressing, or tear their hair, or scream like maniacs\"; these prisoners were taken away for execution by shooting. In such circumstances, others, meaning to save themselves at the gas chamber's threshold, betrayed the identities and \"revealed the addresses of those members of their race still in hiding\".",
"title": "Extermination procedure"
},
{
"paragraph_id": 25,
"text": "Once the door of the filled gas chamber was sealed, pellets of Zyklon B were dropped through special holes in the roof. Regulations required that the Camp Commandant supervise the preparations, the gassing (through a peephole), and the aftermath looting of the corpses. Commandant Höss reported that the gassed victims \"showed no signs of convulsion\"; the Auschwitz camp physicians attributed that to the \"paralyzing effect on the lungs\" of the Zyklon B gas, which killed before the victim began suffering convulsions. The corpses were additionally found half-squatting, their skin discolored pink with red and green spots, with some foaming at the mouth or bleeding from their ears, exacerbated by the crowding in gas chambers.",
"title": "Extermination procedure"
},
{
"paragraph_id": 26,
"text": "As a matter of political training, some high-ranked Nazi Party leaders and SS officers were sent to Auschwitz–Birkenau to witness the gassings. As the Auschwitz Camp Commandant Rudolf Höss justified the extermination by explaining the need for \"the iron determination with which we must carry out Hitler's orders\".",
"title": "Extermination procedure"
},
{
"paragraph_id": 27,
"text": "After the gassings, the Sonderkommando removed the corpses from the gas chambers, then extracted any gold teeth. Initially, the victims were buried in mass graves, but were later cremated during Sonderaktion 1005 in all camps of Operation Reinhard.",
"title": "Extermination procedure"
},
{
"paragraph_id": 28,
"text": "The Sonderkommando was responsible for burning the corpses in the pits, stoking the fires, draining surplus body fat and turning over the \"mountain of burning corpses ... so that the draft might fan the flames\", wrote Commandant Höss in his memoir while in the Polish custody. He was impressed by the diligence of prisoners from the so-called Special Detachment who carried out their duties despite their being well aware that they, too, would meet exactly the same fate in the end. At the Lazaret killing station they held the sick so they would never see the gun while being shot. They did it \"in such a matter-of-course manner that they might, themselves, have been the exterminators\", wrote Höss. He further said that the men ate and smoked \"even when engaged in the grisly job of burning corpses which had been lying for some time in mass graves.\" They occasionally encountered the corpse of a relative, or saw them entering the gas chambers. According to Höss, they were obviously shaken by this but \"it never led to any incident\". He mentioned the case of a Sonderkommando who found the body of his wife, yet continued to drag corpses along \"as though nothing had happened\".",
"title": "Extermination procedure"
},
{
"paragraph_id": 29,
"text": "At Auschwitz, the corpses were incinerated in crematoria and the ashes either buried, scattered, or dumped in the river. At Sobibór, Treblinka, Bełżec, and Chełmno, the corpses were incinerated on pyres. The efficiency of industrialised murder at Auschwitz-Birkenau led to the construction of three buildings with crematoria designed by specialists from the firm J. A. Topf & Söhne. They burned bodies 24 hours a day, and yet the death rate was at times so high that corpses also needed to be burned in open-air pits.",
"title": "Extermination procedure"
},
{
"paragraph_id": 30,
"text": "The estimated total number of people who were murdered in the six Nazi extermination camps is 2.7 million, according to the United States Holocaust Memorial Museum.",
"title": "Victims"
},
{
"paragraph_id": 31,
"text": "The Nazis attempted to either partially or completely dismantle the extermination camps in order to hide any evidence that people had been murdered there. This was an attempt to conceal not only the extermination process but also the buried remains. As a result of the secretive Sonderaktion 1005, the camps were dismantled by commandos of condemned prisoners, their records were destroyed, and the mass graves were dug up. Some extermination camps that remained uncleared of evidence were liberated by Soviet troops, who followed different standards of documentation and openness than the Western allies did.",
"title": "Dismantling and attempted concealment"
},
{
"paragraph_id": 32,
"text": "Nonetheless Majdanek was captured nearly intact due to the rapid advance of the Soviet Red Army during Operation Bagration.",
"title": "Dismantling and attempted concealment"
},
{
"paragraph_id": 33,
"text": "In the post-war period the government of the People's Republic of Poland created monuments at the extermination camp sites. These early monuments mentioned no ethnic, religious, or national particulars of the Nazi victims. The extermination camps sites have been accessible to everyone in recent decades. They are popular destinations for visitors from all over the world, especially the most infamous Nazi death camp, Auschwitz near the town of Oświęcim. In the early 1990s, the Jewish Holocaust organisations debated with the Polish Catholic groups about \"What religious symbols of martyrdom are appropriate as memorials in a Nazi death camp such as Auschwitz?\" The Jews opposed the placement of Christian memorials such as the Auschwitz cross near Auschwitz I where mostly Poles were killed. The Jewish victims of the Holocaust were mostly killed at Auschwitz II Birkenau.",
"title": "Commemoration"
},
{
"paragraph_id": 34,
"text": "The March of the Living is organized in Poland annually since 1988. Marchers come from countries as diverse as Estonia, New Zealand, Panama, and Turkey.",
"title": "Commemoration"
},
{
"paragraph_id": 35,
"text": "Holocaust deniers or negationists are people and organizations who assert that the Holocaust did not occur, or that it did not occur in the historically recognized manner and extent. Holocaust deniers claim that the extermination camps were actually transit camps from which Jews were deported farther east. However, these theories are disproven by surviving German documents, which show that Jews were sent to the camps to be murdered.",
"title": "Commemoration"
},
{
"paragraph_id": 36,
"text": "Extermination camp research is difficult because of extensive attempts by the SS and Nazi regime to conceal the existence of the extermination camps. The existence of the extermination camps is firmly established by testimonies of camp survivors and Final Solution perpetrators, material evidence (the remaining camps, etc.), Nazi photographs and films of the killings, and camp administration records.",
"title": "Commemoration"
},
{
"paragraph_id": 37,
"text": "In 2017 a Körber Foundation survey found that 40 percent of 14-year-olds in Germany did not know what Auschwitz was. A 2018 survey organized in the United States by the Claims Conference, United States Holocaust Memorial Museum, and others found that 66 percent of the American millennials who were surveyed (and 41 percent of all U.S. adults) did not know what Auschwitz was. In 2019, a survey of 1,100 Canadians found that 49 percent of them could not name any of the Nazi camps which were located in German-occupied Europe.",
"title": "Commemoration"
}
]
| Nazi Germany used six extermination camps, also called death camps (Todeslager), or killing centers (Tötungszentren), in Central Europe during World War II to systematically murder over 2.7 million people – mostly Jews – in the Holocaust. The victims of death camps were primarily murdered by gassing, either in permanent installations constructed for this specific purpose, or by means of gas vans. The six extermination camps were Chełmno, Belzec, Sobibor, Treblinka, Majdanek and Auschwitz-Birkenau. Extermination through labour was also used at the Auschwitz and Majdanek death camps. Millions were also murdered in concentration camps, in the Aktion T4, or directly on site. The idea of mass extermination with the use of stationary facilities, to which the victims were taken by train, was the result of earlier Nazi experimentation with chemically manufactured poison gas during the secretive Aktion T4 euthanasia programme against hospital patients with mental and physical disabilities. The technology was adapted, expanded, and applied in wartime to unsuspecting victims of many ethnic and national groups; the Jews were the primary target, accounting for over 90 percent of extermination camp victims. The genocide of the Jews of Europe was Nazi Germany's "Final Solution to the Jewish question". | 2001-12-29T20:37:46Z | 2023-12-04T18:58:58Z | [
"Template:Notelist",
"Template:Commons category",
"Template:For",
"Template:Snd",
"Template:See also",
"Template:Multiple image",
"Template:Sfn",
"Template:Better source needed",
"Template:Citation",
"Template:The Holocaust",
"Template:Redirect",
"Template:Use British English",
"Template:Infobox holocaust event",
"Template:Lang",
"Template:Pp-30-500",
"Template:Lang-de",
"Template:Image frame",
"Template:Nazi concentration camps",
"Template:Nazism",
"Template:Authority control",
"Template:Use dmy dates",
"Template:Blockquote",
"Template:Reflist",
"Template:Cite journal",
"Template:Nobreak",
"Template:Cite web",
"Template:Cite news",
"Template:Genocide topics",
"Template:Short description",
"Template:Cite encyclopedia",
"Template:Efn",
"Template:Main",
"Template:Cite book",
"Template:Pb"
]
| https://en.wikipedia.org/wiki/Extermination_camp |
10,336 | Enterprise | Enterprise (or the archaic spelling Enterprize) may refer to:
Australia
United States
(Chronological)
(Chronological) | [
{
"paragraph_id": 0,
"text": "Enterprise (or the archaic spelling Enterprize) may refer to:",
"title": ""
},
{
"paragraph_id": 1,
"text": "Australia",
"title": "Entertainment and media"
},
{
"paragraph_id": 2,
"text": "United States",
"title": "Entertainment and media"
},
{
"paragraph_id": 3,
"text": "(Chronological)",
"title": "Vehicles"
},
{
"paragraph_id": 4,
"text": "(Chronological)",
"title": "Vehicles"
}
]
| Enterprise may refer to: | 2001-12-30T03:12:37Z | 2023-11-06T15:43:34Z | [
"Template:Circa",
"Template:HMS",
"Template:Ship",
"Template:For",
"Template:USS",
"Template:Sclass",
"Template:Disambiguation",
"Template:Wiktionary",
"Template:TOC right"
]
| https://en.wikipedia.org/wiki/Enterprise |
10,338 | Excommunication | Excommunication is an institutional act of religious censure used to deprive, suspend, or limit membership in a religious community or to restrict certain rights within it, in particular those of being in communion with other members of the congregation, and of receiving the sacraments.
It is practiced by all of the ancient churches (such as the Catholic Church, Oriental Orthodox churches and the Eastern Orthodox churches) as well as by other Christian denominations, but it is also used more generally to refer to similar types of institutional religious exclusionary practices and shunning among other religious groups. The Amish have also been known to excommunicate members that were either seen or known for breaking rules, or questioning the church, a practice known as shunning. Jehovah's Witnesses use the term disfellowship to refer to their form of excommunication.
The word excommunication means putting a specific individual or group out of communion. In some denominations, excommunication includes spiritual condemnation of the member or group. Excommunication may involve banishment, shunning, and shaming, depending on the group, the offense that caused excommunication, or the rules or norms of the religious community. The grave act is often revoked in response to manifest repentance.
Excommunication among Bahá'ís is rare and generally not used for transgressions of community standards, intellectual dissent, or conversion to other religions. Instead, it is the most severe punishment, reserved for suppressing organized dissent that threatens the unity of believers. Covenant-breaker is a term used by Bahá'ís to refer to a person who has been excommunicated from the Bahá'í community for breaking the 'Covenant': actively promoting schism in the religion or otherwise opposing the legitimacy of the chain of succession of leadership.
Currently, the Universal House of Justice has the sole authority to declare a person a Covenant-breaker, and once identified, all Bahá'ís are expected to shun them, even if they are family members. According to 'Abdu'l Baha Covenant-breaking is a contagious disease. The Bahá'í writings forbid association with Covenant-breakers and Bahá'ís are urged to avoid their literature, thus providing an exception to the Bahá'í principle of independent investigation of truth. Most Bahá'ís are unaware of the small Bahá'í divisions that exist.
The purpose of excommunication is to exclude from the church those members who have behaviors or teachings contrary to the beliefs of a Christian community (heresy). It aims to protect members of the church from abuses and allow the offender to recognize their error and repent.
Within the Catholic Church, there are differences between the discipline of the majority Latin Church regarding excommunication and that of the Eastern Catholic Churches.
Excommunication can be either latae sententiae (automatic, incurred at the moment of committing the offense for which canon law imposes that penalty) or ferendae sententiae (incurred only when imposed by a legitimate superior or declared as the sentence of an ecclesiastical court).
The Catholic Church teaches in the Council of Trent that "excommunicated persons are not members of the Church, because they have been cut off by her sentence from the number of her children and belong not to her communion until they repent".
In the papal bull Exsurge Domine (May 16, 1520), Pope Leo X condemned Luther's twenty-third proposition according to which "excommunications are merely external punishments, nor do they deprive a man of the common spiritual prayers of the Church". Pope Pius VI in Auctorem Fidei (August 28, 1794) condemned the notion which maintained that the effect of excommunication is only exterior because of its own nature it excludes only from exterior communion with the Church, as if, said the pope, excommunication were not a spiritual penalty binding in heaven and affecting souls. The excommunicated person, being excluded from the society of the Church, still bears the indelible mark of Baptism and is subject to the jurisdiction of the Church. They are excluded from engaging in certain activities. These activities are listed in Canon 1331 §1, and prohibit the individual from any ministerial participation in celebrating the sacrifice of the Eucharist or any other ceremonies of worship; celebrating or receiving the sacraments; or exercising any ecclesiastical offices, ministries, or functions.
Under current Catholic canon law, excommunicates remain bound by ecclesiastical obligations such as attending Mass, even though they are barred from receiving the Eucharist and from taking an active part in the liturgy (reading, bringing the offerings, etc.). "Excommunicates lose rights, such as the right to the sacraments, but they are still bound to the obligations of the law; their rights are restored when they are reconciled through the remission of the penalty."
These are the only effects for those who have incurred a latae sententiae excommunication. For instance, a priest may not refuse Communion publicly to those who are under an automatic excommunication, as long as it has not been officially declared to have been incurred by them, even if the priest knows that they have incurred it—although if the person's offence was a "manifest grave sin", then the priest is obliged to refuse their communion by canon 915. On the other hand, if the priest knows that excommunication has been imposed on someone or that an automatic excommunication has been declared (and is no longer merely an undeclared automatic excommunication), he is forbidden to administer Holy Communion to that person.
In the Catholic Church, excommunication is normally resolved by a declaration of repentance, profession of the Creed (if the offense involved heresy) and an Act of Faith, or renewal of obedience (if that was a relevant part of the offending act, i.e., an act of schism) by the excommunicated person and the lifting of the censure (absolution) by a priest or bishop empowered to do this. "The absolution can be in the internal (private) forum only, or also in the external (public) forum, depending on whether scandal would be given if a person were privately absolved and yet publicly considered unrepentant."
In the Eastern Catholic Churches, excommunication is imposed only by decree, never incurred automatically by latae sententiae excommunication. A distinction is made between minor and major excommunication. Those on whom minor excommunication has been imposed are excluded from receiving the Eucharist and can also be excluded from participating in the Divine Liturgy. They can even be excluded from entering a church when divine worship is being celebrated there. The decree of excommunication must indicate the precise effect of the excommunication and, if required, its duration.
Those under major excommunication are in addition forbidden to receive not only the Eucharist but also the other sacraments, to administer sacraments or sacramentals, to exercise any ecclesiastical offices, ministries, or functions whatsoever, and any such exercise by them is null and void. They are to be removed from participation in the Divine Liturgy and any public celebrations of divine worship. They are forbidden to make use of any privileges granted to them and cannot be given any dignity, office, ministry, or function in the church, they cannot receive any pension or emoluments associated with these dignities etc., and they are deprived of the right to vote or to be elected.
Although Lutheranism technically has an excommunication process, some denominations and congregations do not use it. In the Smalcald Articles Luther differentiates between the "great" and "small" excommunication. The "small" excommunication is simply barring an individual from the Lord's Supper and "other fellowship in the church". While the "great" excommunication excluded a person from both the church and political communities which he considered to be outside the authority of the church and only for civil leaders. A modern Lutheran practice is laid out in the Lutheran Church–Missouri Synod's 1986 explanation to the Small Catechism, defined beginning at Questions No. 277–284, in "The Office of Keys".
Many Lutheran denominations operate under the premise that the entire congregation (as opposed to the pastor alone) must take appropriate steps for excommunication, and there are not always precise rules, to the point where individual congregations often set out rules for excommunicating laymen (as opposed to clergy). For example, churches may sometimes require that a vote must be taken at Sunday services; some congregations require that this vote be unanimous.
In the Church of Sweden and the Church of Denmark, excommunicated individuals are turned out from their parish in front of their congregation. They are not forbidden, however, to attend church and participate in other acts of devotion, although they are to sit in a place appointed by the priest (which was at a distance from others).
The Lutheran process, though rarely used, has created unusual situations in recent years due to its somewhat democratic excommunication process. One example was an effort to get serial killer Dennis Rader excommunicated from his denomination (the Evangelical Lutheran Church in America) by individuals who tried to "lobby" Rader's fellow church members into voting for his excommunication.
The Church of England does not have any specific canons regarding how or why a member can be excommunicated, although it has a canon according to which ecclesiastical burial may be refused to someone "declared excommunicate for some grievous and notorious crime and no man to testify to his repentance".
The punishment of imprisonment for being excommunicated from the Church of England was removed from English law in 1963.
Historian Christopher Hill found that, in pre-revolutionary England, excommunication was common but fell into disrepute because it was applied unevenly and could be avoided on payment of fines.
The ECUSA is in the Anglican Communion, and shares many canons with the Church of England which would determine its policy on excommunication.
In the Reformed Churches, excommunication has generally been seen as the culmination of church discipline, which is one of the three marks of the Church. The Westminster Confession of Faith sees it as the third step after "admonition" and "suspension from the sacrament of the Lord's Supper for a season." Yet, John Calvin argues in his Institutes of the Christian Religion that church censures do not "consign those who are excommunicated to perpetual ruin and damnation", but are designed to induce repentance, reconciliation and restoration to communion. Calvin notes, "though ecclesiastical discipline does not allow us to be on familiar and intimate terms with excommunicated persons, still we ought to strive by all possible means to bring them to a better mind, and recover them to the fellowship and unity of the Church."
At least one modern Reformed theologian argues that excommunication is not the final step in the disciplinary process. Jay E. Adams argues that in excommunication, the offender is still seen as a brother, but in the final step they become "as the heathen and tax collector" (Matthew 18:17). Adams writes, "Nowhere in the Bible is excommunication (removal from the fellowship of the Lord's Table, according to Adams) equated with what happens in step 5; rather, step 5 is called 'removing from the midst, handing over to Satan,' and the like."
Former Princeton president and theologian, Jonathan Edwards, addresses the notion of excommunication as "removal from the fellowship of the Lord's Table" in his treatise entitled "The Nature and End of Excommunication". Edwards argues:
"Particularly, we are forbidden such a degree of associating ourselves with (excommunicants), as there is in making them our guests at our tables, or in being their guests at their tables; as is manifest in the text, where we are commanded to have no company with them, no not to eat [...] That this respects not eating with them at the Lord's supper, but a common eating, is evident by the words, that the eating here forbidden, is one of the lowest degrees of keeping company, which are forbidden. Keep no company with such a one, saith the apostle, no not to eat – as much as to say, no not in so low a degree as to eat with him. But eating with him at the Lord's supper, is the very highest degree of visible Christian communion. Who can suppose that the apostle meant this: Take heed and have no company with a man, no not so much as in the highest degree of communion that you can have? Besides, the apostle mentions this eating as a way of keeping company which, however, they might hold with the heathen. He tells them, not to keep company with fornicators. Then he informs them, he means not with fornicators of this world, that is, the heathens; but, saith he, 'if any man that is called a brother be a fornicator, etc. with such a one keep no company, no not to eat.' This makes it most apparent, that the apostle doth not mean eating at the Lord's table; for so, they might not keep company with the heathens, any more than with an excommunicated person".
In the Methodist Episcopal Church, individuals were able to be excommunicated following "trial before a jury of his peers, and after having had the privilege of an appeal to a higher court". Nevertheless, an excommunication could be lifted after sufficient penance.
John Wesley, the founder of the Methodist Churches, excommunicated sixty-four members from the Newcastle Methodist society alone for the following reasons:
Two for cursing and swearing.
Two for habitual Sabbath-breaking. Seventeen for drunkenness. Two for retailing spiritous liquors. Three for quarrelling and brawling. One for beating his wife. Three for habitual, wilful lying. Four for railing and evil-speaking. One for idleness and laziness. And,
Nine-and-twenty for lightness and carelessness.
The Allegheny Wesleyan Methodist Connection, in its 2014 Discipline, includes "homosexuality, lesbianism, bi-sexuality, bestiality, incest, fornication, adultery, and any attempt to alter one's gender by surgery", as well as remarriage after divorce among its excommunicable offences.
The Evangelical Wesleyan Church, in its 2015 Discipline, states that "Any member of our church who is accused of neglect of the means of grace or other duties required by the Word of God, the indulgence of sinful tempers, words or actions, the sowing of dissension, or any other violation of the order and discipline of the church, may, after proper labor and admonition, be censured, placed on probation, or expelled by the official board of the circuit of which he is a member. If he request a trial, however, within thirty dates of the final action of the official board, it shall be granted."
Amish communities practice variations of excommunication known as "shunning". This practice may include isolation from community events or the cessation of all communiction.
For Baptists, excommunication is used as a last resort by denominations and churches for members who do not want to repent of beliefs or behavior at odds with the confession of faith of the community. The vote of community members, however, can restore a person who has been excluded.
The Church of Jesus Christ of Latter-day Saints (LDS Church) practices excommunication as a penalty for those who commit serious sins, i.e., actions that significantly impair the name or moral influence of the church or pose a threat to other people. In 2020, the church ceased using the term "excommunication" and instead refers to "withdrawal of membership". According to the church leadership General Handbook, the purposes of withdrawing membership or imposing membership restrictions are, (1) to help protect others; (2) to help a person access the redeeming power of Jesus Christ through repentance; and (3) to protect the integrity of the Church. The origins of LDS disciplinary procedures and excommunications are traced to a revelation Joseph Smith dictated on 9 February 1831, later canonized as Doctrine and Covenants, section 42 and codified in the General Handbook.
The LDS Church also practices the lesser sanctions of private counsel and caution and informal and formal membership restrictions. (Informal membership restrictions was formerly known as "probation"; formal membership restrictions was formerly known as "disfellowshipment".)
Formal membership restrictions are used for serious sins that do not rise to the level of membership withdrawal. Formal membership restriction denies some privileges but does not include a loss of church membership. Once formal membership restrictions are in place, persons may not take the sacrament or enter church temples, nor may they offer public prayers or sermons. Such persons may continue to attend most church functions and are allowed to wear temple garments, pay tithes and offerings, and participate in church classes if their conduct is orderly. Formal membership restrictions typically lasts for one year, after which one may be reinstated as a member in good standing.
In the more grievous or recalcitrant cases, withdrawal of membership becomes a disciplinary option. Such an action is generally reserved for what are seen as the most serious sins, including committing serious crimes such as murder, child abuse, and incest; committing adultery; involvement in or teaching of polygamy; involvement in homosexual conduct; apostasy; participation in an abortion; teaching false doctrine; or openly criticizing church leaders. The General Handbook states that formally joining another church constitutes apostasy and is worthy of membership withdrawal; however, merely attending another church does not constitute apostasy.
A withdrawal of membership can occur only after a formal church membership council. Formerly called a "disciplinary council" or a "church court", the councils were renamed to avoid focusing on guilt and instead to emphasize the availability of repentance.
The decision to withdraw the membership of a Melchizedek priesthood holder is generally the province of the leadership of a stake. In such a disciplinary council, the stake presidency and, sometimes in more difficult cases, the stake high council attend. It is possible to appeal a decision of a stake membership council to the church's First Presidency.
For females and for male members not initiated into the Melchizedek priesthood, a ward membership council is held. In such cases, a bishop determines whether withdrawal of membership or a lesser sanction is warranted. He does this in consultation with his two counselors, with the bishop making the final determination after prayer. The decision of a ward membership council can be appealed to the stake president.
The following list of variables serves as a general set of guidelines for when membership withdrawal or lesser action may be warranted, beginning with those more likely to result in severe sanction:
Notices of withdrawal of membership may be made public, especially in cases of apostasy, where members could be misled. However, the specific reasons for individual withdrawal of membership are typically kept confidential and are seldom made public by church leadership.
Those who have their membership withdrawn lose the right to partake of the sacrament. Such persons are permitted to attend church meetings but participation is limited: they cannot offer public prayers, preach sermons, and cannot enter temples. Such individuals are also prohibited from wearing or purchasing temple garments and from paying tithes. A person whose membership has been withdrawn may be re-baptized after a waiting period of at least one year and sincere repentance, as judged by a series of interviews with church leaders.
Some critics have charged that LDS Church leaders have used the threat of membership withdrawal to silence or punish church members and researchers who disagree with established policy and doctrine, who study or discuss controversial subjects, or who may be involved in disputes with local, stake leaders or general authorities; see, e.g., Brian Evenson, a former BYU professor and writer whose fiction came under criticism from BYU officials and LDS Leadership. Another notable case of excommunication from the LDS Church was the "September Six", a group of intellectuals and professors, five of whom were excommunicated and the sixth disfellowshipped. However, church policy dictates that local leaders are responsible for membership withdrawal, without influence from church headquarters. The church thus argues that this policy is evidence against any systematic persecution of scholars or dissenters. Data shows per-capita excommunication rates among the LDS Church have varied dramatically over the years, from a low of about 1 in 6,400 members in the early 1900s to one in 640 by the 1970s, an increase which has been speculatively attributed to "informal guidance from above" in enforcing the growing list of possible transgressions added to General Handbook editions over time.
Jehovah's Witnesses practice a form of excommunication, using the term "disfellowshipping", in cases where a member is believed to have unrepentantly committed one or more of several documented "serious sins".
When a member confesses to, or is accused of, a serious sin, a judicial committee of at least three elders is formed. This committee investigates the case and determines the magnitude of the sin committed. If the person is deemed guilty of a disfellowshipping offense, the committee then decides, on the basis of the person's attitude and "works befitting repentance".
Disfellowshipping is a severing of friendly relationships between all Jehovah's Witnesses and the disfellowshipped person. Interaction with extended family is typically restricted to a minimum, such as presence at the reading of wills and providing essential care for the elderly. Within a household, typical family contact may continue, but without spiritual fellowship such as family Bible study and religious discussions. Parents of disfellowshipped minors living in the family home may continue to attempt to convince the child about the group's teachings. Jehovah's Witnesses believe that this form of discipline encourages the disfellowshipped individual to conform to biblical standards and prevents the person from influencing other members of the congregation.
Along with breaches of the Witnesses' moral code, openly disagreeing with the teachings of Jehovah's Witnesses is considered grounds for shunning. These persons are labeled as "apostates" and are described in Watch Tower Society literature as "mentally diseased". Descriptions of "apostates" appearing in the Witnesses literature have been the subject of investigation in the UK to determine if they violate religious hatred laws. Sociologist Andrew Holden claims many Witnesses who would otherwise defect because of disillusionment with the organization and its teachings, remain affiliated out of fear of being shunned and losing contact with friends and family members. Shunning employs what is known as relational aggression in psychological literature. When used by church members and member-spouse parents against excommunicant parents it contains elements of what psychologists call parental alienation. Extreme shunning may cause trauma to the shunned (and to their dependents) similar to what is studied in the psychology of torture.
Disassociation is a form of shunning where a member expresses verbally or in writing that they do not wish to be associated with Jehovah's Witnesses, rather than for having committed any specific 'sin'. Elders may also decide that an individual has disassociated, without any formal statement by the individual, by actions such as accepting a blood transfusion, or for joining another religious or military organization. Individuals who are deemed by the elders to have disassociated are given no right of appeal.
Each year, congregation elders are instructed to consider meeting with disfellowshipped individuals to determine changed circumstances and encourage them to pursue reinstatement. Reinstatement is not automatic after a certain time period, nor is there a minimum duration; disfellowshipped persons may talk to elders at any time but must apply in writing to be considered for reinstatement into the congregation. Elders consider each case individually, and are instructed to ensure "that sufficient time has passed for the disfellowshipped person to prove that his profession of repentance is genuine". A judicial committee meets with the individual to determine their repentance, and if this is established, the person is reinstated into the congregation and may participate with the congregation in their formal ministry (such as house-to-house preaching).
A Witness who has been formally reproved or reinstated cannot be appointed to any special privilege of service for at least one year. Serious sins involving child sex abuse permanently disqualify the sinner from appointment to any congregational privilege of service, regardless of whether the sinner was convicted of any secular crime.
Similarly to many groups having their origins in the 1830s Restoration Movement, Christadelphians call their form of excommunication "disfellowshipping", though they do not practice "shunning". Disfellowshipping can occur for moral reasons, changing beliefs, or (in some ecclesias) for not attending communion (referred to as "the emblems" or "the breaking of bread").
In such cases, the person involved is usually required to discuss the issues. If they do not conform, the church ('meeting' or 'ecclesia') is recommended by the management committee ("Arranging Brethren") to vote on disfellowshipping the person. These procedures were formulated 1863 onwards by early Christadelphians, and then in 1883 codified by Robert Roberts in A Guide to the Formation and Conduct of Christadelphian Ecclesias (colloquially "The Ecclesial Guide"). However Christadelphians justify and apply their practice not only from this document but also from passages such as the exclusion in 1Co.5 and recovery in 2Co.2.
Christadelphians typically avoid the term "excommunication" which many associate with the Catholic Church; and may feel the word carries implications they do not agree with, such as undue condemnation and punishment, as well as failing to recognise the remedial intention of the measure.
In the case of adultery and divorce, the passage of time usually means a member can be restored if he or she wants to be. In the case of ongoing behaviour, cohabitation, homosexual activity, then the terms of the suspension have not been met.
The mechanics of "refellowship" follow the reverse of the original process; the individual makes an application to the "ecclesia", and the "Arranging Brethren" give a recommendation to the members who vote. If the "Arranging Brethren" judge that a vote may divide the ecclesia, or personally upset some members, they may seek to find a third party ecclesia which is willing to "refellowship" the member instead. According to the Ecclesial Guide a third party ecclesia may also take the initiative to "refellowship" another meeting's member. However this cannot be done unilaterally, as this would constitute heteronomy over the autonomy of the original ecclesia's members.
Among many of the Society of Friends groups (Quakers) one is read out of meeting for behaviour inconsistent with the sense of the meeting. In Britain a meeting may record a minute of disunity. However it is the responsibility of each meeting, quarterly meeting, and yearly meeting, to act with respect to their own members. For example, during the Vietnam War many Friends were concerned about Friend Richard Nixon's position on war which seemed at odds with their beliefs; however, it was the responsibility of Nixon's own meeting, the East Whittier Meeting of Whittier, California, to act if indeed that meeting felt the leading. They did not.
In the 17th century, before the founding of abolitionist societies, Friends who too forcefully tried to convince their coreligionists of the evils of slavery were read out of meeting. Benjamin Lay was read out of the Philadelphia Yearly Meeting for this. During the American Revolution over 400 Friends were read out of meeting for their military participation or support.
Iglesia ni Cristo practices expulsion of members it deems to have gravely sinned or gone against the teachings and doctrines of the church. The Sanggunian, the church's council, has jurisdiction to expel members from the church. People expelled by the church are referred to as dismissed (Tagalog: tiwalag). Offenses that may be grounds for expulsion include marrying a non-member, having a romantic relationship with a non-member, becoming pregnant out of wedlock (unless the couple marries before the child is born) and most especially disagreeing with the church administration. An expelled member can be re-admitted by pledging obedience to the church administration and its rules, values and teachings.
Unitarian Universalism, being a liberal religious group and a congregational denomination, has a wide diversity of opinions and sentiments. Nonetheless, Unitarian Universalists have had to deal with disruptive individuals. Congregations which had no policies on disruptive individuals have sometimes found themselves having to create such policies, up to (and including) expulsion.
By the late 1990s, several churches were using the West Shore UU Church's policy as a model. If someone is threatening, disruptive, or distracting from the appeal of the church to its membership, a church using this model has three recommended levels of response to the offending individual. While the first level involves dialogue between a committee or clergy member and the offender, the second and third levels involve expulsion, either from the church itself or a church activity.
There is no direct equivalent to excommunication in Buddhism. However, in the Theravadan monastic community monks can be expelled from monasteries for heresy or other acts. In addition, monks have four vows, called the four defeats, which are abstaining from sexual intercourse, stealing, and murder, and refraining from lying about spiritual gains (e.g., having special power or ability to perform miracles). If even one is broken, the monk is automatically a layman again and can never become a monk in his or her current life.
Most Japanese Buddhist sects hold ecclesiastical authority over their followers and have their own rules for expelling members of the sangha, lay or bishopric. The lay Japanese Buddhist organization Sōka Gakkai was expelled from the Nichiren Shoshu sect in 1991.
Hinduism is too diverse to be seen as a homogenous and monolithic religion, it is often described an unorganised and syncretist religion with a conspicuous absence of any listed doctrines, there are multiple religious institutions (ecclesia is the Christian equivalent) within Hinduism that teach slight variations of Dharma and Karma, hence Hinduism has no concept of excommunication and hence no Hindu may be ousted from the Hindu religion, although a person may easily lose caste status through gramanya for a very wide variety of infringements of caste prohibitions. This may or may not be recoverable. However, some of the modern organised sects within Hinduism may practice something equivalent to excommunication today, by ousting a person from their own sect.
In medieval and early-modern times (and sometimes even now) in South Asia, excommunication from one's caste (jāti or varna) used to be practiced (by the caste-councils) and was often with serious consequences, such as abasement of the person's caste status and even throwing him into the sphere of the untouchables or bhangi. In the 19th century, a Hindu faced excommunication for going abroad, since it was presumed he/she would be forced to break caste restrictions and, as a result, become polluted.
After excommunication, it would depend upon the caste-council whether they would accept any form of repentance (ritual or otherwise) or not. Such current examples of excommunication in Hinduism are often more political or social rather than religious, for example the excommunication of lower castes for refusing to work as scavengers in Tamil Nadu.
Another example of caste-related violence and discrimination occurred in the case of the Gupti Ismailis from the Hindu Kachhiya caste. Interestingly, Hindu members of this caste began prayers with the inclusion of the mantra “OM, by the command, in the name of Allah, the Compassionate, the Merciful” (om farmānjī bi’smi’l-lāh al-raḥmān al-raḥīm), but never found it objectionable or Islamic. However, in the early 1930s, after some conflict with caste members due to their profession of allegiance to the Ismaili Imam, this group, known as the Guptis, were excommunicated from the caste completely as they appeared to be breaking caste solidarity. This was also significant for the Gupti community as, for the first time, they could be identified as a distinct group based on their religious persuasion. Some of the more daring Guptis also abandoned their former practice of pious circumspection (taqiyya) as Hindus, claiming that since they had been excommunicated, the caste no longer had any jurisdiction over their actions.
An earlier example of excommunication in Hinduism is that of Shastri Yagnapurushdas, who voluntarily left and was later expelled from the Vadtal Gadi of the Swaminarayan Sampraday by the then Vadtal acharya in 1906. He went on to form his own institution, Bochasanwasi Swaminarayan Sanstha or BSS (now BAPS) claiming Gunatitanand Swami was the rightful spiritual successor to Swaminarayan.
Patit is a Sikh term which is sometimes translated into English as apostate. It refers to a person who initiated into Sikh religion, but violated the religious rules of Sikhi. The Sikh Rehat Maryada (Code of Conduct), Section Six states the transgressions which cause a person to become a patit:
These four kurahit causes of apostasy were first listed by Guru Gobind Singh in his 52 hukams (commandments).
Since there has been no universally and univocally recognized religious authority among the many Islamic denominations that have emerged throughout history, papal excommunication has no exact equivalent in Islam, at least insofar as the attitudes of any conflicting religious authorities with regard to an individual or another sect are judged to be coordinate, not subordinate to one another. Nonetheless, condemning heterodoxy and punishing heretics through shunning and ostracism is comparable with the practice in non-Catholic Christian faiths.
Islamic theologians commonly employ two terms when describing measurements to be taken against schismatics and heresy: هَجْر (hajr, "abandoning") and تَكْفِير (takfīr, "making or declaring to be a nonbeliever"). The former signifies the act of abandoning somewhere (such as migration, as in the Islamic prophet's journey out of Mecca, which is called al-Hijra ("the (e)migration")) or someone (used in the Qur'an in the case of disciplining a dissonant or disobedient wife or avoiding a harmful person), whereas the latter means a definitive declaration that denounces a person as a kāfir ("infidel"). However, because such a charge would entail serious consequences for the accused, who would then be deemed to be a مُرْتَدّ (murtadd, "a backslider; an apostate), less extreme denunciations, such as an accusation of بِدْعَة (bidʽah, "[deviant] innovation; heresy") followed by shunning and excommunication have historically preponderated over apostasy trials.
Takfīr has often been practiced through the courts. More recently, cases have taken place where individuals have been considered nonbelievers. These decisions followed lawsuits against individuals, mainly in response to their writings that some have viewed as anti-Islamic. The most famous cases are of Salman Rushdie, Nasr Abu Zayd, and Nawal El-Saadawi and Ahmadiyya Muslim Community. The repercussions of such cases have included divorce, since under traditional interpretations of Islamic law, Muslim women are not permitted to marry non-Muslim men.
Herem is the highest ecclesiastical censure in Judaism. It is the total exclusion of a person from the Jewish community. Except for cases in the Charedi community, cherem stopped existing after The Enlightenment, when local Jewish communities lost their political autonomy, and Jews were integrated into the gentile nations in which they lived. A siruv order, equivalent to a contempt of court, issued by a Rabbinical court may also limit religious participation.
Rabbinical conferences of movements do expel members from time to time, but sometimes choose the lesser penalty of censuring the offending rabbi. Between 2010 and 2015, the Reform Jewish Central Conference of American Rabbis expelled six rabbis, the Orthodox Jewish Rabbinical Council of America expelled three, and the Conservative Jewish Rabbinical Assembly expelled one, suspended three, and caused one to resign without eligibility for reinstatement. While the CCAR and RCA were relatively shy about their reasons for expelling rabbis, the RA was more open about its reasons for kicking rabbis out. Reasons for expulsion from the three conferences include sexual misconduct, failure to comply with ethics investigations, setting up conversion groups without the conference's approval, stealing money from congregations, other financial misconduct, and getting arrested.
Judaism, like Unitarian Universalism, tends towards congregationalism, and so decisions to exclude from a community of worship often depend on the congregation. Congregational bylaws sometimes enable the board of a synagogue to ask individuals to leave or not to enter. | [
{
"paragraph_id": 0,
"text": "Excommunication is an institutional act of religious censure used to deprive, suspend, or limit membership in a religious community or to restrict certain rights within it, in particular those of being in communion with other members of the congregation, and of receiving the sacraments.",
"title": ""
},
{
"paragraph_id": 1,
"text": "It is practiced by all of the ancient churches (such as the Catholic Church, Oriental Orthodox churches and the Eastern Orthodox churches) as well as by other Christian denominations, but it is also used more generally to refer to similar types of institutional religious exclusionary practices and shunning among other religious groups. The Amish have also been known to excommunicate members that were either seen or known for breaking rules, or questioning the church, a practice known as shunning. Jehovah's Witnesses use the term disfellowship to refer to their form of excommunication.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The word excommunication means putting a specific individual or group out of communion. In some denominations, excommunication includes spiritual condemnation of the member or group. Excommunication may involve banishment, shunning, and shaming, depending on the group, the offense that caused excommunication, or the rules or norms of the religious community. The grave act is often revoked in response to manifest repentance.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Excommunication among Bahá'ís is rare and generally not used for transgressions of community standards, intellectual dissent, or conversion to other religions. Instead, it is the most severe punishment, reserved for suppressing organized dissent that threatens the unity of believers. Covenant-breaker is a term used by Bahá'ís to refer to a person who has been excommunicated from the Bahá'í community for breaking the 'Covenant': actively promoting schism in the religion or otherwise opposing the legitimacy of the chain of succession of leadership.",
"title": "Bahá'í Faith"
},
{
"paragraph_id": 4,
"text": "Currently, the Universal House of Justice has the sole authority to declare a person a Covenant-breaker, and once identified, all Bahá'ís are expected to shun them, even if they are family members. According to 'Abdu'l Baha Covenant-breaking is a contagious disease. The Bahá'í writings forbid association with Covenant-breakers and Bahá'ís are urged to avoid their literature, thus providing an exception to the Bahá'í principle of independent investigation of truth. Most Bahá'ís are unaware of the small Bahá'í divisions that exist.",
"title": "Bahá'í Faith"
},
{
"paragraph_id": 5,
"text": "The purpose of excommunication is to exclude from the church those members who have behaviors or teachings contrary to the beliefs of a Christian community (heresy). It aims to protect members of the church from abuses and allow the offender to recognize their error and repent.",
"title": "Christianity"
},
{
"paragraph_id": 6,
"text": "Within the Catholic Church, there are differences between the discipline of the majority Latin Church regarding excommunication and that of the Eastern Catholic Churches.",
"title": "Christianity"
},
{
"paragraph_id": 7,
"text": "Excommunication can be either latae sententiae (automatic, incurred at the moment of committing the offense for which canon law imposes that penalty) or ferendae sententiae (incurred only when imposed by a legitimate superior or declared as the sentence of an ecclesiastical court).",
"title": "Christianity"
},
{
"paragraph_id": 8,
"text": "The Catholic Church teaches in the Council of Trent that \"excommunicated persons are not members of the Church, because they have been cut off by her sentence from the number of her children and belong not to her communion until they repent\".",
"title": "Christianity"
},
{
"paragraph_id": 9,
"text": "In the papal bull Exsurge Domine (May 16, 1520), Pope Leo X condemned Luther's twenty-third proposition according to which \"excommunications are merely external punishments, nor do they deprive a man of the common spiritual prayers of the Church\". Pope Pius VI in Auctorem Fidei (August 28, 1794) condemned the notion which maintained that the effect of excommunication is only exterior because of its own nature it excludes only from exterior communion with the Church, as if, said the pope, excommunication were not a spiritual penalty binding in heaven and affecting souls. The excommunicated person, being excluded from the society of the Church, still bears the indelible mark of Baptism and is subject to the jurisdiction of the Church. They are excluded from engaging in certain activities. These activities are listed in Canon 1331 §1, and prohibit the individual from any ministerial participation in celebrating the sacrifice of the Eucharist or any other ceremonies of worship; celebrating or receiving the sacraments; or exercising any ecclesiastical offices, ministries, or functions.",
"title": "Christianity"
},
{
"paragraph_id": 10,
"text": "Under current Catholic canon law, excommunicates remain bound by ecclesiastical obligations such as attending Mass, even though they are barred from receiving the Eucharist and from taking an active part in the liturgy (reading, bringing the offerings, etc.). \"Excommunicates lose rights, such as the right to the sacraments, but they are still bound to the obligations of the law; their rights are restored when they are reconciled through the remission of the penalty.\"",
"title": "Christianity"
},
{
"paragraph_id": 11,
"text": "These are the only effects for those who have incurred a latae sententiae excommunication. For instance, a priest may not refuse Communion publicly to those who are under an automatic excommunication, as long as it has not been officially declared to have been incurred by them, even if the priest knows that they have incurred it—although if the person's offence was a \"manifest grave sin\", then the priest is obliged to refuse their communion by canon 915. On the other hand, if the priest knows that excommunication has been imposed on someone or that an automatic excommunication has been declared (and is no longer merely an undeclared automatic excommunication), he is forbidden to administer Holy Communion to that person.",
"title": "Christianity"
},
{
"paragraph_id": 12,
"text": "In the Catholic Church, excommunication is normally resolved by a declaration of repentance, profession of the Creed (if the offense involved heresy) and an Act of Faith, or renewal of obedience (if that was a relevant part of the offending act, i.e., an act of schism) by the excommunicated person and the lifting of the censure (absolution) by a priest or bishop empowered to do this. \"The absolution can be in the internal (private) forum only, or also in the external (public) forum, depending on whether scandal would be given if a person were privately absolved and yet publicly considered unrepentant.\"",
"title": "Christianity"
},
{
"paragraph_id": 13,
"text": "In the Eastern Catholic Churches, excommunication is imposed only by decree, never incurred automatically by latae sententiae excommunication. A distinction is made between minor and major excommunication. Those on whom minor excommunication has been imposed are excluded from receiving the Eucharist and can also be excluded from participating in the Divine Liturgy. They can even be excluded from entering a church when divine worship is being celebrated there. The decree of excommunication must indicate the precise effect of the excommunication and, if required, its duration.",
"title": "Christianity"
},
{
"paragraph_id": 14,
"text": "Those under major excommunication are in addition forbidden to receive not only the Eucharist but also the other sacraments, to administer sacraments or sacramentals, to exercise any ecclesiastical offices, ministries, or functions whatsoever, and any such exercise by them is null and void. They are to be removed from participation in the Divine Liturgy and any public celebrations of divine worship. They are forbidden to make use of any privileges granted to them and cannot be given any dignity, office, ministry, or function in the church, they cannot receive any pension or emoluments associated with these dignities etc., and they are deprived of the right to vote or to be elected.",
"title": "Christianity"
},
{
"paragraph_id": 15,
"text": "Although Lutheranism technically has an excommunication process, some denominations and congregations do not use it. In the Smalcald Articles Luther differentiates between the \"great\" and \"small\" excommunication. The \"small\" excommunication is simply barring an individual from the Lord's Supper and \"other fellowship in the church\". While the \"great\" excommunication excluded a person from both the church and political communities which he considered to be outside the authority of the church and only for civil leaders. A modern Lutheran practice is laid out in the Lutheran Church–Missouri Synod's 1986 explanation to the Small Catechism, defined beginning at Questions No. 277–284, in \"The Office of Keys\".",
"title": "Christianity"
},
{
"paragraph_id": 16,
"text": "Many Lutheran denominations operate under the premise that the entire congregation (as opposed to the pastor alone) must take appropriate steps for excommunication, and there are not always precise rules, to the point where individual congregations often set out rules for excommunicating laymen (as opposed to clergy). For example, churches may sometimes require that a vote must be taken at Sunday services; some congregations require that this vote be unanimous.",
"title": "Christianity"
},
{
"paragraph_id": 17,
"text": "In the Church of Sweden and the Church of Denmark, excommunicated individuals are turned out from their parish in front of their congregation. They are not forbidden, however, to attend church and participate in other acts of devotion, although they are to sit in a place appointed by the priest (which was at a distance from others).",
"title": "Christianity"
},
{
"paragraph_id": 18,
"text": "The Lutheran process, though rarely used, has created unusual situations in recent years due to its somewhat democratic excommunication process. One example was an effort to get serial killer Dennis Rader excommunicated from his denomination (the Evangelical Lutheran Church in America) by individuals who tried to \"lobby\" Rader's fellow church members into voting for his excommunication.",
"title": "Christianity"
},
{
"paragraph_id": 19,
"text": "The Church of England does not have any specific canons regarding how or why a member can be excommunicated, although it has a canon according to which ecclesiastical burial may be refused to someone \"declared excommunicate for some grievous and notorious crime and no man to testify to his repentance\".",
"title": "Christianity"
},
{
"paragraph_id": 20,
"text": "The punishment of imprisonment for being excommunicated from the Church of England was removed from English law in 1963.",
"title": "Christianity"
},
{
"paragraph_id": 21,
"text": "Historian Christopher Hill found that, in pre-revolutionary England, excommunication was common but fell into disrepute because it was applied unevenly and could be avoided on payment of fines.",
"title": "Christianity"
},
{
"paragraph_id": 22,
"text": "The ECUSA is in the Anglican Communion, and shares many canons with the Church of England which would determine its policy on excommunication.",
"title": "Christianity"
},
{
"paragraph_id": 23,
"text": "In the Reformed Churches, excommunication has generally been seen as the culmination of church discipline, which is one of the three marks of the Church. The Westminster Confession of Faith sees it as the third step after \"admonition\" and \"suspension from the sacrament of the Lord's Supper for a season.\" Yet, John Calvin argues in his Institutes of the Christian Religion that church censures do not \"consign those who are excommunicated to perpetual ruin and damnation\", but are designed to induce repentance, reconciliation and restoration to communion. Calvin notes, \"though ecclesiastical discipline does not allow us to be on familiar and intimate terms with excommunicated persons, still we ought to strive by all possible means to bring them to a better mind, and recover them to the fellowship and unity of the Church.\"",
"title": "Christianity"
},
{
"paragraph_id": 24,
"text": "At least one modern Reformed theologian argues that excommunication is not the final step in the disciplinary process. Jay E. Adams argues that in excommunication, the offender is still seen as a brother, but in the final step they become \"as the heathen and tax collector\" (Matthew 18:17). Adams writes, \"Nowhere in the Bible is excommunication (removal from the fellowship of the Lord's Table, according to Adams) equated with what happens in step 5; rather, step 5 is called 'removing from the midst, handing over to Satan,' and the like.\"",
"title": "Christianity"
},
{
"paragraph_id": 25,
"text": "Former Princeton president and theologian, Jonathan Edwards, addresses the notion of excommunication as \"removal from the fellowship of the Lord's Table\" in his treatise entitled \"The Nature and End of Excommunication\". Edwards argues:",
"title": "Christianity"
},
{
"paragraph_id": 26,
"text": "\"Particularly, we are forbidden such a degree of associating ourselves with (excommunicants), as there is in making them our guests at our tables, or in being their guests at their tables; as is manifest in the text, where we are commanded to have no company with them, no not to eat [...] That this respects not eating with them at the Lord's supper, but a common eating, is evident by the words, that the eating here forbidden, is one of the lowest degrees of keeping company, which are forbidden. Keep no company with such a one, saith the apostle, no not to eat – as much as to say, no not in so low a degree as to eat with him. But eating with him at the Lord's supper, is the very highest degree of visible Christian communion. Who can suppose that the apostle meant this: Take heed and have no company with a man, no not so much as in the highest degree of communion that you can have? Besides, the apostle mentions this eating as a way of keeping company which, however, they might hold with the heathen. He tells them, not to keep company with fornicators. Then he informs them, he means not with fornicators of this world, that is, the heathens; but, saith he, 'if any man that is called a brother be a fornicator, etc. with such a one keep no company, no not to eat.' This makes it most apparent, that the apostle doth not mean eating at the Lord's table; for so, they might not keep company with the heathens, any more than with an excommunicated person\".",
"title": "Christianity"
},
{
"paragraph_id": 27,
"text": "In the Methodist Episcopal Church, individuals were able to be excommunicated following \"trial before a jury of his peers, and after having had the privilege of an appeal to a higher court\". Nevertheless, an excommunication could be lifted after sufficient penance.",
"title": "Christianity"
},
{
"paragraph_id": 28,
"text": "John Wesley, the founder of the Methodist Churches, excommunicated sixty-four members from the Newcastle Methodist society alone for the following reasons:",
"title": "Christianity"
},
{
"paragraph_id": 29,
"text": "Two for cursing and swearing.",
"title": "Christianity"
},
{
"paragraph_id": 30,
"text": "Two for habitual Sabbath-breaking. Seventeen for drunkenness. Two for retailing spiritous liquors. Three for quarrelling and brawling. One for beating his wife. Three for habitual, wilful lying. Four for railing and evil-speaking. One for idleness and laziness. And,",
"title": "Christianity"
},
{
"paragraph_id": 31,
"text": "Nine-and-twenty for lightness and carelessness.",
"title": "Christianity"
},
{
"paragraph_id": 32,
"text": "The Allegheny Wesleyan Methodist Connection, in its 2014 Discipline, includes \"homosexuality, lesbianism, bi-sexuality, bestiality, incest, fornication, adultery, and any attempt to alter one's gender by surgery\", as well as remarriage after divorce among its excommunicable offences.",
"title": "Christianity"
},
{
"paragraph_id": 33,
"text": "The Evangelical Wesleyan Church, in its 2015 Discipline, states that \"Any member of our church who is accused of neglect of the means of grace or other duties required by the Word of God, the indulgence of sinful tempers, words or actions, the sowing of dissension, or any other violation of the order and discipline of the church, may, after proper labor and admonition, be censured, placed on probation, or expelled by the official board of the circuit of which he is a member. If he request a trial, however, within thirty dates of the final action of the official board, it shall be granted.\"",
"title": "Christianity"
},
{
"paragraph_id": 34,
"text": "Amish communities practice variations of excommunication known as \"shunning\". This practice may include isolation from community events or the cessation of all communiction.",
"title": "Christianity"
},
{
"paragraph_id": 35,
"text": "For Baptists, excommunication is used as a last resort by denominations and churches for members who do not want to repent of beliefs or behavior at odds with the confession of faith of the community. The vote of community members, however, can restore a person who has been excluded.",
"title": "Christianity"
},
{
"paragraph_id": 36,
"text": "The Church of Jesus Christ of Latter-day Saints (LDS Church) practices excommunication as a penalty for those who commit serious sins, i.e., actions that significantly impair the name or moral influence of the church or pose a threat to other people. In 2020, the church ceased using the term \"excommunication\" and instead refers to \"withdrawal of membership\". According to the church leadership General Handbook, the purposes of withdrawing membership or imposing membership restrictions are, (1) to help protect others; (2) to help a person access the redeeming power of Jesus Christ through repentance; and (3) to protect the integrity of the Church. The origins of LDS disciplinary procedures and excommunications are traced to a revelation Joseph Smith dictated on 9 February 1831, later canonized as Doctrine and Covenants, section 42 and codified in the General Handbook.",
"title": "Christianity"
},
{
"paragraph_id": 37,
"text": "The LDS Church also practices the lesser sanctions of private counsel and caution and informal and formal membership restrictions. (Informal membership restrictions was formerly known as \"probation\"; formal membership restrictions was formerly known as \"disfellowshipment\".)",
"title": "Christianity"
},
{
"paragraph_id": 38,
"text": "Formal membership restrictions are used for serious sins that do not rise to the level of membership withdrawal. Formal membership restriction denies some privileges but does not include a loss of church membership. Once formal membership restrictions are in place, persons may not take the sacrament or enter church temples, nor may they offer public prayers or sermons. Such persons may continue to attend most church functions and are allowed to wear temple garments, pay tithes and offerings, and participate in church classes if their conduct is orderly. Formal membership restrictions typically lasts for one year, after which one may be reinstated as a member in good standing.",
"title": "Christianity"
},
{
"paragraph_id": 39,
"text": "In the more grievous or recalcitrant cases, withdrawal of membership becomes a disciplinary option. Such an action is generally reserved for what are seen as the most serious sins, including committing serious crimes such as murder, child abuse, and incest; committing adultery; involvement in or teaching of polygamy; involvement in homosexual conduct; apostasy; participation in an abortion; teaching false doctrine; or openly criticizing church leaders. The General Handbook states that formally joining another church constitutes apostasy and is worthy of membership withdrawal; however, merely attending another church does not constitute apostasy.",
"title": "Christianity"
},
{
"paragraph_id": 40,
"text": "A withdrawal of membership can occur only after a formal church membership council. Formerly called a \"disciplinary council\" or a \"church court\", the councils were renamed to avoid focusing on guilt and instead to emphasize the availability of repentance.",
"title": "Christianity"
},
{
"paragraph_id": 41,
"text": "The decision to withdraw the membership of a Melchizedek priesthood holder is generally the province of the leadership of a stake. In such a disciplinary council, the stake presidency and, sometimes in more difficult cases, the stake high council attend. It is possible to appeal a decision of a stake membership council to the church's First Presidency.",
"title": "Christianity"
},
{
"paragraph_id": 42,
"text": "For females and for male members not initiated into the Melchizedek priesthood, a ward membership council is held. In such cases, a bishop determines whether withdrawal of membership or a lesser sanction is warranted. He does this in consultation with his two counselors, with the bishop making the final determination after prayer. The decision of a ward membership council can be appealed to the stake president.",
"title": "Christianity"
},
{
"paragraph_id": 43,
"text": "The following list of variables serves as a general set of guidelines for when membership withdrawal or lesser action may be warranted, beginning with those more likely to result in severe sanction:",
"title": "Christianity"
},
{
"paragraph_id": 44,
"text": "Notices of withdrawal of membership may be made public, especially in cases of apostasy, where members could be misled. However, the specific reasons for individual withdrawal of membership are typically kept confidential and are seldom made public by church leadership.",
"title": "Christianity"
},
{
"paragraph_id": 45,
"text": "Those who have their membership withdrawn lose the right to partake of the sacrament. Such persons are permitted to attend church meetings but participation is limited: they cannot offer public prayers, preach sermons, and cannot enter temples. Such individuals are also prohibited from wearing or purchasing temple garments and from paying tithes. A person whose membership has been withdrawn may be re-baptized after a waiting period of at least one year and sincere repentance, as judged by a series of interviews with church leaders.",
"title": "Christianity"
},
{
"paragraph_id": 46,
"text": "Some critics have charged that LDS Church leaders have used the threat of membership withdrawal to silence or punish church members and researchers who disagree with established policy and doctrine, who study or discuss controversial subjects, or who may be involved in disputes with local, stake leaders or general authorities; see, e.g., Brian Evenson, a former BYU professor and writer whose fiction came under criticism from BYU officials and LDS Leadership. Another notable case of excommunication from the LDS Church was the \"September Six\", a group of intellectuals and professors, five of whom were excommunicated and the sixth disfellowshipped. However, church policy dictates that local leaders are responsible for membership withdrawal, without influence from church headquarters. The church thus argues that this policy is evidence against any systematic persecution of scholars or dissenters. Data shows per-capita excommunication rates among the LDS Church have varied dramatically over the years, from a low of about 1 in 6,400 members in the early 1900s to one in 640 by the 1970s, an increase which has been speculatively attributed to \"informal guidance from above\" in enforcing the growing list of possible transgressions added to General Handbook editions over time.",
"title": "Christianity"
},
{
"paragraph_id": 47,
"text": "Jehovah's Witnesses practice a form of excommunication, using the term \"disfellowshipping\", in cases where a member is believed to have unrepentantly committed one or more of several documented \"serious sins\".",
"title": "Christianity"
},
{
"paragraph_id": 48,
"text": "When a member confesses to, or is accused of, a serious sin, a judicial committee of at least three elders is formed. This committee investigates the case and determines the magnitude of the sin committed. If the person is deemed guilty of a disfellowshipping offense, the committee then decides, on the basis of the person's attitude and \"works befitting repentance\".",
"title": "Christianity"
},
{
"paragraph_id": 49,
"text": "Disfellowshipping is a severing of friendly relationships between all Jehovah's Witnesses and the disfellowshipped person. Interaction with extended family is typically restricted to a minimum, such as presence at the reading of wills and providing essential care for the elderly. Within a household, typical family contact may continue, but without spiritual fellowship such as family Bible study and religious discussions. Parents of disfellowshipped minors living in the family home may continue to attempt to convince the child about the group's teachings. Jehovah's Witnesses believe that this form of discipline encourages the disfellowshipped individual to conform to biblical standards and prevents the person from influencing other members of the congregation.",
"title": "Christianity"
},
{
"paragraph_id": 50,
"text": "Along with breaches of the Witnesses' moral code, openly disagreeing with the teachings of Jehovah's Witnesses is considered grounds for shunning. These persons are labeled as \"apostates\" and are described in Watch Tower Society literature as \"mentally diseased\". Descriptions of \"apostates\" appearing in the Witnesses literature have been the subject of investigation in the UK to determine if they violate religious hatred laws. Sociologist Andrew Holden claims many Witnesses who would otherwise defect because of disillusionment with the organization and its teachings, remain affiliated out of fear of being shunned and losing contact with friends and family members. Shunning employs what is known as relational aggression in psychological literature. When used by church members and member-spouse parents against excommunicant parents it contains elements of what psychologists call parental alienation. Extreme shunning may cause trauma to the shunned (and to their dependents) similar to what is studied in the psychology of torture.",
"title": "Christianity"
},
{
"paragraph_id": 51,
"text": "Disassociation is a form of shunning where a member expresses verbally or in writing that they do not wish to be associated with Jehovah's Witnesses, rather than for having committed any specific 'sin'. Elders may also decide that an individual has disassociated, without any formal statement by the individual, by actions such as accepting a blood transfusion, or for joining another religious or military organization. Individuals who are deemed by the elders to have disassociated are given no right of appeal.",
"title": "Christianity"
},
{
"paragraph_id": 52,
"text": "Each year, congregation elders are instructed to consider meeting with disfellowshipped individuals to determine changed circumstances and encourage them to pursue reinstatement. Reinstatement is not automatic after a certain time period, nor is there a minimum duration; disfellowshipped persons may talk to elders at any time but must apply in writing to be considered for reinstatement into the congregation. Elders consider each case individually, and are instructed to ensure \"that sufficient time has passed for the disfellowshipped person to prove that his profession of repentance is genuine\". A judicial committee meets with the individual to determine their repentance, and if this is established, the person is reinstated into the congregation and may participate with the congregation in their formal ministry (such as house-to-house preaching).",
"title": "Christianity"
},
{
"paragraph_id": 53,
"text": "A Witness who has been formally reproved or reinstated cannot be appointed to any special privilege of service for at least one year. Serious sins involving child sex abuse permanently disqualify the sinner from appointment to any congregational privilege of service, regardless of whether the sinner was convicted of any secular crime.",
"title": "Christianity"
},
{
"paragraph_id": 54,
"text": "Similarly to many groups having their origins in the 1830s Restoration Movement, Christadelphians call their form of excommunication \"disfellowshipping\", though they do not practice \"shunning\". Disfellowshipping can occur for moral reasons, changing beliefs, or (in some ecclesias) for not attending communion (referred to as \"the emblems\" or \"the breaking of bread\").",
"title": "Christianity"
},
{
"paragraph_id": 55,
"text": "In such cases, the person involved is usually required to discuss the issues. If they do not conform, the church ('meeting' or 'ecclesia') is recommended by the management committee (\"Arranging Brethren\") to vote on disfellowshipping the person. These procedures were formulated 1863 onwards by early Christadelphians, and then in 1883 codified by Robert Roberts in A Guide to the Formation and Conduct of Christadelphian Ecclesias (colloquially \"The Ecclesial Guide\"). However Christadelphians justify and apply their practice not only from this document but also from passages such as the exclusion in 1Co.5 and recovery in 2Co.2.",
"title": "Christianity"
},
{
"paragraph_id": 56,
"text": "Christadelphians typically avoid the term \"excommunication\" which many associate with the Catholic Church; and may feel the word carries implications they do not agree with, such as undue condemnation and punishment, as well as failing to recognise the remedial intention of the measure.",
"title": "Christianity"
},
{
"paragraph_id": 57,
"text": "In the case of adultery and divorce, the passage of time usually means a member can be restored if he or she wants to be. In the case of ongoing behaviour, cohabitation, homosexual activity, then the terms of the suspension have not been met.",
"title": "Christianity"
},
{
"paragraph_id": 58,
"text": "The mechanics of \"refellowship\" follow the reverse of the original process; the individual makes an application to the \"ecclesia\", and the \"Arranging Brethren\" give a recommendation to the members who vote. If the \"Arranging Brethren\" judge that a vote may divide the ecclesia, or personally upset some members, they may seek to find a third party ecclesia which is willing to \"refellowship\" the member instead. According to the Ecclesial Guide a third party ecclesia may also take the initiative to \"refellowship\" another meeting's member. However this cannot be done unilaterally, as this would constitute heteronomy over the autonomy of the original ecclesia's members.",
"title": "Christianity"
},
{
"paragraph_id": 59,
"text": "Among many of the Society of Friends groups (Quakers) one is read out of meeting for behaviour inconsistent with the sense of the meeting. In Britain a meeting may record a minute of disunity. However it is the responsibility of each meeting, quarterly meeting, and yearly meeting, to act with respect to their own members. For example, during the Vietnam War many Friends were concerned about Friend Richard Nixon's position on war which seemed at odds with their beliefs; however, it was the responsibility of Nixon's own meeting, the East Whittier Meeting of Whittier, California, to act if indeed that meeting felt the leading. They did not.",
"title": "Christianity"
},
{
"paragraph_id": 60,
"text": "In the 17th century, before the founding of abolitionist societies, Friends who too forcefully tried to convince their coreligionists of the evils of slavery were read out of meeting. Benjamin Lay was read out of the Philadelphia Yearly Meeting for this. During the American Revolution over 400 Friends were read out of meeting for their military participation or support.",
"title": "Christianity"
},
{
"paragraph_id": 61,
"text": "Iglesia ni Cristo practices expulsion of members it deems to have gravely sinned or gone against the teachings and doctrines of the church. The Sanggunian, the church's council, has jurisdiction to expel members from the church. People expelled by the church are referred to as dismissed (Tagalog: tiwalag). Offenses that may be grounds for expulsion include marrying a non-member, having a romantic relationship with a non-member, becoming pregnant out of wedlock (unless the couple marries before the child is born) and most especially disagreeing with the church administration. An expelled member can be re-admitted by pledging obedience to the church administration and its rules, values and teachings.",
"title": "Christianity"
},
{
"paragraph_id": 62,
"text": "Unitarian Universalism, being a liberal religious group and a congregational denomination, has a wide diversity of opinions and sentiments. Nonetheless, Unitarian Universalists have had to deal with disruptive individuals. Congregations which had no policies on disruptive individuals have sometimes found themselves having to create such policies, up to (and including) expulsion.",
"title": "Unitarian Universalism"
},
{
"paragraph_id": 63,
"text": "By the late 1990s, several churches were using the West Shore UU Church's policy as a model. If someone is threatening, disruptive, or distracting from the appeal of the church to its membership, a church using this model has three recommended levels of response to the offending individual. While the first level involves dialogue between a committee or clergy member and the offender, the second and third levels involve expulsion, either from the church itself or a church activity.",
"title": "Unitarian Universalism"
},
{
"paragraph_id": 64,
"text": "There is no direct equivalent to excommunication in Buddhism. However, in the Theravadan monastic community monks can be expelled from monasteries for heresy or other acts. In addition, monks have four vows, called the four defeats, which are abstaining from sexual intercourse, stealing, and murder, and refraining from lying about spiritual gains (e.g., having special power or ability to perform miracles). If even one is broken, the monk is automatically a layman again and can never become a monk in his or her current life.",
"title": "Buddhism"
},
{
"paragraph_id": 65,
"text": "Most Japanese Buddhist sects hold ecclesiastical authority over their followers and have their own rules for expelling members of the sangha, lay or bishopric. The lay Japanese Buddhist organization Sōka Gakkai was expelled from the Nichiren Shoshu sect in 1991.",
"title": "Buddhism"
},
{
"paragraph_id": 66,
"text": "Hinduism is too diverse to be seen as a homogenous and monolithic religion, it is often described an unorganised and syncretist religion with a conspicuous absence of any listed doctrines, there are multiple religious institutions (ecclesia is the Christian equivalent) within Hinduism that teach slight variations of Dharma and Karma, hence Hinduism has no concept of excommunication and hence no Hindu may be ousted from the Hindu religion, although a person may easily lose caste status through gramanya for a very wide variety of infringements of caste prohibitions. This may or may not be recoverable. However, some of the modern organised sects within Hinduism may practice something equivalent to excommunication today, by ousting a person from their own sect.",
"title": "Hinduism"
},
{
"paragraph_id": 67,
"text": "In medieval and early-modern times (and sometimes even now) in South Asia, excommunication from one's caste (jāti or varna) used to be practiced (by the caste-councils) and was often with serious consequences, such as abasement of the person's caste status and even throwing him into the sphere of the untouchables or bhangi. In the 19th century, a Hindu faced excommunication for going abroad, since it was presumed he/she would be forced to break caste restrictions and, as a result, become polluted.",
"title": "Hinduism"
},
{
"paragraph_id": 68,
"text": "After excommunication, it would depend upon the caste-council whether they would accept any form of repentance (ritual or otherwise) or not. Such current examples of excommunication in Hinduism are often more political or social rather than religious, for example the excommunication of lower castes for refusing to work as scavengers in Tamil Nadu.",
"title": "Hinduism"
},
{
"paragraph_id": 69,
"text": "Another example of caste-related violence and discrimination occurred in the case of the Gupti Ismailis from the Hindu Kachhiya caste. Interestingly, Hindu members of this caste began prayers with the inclusion of the mantra “OM, by the command, in the name of Allah, the Compassionate, the Merciful” (om farmānjī bi’smi’l-lāh al-raḥmān al-raḥīm), but never found it objectionable or Islamic. However, in the early 1930s, after some conflict with caste members due to their profession of allegiance to the Ismaili Imam, this group, known as the Guptis, were excommunicated from the caste completely as they appeared to be breaking caste solidarity. This was also significant for the Gupti community as, for the first time, they could be identified as a distinct group based on their religious persuasion. Some of the more daring Guptis also abandoned their former practice of pious circumspection (taqiyya) as Hindus, claiming that since they had been excommunicated, the caste no longer had any jurisdiction over their actions.",
"title": "Hinduism"
},
{
"paragraph_id": 70,
"text": "An earlier example of excommunication in Hinduism is that of Shastri Yagnapurushdas, who voluntarily left and was later expelled from the Vadtal Gadi of the Swaminarayan Sampraday by the then Vadtal acharya in 1906. He went on to form his own institution, Bochasanwasi Swaminarayan Sanstha or BSS (now BAPS) claiming Gunatitanand Swami was the rightful spiritual successor to Swaminarayan.",
"title": "Hinduism"
},
{
"paragraph_id": 71,
"text": "Patit is a Sikh term which is sometimes translated into English as apostate. It refers to a person who initiated into Sikh religion, but violated the religious rules of Sikhi. The Sikh Rehat Maryada (Code of Conduct), Section Six states the transgressions which cause a person to become a patit:",
"title": "Sikhism"
},
{
"paragraph_id": 72,
"text": "These four kurahit causes of apostasy were first listed by Guru Gobind Singh in his 52 hukams (commandments).",
"title": "Sikhism"
},
{
"paragraph_id": 73,
"text": "Since there has been no universally and univocally recognized religious authority among the many Islamic denominations that have emerged throughout history, papal excommunication has no exact equivalent in Islam, at least insofar as the attitudes of any conflicting religious authorities with regard to an individual or another sect are judged to be coordinate, not subordinate to one another. Nonetheless, condemning heterodoxy and punishing heretics through shunning and ostracism is comparable with the practice in non-Catholic Christian faiths.",
"title": "Islam"
},
{
"paragraph_id": 74,
"text": "Islamic theologians commonly employ two terms when describing measurements to be taken against schismatics and heresy: هَجْر (hajr, \"abandoning\") and تَكْفِير (takfīr, \"making or declaring to be a nonbeliever\"). The former signifies the act of abandoning somewhere (such as migration, as in the Islamic prophet's journey out of Mecca, which is called al-Hijra (\"the (e)migration\")) or someone (used in the Qur'an in the case of disciplining a dissonant or disobedient wife or avoiding a harmful person), whereas the latter means a definitive declaration that denounces a person as a kāfir (\"infidel\"). However, because such a charge would entail serious consequences for the accused, who would then be deemed to be a مُرْتَدّ (murtadd, \"a backslider; an apostate), less extreme denunciations, such as an accusation of بِدْعَة (bidʽah, \"[deviant] innovation; heresy\") followed by shunning and excommunication have historically preponderated over apostasy trials.",
"title": "Islam"
},
{
"paragraph_id": 75,
"text": "Takfīr has often been practiced through the courts. More recently, cases have taken place where individuals have been considered nonbelievers. These decisions followed lawsuits against individuals, mainly in response to their writings that some have viewed as anti-Islamic. The most famous cases are of Salman Rushdie, Nasr Abu Zayd, and Nawal El-Saadawi and Ahmadiyya Muslim Community. The repercussions of such cases have included divorce, since under traditional interpretations of Islamic law, Muslim women are not permitted to marry non-Muslim men.",
"title": "Islam"
},
{
"paragraph_id": 76,
"text": "Herem is the highest ecclesiastical censure in Judaism. It is the total exclusion of a person from the Jewish community. Except for cases in the Charedi community, cherem stopped existing after The Enlightenment, when local Jewish communities lost their political autonomy, and Jews were integrated into the gentile nations in which they lived. A siruv order, equivalent to a contempt of court, issued by a Rabbinical court may also limit religious participation.",
"title": "Judaism"
},
{
"paragraph_id": 77,
"text": "Rabbinical conferences of movements do expel members from time to time, but sometimes choose the lesser penalty of censuring the offending rabbi. Between 2010 and 2015, the Reform Jewish Central Conference of American Rabbis expelled six rabbis, the Orthodox Jewish Rabbinical Council of America expelled three, and the Conservative Jewish Rabbinical Assembly expelled one, suspended three, and caused one to resign without eligibility for reinstatement. While the CCAR and RCA were relatively shy about their reasons for expelling rabbis, the RA was more open about its reasons for kicking rabbis out. Reasons for expulsion from the three conferences include sexual misconduct, failure to comply with ethics investigations, setting up conversion groups without the conference's approval, stealing money from congregations, other financial misconduct, and getting arrested.",
"title": "Judaism"
},
{
"paragraph_id": 78,
"text": "Judaism, like Unitarian Universalism, tends towards congregationalism, and so decisions to exclude from a community of worship often depend on the congregation. Congregational bylaws sometimes enable the board of a synagogue to ask individuals to leave or not to enter.",
"title": "Judaism"
}
]
| Excommunication is an institutional act of religious censure used to deprive, suspend, or limit membership in a religious community or to restrict certain rights within it, in particular those of being in communion with other members of the congregation, and of receiving the sacraments. It is practiced by all of the ancient churches as well as by other Christian denominations, but it is also used more generally to refer to similar types of institutional religious exclusionary practices and shunning among other religious groups. The Amish have also been known to excommunicate members that were either seen or known for breaking rules, or questioning the church, a practice known as shunning. Jehovah's Witnesses use the term disfellowship to refer to their form of excommunication. The word excommunication means putting a specific individual or group out of communion. In some denominations, excommunication includes spiritual condemnation of the member or group. Excommunication may involve banishment, shunning, and shaming, depending on the group, the offense that caused excommunication, or the rules or norms of the religious community. The grave act is often revoked in response to manifest repentance. | 2001-12-30T14:48:06Z | 2023-12-23T16:17:48Z | [
"Template:LDS",
"Template:Webarchive",
"Template:Use dmy dates",
"Template:Reflist",
"Template:Cite web",
"Template:Commons category",
"Template:Main",
"Template:See also",
"Template:Lang-tl",
"Template:Catholic",
"Template:ISBN?",
"Template:Lang",
"Template:Quotation",
"Template:Request quotation",
"Template:Cite magazine",
"Template:Cite news",
"Template:Citation needed",
"Template:Cite journal",
"Template:Bibleverse",
"Template:Cite book",
"Template:For multi",
"Template:Failed verification",
"Template:Anchor",
"Template:Cite thesis",
"Template:Short description",
"Template:Empty section",
"Template:When",
"Template:Citation",
"Template:Authority control",
"Template:ISBN"
]
| https://en.wikipedia.org/wiki/Excommunication |
10,339 | Electrochemical cell | An electrochemical cell is a device that generates electrical energy from chemical reactions. Electrical energy can also be applied to these cells to cause chemical reactions to occur. Electrochemical cells that generate an electric current are called voltaic or galvanic cells and those that generate chemical reactions, via electrolysis for example, are called electrolytic cells.
Both galvanic and electrolytic cells can be thought of as having two half-cells: consisting of separate oxidation and reduction reactions.
When one or more electrochemical cells are connected in parallel or series they make a battery. Primary cells are single use batteries.
A galvanic cell (voltaic cell) named after Luigi Galvani (Alessandro Volta) is an electrochemical cell that generates electrical energy from spontaneous redox reactions.
A wire connects two different metals (ex. Zinc and Copper). Each metal is in a separate solution; often the aqueous sulphate or nitrate forms of the metal, however more generally metal salts and water which conduct current. A salt bridge or porous membrane connects the two solutions, keeping electric neutrality and the avoidance of charge accumulation. The metal's differences in oxidation/reduction potential drive the reaction until equilibrium.
Key features:
Galvanic cells consists of two half-cells. Each half-cell consists of an electrode and an electrolyte (both half cells may use the same or different electrolytes).
The chemical reactions in the cell involve the electrolyte, electrodes, and/or an external substance (fuel cells may use hydrogen gas as a reactant). In a full electrochemical cell, species from one half-cell lose electrons (oxidation) to their electrode while species from the other half-cell gain electrons (reduction) from their electrode.
A salt bridge (e.g., filter paper soaked in KNO3, NaCl, or some other electrolyte) is used to ionically connect two half-cells with different electrolytes, but it prevents the solutions from mixing and unwanted side reactions. An alternative to a salt bridge is to allow direct contact (and mixing) between the two half-cells, for example in simple electrolysis of water.
As electrons flow from one half-cell to the other through an external circuit, a difference in charge is established. If no ionic contact were provided, this charge difference would quickly prevent the further flow of electrons. A salt bridge allows the flow of negative or positive ions to maintain a steady-state charge distribution between the oxidation and reduction vessels, while keeping the contents otherwise separate. Other devices for achieving separation of solutions are porous pots and gelled solutions. A porous pot is used in the Bunsen cell.
Each half-cell has a characteristic voltage (depending on the metal and its characteristic reduction potential). Each reaction is undergoing an equilibrium reaction between different oxidation states of the ions: when equilibrium is reached, the cell cannot provide further voltage. In the half-cell performing oxidation, the closer the equilibrium lies to the ion/atom with the more positive oxidation state the more potential this reaction will provide. Likewise, in the reduction reaction, the closer the equilibrium lies to the ion/atom with the more negative oxidation state the higher the potential.
The cell potential can be predicted through the use of electrode potentials (the voltages of each half-cell). These half-cell potentials are defined relative to the assignment of 0 volts to the standard hydrogen electrode (SHE). (See table of standard electrode potentials). The difference in voltage between electrode potentials gives a prediction for the potential measured. When calculating the difference in voltage, one must first rewrite the half-cell reaction equations to obtain a balanced oxidation-reduction equation.
Cell potentials have a possible range of roughly zero to 6 volts. Cells using water-based electrolytes are usually limited to cell potentials less than about 2.5 volts due to high reactivity of the powerful oxidizing and reducing agents with water that is needed to produce a higher voltage. Higher cell potentials are possible with cells using other solvents instead of water. For instance, lithium cells with a voltage of 3 volts are commonly available.
The cell potential depends on the concentration of the reactants, as well as their type. As the cell is discharged, the concentration of the reactants decreases and the cell potential also decreases.
An electrolytic cell is an electrochemical cell in which applied electrical energy drives a non-spontaneous redox reaction.
They are often used to decompose chemical compounds, in a process called electrolysis. (The Greek word "lysis" (λύσις) means "loosing" or "setting free".)
Important examples of electrolysis are the decomposition of water into hydrogen and oxygen, and of bauxite into aluminium and other chemicals. Electroplating (e.g. of copper, silver, nickel or chromium) is done using an electrolytic cell. Electrolysis is a technique that uses a direct electric current (DC).
The components of an electrolytic cell are:
When driven by an external voltage (potential difference) applied to the electrodes, the ions in the electrolyte are attracted to the electrode with the opposite potential, where charge-transferring (also called faradaic or redox) reactions can take place. Only with a sufficient external voltage can an electrolytic cell decompose a normally stable, or inert chemical compound in the solution. Thus the electrical energy provided produces a chemical reaction which would not occur spontaneously otherwise.
Key features:
A primary cell produces current by irreversible chemical reactions (ex. small disposable batteries) and is not rechargeable.
They are used for their portability, low cost, and short lifetime.
Primary cells are made in a range of standard sizes to power small household appliances such as flashlights and portable radios.
As chemical reactions proceed in a primary cell, the battery uses up the chemicals that generate the power; when they are gone, the battery stops producing electricity.
Primary batteries make up about 90% of the $50 billion battery market, but secondary batteries have been gaining market share. About 15 billion primary batteries are thrown away worldwide every year, virtually all ending up in landfills. Due to the toxic heavy metals and strong acids or alkalis they contain, batteries are hazardous waste. Most municipalities classify them as such and require separate disposal. The energy needed to manufacture a battery is about 50 times greater than the energy it contains. Due to their high pollutant content compared to their small energy content, the primary battery is considered a wasteful, environmentally unfriendly technology. Due mainly to increasing sales of wireless devices and cordless tools, which cannot be economically powered by primary batteries and come with integral rechargeable batteries, the secondary battery industry has high growth and has slowly been replacing the primary battery in high end products.
A secondary cell produces current by reversible chemical reactions (ex. lead-acid battery car battery) and is rechargeable.
Lead-acid batteries are used in an automobile to start an engine and to operate the car's electrical accessories when the engine is not running. The alternator, once the car is running, recharges the battery.
It can perform as a galvanic cell and an electrolytic cell. It is a convenient way to store electricity: when current flows one way, the levels of one or more chemicals build up (charging); while it is discharging, they reduce and the resulting electromotive force can do work.
They are used for their high voltage, low costs, reliability, and long lifetime.
A fuel cell is an electrochemical cell that reacts hydrogen fuel with oxygen or another oxidizing agent, to convert chemical energy to electricty.
Fuel cells are different from batteries in requiring a continuous source of fuel and oxygen (usually from air) to sustain the chemical reaction, whereas in a battery the chemical energy comes from chemicals already present in the battery.
Fuel cells can produce electricity continuously for as long as fuel and oxygen are supplied.
They are used for primary and backup power for commercial, industrial and residential buildings and in remote or inaccessible areas. They are also used to power fuel cell vehicles, including forklifts, automobiles, buses, boats, motorcycles and submarines.
Fuel cells are classified by the type of electrolyte they use and by the difference in startup time, which ranges from 1 second for proton-exchange membrane fuel cells (PEM fuel cells, or PEMFC) to 10 minutes for solid oxide fuel cells (SOFC).
There are many types of fuel cells, but they all consist of:
A related technology are flow batteries, in which the fuel can be regenerated by recharging. Individual fuel cells produce relatively small electrical potentials, about 0.7 volts, so cells are "stacked", or placed in series, to create sufficient voltage to meet an application's requirements. In addition to electricity, fuel cells produce water, heat and, depending on the fuel source, very small amounts of nitrogen dioxide and other emissions. The energy efficiency of a fuel cell is generally between 40 and 60%; however, if waste heat is captured in a cogeneration scheme, efficiencies up to 85% can be obtained.
In 2022, the global fuel cell market was estimated to be $6.3 billion, and is expected to increase by 19.9% by 2030. Many countries are attempting to enter the market by setting renewable energy GW goals. | [
{
"paragraph_id": 0,
"text": "An electrochemical cell is a device that generates electrical energy from chemical reactions. Electrical energy can also be applied to these cells to cause chemical reactions to occur. Electrochemical cells that generate an electric current are called voltaic or galvanic cells and those that generate chemical reactions, via electrolysis for example, are called electrolytic cells.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Both galvanic and electrolytic cells can be thought of as having two half-cells: consisting of separate oxidation and reduction reactions.",
"title": ""
},
{
"paragraph_id": 2,
"text": "When one or more electrochemical cells are connected in parallel or series they make a battery. Primary cells are single use batteries.",
"title": ""
},
{
"paragraph_id": 3,
"text": "A galvanic cell (voltaic cell) named after Luigi Galvani (Alessandro Volta) is an electrochemical cell that generates electrical energy from spontaneous redox reactions.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 4,
"text": "A wire connects two different metals (ex. Zinc and Copper). Each metal is in a separate solution; often the aqueous sulphate or nitrate forms of the metal, however more generally metal salts and water which conduct current. A salt bridge or porous membrane connects the two solutions, keeping electric neutrality and the avoidance of charge accumulation. The metal's differences in oxidation/reduction potential drive the reaction until equilibrium.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 5,
"text": "Key features:",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 6,
"text": "Galvanic cells consists of two half-cells. Each half-cell consists of an electrode and an electrolyte (both half cells may use the same or different electrolytes).",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 7,
"text": "The chemical reactions in the cell involve the electrolyte, electrodes, and/or an external substance (fuel cells may use hydrogen gas as a reactant). In a full electrochemical cell, species from one half-cell lose electrons (oxidation) to their electrode while species from the other half-cell gain electrons (reduction) from their electrode.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 8,
"text": "A salt bridge (e.g., filter paper soaked in KNO3, NaCl, or some other electrolyte) is used to ionically connect two half-cells with different electrolytes, but it prevents the solutions from mixing and unwanted side reactions. An alternative to a salt bridge is to allow direct contact (and mixing) between the two half-cells, for example in simple electrolysis of water.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 9,
"text": "As electrons flow from one half-cell to the other through an external circuit, a difference in charge is established. If no ionic contact were provided, this charge difference would quickly prevent the further flow of electrons. A salt bridge allows the flow of negative or positive ions to maintain a steady-state charge distribution between the oxidation and reduction vessels, while keeping the contents otherwise separate. Other devices for achieving separation of solutions are porous pots and gelled solutions. A porous pot is used in the Bunsen cell.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 10,
"text": "Each half-cell has a characteristic voltage (depending on the metal and its characteristic reduction potential). Each reaction is undergoing an equilibrium reaction between different oxidation states of the ions: when equilibrium is reached, the cell cannot provide further voltage. In the half-cell performing oxidation, the closer the equilibrium lies to the ion/atom with the more positive oxidation state the more potential this reaction will provide. Likewise, in the reduction reaction, the closer the equilibrium lies to the ion/atom with the more negative oxidation state the higher the potential.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 11,
"text": "The cell potential can be predicted through the use of electrode potentials (the voltages of each half-cell). These half-cell potentials are defined relative to the assignment of 0 volts to the standard hydrogen electrode (SHE). (See table of standard electrode potentials). The difference in voltage between electrode potentials gives a prediction for the potential measured. When calculating the difference in voltage, one must first rewrite the half-cell reaction equations to obtain a balanced oxidation-reduction equation.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 12,
"text": "Cell potentials have a possible range of roughly zero to 6 volts. Cells using water-based electrolytes are usually limited to cell potentials less than about 2.5 volts due to high reactivity of the powerful oxidizing and reducing agents with water that is needed to produce a higher voltage. Higher cell potentials are possible with cells using other solvents instead of water. For instance, lithium cells with a voltage of 3 volts are commonly available.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 13,
"text": "The cell potential depends on the concentration of the reactants, as well as their type. As the cell is discharged, the concentration of the reactants decreases and the cell potential also decreases.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 14,
"text": "An electrolytic cell is an electrochemical cell in which applied electrical energy drives a non-spontaneous redox reaction.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 15,
"text": "They are often used to decompose chemical compounds, in a process called electrolysis. (The Greek word \"lysis\" (λύσις) means \"loosing\" or \"setting free\".)",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 16,
"text": "Important examples of electrolysis are the decomposition of water into hydrogen and oxygen, and of bauxite into aluminium and other chemicals. Electroplating (e.g. of copper, silver, nickel or chromium) is done using an electrolytic cell. Electrolysis is a technique that uses a direct electric current (DC).",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 17,
"text": "The components of an electrolytic cell are:",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 18,
"text": "When driven by an external voltage (potential difference) applied to the electrodes, the ions in the electrolyte are attracted to the electrode with the opposite potential, where charge-transferring (also called faradaic or redox) reactions can take place. Only with a sufficient external voltage can an electrolytic cell decompose a normally stable, or inert chemical compound in the solution. Thus the electrical energy provided produces a chemical reaction which would not occur spontaneously otherwise.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 19,
"text": "Key features:",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 20,
"text": "A primary cell produces current by irreversible chemical reactions (ex. small disposable batteries) and is not rechargeable.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 21,
"text": "They are used for their portability, low cost, and short lifetime.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 22,
"text": "Primary cells are made in a range of standard sizes to power small household appliances such as flashlights and portable radios.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 23,
"text": "As chemical reactions proceed in a primary cell, the battery uses up the chemicals that generate the power; when they are gone, the battery stops producing electricity.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 24,
"text": "Primary batteries make up about 90% of the $50 billion battery market, but secondary batteries have been gaining market share. About 15 billion primary batteries are thrown away worldwide every year, virtually all ending up in landfills. Due to the toxic heavy metals and strong acids or alkalis they contain, batteries are hazardous waste. Most municipalities classify them as such and require separate disposal. The energy needed to manufacture a battery is about 50 times greater than the energy it contains. Due to their high pollutant content compared to their small energy content, the primary battery is considered a wasteful, environmentally unfriendly technology. Due mainly to increasing sales of wireless devices and cordless tools, which cannot be economically powered by primary batteries and come with integral rechargeable batteries, the secondary battery industry has high growth and has slowly been replacing the primary battery in high end products.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 25,
"text": "A secondary cell produces current by reversible chemical reactions (ex. lead-acid battery car battery) and is rechargeable.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 26,
"text": "Lead-acid batteries are used in an automobile to start an engine and to operate the car's electrical accessories when the engine is not running. The alternator, once the car is running, recharges the battery.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 27,
"text": "It can perform as a galvanic cell and an electrolytic cell. It is a convenient way to store electricity: when current flows one way, the levels of one or more chemicals build up (charging); while it is discharging, they reduce and the resulting electromotive force can do work.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 28,
"text": "They are used for their high voltage, low costs, reliability, and long lifetime.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 29,
"text": "A fuel cell is an electrochemical cell that reacts hydrogen fuel with oxygen or another oxidizing agent, to convert chemical energy to electricty.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 30,
"text": "Fuel cells are different from batteries in requiring a continuous source of fuel and oxygen (usually from air) to sustain the chemical reaction, whereas in a battery the chemical energy comes from chemicals already present in the battery.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 31,
"text": "Fuel cells can produce electricity continuously for as long as fuel and oxygen are supplied.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 32,
"text": "They are used for primary and backup power for commercial, industrial and residential buildings and in remote or inaccessible areas. They are also used to power fuel cell vehicles, including forklifts, automobiles, buses, boats, motorcycles and submarines.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 33,
"text": "Fuel cells are classified by the type of electrolyte they use and by the difference in startup time, which ranges from 1 second for proton-exchange membrane fuel cells (PEM fuel cells, or PEMFC) to 10 minutes for solid oxide fuel cells (SOFC).",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 34,
"text": "There are many types of fuel cells, but they all consist of:",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 35,
"text": "A related technology are flow batteries, in which the fuel can be regenerated by recharging. Individual fuel cells produce relatively small electrical potentials, about 0.7 volts, so cells are \"stacked\", or placed in series, to create sufficient voltage to meet an application's requirements. In addition to electricity, fuel cells produce water, heat and, depending on the fuel source, very small amounts of nitrogen dioxide and other emissions. The energy efficiency of a fuel cell is generally between 40 and 60%; however, if waste heat is captured in a cogeneration scheme, efficiencies up to 85% can be obtained.",
"title": "Types of electrochemical cells"
},
{
"paragraph_id": 36,
"text": "In 2022, the global fuel cell market was estimated to be $6.3 billion, and is expected to increase by 19.9% by 2030. Many countries are attempting to enter the market by setting renewable energy GW goals.",
"title": "Types of electrochemical cells"
}
]
| An electrochemical cell is a device that generates electrical energy from chemical reactions. Electrical energy can also be applied to these cells to cause chemical reactions to occur. Electrochemical cells that generate an electric current are called voltaic or galvanic cells and those that generate chemical reactions, via electrolysis for example, are called electrolytic cells. Both galvanic and electrolytic cells can be thought of as having two half-cells: consisting of separate oxidation and reduction reactions. When one or more electrochemical cells are connected in parallel or series they make a battery. Primary cells are single use batteries. | 2001-12-30T17:25:04Z | 2023-12-27T17:58:54Z | [
"Template:Galvanic cells",
"Template:Short description",
"Template:Use mdy dates",
"Template:Cite journal",
"Template:Citation",
"Template:Cite book",
"Template:Britannica",
"Template:Main",
"Template:Portal",
"Template:Reflist",
"Template:Cite web",
"Template:Commons category",
"Template:Authority control"
]
| https://en.wikipedia.org/wiki/Electrochemical_cell |
10,340 | Ecdysis | Ecdysis is the moulting of the cuticle in many invertebrates of the clade Ecdysozoa. Since the cuticle of these animals typically forms a largely inelastic exoskeleton, it is shed during growth and a new, larger covering is formed. The remnants of the old, empty exoskeleton are called exuviae.
After moulting, an arthropod is described as teneral, a callow; it is "fresh", pale and soft-bodied. Within one or two hours, the cuticle hardens and darkens following a tanning process analogous to the production of leather. During this short phase the animal expands, since growth is otherwise constrained by the rigidity of the exoskeleton. Growth of the limbs and other parts normally covered by the hard exoskeleton is achieved by transfer of body fluids from soft parts before the new skin hardens. A spider with a small abdomen may be undernourished but more probably has recently undergone ecdysis. Some arthropods, especially large insects with tracheal respiration, expand their new exoskeleton by swallowing or otherwise taking in air. The maturation of the structure and colouration of the new exoskeleton might take days or weeks in a long-lived insect; this can make it difficult to identify an individual if it has recently undergone ecdysis.
Ecdysis allows damaged tissue and missing limbs to be regenerated or substantially re-formed. Complete regeneration may require a series of moults, the stump becoming a little larger with each moult until it is a normal, or near normal, size.
The term ecdysis comes from Ancient Greek ἐκδύω (ekduo) 'to take off, strip off'.
In preparation for ecdysis, the arthropod becomes inactive for a period of time, undergoing apolysis or separation of the old exoskeleton from the underlying epidermal cells. For most organisms, the resting period is a stage of preparation during which the secretion of fluid from the moulting glands of the epidermal layer and the loosening of the underpart of the cuticle occurs. Once the old cuticle has separated from the epidermis, a digesting fluid is secreted into the space between them. However, this fluid remains inactive until the upper part of the new cuticle has been formed. Then, by crawling movements, the organism pushes forward in the old integumentary shell, which splits down the back allowing the animal to emerge. Often, this initial crack is caused by a combination of movement and increase in blood pressure within the body, forcing an expansion across its exoskeleton, leading to an eventual crack that allows for certain organisms such as spiders to extricate themselves. While the old cuticle is being digested, the new layer is secreted. All cuticular structures are shed at ecdysis, including the inner parts of the exoskeleton, which includes terminal linings of the alimentary tract and of the tracheae if they are present.
Each stage of development between moults for insects in the taxon Endopterygota is called an instar, or stadium, and each stage between moults of insects in the Exopterygota is called a nymph: there may be up to 15 nymphal stages. Endopterygota tend to have only four or five instars. Endopterygotes have more alternatives to moulting, such as expansion of the cuticle and collapse of air sacs to allow growth of internal organs.
The process of moulting in insects begins with the separation of the cuticle from the underlying epidermal cells (apolysis) and ends with the shedding of the old cuticle (ecdysis). In many species it is initiated by an increase in the hormone ecdysone. This hormone causes:
After apolysis the insect is known as a pharate. Moulting fluid is then secreted into the exuvial space between the old cuticle and the epidermis, this contains inactive enzymes which are activated only after the new epicuticle is secreted. This prevents the new procuticle from getting digested as it is laid down. The lower regions of the old cuticle, the endocuticle and mesocuticle, are then digested by the enzymes and subsequently absorbed. The exocuticle and epicuticle resist digestion and are hence shed at ecdysis.
Spiders generally change their skin for the first time while still inside the egg sac, and the spiderling that emerges broadly resembles the adult. The number of moults varies, both between species and sexes, but generally will be between five times and nine times before the spider reaches maturity. Not surprisingly, since males are generally smaller than females, the males of many species mature faster and do not undergo ecdysis as many times as the females before maturing. Members of the Mygalomorphae are very long-lived, sometimes 20 years or more; they moult annually even after they mature.
Spiders stop feeding at some time before moulting, usually for several days. The physiological processes of releasing the old exoskeleton from the tissues beneath typically cause various colour changes, such as darkening. If the old exoskeleton is not too thick it may be possible to see new structures, such as setae, from the outside. However, contact between the nerves and the old exoskeleton is maintained until a very late stage in the process.
The new, teneral exoskeleton has to accommodate a larger frame than the previous instar, while the spider has had to fit into the previous exoskeleton until it has been shed. This means the spider does not fill out the new exoskeleton completely, so it commonly appears somewhat wrinkled.
Most species of spiders hang from silk during the entire process, either dangling from a drop line, or fastening their claws into webbed fibres attached to a suitable base. The discarded, dried exoskeleton typically remains hanging where it was abandoned once the spider has left.
To open the old exoskeleton, the spider generally contracts its abdomen (opisthosoma) to supply enough fluid to pump into the prosoma with sufficient pressure to crack it open along its lines of weakness. The carapace lifts off from the front, like a helmet, as its surrounding skin ruptures, but it remains attached at the back. Now the spider works its limbs free and typically winds up dangling by a new thread of silk attached to its own exuviae, which in turn hang from the original silk attachment.
At this point the spider is a callow; it is teneral and vulnerable. As it dangles, its exoskeleton hardens and takes shape. The process may take minutes in small spiders, or some hours in the larger Mygalomorphs. Some spiders, such as some Synema species, members of the Thomisidae (crab spiders), mate while the female is still callow, during which time she is unable to eat the male.
Eurypterids are a group of chelicerates that became extinct in the Late Permian. They underwent ecdysis similarly to extant chelicerates, and most fossils are thought to be of exuviae, rather than cadavers. | [
{
"paragraph_id": 0,
"text": "Ecdysis is the moulting of the cuticle in many invertebrates of the clade Ecdysozoa. Since the cuticle of these animals typically forms a largely inelastic exoskeleton, it is shed during growth and a new, larger covering is formed. The remnants of the old, empty exoskeleton are called exuviae.",
"title": ""
},
{
"paragraph_id": 1,
"text": "After moulting, an arthropod is described as teneral, a callow; it is \"fresh\", pale and soft-bodied. Within one or two hours, the cuticle hardens and darkens following a tanning process analogous to the production of leather. During this short phase the animal expands, since growth is otherwise constrained by the rigidity of the exoskeleton. Growth of the limbs and other parts normally covered by the hard exoskeleton is achieved by transfer of body fluids from soft parts before the new skin hardens. A spider with a small abdomen may be undernourished but more probably has recently undergone ecdysis. Some arthropods, especially large insects with tracheal respiration, expand their new exoskeleton by swallowing or otherwise taking in air. The maturation of the structure and colouration of the new exoskeleton might take days or weeks in a long-lived insect; this can make it difficult to identify an individual if it has recently undergone ecdysis.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Ecdysis allows damaged tissue and missing limbs to be regenerated or substantially re-formed. Complete regeneration may require a series of moults, the stump becoming a little larger with each moult until it is a normal, or near normal, size.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The term ecdysis comes from Ancient Greek ἐκδύω (ekduo) 'to take off, strip off'.",
"title": "Etymology"
},
{
"paragraph_id": 4,
"text": "In preparation for ecdysis, the arthropod becomes inactive for a period of time, undergoing apolysis or separation of the old exoskeleton from the underlying epidermal cells. For most organisms, the resting period is a stage of preparation during which the secretion of fluid from the moulting glands of the epidermal layer and the loosening of the underpart of the cuticle occurs. Once the old cuticle has separated from the epidermis, a digesting fluid is secreted into the space between them. However, this fluid remains inactive until the upper part of the new cuticle has been formed. Then, by crawling movements, the organism pushes forward in the old integumentary shell, which splits down the back allowing the animal to emerge. Often, this initial crack is caused by a combination of movement and increase in blood pressure within the body, forcing an expansion across its exoskeleton, leading to an eventual crack that allows for certain organisms such as spiders to extricate themselves. While the old cuticle is being digested, the new layer is secreted. All cuticular structures are shed at ecdysis, including the inner parts of the exoskeleton, which includes terminal linings of the alimentary tract and of the tracheae if they are present.",
"title": "Process"
},
{
"paragraph_id": 5,
"text": "Each stage of development between moults for insects in the taxon Endopterygota is called an instar, or stadium, and each stage between moults of insects in the Exopterygota is called a nymph: there may be up to 15 nymphal stages. Endopterygota tend to have only four or five instars. Endopterygotes have more alternatives to moulting, such as expansion of the cuticle and collapse of air sacs to allow growth of internal organs.",
"title": "Insects"
},
{
"paragraph_id": 6,
"text": "The process of moulting in insects begins with the separation of the cuticle from the underlying epidermal cells (apolysis) and ends with the shedding of the old cuticle (ecdysis). In many species it is initiated by an increase in the hormone ecdysone. This hormone causes:",
"title": "Insects"
},
{
"paragraph_id": 7,
"text": "After apolysis the insect is known as a pharate. Moulting fluid is then secreted into the exuvial space between the old cuticle and the epidermis, this contains inactive enzymes which are activated only after the new epicuticle is secreted. This prevents the new procuticle from getting digested as it is laid down. The lower regions of the old cuticle, the endocuticle and mesocuticle, are then digested by the enzymes and subsequently absorbed. The exocuticle and epicuticle resist digestion and are hence shed at ecdysis.",
"title": "Insects"
},
{
"paragraph_id": 8,
"text": "Spiders generally change their skin for the first time while still inside the egg sac, and the spiderling that emerges broadly resembles the adult. The number of moults varies, both between species and sexes, but generally will be between five times and nine times before the spider reaches maturity. Not surprisingly, since males are generally smaller than females, the males of many species mature faster and do not undergo ecdysis as many times as the females before maturing. Members of the Mygalomorphae are very long-lived, sometimes 20 years or more; they moult annually even after they mature.",
"title": "Spiders"
},
{
"paragraph_id": 9,
"text": "Spiders stop feeding at some time before moulting, usually for several days. The physiological processes of releasing the old exoskeleton from the tissues beneath typically cause various colour changes, such as darkening. If the old exoskeleton is not too thick it may be possible to see new structures, such as setae, from the outside. However, contact between the nerves and the old exoskeleton is maintained until a very late stage in the process.",
"title": "Spiders"
},
{
"paragraph_id": 10,
"text": "The new, teneral exoskeleton has to accommodate a larger frame than the previous instar, while the spider has had to fit into the previous exoskeleton until it has been shed. This means the spider does not fill out the new exoskeleton completely, so it commonly appears somewhat wrinkled.",
"title": "Spiders"
},
{
"paragraph_id": 11,
"text": "Most species of spiders hang from silk during the entire process, either dangling from a drop line, or fastening their claws into webbed fibres attached to a suitable base. The discarded, dried exoskeleton typically remains hanging where it was abandoned once the spider has left.",
"title": "Spiders"
},
{
"paragraph_id": 12,
"text": "To open the old exoskeleton, the spider generally contracts its abdomen (opisthosoma) to supply enough fluid to pump into the prosoma with sufficient pressure to crack it open along its lines of weakness. The carapace lifts off from the front, like a helmet, as its surrounding skin ruptures, but it remains attached at the back. Now the spider works its limbs free and typically winds up dangling by a new thread of silk attached to its own exuviae, which in turn hang from the original silk attachment.",
"title": "Spiders"
},
{
"paragraph_id": 13,
"text": "At this point the spider is a callow; it is teneral and vulnerable. As it dangles, its exoskeleton hardens and takes shape. The process may take minutes in small spiders, or some hours in the larger Mygalomorphs. Some spiders, such as some Synema species, members of the Thomisidae (crab spiders), mate while the female is still callow, during which time she is unable to eat the male.",
"title": "Spiders"
},
{
"paragraph_id": 14,
"text": "Eurypterids are a group of chelicerates that became extinct in the Late Permian. They underwent ecdysis similarly to extant chelicerates, and most fossils are thought to be of exuviae, rather than cadavers.",
"title": "Eurypterids"
}
]
| Ecdysis is the moulting of the cuticle in many invertebrates of the clade Ecdysozoa. Since the cuticle of these animals typically forms a largely inelastic exoskeleton, it is shed during growth and a new, larger covering is formed. The remnants of the old, empty exoskeleton are called exuviae. After moulting, an arthropod is described as teneral, a callow; it is "fresh", pale and soft-bodied. Within one or two hours, the cuticle hardens and darkens following a tanning process analogous to the production of leather. During this short phase the animal expands, since growth is otherwise constrained by the rigidity of the exoskeleton. Growth of the limbs and other parts normally covered by the hard exoskeleton is achieved by transfer of body fluids from soft parts before the new skin hardens. A spider with a small abdomen may be undernourished but more probably has recently undergone ecdysis. Some arthropods, especially large insects with tracheal respiration, expand their new exoskeleton by swallowing or otherwise taking in air. The maturation of the structure and colouration of the new exoskeleton might take days or weeks in a long-lived insect; this can make it difficult to identify an individual if it has recently undergone ecdysis. Ecdysis allows damaged tissue and missing limbs to be regenerated or substantially re-formed. Complete regeneration may require a series of moults, the stump becoming a little larger with each moult until it is a normal, or near normal, size. | 2001-12-31T03:59:52Z | 2023-12-06T16:53:53Z | [
"Template:Reflist",
"Template:Cite journal",
"Template:Cite book",
"Template:Commons category-inline",
"Template:Lang",
"Template:Transl",
"Template:Multiple image",
"Template:Short description",
"Template:Other uses",
"Template:Wide image"
]
| https://en.wikipedia.org/wiki/Ecdysis |
10,343 | Ebor, New South Wales | Ebor is a village on Waterfall Way on the Northern Tablelands in New South Wales, Australia. It is situated about 80 km (50 mi) east of Armidale and about a third of the way between Armidale and the coast. Dorrigo to the east is 46 kilometres (29 mi) away with the Coffs Coast 55 kilometres (34 mi) away along Waterfall Way. In the 2021 census, Ebor's zone had a population of 149.
The village is situated in the traditional lands of the Gumbaynggirr peoples.
Ebor shares its name with a nearby set of waterfalls, Ebor Falls, which is a local tourist attraction.
At the 2021 census, Ebor had a population of 149 people.
Although "The Heart of Waterfall Way", Ebor is on the eastern edge of Armidale Regional Council, and close to the border of Clarence Valley Council and Bellingen Shire Council. Until the amalgamation of Guyra and Armidale councils, one side of Ebor was under Armidale council, and the other under Guyra shire. Likewise, Ebor is close to three state (Northern Tablelands, Oxley and Clarence) and three federal electoral boundaries (New England, Cowper and Page).
Amenities in the area include a cafe, a combined post office, fuel station and general store, a pub/motel with camp ground, and a NSW DEC primary school. The local sports ground is home of the Ebor Campdraft.
There are also Rural Fire Service and National Parks and Wildlife Service depots in the area, but no police or ambulance services based in Ebor. The nearest hospital and 24h emergency department is in Dorrigo.
Due to its central position on Waterfall Way, Ebor offers easy access for residents and tourists to Guy Fawkes River National Park, Cathedral Rock National Park, Cunnawarra National Park, New England National Park, part of Oxley Wild Rivers National Park, Nymboi-Binderay National Park and Mount Hyland Nature Reserve.
The natural environment of the surrounding district includes some areas which have been cleared for pastoralism and forestry. Nonetheless, the national parks around Ebor have been described as a bush walking "Mecca". The main tourist attraction is the twin Ebor Falls.
In 1930 Sydney Smith Jr. wrote that: "During a recent visit to Ebor I was much impressed with the possibilities of this part of the State as a tourist resort... Around Ebor and Guy Fawkes can be seen some of the most magnificent scenery in this State if not Australia. ...The two falls are scenes of beauty, and in winter time are sometimes frozen, making a beautiful spectacle as they hang in huge icicles. The water from the Ebor eventually finds an outlet in the Clarence River. ...The view, ...as regards expansiveness, ruggedness, and beauty, must compare more than favourably with views of a similar nature in any part of the Commonwealth. It reminded me of the Valley of a Thousand Hills, outside Durban, in South Africa".
In 1976, local historian Eric Fahey also wrote: "I believe the future of Dorrigo will depend largely on tourism. The area has a lot to offer, both in peerless scenery and because of the native fauna which can be seen in large numbers in their natural state."
Wagyu beef specialists Stone Axe have a large holding, "Glen Alvie", on the northern boundary of the village. Stone Axe also acquired "Alfreda" in the nearby locality of Wongwibinda.
Black truffles (tuber melanosporum) are grown at the Guy Fawkes Truffle Company outside of Ebor on the Guyra Rd.
Trout are another local product. The Dutton Trout Hatchery on Point Lookout Road was established in 1950 and is one of the largest hatcheries in the state. Visitors can see the various stages of trout development prior to their release in the mountain streams. The release of trout into local streams is believed to have led to decline of the endangered Tusked frog.
There are two short walks close to the village. One takes walkers through the 40 hectares (99 acres) recreation reserve. This walk follows the Guy Fawkes River upstream for about half of the walk. Some bird life can be seen. The second walk is accessed by crossing the Guy Fawkes River bridge, and following the pedestrian path that winds downstream under the bridge. This path follows the Guy Fawkes River north and meets the national park's Upper and Lower Falls paths. Wallabies, kangaroos, bird life and fire-flies can be seen depending on the season. Platypus have also been sighted in August in the pool above the falls.
The Bicentennial National Trail (BNT) passes through Ebor, which sits on the boundary of sections 7 and 8 of the BNT.
The Ebor Falls area is sometimes used for rock climbing, and is described as "holding a rather special place in the History of New England climbing".
Ebor has a noted problem with speeding vehicles. Both passenger cars and heavy vehicles regularly exceed the posted speed limit of 50 km/h. Traffic noise is also a problem. Waterfall Way has an entry on the Dangerous Roads website.
Ebor's Post Office opened on 2 March 1868, closed in 1869 and reopened in 1910. It is currently located at the Ebor petrol station/store having moved from Fusspots Cafe.
Ebor has a number of cultural heritage sites, including several Aboriginal meeting places, and massacre sites.
"Gwenda Gardens" is an abandoned homestead on the Guyra-Ebor Road.
Other sites include:
The village of Ebor is at high altitude 1,300 metres (4,300 ft) by Australian standards. It has cold winters with frequent overnight frost and occasional light snow falls. The average rain fall is about 1,300 millimetres (51 in).
Ebor travel guide from Wikivoyage | [
{
"paragraph_id": 0,
"text": "Ebor is a village on Waterfall Way on the Northern Tablelands in New South Wales, Australia. It is situated about 80 km (50 mi) east of Armidale and about a third of the way between Armidale and the coast. Dorrigo to the east is 46 kilometres (29 mi) away with the Coffs Coast 55 kilometres (34 mi) away along Waterfall Way. In the 2021 census, Ebor's zone had a population of 149.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The village is situated in the traditional lands of the Gumbaynggirr peoples.",
"title": "History"
},
{
"paragraph_id": 2,
"text": "Ebor shares its name with a nearby set of waterfalls, Ebor Falls, which is a local tourist attraction.",
"title": "History"
},
{
"paragraph_id": 3,
"text": "At the 2021 census, Ebor had a population of 149 people.",
"title": "History"
},
{
"paragraph_id": 4,
"text": "Although \"The Heart of Waterfall Way\", Ebor is on the eastern edge of Armidale Regional Council, and close to the border of Clarence Valley Council and Bellingen Shire Council. Until the amalgamation of Guyra and Armidale councils, one side of Ebor was under Armidale council, and the other under Guyra shire. Likewise, Ebor is close to three state (Northern Tablelands, Oxley and Clarence) and three federal electoral boundaries (New England, Cowper and Page).",
"title": "Borderlands"
},
{
"paragraph_id": 5,
"text": "Amenities in the area include a cafe, a combined post office, fuel station and general store, a pub/motel with camp ground, and a NSW DEC primary school. The local sports ground is home of the Ebor Campdraft.",
"title": "Facilities"
},
{
"paragraph_id": 6,
"text": "There are also Rural Fire Service and National Parks and Wildlife Service depots in the area, but no police or ambulance services based in Ebor. The nearest hospital and 24h emergency department is in Dorrigo.",
"title": "Facilities"
},
{
"paragraph_id": 7,
"text": "Due to its central position on Waterfall Way, Ebor offers easy access for residents and tourists to Guy Fawkes River National Park, Cathedral Rock National Park, Cunnawarra National Park, New England National Park, part of Oxley Wild Rivers National Park, Nymboi-Binderay National Park and Mount Hyland Nature Reserve.",
"title": "Features"
},
{
"paragraph_id": 8,
"text": "The natural environment of the surrounding district includes some areas which have been cleared for pastoralism and forestry. Nonetheless, the national parks around Ebor have been described as a bush walking \"Mecca\". The main tourist attraction is the twin Ebor Falls.",
"title": "Features"
},
{
"paragraph_id": 9,
"text": "In 1930 Sydney Smith Jr. wrote that: \"During a recent visit to Ebor I was much impressed with the possibilities of this part of the State as a tourist resort... Around Ebor and Guy Fawkes can be seen some of the most magnificent scenery in this State if not Australia. ...The two falls are scenes of beauty, and in winter time are sometimes frozen, making a beautiful spectacle as they hang in huge icicles. The water from the Ebor eventually finds an outlet in the Clarence River. ...The view, ...as regards expansiveness, ruggedness, and beauty, must compare more than favourably with views of a similar nature in any part of the Commonwealth. It reminded me of the Valley of a Thousand Hills, outside Durban, in South Africa\".",
"title": "Features"
},
{
"paragraph_id": 10,
"text": "In 1976, local historian Eric Fahey also wrote: \"I believe the future of Dorrigo will depend largely on tourism. The area has a lot to offer, both in peerless scenery and because of the native fauna which can be seen in large numbers in their natural state.\"",
"title": "Features"
},
{
"paragraph_id": 11,
"text": "Wagyu beef specialists Stone Axe have a large holding, \"Glen Alvie\", on the northern boundary of the village. Stone Axe also acquired \"Alfreda\" in the nearby locality of Wongwibinda.",
"title": "Features"
},
{
"paragraph_id": 12,
"text": "Black truffles (tuber melanosporum) are grown at the Guy Fawkes Truffle Company outside of Ebor on the Guyra Rd.",
"title": "Features"
},
{
"paragraph_id": 13,
"text": "Trout are another local product. The Dutton Trout Hatchery on Point Lookout Road was established in 1950 and is one of the largest hatcheries in the state. Visitors can see the various stages of trout development prior to their release in the mountain streams. The release of trout into local streams is believed to have led to decline of the endangered Tusked frog.",
"title": "Features"
},
{
"paragraph_id": 14,
"text": "There are two short walks close to the village. One takes walkers through the 40 hectares (99 acres) recreation reserve. This walk follows the Guy Fawkes River upstream for about half of the walk. Some bird life can be seen. The second walk is accessed by crossing the Guy Fawkes River bridge, and following the pedestrian path that winds downstream under the bridge. This path follows the Guy Fawkes River north and meets the national park's Upper and Lower Falls paths. Wallabies, kangaroos, bird life and fire-flies can be seen depending on the season. Platypus have also been sighted in August in the pool above the falls.",
"title": "Features"
},
{
"paragraph_id": 15,
"text": "The Bicentennial National Trail (BNT) passes through Ebor, which sits on the boundary of sections 7 and 8 of the BNT.",
"title": "Features"
},
{
"paragraph_id": 16,
"text": "The Ebor Falls area is sometimes used for rock climbing, and is described as \"holding a rather special place in the History of New England climbing\".",
"title": "Features"
},
{
"paragraph_id": 17,
"text": "Ebor has a noted problem with speeding vehicles. Both passenger cars and heavy vehicles regularly exceed the posted speed limit of 50 km/h. Traffic noise is also a problem. Waterfall Way has an entry on the Dangerous Roads website.",
"title": "Speeding and traffic"
},
{
"paragraph_id": 18,
"text": "Ebor's Post Office opened on 2 March 1868, closed in 1869 and reopened in 1910. It is currently located at the Ebor petrol station/store having moved from Fusspots Cafe.",
"title": "Post office"
},
{
"paragraph_id": 19,
"text": "Ebor has a number of cultural heritage sites, including several Aboriginal meeting places, and massacre sites.",
"title": "Cultural heritage"
},
{
"paragraph_id": 20,
"text": "\"Gwenda Gardens\" is an abandoned homestead on the Guyra-Ebor Road.",
"title": "Cultural heritage"
},
{
"paragraph_id": 21,
"text": "Other sites include:",
"title": "Cultural heritage"
},
{
"paragraph_id": 22,
"text": "The village of Ebor is at high altitude 1,300 metres (4,300 ft) by Australian standards. It has cold winters with frequent overnight frost and occasional light snow falls. The average rain fall is about 1,300 millimetres (51 in).",
"title": "Climate"
},
{
"paragraph_id": 23,
"text": "Ebor travel guide from Wikivoyage",
"title": "External links"
}
]
| Ebor is a village on Waterfall Way on the Northern Tablelands in New South Wales, Australia. It is situated about 80 km (50 mi) east of Armidale and about a third of the way between Armidale and the coast. Dorrigo to the east is 46 kilometres (29 mi) away with the Coffs Coast 55 kilometres (34 mi) away along Waterfall Way. In the 2021 census, Ebor's zone had a population of 149. | 2002-02-25T15:43:11Z | 2023-10-20T21:24:44Z | [
"Template:Cite book",
"Template:Use Australian English",
"Template:Use dmy dates",
"Template:Citation needed",
"Template:Authority control",
"Template:Cite web",
"Template:Towns in New England",
"Template:Infobox Australian place",
"Template:Reflist",
"Template:Cite news",
"Template:Cite AHD",
"Template:Wikivoyage-inline",
"Template:Convert",
"Template:CensusAU"
]
| https://en.wikipedia.org/wiki/Ebor,_New_South_Wales |
10,344 | Ancient history of Afghanistan | The ancient history of Afghanistan, also referred to as the pre-Islamic period of Afghanistan, dates back to the prehistoric era and the Indus Valley civilization around 3300–1300 BCE. Archaeological exploration began in Afghanistan in earnest after World War II and proceeded until the late 1970s during the Soviet–Afghan War. Archaeologists and historians suggest that humans were living in Afghanistan at least 50,000 years ago, and that farming communities of the region were among the earliest in the world. Urbanized culture has existed in the land from between 3000 and 2000 BC. Artifacts typical of the Paleolithic, Mesolithic, Neolithic, Bronze, and Iron ages have been found inside Afghanistan.
After the Indus Valley civilization stretched up to northeast Afghanistan, it was inhabited by the Iranic tribes and controlled by the Medes until about 500 BC when Darius the Great (Darius I) marched with his Persian army to make it part of the Achaemenid Empire. In 330 BC, Alexander the Great of Macedonia invaded the land after defeating Darius III of Persia in the Battle of Gaugamela. Much of Afghanistan became part of the Seleucid Empire followed by the Greco-Bactrian Kingdom. Seleucus I Nicator was defeated by Chandragupta Maurya and gave his daughter in peace treaty. The land was inhabited by various tribes and ruled by many different kingdoms for the next two millenniums. Before the arrival of Islam in the 7th century, there were a number of religions practiced in modern day Afghanistan, including Zoroastrianism, Ancient Iranian religions, Buddhism and Hinduism. The Kafiristan (present-day Nuristan) region, in the Hindu Kush mountain range, was not converted until the 19th century.
Louis Dupree, the University of Pennsylvania, the Smithsonian Institution and others suggest that humans were living in Afghanistan at least 50,000 years ago, and that farming communities of the region were among the earliest in the world.
Archaeologists have found evidence of human habitation in Afghanistan from as far back as 50,000 BC. The artifacts indicate that the indigenous people were small farmers and herdsmen, as they are today, very probably grouped into tribes, with small local kingdoms rising and falling through the ages.
Afghanistan seems in prehistory, as well as in ancient and modern times, to have been connected by culture and trade with the neighbouring regions. Urban civilization may have begun as early as 3000 to 2000 BC. Archaeological finds indicate the possible beginnings of the Bronze Age, which would ultimately spread throughout the ancient world from Afghanistan. It is also believed that the region had early trade contacts with Mesopotamia.
The Indus Valley civilization (IVC) was a Bronze Age civilization (3300–1300 BCE; mature period 2600–1900 BCE) extending from what today is northwest Pakistan to northwest India and northeast Afghanistan. An Indus Valley site has been found on the Oxus River at Shortugai in northern Afghanistan. Apart from Shortughai is Mundigak, another notable site. There are several smaller IVC colonies to be found in Afghanistan.
Between 2000–1200 BC, a branch of Indo-European-speaking tribes known as the Aryans began migrating into the region. This is part of a dispute in regards to the Indo-Aryan migration. They split into Iranic peoples, Nuristani, and Indo-Aryan groups at an early stage, possibly between 1500 and 1000 BC in what is today Afghanistan or much earlier as eastern remnants of the Indo-Aryans drifted much further west as with the Mitanni. The Iranians dominated the modern day plateau, while the Indo-Aryans ultimately headed towards the Indian subcontinent. The Avesta is believed to have been composed possibly as early as 1800 BC and written in ancient Ariana (Aryana), the earliest name of Afghanistan which indicates an early link with today's Iranian tribes to the west, or adjacent regions in Central Asia or northeastern Iran in the 6th century BC. Due to the similarity between early Avestan and Sanskrit (and other related early Indo-European languages such as Latin and Ancient Greek), it is believed that the split between the old Persians and Indo-Aryan tribes had taken place at least by 1000 BC. There are striking similarities between Avestan and Sanskrit, which may support the notion that the split was contemporary with the Indo-Aryans living in Afghanistan at a very early stage. Also, the Avesta itself divides into Old and New sections and neither mention the Medes who are known to have ruled Afghanistan starting around 700 BC. This suggests an early time-frame for the Avesta that has yet to be exactly determined as most academics believe it was written over the course of centuries if not millennia. Much of the archaeological data comes from the Bactria-Margiana Archaeological Complex (BMAC and Indus Valley civilization) that probably played a key role in early Aryanic civilization in Afghanistan.
The Indo-Aryan inhabitants of the region- mainly in the southern and eastern parts of the country were adherents of Hinduism. Notable among these were the Gandharis The Pashayi and Nuristanis are present day examples of these Indo-Iranian people.
The Medes, a Western Iranian people, arrived from what is today Kurdistan sometime around the 700s BC and came to dominate most of ancient Afghanistan. They were an early tribe that forged the first empire on the present Iranian plateau and sister-nations with the Persians whom they initially dominated in the province of Fars to the south. Median control of parts of far off Afghanistan would last until Cyrus the Great, prince of the Persians, assassinated and ultimately replaced his Median emperor father-in-law from rule.
The city of Bactra (which later became Balkh), is believed to have been the home of Zarathustra, who founded the Zoroastrian religion. The Avesta refers to eastern Bactria as being the home of the Zoroastrian faith. Regardless of the debate as to where Zoroaster was from, Zoroastrianism spread to become one of the world's most influential religions and became the main faith of the old Aryan people for centuries. It also remained the official religion of Persia until the defeat of the Sassanian ruler Yazdegerd III—over a thousand years after its founding—by Muslim Arabs. In what is today southern Iran, the Persians emerged to challenge Median supremacy on the Iranian plateau. By 550 BC, the Persians had replaced Median rule with their own dominion and even began to expand past previous Median imperial borders. Both Gandhara and Kamboja Mahajanapadas of the Buddhist texts soon fell a prey to the Achaemenian Dynasty during the reign of Achaemenid, Cyrus the Great (558–530 BC), or in the first year of Darius I, marking the region or of the easternmost provinces of the empire, located partly in nowadays Afghanistan. According to Pliny's evidence, Cyrus the Great (Cyrus II) had destroyed Kapisa in Capiscene which was a Kamboja city. The former region of Gandhara and Kamboja (upper Indus) had constituted seventh satrapy of the Achaemenid Empire and annually contributed 170 talents of gold dust as a tribute to the Achaemenids.
Bactria had a special position in old Afghanistan, being the capital of a vice-kingdom. By the 4th century BC, Persian control of outlying areas and the internal cohesion of the empire had become somewhat tenuous. Although distant provinces like Bactriana had often been restless under Achaemenid rule, Bactrian troops nevertheless fought in the decisive Battle of Gaugamela in 330 BC against the advancing armies of Alexander the Great. The Achaemenids were decisively defeated by Alexander and retreated from his advancing army of Greco-Macedonians and their allies. Darius III, the last Achaemenid ruler, tried to flee to Bactria but was assassinated by a subordinate lord, the Bactrian-born Bessus, who proclaimed himself the new ruler of Persia as Artaxerxes (V). Bessus was unable to mount a successful resistance to the growing military might of Alexander's army so he fled to his native Bactria, where he attempted to rally local tribes to his side but was instead turned over to Alexander who proceeded to have him tortured and executed for having committed regicide.
Moving thousands of kilometers eastward from recently subdued Persia, the Macedonian leader Alexander the Great, encountered fierce resistance from the local tribes of Aria, Drangiana, Arachosia (South and Eastern Afghanistan, North-West Pakistan) and Bactria (North and Central Afghanistan). One of the fiercest battles that he faced was in Herat. One of his top commanding officers was killed by the rebels and he had to go there himself. He couldn't defeat them in time and he ended up burning down the forest to finish the rebellion.
Upon Alexander's death in 323 BC, his empire, which had never been politically consolidated, broke apart as his companions began to divide it amongst themselves. Alexander's cavalry commander, Seleucus, took nominal control of the eastern lands and founded the Seleucid dynasty. Under the Seleucids, as under Alexander, Greek colonists and soldiers colonized Bactria, roughly corresponding to modern Afghanistan's borders. However, the majority of Macedonian soldiers of Alexander the Great wanted to leave the east and return home to Greece. Later, Seleucus sought to guard his eastern frontier and moved Ionian Greeks (also known as Yavanas to many local groups) to Bactria in the 3rd century BC.
Greece had one of the most advanced civilizations at that period. Wherever they went, they left and gained something from cultures and ultimately, they had a civilization that was compromised from other top civilizations of the time. Greek men were marrying with other women and this helped the process of mixing the cultures a lot.
While the Diadochi were warring amongst themselves, the Mauryan Empire was developing in the northern part of the Indian subcontinent. The founder of the empire, Chandragupta Maurya, confronted a Macedonian invasion force led by Seleucus I in 305 BC and following a brief conflict, an agreement was reached as Seleucus ceded Gandhara and Arachosia (centered around ancient Kandahar) and areas south of Bagram (corresponding to the extreme south-east of modern Afghanistan) to the Mauryans. During the 120 years of the Mauryans in southern Afghanistan, Buddhism was introduced and eventually become a major religion alongside Zoroastrianism and local pagan beliefs. The ancient Grand Trunk Road was built linking what is now Kabul to various cities in the Punjab and the Gangetic Plain. Commerce, art, and architecture (seen especially in the construction of stupas) developed during this period. It reached its high point under Emperor Ashoka whose edicts, roads, and rest stops were found throughout the subcontinent. Although the vast majority of them throughout the subcontinent were written in Prakrit, Afghanistan is notable for the inclusion of 2 Greek and Aramaic ones alongside the court language of the Mauryans.
Inscriptions made by the Mauryan Emperor Ashoka, a fragment of Edict 13 in Greek, as well as a full Edict, written in both Greek and Aramaic has been discovered in Old Kandahar. It is said to be written in excellent Classical Greek, using sophisticated philosophical terms. In this Edict, Ashoka uses the word Eusebeia ("Piety") as the Greek translation for the ubiquitous "Dharma" of his other Edicts written in Prakrit:
The last ruler in the region was probably Subhagasena (Sophagasenus of Polybius), who, in all probability, belonged to the Ashvaka (q.v.) background.
In the middle of the 3rd century BC, an independent, Hellenistic state was declared in Bactria and eventually the control of the Seleucids and Mauryans was overthrown in western and southern Afghanistan. Graeco-Bactrian rule spread until it included a large territory which stretched from Turkmenistan in the west to the Punjab in India in the east by about 170 BC. Graeco-Bactrian rule was eventually defeated by a combination of internecine disputes that plagued Greek and Hellenized rulers to the west, continual conflict with Indian kingdoms, as well as the pressure of two groups of nomadic invaders from Central Asia—the Parthians and Sakas.
In the 3rd and 2nd centuries BC, the Parthians, a nomadic Iranian peoples, arrived in Western Asia. While they made large inroads into the modern-day territory of Afghanistan, about 100 years later another Indo-European group from the north—the Kushans (a subgroup of the tribe called the Yuezhi by the Chinese)—entered the region of Afghanistan and established an empire lasting almost four centuries, which would dominate most of the Afghanistan region.
The Kushan Empire spread from the Kabul River valley to defeat other Central Asian tribes that had previously conquered parts of the northern central Iranian Plateau once ruled by the Parthians. By the middle of the 1st century BC, the Kushans' base of control became Afghanistan and their empire spanned from the north of the Pamir mountains to the Ganges river valley in India. During rule of Kanishka, they had 2 seasonal capital cities which were Kabul in Spring and Summer then moving to Peshawr for Fall and Winter. Early in the 2nd century under Kanishka, the most powerful of the Kushan rulers, the empire reached its greatest geographic and cultural breadth to become a center of literature and art. Kanishka extended Kushan control to the mouth of the Indus River on the Arabian Sea, into Kashmir, and into what is today the Chinese-controlled area north of Tibet. Kanishka was a patron of religion and the arts. It was during his reign that Buddhism, which was promoted in northern India earlier by the Mauryan emperor Ashoka (c. 260 BC–232 BC), reached its zenith in Central Asia. Though the Kushanas supported local Buddhists and Hindus as well as the worship of various local deities.
In the 3rd century, Kushan control fragmented into semi-independent kingdoms that became easy targets for conquest by the rising Iranian dynasty, the Sasanians (c. 224–561) which annexed Afghanistan by 300 AD. In these far off easternmost territories, they established vassal kings as rulers, known as the Kushanshahs. Sasanian control was tenuous at times as numerous challenges from Central Asian tribes led to instability and constant warfare in the region.
The disunited Kushan and Sasanian kingdoms were in a poor position to meet the threat several waves of Xionite/Huna invaders from the north from the 4th century onwards. In particular, the Hephthalites (or Ebodalo; Bactrian script ηβοδαλο) swept out of Central Asia during the 5th century into Bactria and Iran, overwhelming the last of the Kushan kingdoms. Historians believe that Hephthalite control continued for a century and was marked by constant warfare with the Sassanians to the west who exerted nominal control over the region. By the middle of the 6th century the Hephthalites were defeated in the territories north of the Amu Darya (the Oxus River of antiquity) by another group of Central Asian nomads, the Göktürks, and by the resurgent Sassanians in the lands south of the Amu Darya. It was the ruler of western Göktürks, Sijin (a.k.a. Sinjibu, Silzibul and Yandu Muchu Khan) who led the forces against the Hepthalites who were defeated at the Battle of Chach (Tashkent) and at the Battle of Bukhara.
The Shahi dynasties ruled portions of the Kabul Valley (in eastern Afghanistan) and the old province of Gandhara (northern Pakistan and Kashmir) from the decline of the Kushan Empire in the 3rd century to the early 9th century. They are split into two eras the Buddhist Turk Shahis and the later Hindu Shahis with the change-over occurring around 870, and ruled up until the Islamic conquest of Afghanistan.
When Xuanzang visited the region early in the 7th century, the Kabul region was ruled by a Kshatriya king, who is identified as the Shahi Khingal, and whose name has been found in an inscription found in Gardez. The Turkic Shahi regency was overthrown and replaced by a Mohyal Shahi dynasty of Brahmins who began the first phase of the Hindu Shahi dynasty.
These Hindu kings of Kabul and Gandhara may have had links to some ruling families in neighboring Kashmir and other areas to the east. The Shahis were rulers of predominantly Buddhist, Zoroastrian, Hindu and Muslim populations and were thus patrons of numerous faiths, and various artifacts and coins from their rule have been found that display their multicultural domain. In 964 AD, the last Mohyal Shahi was succeeded by the Janjua overlord, Jayapala, of the Panduvanshi dynasty. The last Shahi emperors Jayapala, Anandapala and Tirlochanpala fought the Muslim Ghaznavids of Ghazna and were gradually defeated. Their remaining army were eventually exiled into northern India.
Most of the Zoroastrian, Greek, Hellenistic, Buddhist, Hindu and other indigenous cultures were replaced by the coming of Islam and little influence remains in Afghanistan today. Along ancient trade routes, however, stone monuments of the once flourishing Buddhist culture did exist as reminders of the past. The two massive sandstone Buddhas of Bamyan, 35 and 53 meters high, overlooked the ancient route through Bamyan to Balkh and dated from the 3rd and 5th centuries. They survived until 2001, when they were destroyed by the Taliban. In this and other key places in Afghanistan, archaeologists have located frescoes, stucco decorations, statuary, and rare objects from as far away as China, Phoenicia, and Rome, which were crafted as early as the 2nd century and bear witness to the influence of these ancient civilizations upon Afghanistan.
One of the early Buddhist schools, the Mahāsāṃghika-Lokottaravāda, were known to be prominent in the area of Bamiyan. The Chinese Buddhist monk Xuanzang visited a Lokottaravāda monastery in the 7th century CE, at Bamiyan, Afghanistan, and this monastery site has since been rediscovered by archaeologists. Birchbark and palm leaf manuscripts of texts in this monastery's collection, including Mahāyāna sūtras, have been discovered at the site, and these are now located in the Schøyen Collection. Some manuscripts are in the Gāndhārī language and Kharoṣṭhī script, while others are in Sanskrit and written in forms of the Gupta script. Manuscripts and fragments that have survived from this monastery's collection include well-known Buddhist texts such as the Mahāparinirvāṇa Sūtra (from the Āgamas), the Diamond Sūtra (Vajracchedikā Prajñāpāramitā), the Medicine Buddha Sūtra, and the Śrīmālādevī Siṃhanāda Sūtra.
In 2010, reports stated that about 42 Buddhist relics have been discovered in the Logar Province of Afghanistan, which is south of Kabul. Some of these items date back to the 2nd century according to Archaeologists. The items included two Buddhist temples (Stupas), Buddha statues, frescos, silver and gold coins and precious beads. | [
{
"paragraph_id": 0,
"text": "The ancient history of Afghanistan, also referred to as the pre-Islamic period of Afghanistan, dates back to the prehistoric era and the Indus Valley civilization around 3300–1300 BCE. Archaeological exploration began in Afghanistan in earnest after World War II and proceeded until the late 1970s during the Soviet–Afghan War. Archaeologists and historians suggest that humans were living in Afghanistan at least 50,000 years ago, and that farming communities of the region were among the earliest in the world. Urbanized culture has existed in the land from between 3000 and 2000 BC. Artifacts typical of the Paleolithic, Mesolithic, Neolithic, Bronze, and Iron ages have been found inside Afghanistan.",
"title": ""
},
{
"paragraph_id": 1,
"text": "After the Indus Valley civilization stretched up to northeast Afghanistan, it was inhabited by the Iranic tribes and controlled by the Medes until about 500 BC when Darius the Great (Darius I) marched with his Persian army to make it part of the Achaemenid Empire. In 330 BC, Alexander the Great of Macedonia invaded the land after defeating Darius III of Persia in the Battle of Gaugamela. Much of Afghanistan became part of the Seleucid Empire followed by the Greco-Bactrian Kingdom. Seleucus I Nicator was defeated by Chandragupta Maurya and gave his daughter in peace treaty. The land was inhabited by various tribes and ruled by many different kingdoms for the next two millenniums. Before the arrival of Islam in the 7th century, there were a number of religions practiced in modern day Afghanistan, including Zoroastrianism, Ancient Iranian religions, Buddhism and Hinduism. The Kafiristan (present-day Nuristan) region, in the Hindu Kush mountain range, was not converted until the 19th century.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Louis Dupree, the University of Pennsylvania, the Smithsonian Institution and others suggest that humans were living in Afghanistan at least 50,000 years ago, and that farming communities of the region were among the earliest in the world.",
"title": "Prehistoric era"
},
{
"paragraph_id": 3,
"text": "Archaeologists have found evidence of human habitation in Afghanistan from as far back as 50,000 BC. The artifacts indicate that the indigenous people were small farmers and herdsmen, as they are today, very probably grouped into tribes, with small local kingdoms rising and falling through the ages.",
"title": "Prehistoric era"
},
{
"paragraph_id": 4,
"text": "Afghanistan seems in prehistory, as well as in ancient and modern times, to have been connected by culture and trade with the neighbouring regions. Urban civilization may have begun as early as 3000 to 2000 BC. Archaeological finds indicate the possible beginnings of the Bronze Age, which would ultimately spread throughout the ancient world from Afghanistan. It is also believed that the region had early trade contacts with Mesopotamia.",
"title": "Prehistoric era"
},
{
"paragraph_id": 5,
"text": "The Indus Valley civilization (IVC) was a Bronze Age civilization (3300–1300 BCE; mature period 2600–1900 BCE) extending from what today is northwest Pakistan to northwest India and northeast Afghanistan. An Indus Valley site has been found on the Oxus River at Shortugai in northern Afghanistan. Apart from Shortughai is Mundigak, another notable site. There are several smaller IVC colonies to be found in Afghanistan.",
"title": "Prehistoric era"
},
{
"paragraph_id": 6,
"text": "Between 2000–1200 BC, a branch of Indo-European-speaking tribes known as the Aryans began migrating into the region. This is part of a dispute in regards to the Indo-Aryan migration. They split into Iranic peoples, Nuristani, and Indo-Aryan groups at an early stage, possibly between 1500 and 1000 BC in what is today Afghanistan or much earlier as eastern remnants of the Indo-Aryans drifted much further west as with the Mitanni. The Iranians dominated the modern day plateau, while the Indo-Aryans ultimately headed towards the Indian subcontinent. The Avesta is believed to have been composed possibly as early as 1800 BC and written in ancient Ariana (Aryana), the earliest name of Afghanistan which indicates an early link with today's Iranian tribes to the west, or adjacent regions in Central Asia or northeastern Iran in the 6th century BC. Due to the similarity between early Avestan and Sanskrit (and other related early Indo-European languages such as Latin and Ancient Greek), it is believed that the split between the old Persians and Indo-Aryan tribes had taken place at least by 1000 BC. There are striking similarities between Avestan and Sanskrit, which may support the notion that the split was contemporary with the Indo-Aryans living in Afghanistan at a very early stage. Also, the Avesta itself divides into Old and New sections and neither mention the Medes who are known to have ruled Afghanistan starting around 700 BC. This suggests an early time-frame for the Avesta that has yet to be exactly determined as most academics believe it was written over the course of centuries if not millennia. Much of the archaeological data comes from the Bactria-Margiana Archaeological Complex (BMAC and Indus Valley civilization) that probably played a key role in early Aryanic civilization in Afghanistan.",
"title": "Aryan expansion into Mesopotamia and the Medean rule (1500 BC–551 BC)"
},
{
"paragraph_id": 7,
"text": "The Indo-Aryan inhabitants of the region- mainly in the southern and eastern parts of the country were adherents of Hinduism. Notable among these were the Gandharis The Pashayi and Nuristanis are present day examples of these Indo-Iranian people.",
"title": "Aryan expansion into Mesopotamia and the Medean rule (1500 BC–551 BC)"
},
{
"paragraph_id": 8,
"text": "The Medes, a Western Iranian people, arrived from what is today Kurdistan sometime around the 700s BC and came to dominate most of ancient Afghanistan. They were an early tribe that forged the first empire on the present Iranian plateau and sister-nations with the Persians whom they initially dominated in the province of Fars to the south. Median control of parts of far off Afghanistan would last until Cyrus the Great, prince of the Persians, assassinated and ultimately replaced his Median emperor father-in-law from rule.",
"title": "Aryan expansion into Mesopotamia and the Medean rule (1500 BC–551 BC)"
},
{
"paragraph_id": 9,
"text": "The city of Bactra (which later became Balkh), is believed to have been the home of Zarathustra, who founded the Zoroastrian religion. The Avesta refers to eastern Bactria as being the home of the Zoroastrian faith. Regardless of the debate as to where Zoroaster was from, Zoroastrianism spread to become one of the world's most influential religions and became the main faith of the old Aryan people for centuries. It also remained the official religion of Persia until the defeat of the Sassanian ruler Yazdegerd III—over a thousand years after its founding—by Muslim Arabs. In what is today southern Iran, the Persians emerged to challenge Median supremacy on the Iranian plateau. By 550 BC, the Persians had replaced Median rule with their own dominion and even began to expand past previous Median imperial borders. Both Gandhara and Kamboja Mahajanapadas of the Buddhist texts soon fell a prey to the Achaemenian Dynasty during the reign of Achaemenid, Cyrus the Great (558–530 BC), or in the first year of Darius I, marking the region or of the easternmost provinces of the empire, located partly in nowadays Afghanistan. According to Pliny's evidence, Cyrus the Great (Cyrus II) had destroyed Kapisa in Capiscene which was a Kamboja city. The former region of Gandhara and Kamboja (upper Indus) had constituted seventh satrapy of the Achaemenid Empire and annually contributed 170 talents of gold dust as a tribute to the Achaemenids.",
"title": "Achaemenid invasion and Zoroastrianism (550 BC–331 BC)"
},
{
"paragraph_id": 10,
"text": "Bactria had a special position in old Afghanistan, being the capital of a vice-kingdom. By the 4th century BC, Persian control of outlying areas and the internal cohesion of the empire had become somewhat tenuous. Although distant provinces like Bactriana had often been restless under Achaemenid rule, Bactrian troops nevertheless fought in the decisive Battle of Gaugamela in 330 BC against the advancing armies of Alexander the Great. The Achaemenids were decisively defeated by Alexander and retreated from his advancing army of Greco-Macedonians and their allies. Darius III, the last Achaemenid ruler, tried to flee to Bactria but was assassinated by a subordinate lord, the Bactrian-born Bessus, who proclaimed himself the new ruler of Persia as Artaxerxes (V). Bessus was unable to mount a successful resistance to the growing military might of Alexander's army so he fled to his native Bactria, where he attempted to rally local tribes to his side but was instead turned over to Alexander who proceeded to have him tortured and executed for having committed regicide.",
"title": "Achaemenid invasion and Zoroastrianism (550 BC–331 BC)"
},
{
"paragraph_id": 11,
"text": "Moving thousands of kilometers eastward from recently subdued Persia, the Macedonian leader Alexander the Great, encountered fierce resistance from the local tribes of Aria, Drangiana, Arachosia (South and Eastern Afghanistan, North-West Pakistan) and Bactria (North and Central Afghanistan). One of the fiercest battles that he faced was in Herat. One of his top commanding officers was killed by the rebels and he had to go there himself. He couldn't defeat them in time and he ended up burning down the forest to finish the rebellion.",
"title": "Alexander the Great to Greco-Bactrian rule (330 BC – c. 150 BC)"
},
{
"paragraph_id": 12,
"text": "Upon Alexander's death in 323 BC, his empire, which had never been politically consolidated, broke apart as his companions began to divide it amongst themselves. Alexander's cavalry commander, Seleucus, took nominal control of the eastern lands and founded the Seleucid dynasty. Under the Seleucids, as under Alexander, Greek colonists and soldiers colonized Bactria, roughly corresponding to modern Afghanistan's borders. However, the majority of Macedonian soldiers of Alexander the Great wanted to leave the east and return home to Greece. Later, Seleucus sought to guard his eastern frontier and moved Ionian Greeks (also known as Yavanas to many local groups) to Bactria in the 3rd century BC.",
"title": "Alexander the Great to Greco-Bactrian rule (330 BC – c. 150 BC)"
},
{
"paragraph_id": 13,
"text": "Greece had one of the most advanced civilizations at that period. Wherever they went, they left and gained something from cultures and ultimately, they had a civilization that was compromised from other top civilizations of the time. Greek men were marrying with other women and this helped the process of mixing the cultures a lot.",
"title": "Alexander the Great to Greco-Bactrian rule (330 BC – c. 150 BC)"
},
{
"paragraph_id": 14,
"text": "While the Diadochi were warring amongst themselves, the Mauryan Empire was developing in the northern part of the Indian subcontinent. The founder of the empire, Chandragupta Maurya, confronted a Macedonian invasion force led by Seleucus I in 305 BC and following a brief conflict, an agreement was reached as Seleucus ceded Gandhara and Arachosia (centered around ancient Kandahar) and areas south of Bagram (corresponding to the extreme south-east of modern Afghanistan) to the Mauryans. During the 120 years of the Mauryans in southern Afghanistan, Buddhism was introduced and eventually become a major religion alongside Zoroastrianism and local pagan beliefs. The ancient Grand Trunk Road was built linking what is now Kabul to various cities in the Punjab and the Gangetic Plain. Commerce, art, and architecture (seen especially in the construction of stupas) developed during this period. It reached its high point under Emperor Ashoka whose edicts, roads, and rest stops were found throughout the subcontinent. Although the vast majority of them throughout the subcontinent were written in Prakrit, Afghanistan is notable for the inclusion of 2 Greek and Aramaic ones alongside the court language of the Mauryans.",
"title": "Alexander the Great to Greco-Bactrian rule (330 BC – c. 150 BC)"
},
{
"paragraph_id": 15,
"text": "Inscriptions made by the Mauryan Emperor Ashoka, a fragment of Edict 13 in Greek, as well as a full Edict, written in both Greek and Aramaic has been discovered in Old Kandahar. It is said to be written in excellent Classical Greek, using sophisticated philosophical terms. In this Edict, Ashoka uses the word Eusebeia (\"Piety\") as the Greek translation for the ubiquitous \"Dharma\" of his other Edicts written in Prakrit:",
"title": "Alexander the Great to Greco-Bactrian rule (330 BC – c. 150 BC)"
},
{
"paragraph_id": 16,
"text": "The last ruler in the region was probably Subhagasena (Sophagasenus of Polybius), who, in all probability, belonged to the Ashvaka (q.v.) background.",
"title": "Alexander the Great to Greco-Bactrian rule (330 BC – c. 150 BC)"
},
{
"paragraph_id": 17,
"text": "In the middle of the 3rd century BC, an independent, Hellenistic state was declared in Bactria and eventually the control of the Seleucids and Mauryans was overthrown in western and southern Afghanistan. Graeco-Bactrian rule spread until it included a large territory which stretched from Turkmenistan in the west to the Punjab in India in the east by about 170 BC. Graeco-Bactrian rule was eventually defeated by a combination of internecine disputes that plagued Greek and Hellenized rulers to the west, continual conflict with Indian kingdoms, as well as the pressure of two groups of nomadic invaders from Central Asia—the Parthians and Sakas.",
"title": "Alexander the Great to Greco-Bactrian rule (330 BC – c. 150 BC)"
},
{
"paragraph_id": 18,
"text": "In the 3rd and 2nd centuries BC, the Parthians, a nomadic Iranian peoples, arrived in Western Asia. While they made large inroads into the modern-day territory of Afghanistan, about 100 years later another Indo-European group from the north—the Kushans (a subgroup of the tribe called the Yuezhi by the Chinese)—entered the region of Afghanistan and established an empire lasting almost four centuries, which would dominate most of the Afghanistan region.",
"title": "Kushan Empire (150 BC–300 AD)"
},
{
"paragraph_id": 19,
"text": "The Kushan Empire spread from the Kabul River valley to defeat other Central Asian tribes that had previously conquered parts of the northern central Iranian Plateau once ruled by the Parthians. By the middle of the 1st century BC, the Kushans' base of control became Afghanistan and their empire spanned from the north of the Pamir mountains to the Ganges river valley in India. During rule of Kanishka, they had 2 seasonal capital cities which were Kabul in Spring and Summer then moving to Peshawr for Fall and Winter. Early in the 2nd century under Kanishka, the most powerful of the Kushan rulers, the empire reached its greatest geographic and cultural breadth to become a center of literature and art. Kanishka extended Kushan control to the mouth of the Indus River on the Arabian Sea, into Kashmir, and into what is today the Chinese-controlled area north of Tibet. Kanishka was a patron of religion and the arts. It was during his reign that Buddhism, which was promoted in northern India earlier by the Mauryan emperor Ashoka (c. 260 BC–232 BC), reached its zenith in Central Asia. Though the Kushanas supported local Buddhists and Hindus as well as the worship of various local deities.",
"title": "Kushan Empire (150 BC–300 AD)"
},
{
"paragraph_id": 20,
"text": "In the 3rd century, Kushan control fragmented into semi-independent kingdoms that became easy targets for conquest by the rising Iranian dynasty, the Sasanians (c. 224–561) which annexed Afghanistan by 300 AD. In these far off easternmost territories, they established vassal kings as rulers, known as the Kushanshahs. Sasanian control was tenuous at times as numerous challenges from Central Asian tribes led to instability and constant warfare in the region.",
"title": "Sasanian & Hephthalite invasions (300–650)"
},
{
"paragraph_id": 21,
"text": "The disunited Kushan and Sasanian kingdoms were in a poor position to meet the threat several waves of Xionite/Huna invaders from the north from the 4th century onwards. In particular, the Hephthalites (or Ebodalo; Bactrian script ηβοδαλο) swept out of Central Asia during the 5th century into Bactria and Iran, overwhelming the last of the Kushan kingdoms. Historians believe that Hephthalite control continued for a century and was marked by constant warfare with the Sassanians to the west who exerted nominal control over the region. By the middle of the 6th century the Hephthalites were defeated in the territories north of the Amu Darya (the Oxus River of antiquity) by another group of Central Asian nomads, the Göktürks, and by the resurgent Sassanians in the lands south of the Amu Darya. It was the ruler of western Göktürks, Sijin (a.k.a. Sinjibu, Silzibul and Yandu Muchu Khan) who led the forces against the Hepthalites who were defeated at the Battle of Chach (Tashkent) and at the Battle of Bukhara.",
"title": "Sasanian & Hephthalite invasions (300–650)"
},
{
"paragraph_id": 22,
"text": "The Shahi dynasties ruled portions of the Kabul Valley (in eastern Afghanistan) and the old province of Gandhara (northern Pakistan and Kashmir) from the decline of the Kushan Empire in the 3rd century to the early 9th century. They are split into two eras the Buddhist Turk Shahis and the later Hindu Shahis with the change-over occurring around 870, and ruled up until the Islamic conquest of Afghanistan.",
"title": "Kabul Shahi"
},
{
"paragraph_id": 23,
"text": "When Xuanzang visited the region early in the 7th century, the Kabul region was ruled by a Kshatriya king, who is identified as the Shahi Khingal, and whose name has been found in an inscription found in Gardez. The Turkic Shahi regency was overthrown and replaced by a Mohyal Shahi dynasty of Brahmins who began the first phase of the Hindu Shahi dynasty.",
"title": "Kabul Shahi"
},
{
"paragraph_id": 24,
"text": "These Hindu kings of Kabul and Gandhara may have had links to some ruling families in neighboring Kashmir and other areas to the east. The Shahis were rulers of predominantly Buddhist, Zoroastrian, Hindu and Muslim populations and were thus patrons of numerous faiths, and various artifacts and coins from their rule have been found that display their multicultural domain. In 964 AD, the last Mohyal Shahi was succeeded by the Janjua overlord, Jayapala, of the Panduvanshi dynasty. The last Shahi emperors Jayapala, Anandapala and Tirlochanpala fought the Muslim Ghaznavids of Ghazna and were gradually defeated. Their remaining army were eventually exiled into northern India.",
"title": "Kabul Shahi"
},
{
"paragraph_id": 25,
"text": "Most of the Zoroastrian, Greek, Hellenistic, Buddhist, Hindu and other indigenous cultures were replaced by the coming of Islam and little influence remains in Afghanistan today. Along ancient trade routes, however, stone monuments of the once flourishing Buddhist culture did exist as reminders of the past. The two massive sandstone Buddhas of Bamyan, 35 and 53 meters high, overlooked the ancient route through Bamyan to Balkh and dated from the 3rd and 5th centuries. They survived until 2001, when they were destroyed by the Taliban. In this and other key places in Afghanistan, archaeologists have located frescoes, stucco decorations, statuary, and rare objects from as far away as China, Phoenicia, and Rome, which were crafted as early as the 2nd century and bear witness to the influence of these ancient civilizations upon Afghanistan.",
"title": "Archaeological remnants"
},
{
"paragraph_id": 26,
"text": "One of the early Buddhist schools, the Mahāsāṃghika-Lokottaravāda, were known to be prominent in the area of Bamiyan. The Chinese Buddhist monk Xuanzang visited a Lokottaravāda monastery in the 7th century CE, at Bamiyan, Afghanistan, and this monastery site has since been rediscovered by archaeologists. Birchbark and palm leaf manuscripts of texts in this monastery's collection, including Mahāyāna sūtras, have been discovered at the site, and these are now located in the Schøyen Collection. Some manuscripts are in the Gāndhārī language and Kharoṣṭhī script, while others are in Sanskrit and written in forms of the Gupta script. Manuscripts and fragments that have survived from this monastery's collection include well-known Buddhist texts such as the Mahāparinirvāṇa Sūtra (from the Āgamas), the Diamond Sūtra (Vajracchedikā Prajñāpāramitā), the Medicine Buddha Sūtra, and the Śrīmālādevī Siṃhanāda Sūtra.",
"title": "Archaeological remnants"
},
{
"paragraph_id": 27,
"text": "In 2010, reports stated that about 42 Buddhist relics have been discovered in the Logar Province of Afghanistan, which is south of Kabul. Some of these items date back to the 2nd century according to Archaeologists. The items included two Buddhist temples (Stupas), Buddha statues, frescos, silver and gold coins and precious beads.",
"title": "Archaeological remnants"
}
]
| The ancient history of Afghanistan, also referred to as the pre-Islamic period of Afghanistan, dates back to the prehistoric era and the Indus Valley civilization around 3300–1300 BCE. Archaeological exploration began in Afghanistan in earnest after World War II and proceeded until the late 1970s during the Soviet–Afghan War. Archaeologists and historians suggest that humans were living in Afghanistan at least 50,000 years ago, and that farming communities of the region were among the earliest in the world. Urbanized culture has existed in the land from between 3000 and 2000 BC. Artifacts typical of the Paleolithic, Mesolithic, Neolithic, Bronze, and Iron ages have been found inside Afghanistan. After the Indus Valley civilization stretched up to northeast Afghanistan, it was inhabited by the Iranic tribes and controlled by the Medes until about 500 BC when Darius the Great marched with his Persian army to make it part of the Achaemenid Empire. In 330 BC, Alexander the Great of Macedonia invaded the land after defeating Darius III of Persia in the Battle of Gaugamela. Much of Afghanistan became part of the Seleucid Empire followed by the Greco-Bactrian Kingdom. Seleucus I Nicator was defeated by Chandragupta Maurya and gave his daughter in peace treaty. The land was inhabited by various tribes and ruled by many different kingdoms for the next two millenniums. Before the arrival of Islam in the 7th century, there were a number of religions practiced in modern day Afghanistan, including Zoroastrianism, Ancient Iranian religions, Buddhism and Hinduism. The Kafiristan region, in the Hindu Kush mountain range, was not converted until the 19th century. | 2001-12-31T16:19:39Z | 2023-12-22T22:36:30Z | [
"Template:Reflist",
"Template:Cite web",
"Template:Usurped",
"Template:History of Afghanistan",
"Template:Citation needed",
"Template:Main",
"Template:By whom",
"Template:Circa",
"Template:Chronological chart for the historical periods of Afghanistan",
"Template:Cite book",
"Template:Commons category",
"Template:Short description",
"Template:Blockquote"
]
| https://en.wikipedia.org/wiki/Ancient_history_of_Afghanistan |
10,346 | Gravitational redshift | In physics and general relativity, gravitational redshift (known as Einstein shift in older literature) is the phenomenon that electromagnetic waves or photons travelling out of a gravitational well (seem to) lose energy. This loss of energy corresponds to a decrease in the wave frequency and increase in the wavelength, known more generally as a redshift. The opposite effect, in which photons (seem to) gain energy when travelling into a gravitational well, is known as a gravitational blueshift (a type of blueshift). The effect was first described by Einstein in 1907, eight years before his publication of the full theory of relativity.
Gravitational redshift can be interpreted as a consequence of the equivalence principle (that gravity and acceleration are equivalent and the redshift is caused by the Doppler effect) or as a consequence of the mass-energy equivalence and conservation of energy ('falling' photons gain energy), though there are numerous subtleties that complicate a rigorous derivation. A gravitational redshift can also equivalently be interpreted as gravitational time dilation at the source of the radiation: if two oscillators (attached to transmitters producing electromagnetic radiation) are operating at different gravitational potentials, the oscillator at the higher gravitational potential (farther from the attracting body) will seem to ‘tick’ faster; that is, when observed from the same location, it will have a higher measured frequency than the oscillator at the lower gravitational potential (closer to the attracting body).
To first approximation, gravitational redshift is proportional to the difference in gravitational potential divided by the speed of light squared, z = Δ U / c 2 {\displaystyle z=\Delta U/c^{2}} , thus resulting in a very small effect. Light escaping from the surface of the Sun was predicted by Einstein in 1911 to be redshifted by roughly 2 ppm or 2 × 10. Navigational signals from GPS satellites orbiting at 20,000 km altitude are perceived blueshifted by approximately 0.5 ppb or 5 × 10, corresponding to a (negligible) increase of less than 1 Hz in the frequency of a 1.5 GHz GPS radio signal (however, the accompanying gravitational time dilation affecting the atomic clock in the satellite is crucially important for accurate navigation). On the surface of the Earth the gravitational potential is proportional to height, Δ U = g Δ h {\displaystyle \Delta U=g\Delta h} , and the corresponding redshift is roughly 10 (0.1 part per quadrillion) per meter of change in elevation and/or altitude.
In astronomy, the magnitude of a gravitational redshift is often expressed as the velocity that would create an equivalent shift through the relativistic Doppler effect. In such units, the 2 ppm sunlight redshift corresponds to a 633 m/s receding velocity, roughly of the same magnitude as convective motions in the Sun, thus complicating the measurement. The GPS satellite gravitational blueshift velocity equivalent is less than 0.2 m/s, which is negligible compared to the actual Doppler shift resulting from its orbital velocity. In astronomical objects with strong gravitational fields the redshift can be much greater; for example, light from the surface of a white dwarf is gravitationally redshifted on average by around 50 km/s/c (around 170 ppm).
Observing the gravitational redshift in the Solar System is one of the classical tests of general relativity. Measuring the gravitational redshift to high precision with atomic clocks can serve as a test of Lorentz symmetry and guide searches for dark matter.
Einstein's theory of general relativity incorporates the equivalence principle, which can be stated in various different ways. One such statement is that gravitational effects are locally undetectable for a free-falling observer. Therefore, in a laboratory experiment at the surface of the Earth, all gravitational effects should be equivalent to the effects that would have been observed if the laboratory had been accelerating through outer space at g. One consequence is a gravitational Doppler effect. If a light pulse is emitted at the floor of the laboratory, then a free-falling observer says that by the time it reaches the ceiling, the ceiling has accelerated away from it, and therefore when observed by a detector fixed to the ceiling, it will be observed to have been Doppler shifted toward the red end of the spectrum. This shift, which the free-falling observer considers to be a kinematical Doppler shift, is thought of by the laboratory observer as a gravitational redshift. Such an effect was verified in the 1959 Pound–Rebka experiment. In a case such as this, where the gravitational field is uniform, the change in wavelength is given by
where Δ y {\displaystyle \Delta y} is the change in height. Since this prediction arises directly from the equivalence principle, it does not require any of the mathematical apparatus of general relativity, and its verification does not specifically support general relativity over any other theory that incorporates the equivalence principle.
On Earth's surface (or in a spaceship accelerating at 1g), the gravitational redshift is approximately 1.1 × 10, the equivalent of a 3.3 × 10 m/s Doppler shift, for every meter of height differential.
When the field is not uniform, the simplest and most useful case to consider is that of a spherically symmetric field. By Birkhoff's theorem, such a field is described in general relativity by the Schwarzschild metric, d τ 2 = ( 1 − r S / R ) d t 2 + … {\displaystyle d\tau ^{2}=\left(1-r_{\text{S}}/R\right)dt^{2}+\ldots } , where d τ {\displaystyle d\tau } is the clock time of an observer at distance R from the center, d t {\displaystyle dt} is the time measured by an observer at infinity, r S {\displaystyle r_{\text{S}}} is the Schwarzschild radius 2 G M / c 2 {\displaystyle 2GM/c^{2}} , "..." represents terms that vanish if the observer is at rest, G {\displaystyle G} is Newton's gravitational constant, M {\displaystyle M} the mass of the gravitating body, and c {\displaystyle c} the speed of light. The result is that frequencies and wavelengths are shifted according to the ratio
where
This can be related to the redshift parameter conventionally defined as z = λ ∞ / λ e − 1 {\displaystyle z=\lambda _{\infty }/\lambda _{\text{e}}-1} .
In the case where neither the emitter nor the observer is at infinity, the transitivity of Doppler shifts allows us to generalize the result to λ 1 / λ 2 = [ ( 1 − r S / R 1 ) / ( 1 − r S / R 2 ) ] 1 / 2 {\displaystyle \lambda _{1}/\lambda _{2}=\left[\left(1-r_{\text{S}}/R_{1}\right)/\left(1-r_{\text{S}}/R_{2}\right)\right]^{1/2}} . The redshift formula for the frequency ν = c / λ {\displaystyle \nu =c/\lambda } is ν o / ν e = λ e / λ o {\displaystyle \nu _{o}/\nu _{\text{e}}=\lambda _{\text{e}}/\lambda _{o}} . When R 1 − R 2 {\displaystyle R_{1}-R_{2}} is small, these results are consistent with the equation given above based on the equivalence principle.
The redshift ratio may also be expressed in terms of a (Newtonian) escape velocity v e {\displaystyle v_{\text{e}}} at R e = 2 G M / v e 2 {\displaystyle R_{\text{e}}=2GM/v_{\text{e}}^{2}} , resulting in the corresponding Lorentz factor:
For an object compact enough to have an event horizon, the redshift is not defined for photons emitted inside the Schwarzschild radius, both because signals cannot escape from inside the horizon and because an object such as the emitter cannot be stationary inside the horizon, as was assumed above. Therefore, this formula only applies when R e {\displaystyle R_{\text{e}}} is larger than r S {\displaystyle r_{\text{S}}} . When the photon is emitted at a distance equal to the Schwarzschild radius, the redshift will be infinitely large, and it will not escape to any finite distance from the Schwarzschild sphere. When the photon is emitted at an infinitely large distance, there is no redshift.
In the Newtonian limit, i.e. when R e {\displaystyle R_{\text{e}}} is sufficiently large compared to the Schwarzschild radius r S {\displaystyle r_{\text{S}}} , the redshift can be approximated as
where g {\displaystyle g} is the gravitational acceleration at R e {\displaystyle R_{\text{e}}} . For Earth's surface with respect to infinity, z is approximately 7 × 10 (the equivalent of a 0.2 m/s radial Doppler shift); for the Moon it is approximately 3 × 10 (about 1 cm/s). The value for the surface of the Sun is about 2 × 10, corresponding to 0.64 km/s. (For non-relativisitc velocities, the radial Doppler equivalent velocity can be approximated by multiplying z with the speed of light.)
The z-value can be expressed succinctly in terms of the escape velocity at R e {\displaystyle R_{\text{e}}} , since the gravitational potential is equal to half the square of the escape velocity, thus:
where v e {\displaystyle v_{\text{e}}} is the escape velocity at R e {\displaystyle R_{\text{e}}} .
It can also be related to the circular orbit velocity v o {\displaystyle v_{\text{o}}} at R e {\displaystyle R_{\text{e}}} , which equals v e / 2 {\displaystyle v_{\text{e}}/{\sqrt {2}}} , thus
For example, the gravitational blueshift of distant starlight due to the Sun's gravity, which the Earth is orbiting at about 30 km/s, would be approximately 1 × 10 or the equivalent of a 3 m/s radial Doppler shift.
For an object in a (circular) orbit, the gravitational redshift is of comparable magnitude as the transverse Doppler effect, z ≈ 1 2 β 2 {\displaystyle z\approx {\tfrac {1}{2}}\beta ^{2}} where β=v/c, while both are much smaller than the radial Doppler effect, for which z ≈ β {\displaystyle z\approx \beta } .
A number of experimenters initially claimed to have identified the effect using astronomical measurements, and the effect was considered to have been finally identified in the spectral lines of the star Sirius B by W.S. Adams in 1925. However, measurements by Adams have been criticized as being too low and these observations are now considered to be measurements of spectra that are unusable because of scattered light from the primary, Sirius A. The first accurate measurement of the gravitational redshift of a white dwarf was done by Popper in 1954, measuring a 21 km/s gravitational redshift of 40 Eridani B. The redshift of Sirius B was finally measured by Greenstein et al. in 1971, obtaining the value for the gravitational redshift of 89±16 km/s, with more accurate measurements by the Hubble Space Telescope, showing 80.4±4.8 km/s.
James W. Brault, a graduate student of Robert Dicke at Princeton University, measured the gravitational redshift of the sun using optical methods in 1962. In 2020, a team of scientists published the most accurate measurement of the solar gravitational redshift so far, made by analyzing Fe spectral lines in sunlight reflected by the Moon; their measurement of a mean global 638 ± 6 m/s lineshift is in agreement with the theoretical value of 633.1 m/s. Measuring the solar redshift is complicated by the Doppler shift caused by the motion of the Sun's surface, which is of similar magnitude as the gravitational effect.
In 2011 the group of Radek Wojtak of the Niels Bohr Institute at the University of Copenhagen collected data from 8000 galaxy clusters and found that the light coming from the cluster centers tended to be red-shifted compared to the cluster edges, confirming the energy loss due to gravity.
In 2018, the star S2 made its closest approach to Sgr A*, the 4-million solar mass supermassive black hole at the centre of the Milky Way, reaching 7650 km/s or about 2.5% of the speed of light while passing the black hole at a distance of just 120 AU, or 1400 Schwarzschild radii. Independent analyses by the GRAVITY collaboration (led by Reinhard Genzel) and the KECK/UCLA Galactic Center Group (led by Andrea Ghez) revealed a combined transverse Doppler and gravitational redshift up to 200 km/s/c, in agreement with general relativity predictions.
In 2021, Mediavilla (IAC, Spain) & Jiménez-Vicente (UGR, Spain) were able to use measurements of the gravitational redshift in quasars up to cosmological redshift of z~3 to confirm the predictions of Einstein's Equivalence Principle and the lack of cosmological evolution within 13%.
The effect is now considered to have been definitively verified by the experiments of Pound, Rebka and Snider between 1959 and 1965. The Pound–Rebka experiment of 1959 measured the gravitational redshift in spectral lines using a terrestrial Fe gamma source over a vertical height of 22.5 metres. This paper was the first determination of the gravitational redshift which used measurements of the change in wavelength of gamma-ray photons generated with the Mössbauer effect, which generates radiation with a very narrow line width. The accuracy of the gamma-ray measurements was typically 1%.
An improved experiment was done by Pound and Snider in 1965, with an accuracy better than the 1% level.
A very accurate gravitational redshift experiment was performed in 1976, where a hydrogen maser clock on a rocket was launched to a height of 10,000 km, and its rate compared with an identical clock on the ground. It tested the gravitational redshift to 0.007%.
Later tests can be done with the Global Positioning System (GPS), which must account for the gravitational redshift in its timing system, and physicists have analyzed timing data from the GPS to confirm other tests. When the first satellite was launched, it showed the predicted shift of 38 microseconds per day. This rate of the discrepancy is sufficient to substantially impair the function of GPS within hours if not accounted for. An excellent account of the role played by general relativity in the design of GPS can be found in Ashby 2003.
In 2010 an experiment placed two aluminum-ion quantum clocks close to each other, but with the second elevated 33 cm compared to the first, making the gravitational red shift effect visible in everyday lab scales.
In 2020 a group at the University of Tokyo measured the gravitational redshift of two strontium-87 optical lattice clocks. The measurement took place at Tokyo Tower where the clocks were separated by approximately 450 m and connected by telecom fibers. The gravitational redshift can be expressed as
where Δ ν = ν 2 − ν 1 {\displaystyle \Delta \nu =\nu _{2}-\nu _{1}} is the gravitational redshift, ν 1 {\displaystyle \nu _{1}} is the optical clock transition frequency, Δ U = U 2 − U 1 {\displaystyle \Delta U=U_{2}-U_{1}} is the difference in gravitational potential, and α {\displaystyle \alpha } denotes the violation from general relativity. By Ramsey spectroscopy of the strontium-87 optical clock transition (429 THz, 698 nm) the group determined the gravitational redshift between the two optical clocks to be 21.18 Hz, corresponding to a z-value of approximately 5 × 10. Their measured value of α {\displaystyle \alpha } , ( 1.4 ± 9.1 ) × 10 − 5 {\displaystyle (1.4\pm 9.1)\times 10^{-5}} , is an agreement with recent measurements made with hydrogen masers in elliptical orbits.
In October 2021 a group at JILA led by physicist Jun Ye reported a measurement of gravitational redshift in the submillimeter scale. The measurement is done on the Sr clock transition between the top and the bottom of a millimeter-tall ultracold cloud of 100,000 strontium atoms in an optical lattice.
The gravitational weakening of light from high-gravity stars was predicted by John Michell in 1783 and Pierre-Simon Laplace in 1796, using Isaac Newton's concept of light corpuscles (see: emission theory) and who predicted that some stars would have a gravity so strong that light would not be able to escape. The effect of gravity on light was then explored by Johann Georg von Soldner (1801), who calculated the amount of deflection of a light ray by the Sun, arriving at the Newtonian answer which is half the value predicted by general relativity. All of this early work assumed that light could slow down and fall, which is inconsistent with the modern understanding of light waves.
Once it became accepted that light was an electromagnetic wave, it was clear that the frequency of light should not change from place to place, since waves from a source with a fixed frequency keep the same frequency everywhere. One way around this conclusion would be if time itself were altered—if clocks at different points had different rates. This was precisely Einstein's conclusion in 1911. He considered an accelerating box, and noted that according to the special theory of relativity, the clock rate at the "bottom" of the box (the side away from the direction of acceleration) was slower than the clock rate at the "top" (the side toward the direction of acceleration). Indeed, in a frame moving (in x {\displaystyle x} direction) with velocity v {\displaystyle v} relative to the rest frame, the clocks at a nearby position d x {\displaystyle dx} are ahead by ( d x / c ) ( v / c ) {\displaystyle (dx/c)(v/c)} (to the first order); so an acceleration g {\displaystyle g} (that changes speed by g / d t {\displaystyle g/dt} per time d t {\displaystyle dt} ) makes clocks at the position d x {\displaystyle dx} to be ahead by ( d x / c ) ( g / c ) d t {\displaystyle (dx/c)(g/c)dt} , that is, tick at a rate
The equivalence principle implies that this change in clock rate is the same whether the acceleration g {\displaystyle g} is that of an accelerated frame without gravitational effects, or caused by a gravitational field in a stationary frame. Since acceleration due to gravitational potential V {\displaystyle V} is − d V / d x {\displaystyle -dV/dx} , we get
so –- in weak fields –- the change Δ R {\displaystyle \Delta R} in the clock rate is equal to − Δ V / c 2 {\displaystyle -\Delta V/c^{2}} .
Since the light would be slowed down by gravitational time dilation (as seen by outside observer), the regions with lower gravitational potential would act like a medium with higher refractive index causing light to deflect. This reasoning allowed Einstein in 1911 to reproduce the incorrect Newtonian value for the deflection of light. At the time he only considered the time-dilating manifestation of gravity, which is the dominating contribution at non-relativistic speeds; however relativistic objects travel through space a comparable amount as they do though time, so purely spatial curvature becomes just as important. After constructing the full theory of general relativity, Einstein solved in 1915 the full post-Newtonian approximation for the Sun's gravity and calculated the correct amount of light deflection – double the Newtonian value. Einstein's prediction was confirmed by many experiments, starting with Arthur Eddington's 1919 solar eclipse expedition.
The changing rates of clocks allowed Einstein to conclude that light waves change frequency as they move, and the frequency/energy relationship for photons allowed him to see that this was best interpreted as the effect of the gravitational field on the mass–energy of the photon. To calculate the changes in frequency in a nearly static gravitational field, only the time component of the metric tensor is important, and the lowest order approximation is accurate enough for ordinary stars and planets, which are much bigger than their Schwarzschild radius. | [
{
"paragraph_id": 0,
"text": "In physics and general relativity, gravitational redshift (known as Einstein shift in older literature) is the phenomenon that electromagnetic waves or photons travelling out of a gravitational well (seem to) lose energy. This loss of energy corresponds to a decrease in the wave frequency and increase in the wavelength, known more generally as a redshift. The opposite effect, in which photons (seem to) gain energy when travelling into a gravitational well, is known as a gravitational blueshift (a type of blueshift). The effect was first described by Einstein in 1907, eight years before his publication of the full theory of relativity.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Gravitational redshift can be interpreted as a consequence of the equivalence principle (that gravity and acceleration are equivalent and the redshift is caused by the Doppler effect) or as a consequence of the mass-energy equivalence and conservation of energy ('falling' photons gain energy), though there are numerous subtleties that complicate a rigorous derivation. A gravitational redshift can also equivalently be interpreted as gravitational time dilation at the source of the radiation: if two oscillators (attached to transmitters producing electromagnetic radiation) are operating at different gravitational potentials, the oscillator at the higher gravitational potential (farther from the attracting body) will seem to ‘tick’ faster; that is, when observed from the same location, it will have a higher measured frequency than the oscillator at the lower gravitational potential (closer to the attracting body).",
"title": ""
},
{
"paragraph_id": 2,
"text": "To first approximation, gravitational redshift is proportional to the difference in gravitational potential divided by the speed of light squared, z = Δ U / c 2 {\\displaystyle z=\\Delta U/c^{2}} , thus resulting in a very small effect. Light escaping from the surface of the Sun was predicted by Einstein in 1911 to be redshifted by roughly 2 ppm or 2 × 10. Navigational signals from GPS satellites orbiting at 20,000 km altitude are perceived blueshifted by approximately 0.5 ppb or 5 × 10, corresponding to a (negligible) increase of less than 1 Hz in the frequency of a 1.5 GHz GPS radio signal (however, the accompanying gravitational time dilation affecting the atomic clock in the satellite is crucially important for accurate navigation). On the surface of the Earth the gravitational potential is proportional to height, Δ U = g Δ h {\\displaystyle \\Delta U=g\\Delta h} , and the corresponding redshift is roughly 10 (0.1 part per quadrillion) per meter of change in elevation and/or altitude.",
"title": ""
},
{
"paragraph_id": 3,
"text": "In astronomy, the magnitude of a gravitational redshift is often expressed as the velocity that would create an equivalent shift through the relativistic Doppler effect. In such units, the 2 ppm sunlight redshift corresponds to a 633 m/s receding velocity, roughly of the same magnitude as convective motions in the Sun, thus complicating the measurement. The GPS satellite gravitational blueshift velocity equivalent is less than 0.2 m/s, which is negligible compared to the actual Doppler shift resulting from its orbital velocity. In astronomical objects with strong gravitational fields the redshift can be much greater; for example, light from the surface of a white dwarf is gravitationally redshifted on average by around 50 km/s/c (around 170 ppm).",
"title": ""
},
{
"paragraph_id": 4,
"text": "Observing the gravitational redshift in the Solar System is one of the classical tests of general relativity. Measuring the gravitational redshift to high precision with atomic clocks can serve as a test of Lorentz symmetry and guide searches for dark matter.",
"title": ""
},
{
"paragraph_id": 5,
"text": "Einstein's theory of general relativity incorporates the equivalence principle, which can be stated in various different ways. One such statement is that gravitational effects are locally undetectable for a free-falling observer. Therefore, in a laboratory experiment at the surface of the Earth, all gravitational effects should be equivalent to the effects that would have been observed if the laboratory had been accelerating through outer space at g. One consequence is a gravitational Doppler effect. If a light pulse is emitted at the floor of the laboratory, then a free-falling observer says that by the time it reaches the ceiling, the ceiling has accelerated away from it, and therefore when observed by a detector fixed to the ceiling, it will be observed to have been Doppler shifted toward the red end of the spectrum. This shift, which the free-falling observer considers to be a kinematical Doppler shift, is thought of by the laboratory observer as a gravitational redshift. Such an effect was verified in the 1959 Pound–Rebka experiment. In a case such as this, where the gravitational field is uniform, the change in wavelength is given by",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 6,
"text": "where Δ y {\\displaystyle \\Delta y} is the change in height. Since this prediction arises directly from the equivalence principle, it does not require any of the mathematical apparatus of general relativity, and its verification does not specifically support general relativity over any other theory that incorporates the equivalence principle.",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 7,
"text": "On Earth's surface (or in a spaceship accelerating at 1g), the gravitational redshift is approximately 1.1 × 10, the equivalent of a 3.3 × 10 m/s Doppler shift, for every meter of height differential.",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 8,
"text": "When the field is not uniform, the simplest and most useful case to consider is that of a spherically symmetric field. By Birkhoff's theorem, such a field is described in general relativity by the Schwarzschild metric, d τ 2 = ( 1 − r S / R ) d t 2 + … {\\displaystyle d\\tau ^{2}=\\left(1-r_{\\text{S}}/R\\right)dt^{2}+\\ldots } , where d τ {\\displaystyle d\\tau } is the clock time of an observer at distance R from the center, d t {\\displaystyle dt} is the time measured by an observer at infinity, r S {\\displaystyle r_{\\text{S}}} is the Schwarzschild radius 2 G M / c 2 {\\displaystyle 2GM/c^{2}} , \"...\" represents terms that vanish if the observer is at rest, G {\\displaystyle G} is Newton's gravitational constant, M {\\displaystyle M} the mass of the gravitating body, and c {\\displaystyle c} the speed of light. The result is that frequencies and wavelengths are shifted according to the ratio",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 9,
"text": "where",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 10,
"text": "This can be related to the redshift parameter conventionally defined as z = λ ∞ / λ e − 1 {\\displaystyle z=\\lambda _{\\infty }/\\lambda _{\\text{e}}-1} .",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 11,
"text": "In the case where neither the emitter nor the observer is at infinity, the transitivity of Doppler shifts allows us to generalize the result to λ 1 / λ 2 = [ ( 1 − r S / R 1 ) / ( 1 − r S / R 2 ) ] 1 / 2 {\\displaystyle \\lambda _{1}/\\lambda _{2}=\\left[\\left(1-r_{\\text{S}}/R_{1}\\right)/\\left(1-r_{\\text{S}}/R_{2}\\right)\\right]^{1/2}} . The redshift formula for the frequency ν = c / λ {\\displaystyle \\nu =c/\\lambda } is ν o / ν e = λ e / λ o {\\displaystyle \\nu _{o}/\\nu _{\\text{e}}=\\lambda _{\\text{e}}/\\lambda _{o}} . When R 1 − R 2 {\\displaystyle R_{1}-R_{2}} is small, these results are consistent with the equation given above based on the equivalence principle.",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 12,
"text": "The redshift ratio may also be expressed in terms of a (Newtonian) escape velocity v e {\\displaystyle v_{\\text{e}}} at R e = 2 G M / v e 2 {\\displaystyle R_{\\text{e}}=2GM/v_{\\text{e}}^{2}} , resulting in the corresponding Lorentz factor:",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 13,
"text": "For an object compact enough to have an event horizon, the redshift is not defined for photons emitted inside the Schwarzschild radius, both because signals cannot escape from inside the horizon and because an object such as the emitter cannot be stationary inside the horizon, as was assumed above. Therefore, this formula only applies when R e {\\displaystyle R_{\\text{e}}} is larger than r S {\\displaystyle r_{\\text{S}}} . When the photon is emitted at a distance equal to the Schwarzschild radius, the redshift will be infinitely large, and it will not escape to any finite distance from the Schwarzschild sphere. When the photon is emitted at an infinitely large distance, there is no redshift.",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 14,
"text": "In the Newtonian limit, i.e. when R e {\\displaystyle R_{\\text{e}}} is sufficiently large compared to the Schwarzschild radius r S {\\displaystyle r_{\\text{S}}} , the redshift can be approximated as",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 15,
"text": "where g {\\displaystyle g} is the gravitational acceleration at R e {\\displaystyle R_{\\text{e}}} . For Earth's surface with respect to infinity, z is approximately 7 × 10 (the equivalent of a 0.2 m/s radial Doppler shift); for the Moon it is approximately 3 × 10 (about 1 cm/s). The value for the surface of the Sun is about 2 × 10, corresponding to 0.64 km/s. (For non-relativisitc velocities, the radial Doppler equivalent velocity can be approximated by multiplying z with the speed of light.)",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 16,
"text": "The z-value can be expressed succinctly in terms of the escape velocity at R e {\\displaystyle R_{\\text{e}}} , since the gravitational potential is equal to half the square of the escape velocity, thus:",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 17,
"text": "where v e {\\displaystyle v_{\\text{e}}} is the escape velocity at R e {\\displaystyle R_{\\text{e}}} .",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 18,
"text": "It can also be related to the circular orbit velocity v o {\\displaystyle v_{\\text{o}}} at R e {\\displaystyle R_{\\text{e}}} , which equals v e / 2 {\\displaystyle v_{\\text{e}}/{\\sqrt {2}}} , thus",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 19,
"text": "For example, the gravitational blueshift of distant starlight due to the Sun's gravity, which the Earth is orbiting at about 30 km/s, would be approximately 1 × 10 or the equivalent of a 3 m/s radial Doppler shift.",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 20,
"text": "For an object in a (circular) orbit, the gravitational redshift is of comparable magnitude as the transverse Doppler effect, z ≈ 1 2 β 2 {\\displaystyle z\\approx {\\tfrac {1}{2}}\\beta ^{2}} where β=v/c, while both are much smaller than the radial Doppler effect, for which z ≈ β {\\displaystyle z\\approx \\beta } .",
"title": "Prediction by the equivalence principle and general relativity"
},
{
"paragraph_id": 21,
"text": "A number of experimenters initially claimed to have identified the effect using astronomical measurements, and the effect was considered to have been finally identified in the spectral lines of the star Sirius B by W.S. Adams in 1925. However, measurements by Adams have been criticized as being too low and these observations are now considered to be measurements of spectra that are unusable because of scattered light from the primary, Sirius A. The first accurate measurement of the gravitational redshift of a white dwarf was done by Popper in 1954, measuring a 21 km/s gravitational redshift of 40 Eridani B. The redshift of Sirius B was finally measured by Greenstein et al. in 1971, obtaining the value for the gravitational redshift of 89±16 km/s, with more accurate measurements by the Hubble Space Telescope, showing 80.4±4.8 km/s.",
"title": "Experimental verification"
},
{
"paragraph_id": 22,
"text": "James W. Brault, a graduate student of Robert Dicke at Princeton University, measured the gravitational redshift of the sun using optical methods in 1962. In 2020, a team of scientists published the most accurate measurement of the solar gravitational redshift so far, made by analyzing Fe spectral lines in sunlight reflected by the Moon; their measurement of a mean global 638 ± 6 m/s lineshift is in agreement with the theoretical value of 633.1 m/s. Measuring the solar redshift is complicated by the Doppler shift caused by the motion of the Sun's surface, which is of similar magnitude as the gravitational effect.",
"title": "Experimental verification"
},
{
"paragraph_id": 23,
"text": "In 2011 the group of Radek Wojtak of the Niels Bohr Institute at the University of Copenhagen collected data from 8000 galaxy clusters and found that the light coming from the cluster centers tended to be red-shifted compared to the cluster edges, confirming the energy loss due to gravity.",
"title": "Experimental verification"
},
{
"paragraph_id": 24,
"text": "In 2018, the star S2 made its closest approach to Sgr A*, the 4-million solar mass supermassive black hole at the centre of the Milky Way, reaching 7650 km/s or about 2.5% of the speed of light while passing the black hole at a distance of just 120 AU, or 1400 Schwarzschild radii. Independent analyses by the GRAVITY collaboration (led by Reinhard Genzel) and the KECK/UCLA Galactic Center Group (led by Andrea Ghez) revealed a combined transverse Doppler and gravitational redshift up to 200 km/s/c, in agreement with general relativity predictions.",
"title": "Experimental verification"
},
{
"paragraph_id": 25,
"text": "In 2021, Mediavilla (IAC, Spain) & Jiménez-Vicente (UGR, Spain) were able to use measurements of the gravitational redshift in quasars up to cosmological redshift of z~3 to confirm the predictions of Einstein's Equivalence Principle and the lack of cosmological evolution within 13%.",
"title": "Experimental verification"
},
{
"paragraph_id": 26,
"text": "The effect is now considered to have been definitively verified by the experiments of Pound, Rebka and Snider between 1959 and 1965. The Pound–Rebka experiment of 1959 measured the gravitational redshift in spectral lines using a terrestrial Fe gamma source over a vertical height of 22.5 metres. This paper was the first determination of the gravitational redshift which used measurements of the change in wavelength of gamma-ray photons generated with the Mössbauer effect, which generates radiation with a very narrow line width. The accuracy of the gamma-ray measurements was typically 1%.",
"title": "Experimental verification"
},
{
"paragraph_id": 27,
"text": "An improved experiment was done by Pound and Snider in 1965, with an accuracy better than the 1% level.",
"title": "Experimental verification"
},
{
"paragraph_id": 28,
"text": "A very accurate gravitational redshift experiment was performed in 1976, where a hydrogen maser clock on a rocket was launched to a height of 10,000 km, and its rate compared with an identical clock on the ground. It tested the gravitational redshift to 0.007%.",
"title": "Experimental verification"
},
{
"paragraph_id": 29,
"text": "Later tests can be done with the Global Positioning System (GPS), which must account for the gravitational redshift in its timing system, and physicists have analyzed timing data from the GPS to confirm other tests. When the first satellite was launched, it showed the predicted shift of 38 microseconds per day. This rate of the discrepancy is sufficient to substantially impair the function of GPS within hours if not accounted for. An excellent account of the role played by general relativity in the design of GPS can be found in Ashby 2003.",
"title": "Experimental verification"
},
{
"paragraph_id": 30,
"text": "In 2010 an experiment placed two aluminum-ion quantum clocks close to each other, but with the second elevated 33 cm compared to the first, making the gravitational red shift effect visible in everyday lab scales.",
"title": "Experimental verification"
},
{
"paragraph_id": 31,
"text": "In 2020 a group at the University of Tokyo measured the gravitational redshift of two strontium-87 optical lattice clocks. The measurement took place at Tokyo Tower where the clocks were separated by approximately 450 m and connected by telecom fibers. The gravitational redshift can be expressed as",
"title": "Experimental verification"
},
{
"paragraph_id": 32,
"text": "where Δ ν = ν 2 − ν 1 {\\displaystyle \\Delta \\nu =\\nu _{2}-\\nu _{1}} is the gravitational redshift, ν 1 {\\displaystyle \\nu _{1}} is the optical clock transition frequency, Δ U = U 2 − U 1 {\\displaystyle \\Delta U=U_{2}-U_{1}} is the difference in gravitational potential, and α {\\displaystyle \\alpha } denotes the violation from general relativity. By Ramsey spectroscopy of the strontium-87 optical clock transition (429 THz, 698 nm) the group determined the gravitational redshift between the two optical clocks to be 21.18 Hz, corresponding to a z-value of approximately 5 × 10. Their measured value of α {\\displaystyle \\alpha } , ( 1.4 ± 9.1 ) × 10 − 5 {\\displaystyle (1.4\\pm 9.1)\\times 10^{-5}} , is an agreement with recent measurements made with hydrogen masers in elliptical orbits.",
"title": "Experimental verification"
},
{
"paragraph_id": 33,
"text": "In October 2021 a group at JILA led by physicist Jun Ye reported a measurement of gravitational redshift in the submillimeter scale. The measurement is done on the Sr clock transition between the top and the bottom of a millimeter-tall ultracold cloud of 100,000 strontium atoms in an optical lattice.",
"title": "Experimental verification"
},
{
"paragraph_id": 34,
"text": "The gravitational weakening of light from high-gravity stars was predicted by John Michell in 1783 and Pierre-Simon Laplace in 1796, using Isaac Newton's concept of light corpuscles (see: emission theory) and who predicted that some stars would have a gravity so strong that light would not be able to escape. The effect of gravity on light was then explored by Johann Georg von Soldner (1801), who calculated the amount of deflection of a light ray by the Sun, arriving at the Newtonian answer which is half the value predicted by general relativity. All of this early work assumed that light could slow down and fall, which is inconsistent with the modern understanding of light waves.",
"title": "Early historical development of the theory"
},
{
"paragraph_id": 35,
"text": "Once it became accepted that light was an electromagnetic wave, it was clear that the frequency of light should not change from place to place, since waves from a source with a fixed frequency keep the same frequency everywhere. One way around this conclusion would be if time itself were altered—if clocks at different points had different rates. This was precisely Einstein's conclusion in 1911. He considered an accelerating box, and noted that according to the special theory of relativity, the clock rate at the \"bottom\" of the box (the side away from the direction of acceleration) was slower than the clock rate at the \"top\" (the side toward the direction of acceleration). Indeed, in a frame moving (in x {\\displaystyle x} direction) with velocity v {\\displaystyle v} relative to the rest frame, the clocks at a nearby position d x {\\displaystyle dx} are ahead by ( d x / c ) ( v / c ) {\\displaystyle (dx/c)(v/c)} (to the first order); so an acceleration g {\\displaystyle g} (that changes speed by g / d t {\\displaystyle g/dt} per time d t {\\displaystyle dt} ) makes clocks at the position d x {\\displaystyle dx} to be ahead by ( d x / c ) ( g / c ) d t {\\displaystyle (dx/c)(g/c)dt} , that is, tick at a rate",
"title": "Early historical development of the theory"
},
{
"paragraph_id": 36,
"text": "The equivalence principle implies that this change in clock rate is the same whether the acceleration g {\\displaystyle g} is that of an accelerated frame without gravitational effects, or caused by a gravitational field in a stationary frame. Since acceleration due to gravitational potential V {\\displaystyle V} is − d V / d x {\\displaystyle -dV/dx} , we get",
"title": "Early historical development of the theory"
},
{
"paragraph_id": 37,
"text": "so –- in weak fields –- the change Δ R {\\displaystyle \\Delta R} in the clock rate is equal to − Δ V / c 2 {\\displaystyle -\\Delta V/c^{2}} .",
"title": "Early historical development of the theory"
},
{
"paragraph_id": 38,
"text": "Since the light would be slowed down by gravitational time dilation (as seen by outside observer), the regions with lower gravitational potential would act like a medium with higher refractive index causing light to deflect. This reasoning allowed Einstein in 1911 to reproduce the incorrect Newtonian value for the deflection of light. At the time he only considered the time-dilating manifestation of gravity, which is the dominating contribution at non-relativistic speeds; however relativistic objects travel through space a comparable amount as they do though time, so purely spatial curvature becomes just as important. After constructing the full theory of general relativity, Einstein solved in 1915 the full post-Newtonian approximation for the Sun's gravity and calculated the correct amount of light deflection – double the Newtonian value. Einstein's prediction was confirmed by many experiments, starting with Arthur Eddington's 1919 solar eclipse expedition.",
"title": "Early historical development of the theory"
},
{
"paragraph_id": 39,
"text": "The changing rates of clocks allowed Einstein to conclude that light waves change frequency as they move, and the frequency/energy relationship for photons allowed him to see that this was best interpreted as the effect of the gravitational field on the mass–energy of the photon. To calculate the changes in frequency in a nearly static gravitational field, only the time component of the metric tensor is important, and the lowest order approximation is accurate enough for ordinary stars and planets, which are much bigger than their Schwarzschild radius.",
"title": "Early historical development of the theory"
}
]
| In physics and general relativity, gravitational redshift is the phenomenon that electromagnetic waves or photons travelling out of a gravitational well lose energy. This loss of energy corresponds to a decrease in the wave frequency and increase in the wavelength, known more generally as a redshift. The opposite effect, in which photons gain energy when travelling into a gravitational well, is known as a gravitational blueshift. The effect was first described by Einstein in 1907, eight years before his publication of the full theory of relativity. Gravitational redshift can be interpreted as a consequence of the equivalence principle or as a consequence of the mass-energy equivalence and conservation of energy, though there are numerous subtleties that complicate a rigorous derivation. A gravitational redshift can also equivalently be interpreted as gravitational time dilation at the source of the radiation: if two oscillators are operating at different gravitational potentials, the oscillator at the higher gravitational potential will seem to ‘tick’ faster; that is, when observed from the same location, it will have a higher measured frequency than the oscillator at the lower gravitational potential. To first approximation, gravitational redshift is proportional to the difference in gravitational potential divided by the speed of light squared, z = Δ U / c 2 , thus resulting in a very small effect. Light escaping from the surface of the Sun was predicted by Einstein in 1911 to be redshifted by roughly 2 ppm or 2 × 10−6. Navigational signals from GPS satellites orbiting at 20,000 km altitude are perceived blueshifted by approximately 0.5 ppb or 5 × 10−10, corresponding to a (negligible) increase of less than 1 Hz in the frequency of a 1.5 GHz GPS radio signal. On the surface of the Earth the gravitational potential is proportional to height, Δ U = g Δ h , and the corresponding redshift is roughly 10−16 per meter of change in elevation and/or altitude. In astronomy, the magnitude of a gravitational redshift is often expressed as the velocity that would create an equivalent shift through the relativistic Doppler effect. In such units, the 2 ppm sunlight redshift corresponds to a 633 m/s receding velocity, roughly of the same magnitude as convective motions in the Sun, thus complicating the measurement. The GPS satellite gravitational blueshift velocity equivalent is less than 0.2 m/s, which is negligible compared to the actual Doppler shift resulting from its orbital velocity. In astronomical objects with strong gravitational fields the redshift can be much greater; for example, light from the surface of a white dwarf is gravitationally redshifted on average by around 50 km/s/c. Observing the gravitational redshift in the Solar System is one of the classical tests of general relativity. Measuring the gravitational redshift to high precision with atomic clocks can serve as a test of Lorentz symmetry and guide searches for dark matter. | 2002-01-01T00:16:27Z | 2023-11-20T21:39:23Z | [
"Template:Citation needed",
"Template:Cite web",
"Template:Authority control",
"Template:Cite conference",
"Template:Cite book",
"Template:Special relativity sidebar",
"Template:Cite journal",
"Template:Cite arXiv",
"Template:Reflist",
"Template:Cite news",
"Template:Cite thesis",
"Template:Cite press release",
"Template:About-distinguish",
"Template:See also",
"Template:Portal",
"Template:For",
"Template:Short description",
"Template:General relativity sidebar",
"Template:Physical cosmology"
]
| https://en.wikipedia.org/wiki/Gravitational_redshift |
10,350 | Easter Rising | The Easter Rising (Irish: Éirí Amach na Cásca), also known as the Easter Rebellion, was an armed insurrection in Ireland during Easter Week in April 1916. The Rising was launched by Irish republicans against British rule in Ireland with the aim of establishing an independent Irish Republic while the United Kingdom was fighting the First World War. It was the most significant uprising in Ireland since the rebellion of 1798 and the first armed conflict of the Irish revolutionary period. Sixteen of the Rising's leaders were executed starting in May 1916. The nature of the executions, and subsequent political developments, ultimately contributed to an increase in popular support for Irish independence.
Organised by a seven-man Military Council of the Irish Republican Brotherhood, the Rising began on Easter Monday, 24 April 1916 and lasted for six days. Members of the Irish Volunteers, led by schoolmaster and Irish language activist Patrick Pearse, joined by the smaller Irish Citizen Army of James Connolly and 200 women of Cumann na mBan, seized strategically important buildings in Dublin and proclaimed the Irish Republic. The British Army brought in thousands of reinforcements as well as artillery and a gunboat. There was street fighting on the routes into the city centre, where the rebels slowed the British advance and inflicted many casualties. Elsewhere in Dublin, the fighting mainly consisted of sniping and long-range gun battles. The main rebel positions were gradually surrounded and bombarded with artillery. There were isolated actions in other parts of Ireland; Volunteer leader Eoin MacNeill had issued a countermand in a bid to halt the Rising, which greatly reduced the extent of the rebel actions.
With much greater numbers and heavier weapons, the British Army suppressed the Rising. Pearse agreed to an unconditional surrender on Saturday 29 April, although sporadic fighting continued briefly. After the surrender, the country remained under martial law. About 3,500 people were taken prisoner by the British and 1,800 of them were sent to internment camps or prisons in Britain. Most of the leaders of the Rising were executed following courts martial. The Rising brought physical force republicanism back to the forefront of Irish politics, which for nearly fifty years had been dominated by constitutional nationalism. Opposition to the British reaction to the Rising contributed to changes in public opinion and the move toward independence, as shown in the December 1918 election in Ireland which was won by the Sinn Féin party, which convened the First Dáil and declared independence.
Of the 485 people killed, 260 were civilians, 143 were British military and police personnel, and 82 were Irish rebels, including 16 rebels executed for their roles in the Rising. More than 2,600 people were wounded. Many of the civilians were killed or wounded by British artillery fire or were mistaken for rebels. Others were caught in the crossfire during firefights between the British and the rebels. The shelling and resulting fires left parts of central Dublin in ruins.
The Acts of Union 1800 united the Kingdom of Great Britain and the Kingdom of Ireland as the United Kingdom of Great Britain and Ireland, abolishing the Irish Parliament and giving Ireland representation in the British Parliament. From early on, many Irish nationalists opposed the union and the continued lack of adequate political representation, along with the British government's handling of Ireland and Irish people, particularly the Great Irish Famine. The union was closely preceded by and formed partly in response to an Irish uprising – whose centenary would prove an influence on the Easter Rising. Three more rebellions ensued: one in 1803, another in 1848 and one in 1867 – all were failures.
Opposition took other forms: constitutional (the Repeal Association; the Home Rule League) and social (disestablishment of the Church of Ireland; the Land League). The Irish Home Rule movement sought to achieve self-government for Ireland, within the United Kingdom. In 1886, the Irish Parliamentary Party under Charles Stewart Parnell succeeded in having the First Home Rule Bill introduced in the British parliament, but it was defeated. The Second Home Rule Bill of 1893 was passed by the House of Commons but rejected by the House of Lords.
After the death of Parnell, younger and more radical nationalists became disillusioned with parliamentary politics and turned toward more extreme forms of separatism. The Gaelic Athletic Association, the Gaelic League, and the cultural revival under W. B. Yeats and Augusta, Lady Gregory, together with the new political thinking of Arthur Griffith expressed in his newspaper Sinn Féin and organisations such as the National Council and the Sinn Féin League, led many Irish people to identify with the idea of an independent Gaelic Ireland.
The Third Home Rule Bill was introduced by British Liberal Prime Minister H. H. Asquith in 1912. Irish Unionists, who were overwhelmingly Protestants, opposed it, as they did not want to be ruled by a Catholic-dominated Irish government. Led by Sir Edward Carson and James Craig, they formed the Ulster Volunteers (UVF) in January 1913. The UVF's opposition included arming themselves, in the event that they had to resist by force.
Seeking to defend Home Rule, the Irish Volunteers was formed in November 1913. Although sporting broadly open membership and without avowed support for separatism, the executive branch of the Irish Volunteers – excluding leadership – was dominated by the Irish Republican Brotherhood (IRB) who rose to prominence via the organization, having had restarted recuritment in 1909. These members feared that Home Rule's enactment would result in a broad, seemingly perpetual, contentment with the British Empire. Another militant group, the Irish Citizen Army, was formed by trade unionists as a result of the Dublin Lock-out of that year. The issue of Home Rule, appeared to some, as the basis of an "imminent civil war".
Although the Third Home Rule Bill was eventually enacted, the outbreak of the First World War resulted in its implementation being postponed for the war's duration. It was widely believed at the time that the war would not last more than a few months. The Irish Volunteers split. The vast majority – thereafter known as the National Volunteers – enlisted in the British Army. The minority that objected – retaining the name – did so in accordance with separatist principles, official policy thus becoming "the abolition of the system of governing Ireland through Dublin Castle and the British military power and the establishment of a National Government in its place"; the Volunteers believed that "England’s difficulty" was "Ireland’s opportunity".
The Supreme Council of the IRB met on 5 September 1914, just over a month after the British government had declared war on Germany. At this meeting, they elected to stage an uprising before the war ended and to secure help from Germany. Responsibility for the planning of the rising was given to Tom Clarke and Seán Mac Diarmada. Patrick Pearse, Michael Joseph O’Rahilly, Joseph Plunkett and Bulmer Hobson would assume general control of the Volunteers by March 1915.
In May 1915, Clarke and Mac Diarmada established a Military Council within the IRB, consisting of Pearse, Plunkett and Éamonn Ceannt – and soon themselves – to devise plans for a rising. The Military Council functioned independently and in opposition to those who considered a possible uprising inopportune. Volunteer Chief-of-Staff Eoin MacNeill supported a rising only if the British government attempted to suppress the Volunteers or introduce conscription in Ireland, and if such a rising had some chance of success. Hobson and IRB President Denis McCullough held similar views as did much of the executive branches of both organizations.
The Military Council kept its plans secret, so as to prevent the British authorities from learning of the plans, and to thwart those within the organisation who might try to stop the rising. The secrecy of the plans was such that the Military Council largely superseded the IRB's Supreme Council with even McCullough being unaware of some of the plans, whereas the likes of MacNeill were only informed as the Rising rapidly approached. Although most Volunteers were oblivious to any plans their training increased in the preceding year. The public nature of their training hightened tensions with authorities, which, come the next year, manifested in rumours of the Rising. Public displays likewise existed in the espousal of anti-recruitiment. The number of Volunteers also increased: between December 1914 and February 1916 the rank and file rose from 9,700 to 12,215. Although the likes of the civil servants were discouraged from joining the Volunteers, the organization was permitted by law.
Shortly after the outbreak of World War I, Roger Casement and John Devoy went to Germany and began negotiations with the German government and military. Casement – later accompanied by Plunkett – persuaded the Germans to announce their support for Irish independence in November 1914. Casement envisioned the recuritment of Irish prisoners of war, aided by a German expeditionary force who would secure the line of the River Shannon, before advancing on the capital. Neither intention came to fruition however the German military did agree to ship arms and ammunition to the Volunteers. After the split and on account of the war, smuggling had become liable and precarious.
Head of the Irish Citizen Army, James Connolly, was unaware of the IRB's plans, and threatened to start a rebellion on his own if other parties failed to act. The IRB leaders met with Connolly at Clontarf Town Hall in January 1916 and convinced him to join forces with them. They agreed that they would launch a rising together at Easter and made Connolly the sixth member of the Military Council. Thomas MacDonagh would later become the seventh and final member.
The death of the old Fenian leader Jeremiah O'Donovan Rossa in New York City in August 1915 was an opportunity to mount a spectacular demonstration. His body was sent to Ireland for burial in Glasnevin Cemetery, with the Volunteers in charge of arrangements. Huge crowds lined the route and gathered at the graveside. Pearse made a dramatic funeral oration, a rallying call to republicans, which ended with the words "Ireland unfree shall never be at peace".
In early April, Pearse issued orders to the Irish Volunteers for three days of "parades and manoeuvres" beginning on Easter Sunday. He had the authority to do this, as the Volunteers' Director of Organisation. The idea was that IRB members within the organisation would know these were orders to begin the rising, while men such as MacNeill and the British authorities would take it at face value.
On 9 April, the German Navy dispatched the SS Libau for County Kerry, disguised as the Norwegian ship Aud. It was loaded with 20,000 rifles, one million rounds of ammunition, and explosives. Casement also left for Ireland aboard the German submarine U-19. He was disappointed with the level of support offered by the Germans and he intended to stop or at least postpone the rising. During this time, the Volunteers amassed ammunition from various sources, including the adolescent Michael McCabe.
On Wednesday 19 April, Alderman Tom Kelly, a Sinn Féin member of Dublin Corporation, read out at a meeting of the corporation a document purportedly leaked from Dublin Castle, detailing plans by the British authorities to shortly arrest leaders of the Irish Volunteers, Sinn Féin and the Gaelic League, and occupy their premises. Although the British authorities said the "Castle Document" was fake, MacNeill ordered the Volunteers to prepare to resist. Unbeknownst to MacNeill, the document had been forged by the Military Council to persuade moderates of the need for their planned uprising. It was an edited version of a real document outlining British plans in the event of conscription. That same day, the Military Council informed senior Volunteer officers that the rising would begin on Easter Sunday. However, it chose not to inform the rank-and-file, or moderates such as MacNeill, until the last minute.
The following day, MacNeill got wind that a rising was about to be launched and threatened to do everything he could to prevent it, short of informing the British. He and Hobson confronted Pearse, however, refrained from decisive action as to avoiding instigating a rebellion of any kind; Hobson would be detained by Volunteers until the Rising occurred.
The SS Libau (disguised as the Aud) and the U-19 reached the coast of Kerry on Good Friday, 21 April. This was earlier than the Volunteers expected and so none were there to meet the vessels. The Royal Navy had known about the arms shipment and intercepted the SS Libau, prompting the captain to scuttle the ship. Furthermore, Casement was captured shortly after he landed at Banna Strand.
When MacNeill learned from Volunteer Patrick Whelan that the arms shipment had been lost, he reverted to his original position. With the support of other leaders of like mind, notably Bulmer Hobson and The O'Rahilly, he issued a countermand to all Volunteers, cancelling all actions for Sunday. This countermanding order was relayed to Volunteer officers and printed in the Sunday morning newspapers. The order resulted in a delay to the rising by a day, and some confusion over strategy for those who took part.
British Naval Intelligence had been aware of the arms shipment, Casement's return, and the Easter date for the rising through radio messages between Germany and its embassy in the United States that were intercepted by the Royal Navy and deciphered in Room 40 of the Admiralty. It is unclear how extensive Room 40's decryptions preceding the Rising were. On the eve of the Rising, John Dillon wrote to Redmond of Dublin being "full of most extraordinary rumours. And I have no doubt in my mind that the Clan men – are planning some devilish business – what it is I cannot make out. It may not come off – But you must not be surprised if something very unpleasant and mischievous happens this week".
The information was passed to the Under-Secretary for Ireland, Sir Matthew Nathan, on 17 April, but without revealing its source Nathan was doubtful about its accuracy. When news reached Dublin of the capture of the SS Libau and the arrest of Casement, Nathan conferred with the Lord Lieutenant, Lord Wimborne. Nathan proposed to raid Liberty Hall, headquarters of the Citizen Army, and Volunteer properties at Father Matthew Park and at Kimmage, but Wimborne insisted on wholesale arrests of the leaders. It was decided to postpone action until after Easter Monday, and in the meantime, Nathan telegraphed the Chief Secretary, Augustine Birrell, in London seeking his approval. By the time Birrell cabled his reply authorising the action, at noon on Monday 24 April 1916, the Rising had already begun.
On the morning of Easter Sunday, 23 April, the Military Council met at Liberty Hall to discuss what to do in light of MacNeill's countermanding order. They decided that the Rising would go ahead the following day, Easter Monday, and that the Irish Volunteers and Irish Citizen Army would go into action as the 'Army of the Irish Republic'. They elected Pearse as president of the Irish Republic, and also as Commander-in-Chief of the army; Connolly became Commandant of the Dublin Brigade. That weekend was largely spent preparing rations and manufacturing ammunition and bombs. Messengers were then sent to all units informing them of the new orders.
On the morning of Monday 24 April, about 1,200 members of the Irish Volunteers and Irish Citizen Army mustered at several locations in central Dublin. Among them were members of the all-female Cumann na mBan. Some wore Irish Volunteer and Citizen Army uniforms, while others wore civilian clothes with a yellow Irish Volunteer armband, military hats, and bandoliers. They were armed mostly with rifles (especially 1871 Mausers), but also with shotguns, revolvers, a few Mauser C96 semi-automatic pistols, and grenades. The number of Volunteers who mobilised was much smaller than expected. This was due to MacNeill's countermanding order, and the fact that the new orders had been sent so soon beforehand. However, several hundred Volunteers joined the Rising after it began.
Shortly before midday, the rebels began to seize important sites in central Dublin. The rebels' plan was to hold Dublin city centre. This was a large, oval-shaped area bounded by two canals: the Grand to the south and the Royal to the north, with the River Liffey running through the middle. On the southern and western edges of this district were five British Army barracks. Most of the rebels' positions had been chosen to defend against counter-attacks from these barracks. The rebels took the positions with ease. Civilians were evacuated and policemen were ejected or taken prisoner. Windows and doors were barricaded, food and supplies were secured, and first aid posts were set up. Barricades were erected on the streets to hinder British Army movement.
A joint force of about 400 Volunteers and the Citizen Army gathered at Liberty Hall under the command of Commandant James Connolly. This was the headquarters battalion, and it also included Commander-in-Chief Patrick Pearse, as well as Tom Clarke, Seán Mac Diarmada and Joseph Plunkett. They marched to the General Post Office (GPO) on O'Connell Street, Dublin's main thoroughfare, occupied the building and hoisted two republican flags. Pearse stood outside and read the Proclamation of the Irish Republic. Copies of the Proclamation were also pasted on walls and handed out to bystanders by Volunteers and newsboys. The GPO would be the rebels' headquarters for most of the Rising. Volunteers from the GPO also occupied other buildings on the street, including buildings overlooking O'Connell Bridge. They took over a wireless telegraph station and sent out a radio broadcast in Morse code, announcing that an Irish Republic had been declared. This was the first radio broadcast in Ireland.
Elsewhere, some of the headquarters battalion under Michael Mallin occupied St Stephen's Green, where they dug trenches and barricaded the surrounding roads. The 1st battalion, under Edward 'Ned' Daly, occupied the Four Courts and surrounding buildings, while a company under Seán Heuston occupied the Mendicity Institution, across the River Liffey from the Four Courts. The 2nd battalion, under Thomas MacDonagh, occupied Jacob's biscuit factory. The 3rd battalion, under Éamon de Valera, occupied Boland's Mill and surrounding buildings. The 4th battalion, under Éamonn Ceannt, occupied the South Dublin Union and the distillery on Marrowbone Lane. From each of these garrisons, small units of rebels established outposts in the surrounding area.
The rebels also attempted to cut transport and communication links. As well as erecting roadblocks, they took control of various bridges and cut telephone and telegraph wires. Westland Row and Harcourt Street railway stations were occupied, though the latter only briefly. The railway line was cut at Fairview and the line was damaged by bombs at Amiens Street, Broadstone, Kingsbridge and Lansdowne Road.
Around midday, a small team of Volunteers and Fianna Éireann members swiftly captured the Magazine Fort in the Phoenix Park and disarmed the guards. The goal was to seize weapons and blow up the ammunition store to signal that the Rising had begun. They seized weapons and planted explosives, but the blast was not loud enough to be heard across the city. The 23-year-old son of the fort's commander was fatally shot when he ran to raise the alarm.
A contingent under Seán Connolly occupied Dublin City Hall and adjacent buildings. They attempted to seize neighbouring Dublin Castle, the heart of British rule in Ireland. As they approached the gate a lone and unarmed police sentry, James O'Brien, attempted to stop them and was shot dead by Connolly. According to some accounts, he was the first casualty of the Rising. The rebels overpowered the soldiers in the guardroom but failed to press further. The British Army's chief intelligence officer, Major Ivon Price, fired on the rebels while the Under-Secretary for Ireland, Sir Matthew Nathan, helped shut the castle gates. Unbeknownst to the rebels, the Castle was lightly guarded and could have been taken with ease. The rebels instead laid siege to the Castle from City Hall. Fierce fighting erupted there after British reinforcements arrived. The rebels on the roof exchanged fire with soldiers on the street. Seán Connolly was shot dead by a sniper, becoming the first rebel casualty. By the following morning, British forces had re-captured City Hall and taken the rebels prisoner.
The rebels did not attempt to take some other key locations, notably Trinity College, in the heart of the city centre and defended by only a handful of armed unionist students. Failure to capture the telephone exchange in Crown Alley left communications in the hands of the Government with GPO staff quickly repairing telephone wires that had been cut by the rebels. The failure to occupy strategic locations was attributed to lack of manpower. In at least two incidents, at Jacob's and Stephen's Green, the Volunteers and Citizen Army shot dead civilians trying to attack them or dismantle their barricades. Elsewhere, they hit civilians with their rifle butts to drive them off.
The British military were caught totally unprepared by the Rising and their response of the first day was generally un-coordinated. Two squadrons of British cavalry were sent to investigate what was happening. They took fire and casualties from rebel forces at the GPO and at the Four Courts. As one troop passed Nelson's Pillar, the rebels opened fire from the GPO, killing three cavalrymen and two horses and fatally wounding a fourth man. The cavalrymen retreated and were withdrawn to barracks. On Mount Street, a group of Volunteer Training Corps men stumbled upon the rebel position and four were killed before they reached Beggars Bush Barracks.
The only substantial combat of the first day of the Rising took place at the South Dublin Union where a piquet from the Royal Irish Regiment encountered an outpost of Éamonn Ceannt's force at the northwestern corner of the South Dublin Union. The British troops, after taking some casualties, managed to regroup and launch several assaults on the position before they forced their way inside and the small rebel force in the tin huts at the eastern end of the Union surrendered. However, the Union complex as a whole remained in rebel hands. A nurse in uniform, Margaret Keogh, was shot dead by British soldiers at the Union. She is believed to have been the first civilian killed in the Rising.
Three unarmed Dublin Metropolitan Police were shot dead on the first day of the Rising and their Commissioner pulled them off the streets. Partly as a result of the police withdrawal, a wave of looting broke out in the city centre, especially in the area of O'Connell Street (still officially called "Sackville Street" at the time).
Lord Wimborne, the Lord Lieutenant, declared martial law on Tuesday evening and handed over civil power to Brigadier-General William Lowe. British forces initially put their efforts into securing the approaches to Dublin Castle and isolating the rebel headquarters, which they believed was in Liberty Hall. The British commander, Lowe, worked slowly, unsure of the size of the force he was up against, and with only 1,269 troops in the city when he arrived from the Curragh Camp in the early hours of Tuesday 25 April. City Hall was taken from the rebel unit that had attacked Dublin Castle on Tuesday morning.
In the early hours of Tuesday, 120 British soldiers, with machine guns, occupied two buildings overlooking St Stephen's Green: the Shelbourne Hotel and United Services Club. At dawn they opened fire on the Citizen Army occupying the green. The rebels returned fire but were forced to retreat to the Royal College of Surgeons building. They remained there for the rest of the week, exchanging fire with British forces.
Fighting erupted along the northern edge of the city centre on Tuesday afternoon. In the northeast, British troops left Amiens Street railway station in an armoured train, to secure and repair a section of damaged tracks. They were attacked by rebels who had taken up position at Annesley Bridge. After a two-hour battle, the British were forced to retreat and several soldiers were captured. At Phibsborough, in the northwest, rebels had occupied buildings and erected barricades at junctions on the North Circular Road. The British summoned 18-pounder field artillery from Athlone and shelled the rebel positions, destroying the barricades. After a fierce firefight, the rebels withdrew.
That afternoon Pearse walked out into O'Connell Street with a small escort and stood in front of Nelson's Pillar. As a large crowd gathered, he read out a 'manifesto to the citizens of Dublin,' calling on them to support the Rising.
The rebels had failed to take either of Dublin's two main railway stations or either of its ports, at Dublin Port and Kingstown. As a result, during the following week, the British were able to bring in thousands of reinforcements from Britain and from their garrisons at the Curragh and Belfast. By the end of the week, British strength stood at over 16,000 men. Their firepower was provided by field artillery which they positioned on the Northside of the city at Phibsborough and at Trinity College, and by the patrol vessel Helga, which sailed up the Liffey, having been summoned from the port at Kingstown. On Wednesday, 26 April, the guns at Trinity College and Helga shelled Liberty Hall, and the Trinity College guns then began firing at rebel positions, first at Boland's Mill and then in O'Connell Street. Some rebel commanders, particularly James Connolly, did not believe that the British would shell the 'second city' of the British Empire.
The principal rebel positions at the GPO, the Four Courts, Jacob's Factory and Boland's Mill saw little action. The British surrounded and bombarded them rather than assault them directly. One Volunteer in the GPO recalled, "we did practically no shooting as there was no target". Entertainment ensued within the factory, "everybody merry & cheerful", bar the "occasional sniping", noted one Volunteer. However, where the rebels dominated the routes by which the British tried to funnel reinforcements into the city, there was fierce fighting.
At 5:25 PM Volunteers Eamon Martin, Garry Holohan, Robert Beggs, Sean Cody, Dinny O'Callaghan, Charles Shelley, Peadar Breslin and five others attempted to occupy Broadstone railway station on Church Street, the attack was unsuccessful and Martin was injured.
On Wednesday morning, hundreds of British troops encircled the Mendicity Institution, which was occupied by 26 Volunteers under Seán Heuston. British troops advanced on the building, supported by snipers and machine-gun fire, but the Volunteers put up stiff resistance. Eventually, the troops got close enough to hurl grenades into the building, some of which the rebels threw back. Exhausted and almost out of ammunition, Heuston's men became the first rebel position to surrender. Heuston had been ordered to hold his position for a few hours, to delay the British, but had held on for three days.
Reinforcements were sent to Dublin from Britain and disembarked at Kingstown on the morning of Wednesday 26 April. Heavy fighting occurred at the rebel-held positions around the Grand Canal as these troops advanced towards Dublin. More than 1,000 Sherwood Foresters were repeatedly caught in a crossfire trying to cross the canal at Mount Street Bridge. Seventeen Volunteers were able to severely disrupt the British advance, killing or wounding 240 men. Despite there being alternative routes across the canal nearby, General Lowe ordered repeated frontal assaults on the Mount Street position. The British eventually took the position, which had not been reinforced by the nearby rebel garrison at Boland's Mills, on Thursday, but the fighting there inflicted up to two-thirds of their casualties for the entire week for a cost of just four dead Volunteers. It had taken nearly nine hours for the British to advance 300 yd (270 m).
On Wednesday Linenhall Barracks on Constitution Hill was burnt down under the orders of Commandant Edward Daly to prevent its reoccupation by the British.
The rebel position at the South Dublin Union (site of the present-day St. James's Hospital) and Marrowbone Lane, further west along the canal, also inflicted heavy losses on British troops. The South Dublin Union was a large complex of buildings and there was vicious fighting around and inside the buildings. Cathal Brugha, a rebel officer, distinguished himself in this action and was badly wounded. By the end of the week, the British had taken some of the buildings in the Union, but others remained in rebel hands. British troops also took casualties in unsuccessful frontal assaults on the Marrowbone Lane Distillery.
The third major scene of fighting during the week was in the area of North King Street, north of the Four Courts. The rebels had established strong outposts in the area, occupying numerous small buildings and barricading the streets. From Thursday to Saturday, the British made repeated attempts to capture the area, in what was some of the fiercest fighting of the Rising. As the troops moved in, the rebels continually opened fire from windows and behind chimneys and barricades. At one point, a platoon led by Major Sheppard made a bayonet charge on one of the barricades but was cut down by rebel fire. The British employed machine guns and attempted to avoid direct fire by using makeshift armoured trucks, and by mouse-holing through the inside walls of terraced houses to get near the rebel positions. By the time of the rebel headquarters' surrender on Saturday, the South Staffordshire Regiment under Colonel Taylor had advanced only 150 yd (140 m) down the street at a cost of 11 dead and 28 wounded. The enraged troops broke into the houses along the street and shot or bayoneted fifteen unarmed male civilians whom they accused of being rebel fighters.
Elsewhere, at Portobello Barracks, an officer named Bowen Colthurst summarily executed six civilians, including the pacifist nationalist activist, Francis Sheehy-Skeffington. These instances of British troops killing Irish civilians would later be highly controversial in Ireland.
The headquarters garrison at the GPO was forced to evacuate after days of shelling when a fire caused by the shells spread to the GPO. Connolly had been incapacitated by a bullet wound to the ankle and had passed command on to Pearse. The O'Rahilly was killed in a sortie from the GPO. They tunnelled through the walls of the neighbouring buildings in order to evacuate the Post Office without coming under fire and took up a new position in 16 Moore Street. The young Seán McLoughlin was given military command and planned a breakout, but Pearse realised this plan would lead to further loss of civilian life.
On Saturday 29 April, from this new headquarters, Pearse issued an order for all companies to surrender. Pearse surrendered unconditionally to Brigadier-General Lowe. The surrender document read:
In order to prevent the further slaughter of Dublin citizens, and in the hope of saving the lives of our followers now surrounded and hopelessly outnumbered, the members of the Provisional Government present at headquarters have agreed to an unconditional surrender, and the commandants of the various districts in the City and County will order their commands to lay down arms.
The other posts surrendered only after Pearse's surrender order, carried by nurse Elizabeth O'Farrell, reached them. Sporadic fighting, therefore, continued until Sunday, when word of the surrender was got to the other rebel garrisons. Command of British forces had passed from Lowe to General John Maxwell, who arrived in Dublin just in time to take the surrender. Maxwell was made temporary military governor of Ireland.
The Rising was planned to occur across the nation, however, MacNeill's countermanding order coupled with the failure to secure German arms hindered this objective significantly. Charles Townshend contended that serious intentions for a national Rising were meagre, being diminished by a focus upon Dublin – although this is an increasingly contentious notion. Fighting did still reverberate.
In the south, around 1,200 Volunteers commanded by Tomás Mac Curtain mustered on the Sunday in Cork, but they dispersed on Wednesday after receiving nine contradictory orders by dispatch from the Volunteer leadership in Dublin. At their Sheares Street headquarters, some of the Volunteers engaged in a standoff with British forces. Much to the anger of many Volunteers, MacCurtain, under pressure from Catholic clergy, agreed to surrender his men's arms to the British. The only violence in Cork occurred when the RIC attempted to raid the home of the Kent family. The Kent brothers, who were Volunteers, engaged in a three-hour firefight with the RIC. An RIC officer and one of the brothers were killed, while another brother was later executed. Virtually all rebel family homes were raided, either during or after the Rising.
In the north, Volunteer companies were mobilised in County Tyrone at Coalisland (including 132 men from Belfast led by IRB President Dennis McCullough) and Carrickmore, under the leadership of Patrick McCartan. They also mobilised at Creeslough, County Donegal under Daniel Kelly and James McNulty. However, in part because of the confusion caused by the countermanding order, the Volunteers in these locations dispersed without fighting.
In Fingal (north County Dublin), about 60 Volunteers mobilised near Swords. They belonged to the 5th Battalion of the Dublin Brigade (also known as the Fingal Battalion), and were led by Thomas Ashe and his second in command, Richard Mulcahy. Unlike the rebels elsewhere, the Fingal Battalion successfully employed guerrilla tactics. They set up camp and Ashe split the battalion into four sections: three would undertake operations while the fourth was kept in reserve, guarding camp and foraging for food. The Volunteers moved against the RIC barracks in Swords, Donabate and Garristown, forcing the RIC to surrender and seizing all the weapons. They also damaged railway lines and cut telegraph wires. The railway line at Blanchardstown was bombed to prevent a troop train from reaching Dublin. This derailed a cattle train, which had been sent ahead of the troop train.
The only large-scale engagement of the Rising, outside Dublin city, was at Ashbourne, County Meath. On Friday, about 35 Fingal Volunteers surrounded the Ashbourne RIC barracks and called on it to surrender, but the RIC responded with a volley of gunfire. A firefight followed, and the RIC surrendered after the Volunteers attacked the building with a homemade grenade. Before the surrender could be taken, up to sixty RIC men arrived in a convoy, sparking a five-hour gun battle, in which eight RIC men were killed and 18 wounded. Two Volunteers were also killed and five wounded, and a civilian was fatally shot. The RIC surrendered and were disarmed. Ashe let them go after warning them not to fight against the Irish Republic again. Ashe's men camped at Kilsalaghan near Dublin until they received orders to surrender on Saturday. The Fingal Battalion's tactics during the Rising foreshadowed those of the IRA during the War of Independence that followed.
Volunteer contingents also mobilised nearby in counties Meath and Louth but proved unable to link up with the North Dublin unit until after it had surrendered. In County Louth, Volunteers shot dead an RIC man near the village of Castlebellingham on 24 April, in an incident in which 15 RIC men were also taken prisoner.
In County Wexford, 100–200 Volunteers—led by Robert Brennan, Séamus Doyle and Seán Etchingham—took over the town of Enniscorthy on Thursday 27 April until Sunday. Volunteer officer Paul Galligan had cycled 200 km from rebel headquarters in Dublin with orders to mobilise. They blocked all roads into the town and made a brief attack on the RIC barracks, but chose to blockade it rather than attempt to capture it. They flew the tricolour over the Athenaeum building, which they had made their headquarters, and paraded uniformed in the streets. They also occupied Vinegar Hill, where the United Irishmen had made a last stand in the 1798 rebellion. The public largely supported the rebels and many local men offered to join them.
By Saturday, up to 1,000 rebels had been mobilised, and a detachment was sent to occupy the nearby village of Ferns. In Wexford, the British assembled a column of 1,000 soldiers (including the Connaught Rangers), two field guns and a 4.7 inch naval gun on a makeshift armoured train. On Sunday, the British sent messengers to Enniscorthy, informing the rebels of Pearse's surrender order. However, the Volunteer officers were sceptical. Two of them were escorted by the British to Arbour Hill Prison, where Pearse confirmed the surrender order.
In County Galway, 600–700 Volunteers mobilised on Tuesday under Liam Mellows. His plan was to "bottle up the British garrison and divert the British from concentrating on Dublin". However, his men were poorly armed, with only 25 rifles, 60 revolvers, 300 shotguns and some homemade grenades – many of them only had pikes. Most of the action took place in a rural area to the east of Galway city. They made unsuccessful attacks on the RIC barracks at Clarinbridge and Oranmore, captured several officers, and bombed a bridge and railway line, before taking up position near Athenry. There was also a skirmish between rebels and an RIC mobile patrol at Carnmore crossroads. A constable, Patrick Whelan, was shot dead after he had called to the rebels: "Surrender, boys, I know ye all".
On Wednesday, HMS Laburnum arrived in Galway Bay and shelled the countryside on the northeastern edge of Galway. The rebels retreated southeast to Moyode, an abandoned country house and estate. From here they set up lookout posts and sent out scouting parties. On Friday, HMS Gloucester landed 200 Royal Marines and began shelling the countryside near the rebel position. The rebels retreated further south to Limepark, another abandoned country house. Deeming the situation to be hopeless, they dispersed on Saturday morning. Many went home and were arrested following the Rising, while others, including Mellows, went "on the run". By the time British reinforcements arrived in the west, the Rising there had already disintegrated.
In County Limerick, 300 Irish Volunteers assembled at Glenquin Castle near Killeedy, but they did not take any military action.
In County Clare, Micheal Brennan marched with 100 Volunteers (from Meelick, Oatfield, and Cratloe) to the River Shannon on Easter Monday to await orders from the Rising leaders in Dublin, and weapons from the expected Casement shipment. However, neither arrived and no actions were taken.
The Easter Rising resulted in at least 485 deaths, according to the Glasnevin Trust. Of those killed:
More than 2,600 were wounded; including at least 2,200 civilians and rebels, at least 370 British soldiers and 29 policemen. All 16 police fatalities and 22 of the British soldiers killed were Irishmen. About 40 of those killed were children (under 17 years old), four of whom were members of the rebel forces.
The number of casualties each day steadily rose, with 55 killed on Monday and 78 killed on Saturday. The British Army suffered their biggest losses in the Battle of Mount Street Bridge on Wednesday when at least 30 soldiers were killed. The rebels also suffered their biggest losses on that day. The RIC suffered most of their casualties in the Battle of Ashbourne on Friday.
The majority of the casualties, both killed and wounded, were civilians. Most of the civilian casualties and most of the casualties overall were caused by the British Army. This was due to the British using artillery, incendiary shells and heavy machine guns in built-up areas, as well as their "inability to discern rebels from civilians". One Royal Irish Regiment officer recalled, "they regarded, not unreasonably, every one they saw as an enemy, and fired at anything that moved". Many other civilians were killed when caught in the crossfire. Both sides, British and rebel, also shot civilians deliberately on occasion; for not obeying orders (such as to stop at checkpoints), for assaulting or attempting to hinder them, and for looting. There were also instances of British troops killing unarmed civilians out of revenge or frustration: notably in the North King Street Massacre, where fifteen were killed, and at Portobello Barracks, where six were shot. Furthermore, there were incidents of friendly fire. On 29 April, the Royal Dublin Fusiliers under Company Quartermaster Sergeant Robert Flood shot dead two British officers and two Irish civilian employees of the Guinness Brewery after he decided they were rebels. Flood was court-martialled for murder but acquitted.
According to the historian Fearghal McGarry, the rebels attempted to avoid needless bloodshed. Desmond Ryan stated that Volunteers were told "no firing was to take place except under orders or to repel attack". Aside from the engagement at Ashbourne, policemen and unarmed soldiers were not systematically targeted, and a large group of policemen was allowed to stand at Nelson's Pillar throughout Monday. McGarry writes that the Irish Citizen Army "were more ruthless than Volunteers when it came to shooting policemen" and attributes this to the "acrimonious legacy" of the Dublin Lock-out.
The vast majority of the Irish casualties were buried in Glasnevin Cemetery in the aftermath of the fighting. British families came to Dublin Castle in May 1916 to reclaim the bodies of British soldiers, and funerals were arranged. Soldiers whose bodies were not claimed were given military funerals in Grangegorman Military Cemetery.
In the immediate aftermath, the Rising was commonly described as the "Sinn Féin Rebellion", reflecting a popular belief that Sinn Féin, a separatist organisation that was neither militant nor republican, was behind it. General Maxwell, for example, signalled his intention "to arrest all dangerous Sinn Feiners", including "those who have taken an active part in the movement although not in the present rebellion".
A total of 3,430 men and 79 women were arrested, including 425 people for looting – roughly, 1,500 of these arrests accounted for the rebels. Detainees were overwhelmingly young, Catholic and religious. 1,424 men and 73 women were released after a few weeks of imprisonment; the remaining majority of convicts were held until June 1917.
A series of courts martial began on 2 May, in which 187 people were tried. Controversially, Maxwell decided that the courts martial would be held in secret and without a defence, which Crown law officers later ruled to have been illegal. Some of those who conducted the trials had commanded British troops involved in suppressing the Rising, a conflict of interest that the Military Manual prohibited. Only one of those tried by courts martial was a woman, Constance Markievicz, who was also the only woman to be kept in solitary confinement. Ninety were sentenced to death. Fifteen of those (including all seven signatories of the Proclamation) had their sentences confirmed by Maxwell and fourteen were executed by firing squad at Kilmainham Gaol between 3 and 12 May.
Maxwell stated that only the "ringleaders" and those proven to have committed "cold-blooded murder" would be executed. However, some of those executed were not leaders and did not kill anyone, such as Willie Pearse and John MacBride; Thomas Kent did not come out at all—he was executed for the killing of a police officer during the raid on his house the week after the Rising. The most prominent leader to escape execution was Éamon de Valera, Commandant of the 3rd Battalion, who did so partly because of his American birth. Hobson went into hiding, re-emerging after the June amnesty, largely to scorn.
Most of the executions took place over a ten-day period:
The arrests had an extensive effect on hundreds of families and communities; anti-English sentiment developed among the public, as separatists declared the arrests as indicative of a draconian approach. The public, at large, feared that the response was "an assault on the entirety of the Irish national cause". This radical transformation was recognised in the moment and had become a point of concern among British authorities; after Connolly's execution, the remaining death sentences were commuted to penal servitude. Growing support for republicanism can be found as early as June 1916; imprisonment largely failed to deter militants – interned rebels would proceed to fight at higher rates than those who weren't – who thereafter quickly reorganised the movement.
Under Regulation 14B of the Defence of the Realm Act 1914 1,836 men were interned at internment camps and prisons in England and Wales. As urban areas were becoming the nexus for republicanism, Internees were largely from such areas. Many Internees had not taken part in the Rising; many thereafter became sympathetic to the nationalist cause.
Internees occupied themselves with the likes of lectures, craftwork, music and sports. These activities – which included games of Gaelic football, crafting of Gaelic symbols, and lessons in Irish – regularly had a nationalist character and the cause itself developed a sense of cohesion within the camps. The military studies included reviews and revision of the Rising. Interment lasted until December of that year with releases having started in July. Martial law had ceased by the end of November.
Casement was tried in London for high treason and hanged at Pentonville Prison on 3 August.
On Tuesday 25 April, Dubliner Francis Sheehy-Skeffington, a pacifist nationalist activist, was arrested and then taken as hostage and human shield by Captain John Bowen-Colthurst; that night Bowen-Colthurst shot dead a teenage boy. Skeffington was executed the next day – alongside two journalists. Two hours later, Bowen-Colthurst captured the Labour Party councillor and IRB lieutenant, Richard O'Carroll and had him shot in the street. Major Sir Francis Vane raised concerns over Bowen-Colthurst's actions and saw to him being court martialled. Bowen-Colthurst was found guilty but insane and was sentenced to an insane asylum. Owing to political pressure, an inquiry soon transpired, revealing the murders and their cover-up. The killing of Skeffington and others provoked outrage among citizens.
The other incident was the 'North King Street Massacre'. On the night of 28–29 April, British soldiers of the South Staffordshire Regiment, under Colonel Henry Taylor, had burst into houses on North King Street and killed fifteen male civilians whom they accused of being rebels. The soldiers shot or bayoneted the victims, and then secretly buried some of them in cellars or backyards after robbing them. The area saw some of the fiercest fighting of the Rising and the British had taken heavy casualties for little gain. Maxwell attempted to excuse the killings and argued that the rebels were ultimately responsible. He claimed that "the rebels wore no uniform" and that the people of North King Street were rebel sympathisers. Maxwell concluded that such incidents "are absolutely unavoidable in such a business as this" and that "under the circumstance the troops [...] behaved with the greatest restraint". A private brief, prepared for the Prime Minister, said the soldiers "had orders not to take any prisoners" but took it to mean they were to shoot any suspected rebel. The City Coroner's inquest found that soldiers had killed "unarmed and unoffending" residents. The military court of inquiry ruled that no specific soldiers could be held responsible, and no action was taken.
A Royal Commission was set up to enquire into the causes of the Rising. It began hearings on 18 May under the chairmanship of Lord Hardinge of Penshurst. The Commission heard evidence from Sir Matthew Nathan, Augustine Birrell, Lord Wimborne, Sir Neville Chamberlain (Inspector-General of the Royal Irish Constabulary), General Lovick Friend, Major Ivor Price of Military Intelligence and others. The report, published on 26 June, was critical of the Dublin administration, saying that "Ireland for several years had been administered on the principle that it was safer and more expedient to leave the law in abeyance if collision with any faction of the Irish people could thereby be avoided." Birrell and Nathan had resigned immediately after the Rising. Wimborne resisted the pressure to resign, but was recalled to London by Asquith. He was re-appointed in July 1916. Chamberlain also resigned.
At first, many Dubliners were bewildered by the outbreak of the Rising. James Stephens, who was in Dublin during the week, thought, "None of these people were prepared for Insurrection. The thing had been sprung on them so suddenly they were unable to take sides." Eyewitnesses equated the ruins of Dublin with those begotten by the war: the physical damage, which included over ninety fires, was largely confined to Sackville Street. In the immediate aftermath, the Irish government was in disarray.
There was great hostility towards the Volunteers in some parts of the city which escalated to physical violence in some instances. Historian Keith Jeffery noted that most of the opposition came from the dependents of British Army personnel. The death and destruction, which resulted in disrupted trade, considerable looting and unemployment, contributed to the antagonism of the Volunteers, who were denounced as "murderers" and "starvers of the people" – the monetary consequences of the Rising were estimated to be at £2,500,000. International aid was supplied to residents – nationalists aided the dependents of Volunteers. The British Government compensated the consequences to the sum of £2,500,000.
Support for the rebels did exist among Dubliners, expressed through both crowds cheering at prisoners and reverent silence. With martial law seeing this expression prosecuted, many would-be supporters elected to remain silent although "a strong undercurrent of disloyalty" was still felt. Drawing upon this support, and amidst the deluge of nationalist ephemera, the immensely popular Catholic Bulletin eulogised Volunteers killed in action and implored readers to donate; entertainment was offered as an extension of those intentions, targeting local sectors to great success. The Bulletin's Catholic character allowed it to evade the widespread censorship of press and seizure of republican propaganda; it therefore exposed many unaware readers to said propaganda.
A meeting called by Count Plunkett on 19 April 1917 led to the formation of a broad political movement under the banner of Sinn Féin which was formalised at the Sinn Féin Ard Fheis of 25 October 1917. The Conscription Crisis of 1918 further intensified public support for Sinn Féin before the general elections to the British Parliament on 14 December 1918, which resulted in a landslide victory for Sinn Féin, winning 73 seats out of 105, whose Members of Parliament (MPs) gathered in Dublin on 21 January 1919 to form Dáil Éireann and adopt the Declaration of Independence.
During that election, they drew directly upon the Rising and their popularity was significantly accreditable to that association, one that accrued political prestige until the end of the century. Many participants of the Rising would soon assume electoral positions. Sinn Féin served as an alternative to the Irish Parliamentary Party whose support for British establishments alienated voters.
Sinn Féin would become closely aligned with the Irish Republican Army, who sought to continue the IRB's ideals and waged armed conflict against British forces.
1916 – containing both the Rising and the Battle of the Somme, events paramount to the memory of Irish Republicans and Ulster Unionists, respectively – had a profound effect on Ireland and is remembered accordingly. The Rising was among the events that ended colonial rule in Ireland, succeeded by the Irish War of Independence. The legacy of the Rising possess many dimensions although the declaration of the Republic and the ensuing executions remain focal points.
Annual parades in celebration of the Rising occurred for many years, however, ceased after The Troubles in Northern Ireland began, being seen as supportive of republican paramilitary violence – the Rising is a common feature of republican murals in Northern Ireland. These commemorations celebrated the Rising as the origin of the Irish state, a stance reiterated through extensive analysis. Unionists contend that the Rising was an illegal attack on the British State that should not be celebrated. Revivalism of the parades has inspired significant public debate, although the centenary of the Rising, which featured the likes of ceremonies and memorials, was largely successful and praised for its sensitivity.
The leaders of the Rising were "instantly apotheosized" and remembrance was situated within a larger republican tradition of claimed martyrdom – the Catholic Church would contend this narrative as the foundational myth of the Irish Free State, assuming a place within the remembrance as an association between republicanism and Catholicism grew. Within the Free State, the Rising was sanctified by officials, positioned as a "highly disciplined military operation". Historians largely agree that the Rising succeeded by offering a symbolic display of sacrifice, while the military action was a considerable failure. As Monk Gibbon remarked the "shots from khaki-uniformed firing parties did more to create the Republic of Ireland than any shot fired by a Volunteer in the course of Easter week."
Literature surrounding the Rising was significant: MacDonagh, Plunkett, and Pearse were themselves poets, whose ideals were granted a spiritual dimension in their work; Arnold Bax, Francis Ledwidge, George William Russell and W. B. Yeats responded through verse that ranged from endorsement to elegies. Although James Joyce was ambivalent to the insurgence, metaphors of and imagery consistent with the Rising appear in his later work. Hugh Leonard, Denis Johnston, Tom Murphy, Roddy Doyle and Sorley MacLean are among writers would later invoke the Rising. Being extensively dramatised, its theatricality was identified in the moment and has been stressed in its remembrance. Literary and political evocation position the Rising as a "watershed moment" central to Irish history.
Black, Basque, Breton, Catalan and Indian nationalists have drawn upon the Rising and its consequences. For the latter, Jawaharlal Nehru noted, the symbolic display was the appeal, that of the transcendent, "invincible spirit of a nation"; such was broadly appealing in America, where diasporic, occasionally socialist, nationalism occurred. Vladimir Lenin was effusive, ascribing its anti-imperalism a singular significance within geopolitics – his only misgiving was its estrangement from the broader wave of revolution occurring.
During the Troubles, significant revisionism of the Rising occurred. Revisionists contended that it was not a "heroic drama" as thought but rather informed the violence transpiring, by having legitimised a "cult of 'blood sacrifice'". With the advent of a Provisional IRA ceasefire and the beginning of what became known as the Peace Process during the 1990s, the government's view of the Rising grew more positive and in 1996 an 80th anniversary commemoration at the Garden of Remembrance in Dublin was attended by the Taoiseach and leader of Fine Gael, John Bruton. | [
{
"paragraph_id": 0,
"text": "The Easter Rising (Irish: Éirí Amach na Cásca), also known as the Easter Rebellion, was an armed insurrection in Ireland during Easter Week in April 1916. The Rising was launched by Irish republicans against British rule in Ireland with the aim of establishing an independent Irish Republic while the United Kingdom was fighting the First World War. It was the most significant uprising in Ireland since the rebellion of 1798 and the first armed conflict of the Irish revolutionary period. Sixteen of the Rising's leaders were executed starting in May 1916. The nature of the executions, and subsequent political developments, ultimately contributed to an increase in popular support for Irish independence.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Organised by a seven-man Military Council of the Irish Republican Brotherhood, the Rising began on Easter Monday, 24 April 1916 and lasted for six days. Members of the Irish Volunteers, led by schoolmaster and Irish language activist Patrick Pearse, joined by the smaller Irish Citizen Army of James Connolly and 200 women of Cumann na mBan, seized strategically important buildings in Dublin and proclaimed the Irish Republic. The British Army brought in thousands of reinforcements as well as artillery and a gunboat. There was street fighting on the routes into the city centre, where the rebels slowed the British advance and inflicted many casualties. Elsewhere in Dublin, the fighting mainly consisted of sniping and long-range gun battles. The main rebel positions were gradually surrounded and bombarded with artillery. There were isolated actions in other parts of Ireland; Volunteer leader Eoin MacNeill had issued a countermand in a bid to halt the Rising, which greatly reduced the extent of the rebel actions.",
"title": ""
},
{
"paragraph_id": 2,
"text": "With much greater numbers and heavier weapons, the British Army suppressed the Rising. Pearse agreed to an unconditional surrender on Saturday 29 April, although sporadic fighting continued briefly. After the surrender, the country remained under martial law. About 3,500 people were taken prisoner by the British and 1,800 of them were sent to internment camps or prisons in Britain. Most of the leaders of the Rising were executed following courts martial. The Rising brought physical force republicanism back to the forefront of Irish politics, which for nearly fifty years had been dominated by constitutional nationalism. Opposition to the British reaction to the Rising contributed to changes in public opinion and the move toward independence, as shown in the December 1918 election in Ireland which was won by the Sinn Féin party, which convened the First Dáil and declared independence.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Of the 485 people killed, 260 were civilians, 143 were British military and police personnel, and 82 were Irish rebels, including 16 rebels executed for their roles in the Rising. More than 2,600 people were wounded. Many of the civilians were killed or wounded by British artillery fire or were mistaken for rebels. Others were caught in the crossfire during firefights between the British and the rebels. The shelling and resulting fires left parts of central Dublin in ruins.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The Acts of Union 1800 united the Kingdom of Great Britain and the Kingdom of Ireland as the United Kingdom of Great Britain and Ireland, abolishing the Irish Parliament and giving Ireland representation in the British Parliament. From early on, many Irish nationalists opposed the union and the continued lack of adequate political representation, along with the British government's handling of Ireland and Irish people, particularly the Great Irish Famine. The union was closely preceded by and formed partly in response to an Irish uprising – whose centenary would prove an influence on the Easter Rising. Three more rebellions ensued: one in 1803, another in 1848 and one in 1867 – all were failures.",
"title": "Background"
},
{
"paragraph_id": 5,
"text": "Opposition took other forms: constitutional (the Repeal Association; the Home Rule League) and social (disestablishment of the Church of Ireland; the Land League). The Irish Home Rule movement sought to achieve self-government for Ireland, within the United Kingdom. In 1886, the Irish Parliamentary Party under Charles Stewart Parnell succeeded in having the First Home Rule Bill introduced in the British parliament, but it was defeated. The Second Home Rule Bill of 1893 was passed by the House of Commons but rejected by the House of Lords.",
"title": "Background"
},
{
"paragraph_id": 6,
"text": "After the death of Parnell, younger and more radical nationalists became disillusioned with parliamentary politics and turned toward more extreme forms of separatism. The Gaelic Athletic Association, the Gaelic League, and the cultural revival under W. B. Yeats and Augusta, Lady Gregory, together with the new political thinking of Arthur Griffith expressed in his newspaper Sinn Féin and organisations such as the National Council and the Sinn Féin League, led many Irish people to identify with the idea of an independent Gaelic Ireland.",
"title": "Background"
},
{
"paragraph_id": 7,
"text": "The Third Home Rule Bill was introduced by British Liberal Prime Minister H. H. Asquith in 1912. Irish Unionists, who were overwhelmingly Protestants, opposed it, as they did not want to be ruled by a Catholic-dominated Irish government. Led by Sir Edward Carson and James Craig, they formed the Ulster Volunteers (UVF) in January 1913. The UVF's opposition included arming themselves, in the event that they had to resist by force.",
"title": "Background"
},
{
"paragraph_id": 8,
"text": "Seeking to defend Home Rule, the Irish Volunteers was formed in November 1913. Although sporting broadly open membership and without avowed support for separatism, the executive branch of the Irish Volunteers – excluding leadership – was dominated by the Irish Republican Brotherhood (IRB) who rose to prominence via the organization, having had restarted recuritment in 1909. These members feared that Home Rule's enactment would result in a broad, seemingly perpetual, contentment with the British Empire. Another militant group, the Irish Citizen Army, was formed by trade unionists as a result of the Dublin Lock-out of that year. The issue of Home Rule, appeared to some, as the basis of an \"imminent civil war\".",
"title": "Background"
},
{
"paragraph_id": 9,
"text": "Although the Third Home Rule Bill was eventually enacted, the outbreak of the First World War resulted in its implementation being postponed for the war's duration. It was widely believed at the time that the war would not last more than a few months. The Irish Volunteers split. The vast majority – thereafter known as the National Volunteers – enlisted in the British Army. The minority that objected – retaining the name – did so in accordance with separatist principles, official policy thus becoming \"the abolition of the system of governing Ireland through Dublin Castle and the British military power and the establishment of a National Government in its place\"; the Volunteers believed that \"England’s difficulty\" was \"Ireland’s opportunity\".",
"title": "Background"
},
{
"paragraph_id": 10,
"text": "The Supreme Council of the IRB met on 5 September 1914, just over a month after the British government had declared war on Germany. At this meeting, they elected to stage an uprising before the war ended and to secure help from Germany. Responsibility for the planning of the rising was given to Tom Clarke and Seán Mac Diarmada. Patrick Pearse, Michael Joseph O’Rahilly, Joseph Plunkett and Bulmer Hobson would assume general control of the Volunteers by March 1915.",
"title": "Planning the Rising"
},
{
"paragraph_id": 11,
"text": "In May 1915, Clarke and Mac Diarmada established a Military Council within the IRB, consisting of Pearse, Plunkett and Éamonn Ceannt – and soon themselves – to devise plans for a rising. The Military Council functioned independently and in opposition to those who considered a possible uprising inopportune. Volunteer Chief-of-Staff Eoin MacNeill supported a rising only if the British government attempted to suppress the Volunteers or introduce conscription in Ireland, and if such a rising had some chance of success. Hobson and IRB President Denis McCullough held similar views as did much of the executive branches of both organizations.",
"title": "Planning the Rising"
},
{
"paragraph_id": 12,
"text": "The Military Council kept its plans secret, so as to prevent the British authorities from learning of the plans, and to thwart those within the organisation who might try to stop the rising. The secrecy of the plans was such that the Military Council largely superseded the IRB's Supreme Council with even McCullough being unaware of some of the plans, whereas the likes of MacNeill were only informed as the Rising rapidly approached. Although most Volunteers were oblivious to any plans their training increased in the preceding year. The public nature of their training hightened tensions with authorities, which, come the next year, manifested in rumours of the Rising. Public displays likewise existed in the espousal of anti-recruitiment. The number of Volunteers also increased: between December 1914 and February 1916 the rank and file rose from 9,700 to 12,215. Although the likes of the civil servants were discouraged from joining the Volunteers, the organization was permitted by law.",
"title": "Planning the Rising"
},
{
"paragraph_id": 13,
"text": "Shortly after the outbreak of World War I, Roger Casement and John Devoy went to Germany and began negotiations with the German government and military. Casement – later accompanied by Plunkett – persuaded the Germans to announce their support for Irish independence in November 1914. Casement envisioned the recuritment of Irish prisoners of war, aided by a German expeditionary force who would secure the line of the River Shannon, before advancing on the capital. Neither intention came to fruition however the German military did agree to ship arms and ammunition to the Volunteers. After the split and on account of the war, smuggling had become liable and precarious.",
"title": "Planning the Rising"
},
{
"paragraph_id": 14,
"text": "Head of the Irish Citizen Army, James Connolly, was unaware of the IRB's plans, and threatened to start a rebellion on his own if other parties failed to act. The IRB leaders met with Connolly at Clontarf Town Hall in January 1916 and convinced him to join forces with them. They agreed that they would launch a rising together at Easter and made Connolly the sixth member of the Military Council. Thomas MacDonagh would later become the seventh and final member.",
"title": "Planning the Rising"
},
{
"paragraph_id": 15,
"text": "The death of the old Fenian leader Jeremiah O'Donovan Rossa in New York City in August 1915 was an opportunity to mount a spectacular demonstration. His body was sent to Ireland for burial in Glasnevin Cemetery, with the Volunteers in charge of arrangements. Huge crowds lined the route and gathered at the graveside. Pearse made a dramatic funeral oration, a rallying call to republicans, which ended with the words \"Ireland unfree shall never be at peace\".",
"title": "Planning the Rising"
},
{
"paragraph_id": 16,
"text": "In early April, Pearse issued orders to the Irish Volunteers for three days of \"parades and manoeuvres\" beginning on Easter Sunday. He had the authority to do this, as the Volunteers' Director of Organisation. The idea was that IRB members within the organisation would know these were orders to begin the rising, while men such as MacNeill and the British authorities would take it at face value.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 17,
"text": "On 9 April, the German Navy dispatched the SS Libau for County Kerry, disguised as the Norwegian ship Aud. It was loaded with 20,000 rifles, one million rounds of ammunition, and explosives. Casement also left for Ireland aboard the German submarine U-19. He was disappointed with the level of support offered by the Germans and he intended to stop or at least postpone the rising. During this time, the Volunteers amassed ammunition from various sources, including the adolescent Michael McCabe.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 18,
"text": "On Wednesday 19 April, Alderman Tom Kelly, a Sinn Féin member of Dublin Corporation, read out at a meeting of the corporation a document purportedly leaked from Dublin Castle, detailing plans by the British authorities to shortly arrest leaders of the Irish Volunteers, Sinn Féin and the Gaelic League, and occupy their premises. Although the British authorities said the \"Castle Document\" was fake, MacNeill ordered the Volunteers to prepare to resist. Unbeknownst to MacNeill, the document had been forged by the Military Council to persuade moderates of the need for their planned uprising. It was an edited version of a real document outlining British plans in the event of conscription. That same day, the Military Council informed senior Volunteer officers that the rising would begin on Easter Sunday. However, it chose not to inform the rank-and-file, or moderates such as MacNeill, until the last minute.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 19,
"text": "The following day, MacNeill got wind that a rising was about to be launched and threatened to do everything he could to prevent it, short of informing the British. He and Hobson confronted Pearse, however, refrained from decisive action as to avoiding instigating a rebellion of any kind; Hobson would be detained by Volunteers until the Rising occurred.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 20,
"text": "The SS Libau (disguised as the Aud) and the U-19 reached the coast of Kerry on Good Friday, 21 April. This was earlier than the Volunteers expected and so none were there to meet the vessels. The Royal Navy had known about the arms shipment and intercepted the SS Libau, prompting the captain to scuttle the ship. Furthermore, Casement was captured shortly after he landed at Banna Strand.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 21,
"text": "When MacNeill learned from Volunteer Patrick Whelan that the arms shipment had been lost, he reverted to his original position. With the support of other leaders of like mind, notably Bulmer Hobson and The O'Rahilly, he issued a countermand to all Volunteers, cancelling all actions for Sunday. This countermanding order was relayed to Volunteer officers and printed in the Sunday morning newspapers. The order resulted in a delay to the rising by a day, and some confusion over strategy for those who took part.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 22,
"text": "British Naval Intelligence had been aware of the arms shipment, Casement's return, and the Easter date for the rising through radio messages between Germany and its embassy in the United States that were intercepted by the Royal Navy and deciphered in Room 40 of the Admiralty. It is unclear how extensive Room 40's decryptions preceding the Rising were. On the eve of the Rising, John Dillon wrote to Redmond of Dublin being \"full of most extraordinary rumours. And I have no doubt in my mind that the Clan men – are planning some devilish business – what it is I cannot make out. It may not come off – But you must not be surprised if something very unpleasant and mischievous happens this week\".",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 23,
"text": "The information was passed to the Under-Secretary for Ireland, Sir Matthew Nathan, on 17 April, but without revealing its source Nathan was doubtful about its accuracy. When news reached Dublin of the capture of the SS Libau and the arrest of Casement, Nathan conferred with the Lord Lieutenant, Lord Wimborne. Nathan proposed to raid Liberty Hall, headquarters of the Citizen Army, and Volunteer properties at Father Matthew Park and at Kimmage, but Wimborne insisted on wholesale arrests of the leaders. It was decided to postpone action until after Easter Monday, and in the meantime, Nathan telegraphed the Chief Secretary, Augustine Birrell, in London seeking his approval. By the time Birrell cabled his reply authorising the action, at noon on Monday 24 April 1916, the Rising had already begun.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 24,
"text": "On the morning of Easter Sunday, 23 April, the Military Council met at Liberty Hall to discuss what to do in light of MacNeill's countermanding order. They decided that the Rising would go ahead the following day, Easter Monday, and that the Irish Volunteers and Irish Citizen Army would go into action as the 'Army of the Irish Republic'. They elected Pearse as president of the Irish Republic, and also as Commander-in-Chief of the army; Connolly became Commandant of the Dublin Brigade. That weekend was largely spent preparing rations and manufacturing ammunition and bombs. Messengers were then sent to all units informing them of the new orders.",
"title": "Build-up to Easter Week"
},
{
"paragraph_id": 25,
"text": "On the morning of Monday 24 April, about 1,200 members of the Irish Volunteers and Irish Citizen Army mustered at several locations in central Dublin. Among them were members of the all-female Cumann na mBan. Some wore Irish Volunteer and Citizen Army uniforms, while others wore civilian clothes with a yellow Irish Volunteer armband, military hats, and bandoliers. They were armed mostly with rifles (especially 1871 Mausers), but also with shotguns, revolvers, a few Mauser C96 semi-automatic pistols, and grenades. The number of Volunteers who mobilised was much smaller than expected. This was due to MacNeill's countermanding order, and the fact that the new orders had been sent so soon beforehand. However, several hundred Volunteers joined the Rising after it began.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 26,
"text": "Shortly before midday, the rebels began to seize important sites in central Dublin. The rebels' plan was to hold Dublin city centre. This was a large, oval-shaped area bounded by two canals: the Grand to the south and the Royal to the north, with the River Liffey running through the middle. On the southern and western edges of this district were five British Army barracks. Most of the rebels' positions had been chosen to defend against counter-attacks from these barracks. The rebels took the positions with ease. Civilians were evacuated and policemen were ejected or taken prisoner. Windows and doors were barricaded, food and supplies were secured, and first aid posts were set up. Barricades were erected on the streets to hinder British Army movement.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 27,
"text": "A joint force of about 400 Volunteers and the Citizen Army gathered at Liberty Hall under the command of Commandant James Connolly. This was the headquarters battalion, and it also included Commander-in-Chief Patrick Pearse, as well as Tom Clarke, Seán Mac Diarmada and Joseph Plunkett. They marched to the General Post Office (GPO) on O'Connell Street, Dublin's main thoroughfare, occupied the building and hoisted two republican flags. Pearse stood outside and read the Proclamation of the Irish Republic. Copies of the Proclamation were also pasted on walls and handed out to bystanders by Volunteers and newsboys. The GPO would be the rebels' headquarters for most of the Rising. Volunteers from the GPO also occupied other buildings on the street, including buildings overlooking O'Connell Bridge. They took over a wireless telegraph station and sent out a radio broadcast in Morse code, announcing that an Irish Republic had been declared. This was the first radio broadcast in Ireland.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 28,
"text": "Elsewhere, some of the headquarters battalion under Michael Mallin occupied St Stephen's Green, where they dug trenches and barricaded the surrounding roads. The 1st battalion, under Edward 'Ned' Daly, occupied the Four Courts and surrounding buildings, while a company under Seán Heuston occupied the Mendicity Institution, across the River Liffey from the Four Courts. The 2nd battalion, under Thomas MacDonagh, occupied Jacob's biscuit factory. The 3rd battalion, under Éamon de Valera, occupied Boland's Mill and surrounding buildings. The 4th battalion, under Éamonn Ceannt, occupied the South Dublin Union and the distillery on Marrowbone Lane. From each of these garrisons, small units of rebels established outposts in the surrounding area.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 29,
"text": "The rebels also attempted to cut transport and communication links. As well as erecting roadblocks, they took control of various bridges and cut telephone and telegraph wires. Westland Row and Harcourt Street railway stations were occupied, though the latter only briefly. The railway line was cut at Fairview and the line was damaged by bombs at Amiens Street, Broadstone, Kingsbridge and Lansdowne Road.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 30,
"text": "Around midday, a small team of Volunteers and Fianna Éireann members swiftly captured the Magazine Fort in the Phoenix Park and disarmed the guards. The goal was to seize weapons and blow up the ammunition store to signal that the Rising had begun. They seized weapons and planted explosives, but the blast was not loud enough to be heard across the city. The 23-year-old son of the fort's commander was fatally shot when he ran to raise the alarm.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 31,
"text": "A contingent under Seán Connolly occupied Dublin City Hall and adjacent buildings. They attempted to seize neighbouring Dublin Castle, the heart of British rule in Ireland. As they approached the gate a lone and unarmed police sentry, James O'Brien, attempted to stop them and was shot dead by Connolly. According to some accounts, he was the first casualty of the Rising. The rebels overpowered the soldiers in the guardroom but failed to press further. The British Army's chief intelligence officer, Major Ivon Price, fired on the rebels while the Under-Secretary for Ireland, Sir Matthew Nathan, helped shut the castle gates. Unbeknownst to the rebels, the Castle was lightly guarded and could have been taken with ease. The rebels instead laid siege to the Castle from City Hall. Fierce fighting erupted there after British reinforcements arrived. The rebels on the roof exchanged fire with soldiers on the street. Seán Connolly was shot dead by a sniper, becoming the first rebel casualty. By the following morning, British forces had re-captured City Hall and taken the rebels prisoner.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 32,
"text": "The rebels did not attempt to take some other key locations, notably Trinity College, in the heart of the city centre and defended by only a handful of armed unionist students. Failure to capture the telephone exchange in Crown Alley left communications in the hands of the Government with GPO staff quickly repairing telephone wires that had been cut by the rebels. The failure to occupy strategic locations was attributed to lack of manpower. In at least two incidents, at Jacob's and Stephen's Green, the Volunteers and Citizen Army shot dead civilians trying to attack them or dismantle their barricades. Elsewhere, they hit civilians with their rifle butts to drive them off.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 33,
"text": "The British military were caught totally unprepared by the Rising and their response of the first day was generally un-coordinated. Two squadrons of British cavalry were sent to investigate what was happening. They took fire and casualties from rebel forces at the GPO and at the Four Courts. As one troop passed Nelson's Pillar, the rebels opened fire from the GPO, killing three cavalrymen and two horses and fatally wounding a fourth man. The cavalrymen retreated and were withdrawn to barracks. On Mount Street, a group of Volunteer Training Corps men stumbled upon the rebel position and four were killed before they reached Beggars Bush Barracks.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 34,
"text": "The only substantial combat of the first day of the Rising took place at the South Dublin Union where a piquet from the Royal Irish Regiment encountered an outpost of Éamonn Ceannt's force at the northwestern corner of the South Dublin Union. The British troops, after taking some casualties, managed to regroup and launch several assaults on the position before they forced their way inside and the small rebel force in the tin huts at the eastern end of the Union surrendered. However, the Union complex as a whole remained in rebel hands. A nurse in uniform, Margaret Keogh, was shot dead by British soldiers at the Union. She is believed to have been the first civilian killed in the Rising.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 35,
"text": "Three unarmed Dublin Metropolitan Police were shot dead on the first day of the Rising and their Commissioner pulled them off the streets. Partly as a result of the police withdrawal, a wave of looting broke out in the city centre, especially in the area of O'Connell Street (still officially called \"Sackville Street\" at the time).",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 36,
"text": "Lord Wimborne, the Lord Lieutenant, declared martial law on Tuesday evening and handed over civil power to Brigadier-General William Lowe. British forces initially put their efforts into securing the approaches to Dublin Castle and isolating the rebel headquarters, which they believed was in Liberty Hall. The British commander, Lowe, worked slowly, unsure of the size of the force he was up against, and with only 1,269 troops in the city when he arrived from the Curragh Camp in the early hours of Tuesday 25 April. City Hall was taken from the rebel unit that had attacked Dublin Castle on Tuesday morning.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 37,
"text": "In the early hours of Tuesday, 120 British soldiers, with machine guns, occupied two buildings overlooking St Stephen's Green: the Shelbourne Hotel and United Services Club. At dawn they opened fire on the Citizen Army occupying the green. The rebels returned fire but were forced to retreat to the Royal College of Surgeons building. They remained there for the rest of the week, exchanging fire with British forces.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 38,
"text": "Fighting erupted along the northern edge of the city centre on Tuesday afternoon. In the northeast, British troops left Amiens Street railway station in an armoured train, to secure and repair a section of damaged tracks. They were attacked by rebels who had taken up position at Annesley Bridge. After a two-hour battle, the British were forced to retreat and several soldiers were captured. At Phibsborough, in the northwest, rebels had occupied buildings and erected barricades at junctions on the North Circular Road. The British summoned 18-pounder field artillery from Athlone and shelled the rebel positions, destroying the barricades. After a fierce firefight, the rebels withdrew.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 39,
"text": "That afternoon Pearse walked out into O'Connell Street with a small escort and stood in front of Nelson's Pillar. As a large crowd gathered, he read out a 'manifesto to the citizens of Dublin,' calling on them to support the Rising.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 40,
"text": "The rebels had failed to take either of Dublin's two main railway stations or either of its ports, at Dublin Port and Kingstown. As a result, during the following week, the British were able to bring in thousands of reinforcements from Britain and from their garrisons at the Curragh and Belfast. By the end of the week, British strength stood at over 16,000 men. Their firepower was provided by field artillery which they positioned on the Northside of the city at Phibsborough and at Trinity College, and by the patrol vessel Helga, which sailed up the Liffey, having been summoned from the port at Kingstown. On Wednesday, 26 April, the guns at Trinity College and Helga shelled Liberty Hall, and the Trinity College guns then began firing at rebel positions, first at Boland's Mill and then in O'Connell Street. Some rebel commanders, particularly James Connolly, did not believe that the British would shell the 'second city' of the British Empire.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 41,
"text": "The principal rebel positions at the GPO, the Four Courts, Jacob's Factory and Boland's Mill saw little action. The British surrounded and bombarded them rather than assault them directly. One Volunteer in the GPO recalled, \"we did practically no shooting as there was no target\". Entertainment ensued within the factory, \"everybody merry & cheerful\", bar the \"occasional sniping\", noted one Volunteer. However, where the rebels dominated the routes by which the British tried to funnel reinforcements into the city, there was fierce fighting.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 42,
"text": "At 5:25 PM Volunteers Eamon Martin, Garry Holohan, Robert Beggs, Sean Cody, Dinny O'Callaghan, Charles Shelley, Peadar Breslin and five others attempted to occupy Broadstone railway station on Church Street, the attack was unsuccessful and Martin was injured.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 43,
"text": "On Wednesday morning, hundreds of British troops encircled the Mendicity Institution, which was occupied by 26 Volunteers under Seán Heuston. British troops advanced on the building, supported by snipers and machine-gun fire, but the Volunteers put up stiff resistance. Eventually, the troops got close enough to hurl grenades into the building, some of which the rebels threw back. Exhausted and almost out of ammunition, Heuston's men became the first rebel position to surrender. Heuston had been ordered to hold his position for a few hours, to delay the British, but had held on for three days.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 44,
"text": "Reinforcements were sent to Dublin from Britain and disembarked at Kingstown on the morning of Wednesday 26 April. Heavy fighting occurred at the rebel-held positions around the Grand Canal as these troops advanced towards Dublin. More than 1,000 Sherwood Foresters were repeatedly caught in a crossfire trying to cross the canal at Mount Street Bridge. Seventeen Volunteers were able to severely disrupt the British advance, killing or wounding 240 men. Despite there being alternative routes across the canal nearby, General Lowe ordered repeated frontal assaults on the Mount Street position. The British eventually took the position, which had not been reinforced by the nearby rebel garrison at Boland's Mills, on Thursday, but the fighting there inflicted up to two-thirds of their casualties for the entire week for a cost of just four dead Volunteers. It had taken nearly nine hours for the British to advance 300 yd (270 m).",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 45,
"text": "On Wednesday Linenhall Barracks on Constitution Hill was burnt down under the orders of Commandant Edward Daly to prevent its reoccupation by the British.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 46,
"text": "The rebel position at the South Dublin Union (site of the present-day St. James's Hospital) and Marrowbone Lane, further west along the canal, also inflicted heavy losses on British troops. The South Dublin Union was a large complex of buildings and there was vicious fighting around and inside the buildings. Cathal Brugha, a rebel officer, distinguished himself in this action and was badly wounded. By the end of the week, the British had taken some of the buildings in the Union, but others remained in rebel hands. British troops also took casualties in unsuccessful frontal assaults on the Marrowbone Lane Distillery.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 47,
"text": "The third major scene of fighting during the week was in the area of North King Street, north of the Four Courts. The rebels had established strong outposts in the area, occupying numerous small buildings and barricading the streets. From Thursday to Saturday, the British made repeated attempts to capture the area, in what was some of the fiercest fighting of the Rising. As the troops moved in, the rebels continually opened fire from windows and behind chimneys and barricades. At one point, a platoon led by Major Sheppard made a bayonet charge on one of the barricades but was cut down by rebel fire. The British employed machine guns and attempted to avoid direct fire by using makeshift armoured trucks, and by mouse-holing through the inside walls of terraced houses to get near the rebel positions. By the time of the rebel headquarters' surrender on Saturday, the South Staffordshire Regiment under Colonel Taylor had advanced only 150 yd (140 m) down the street at a cost of 11 dead and 28 wounded. The enraged troops broke into the houses along the street and shot or bayoneted fifteen unarmed male civilians whom they accused of being rebel fighters.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 48,
"text": "Elsewhere, at Portobello Barracks, an officer named Bowen Colthurst summarily executed six civilians, including the pacifist nationalist activist, Francis Sheehy-Skeffington. These instances of British troops killing Irish civilians would later be highly controversial in Ireland.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 49,
"text": "The headquarters garrison at the GPO was forced to evacuate after days of shelling when a fire caused by the shells spread to the GPO. Connolly had been incapacitated by a bullet wound to the ankle and had passed command on to Pearse. The O'Rahilly was killed in a sortie from the GPO. They tunnelled through the walls of the neighbouring buildings in order to evacuate the Post Office without coming under fire and took up a new position in 16 Moore Street. The young Seán McLoughlin was given military command and planned a breakout, but Pearse realised this plan would lead to further loss of civilian life.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 50,
"text": "On Saturday 29 April, from this new headquarters, Pearse issued an order for all companies to surrender. Pearse surrendered unconditionally to Brigadier-General Lowe. The surrender document read:",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 51,
"text": "In order to prevent the further slaughter of Dublin citizens, and in the hope of saving the lives of our followers now surrounded and hopelessly outnumbered, the members of the Provisional Government present at headquarters have agreed to an unconditional surrender, and the commandants of the various districts in the City and County will order their commands to lay down arms.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 52,
"text": "The other posts surrendered only after Pearse's surrender order, carried by nurse Elizabeth O'Farrell, reached them. Sporadic fighting, therefore, continued until Sunday, when word of the surrender was got to the other rebel garrisons. Command of British forces had passed from Lowe to General John Maxwell, who arrived in Dublin just in time to take the surrender. Maxwell was made temporary military governor of Ireland.",
"title": "The Rising in Dublin"
},
{
"paragraph_id": 53,
"text": "The Rising was planned to occur across the nation, however, MacNeill's countermanding order coupled with the failure to secure German arms hindered this objective significantly. Charles Townshend contended that serious intentions for a national Rising were meagre, being diminished by a focus upon Dublin – although this is an increasingly contentious notion. Fighting did still reverberate.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 54,
"text": "In the south, around 1,200 Volunteers commanded by Tomás Mac Curtain mustered on the Sunday in Cork, but they dispersed on Wednesday after receiving nine contradictory orders by dispatch from the Volunteer leadership in Dublin. At their Sheares Street headquarters, some of the Volunteers engaged in a standoff with British forces. Much to the anger of many Volunteers, MacCurtain, under pressure from Catholic clergy, agreed to surrender his men's arms to the British. The only violence in Cork occurred when the RIC attempted to raid the home of the Kent family. The Kent brothers, who were Volunteers, engaged in a three-hour firefight with the RIC. An RIC officer and one of the brothers were killed, while another brother was later executed. Virtually all rebel family homes were raided, either during or after the Rising.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 55,
"text": "In the north, Volunteer companies were mobilised in County Tyrone at Coalisland (including 132 men from Belfast led by IRB President Dennis McCullough) and Carrickmore, under the leadership of Patrick McCartan. They also mobilised at Creeslough, County Donegal under Daniel Kelly and James McNulty. However, in part because of the confusion caused by the countermanding order, the Volunteers in these locations dispersed without fighting.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 56,
"text": "In Fingal (north County Dublin), about 60 Volunteers mobilised near Swords. They belonged to the 5th Battalion of the Dublin Brigade (also known as the Fingal Battalion), and were led by Thomas Ashe and his second in command, Richard Mulcahy. Unlike the rebels elsewhere, the Fingal Battalion successfully employed guerrilla tactics. They set up camp and Ashe split the battalion into four sections: three would undertake operations while the fourth was kept in reserve, guarding camp and foraging for food. The Volunteers moved against the RIC barracks in Swords, Donabate and Garristown, forcing the RIC to surrender and seizing all the weapons. They also damaged railway lines and cut telegraph wires. The railway line at Blanchardstown was bombed to prevent a troop train from reaching Dublin. This derailed a cattle train, which had been sent ahead of the troop train.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 57,
"text": "The only large-scale engagement of the Rising, outside Dublin city, was at Ashbourne, County Meath. On Friday, about 35 Fingal Volunteers surrounded the Ashbourne RIC barracks and called on it to surrender, but the RIC responded with a volley of gunfire. A firefight followed, and the RIC surrendered after the Volunteers attacked the building with a homemade grenade. Before the surrender could be taken, up to sixty RIC men arrived in a convoy, sparking a five-hour gun battle, in which eight RIC men were killed and 18 wounded. Two Volunteers were also killed and five wounded, and a civilian was fatally shot. The RIC surrendered and were disarmed. Ashe let them go after warning them not to fight against the Irish Republic again. Ashe's men camped at Kilsalaghan near Dublin until they received orders to surrender on Saturday. The Fingal Battalion's tactics during the Rising foreshadowed those of the IRA during the War of Independence that followed.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 58,
"text": "Volunteer contingents also mobilised nearby in counties Meath and Louth but proved unable to link up with the North Dublin unit until after it had surrendered. In County Louth, Volunteers shot dead an RIC man near the village of Castlebellingham on 24 April, in an incident in which 15 RIC men were also taken prisoner.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 59,
"text": "In County Wexford, 100–200 Volunteers—led by Robert Brennan, Séamus Doyle and Seán Etchingham—took over the town of Enniscorthy on Thursday 27 April until Sunday. Volunteer officer Paul Galligan had cycled 200 km from rebel headquarters in Dublin with orders to mobilise. They blocked all roads into the town and made a brief attack on the RIC barracks, but chose to blockade it rather than attempt to capture it. They flew the tricolour over the Athenaeum building, which they had made their headquarters, and paraded uniformed in the streets. They also occupied Vinegar Hill, where the United Irishmen had made a last stand in the 1798 rebellion. The public largely supported the rebels and many local men offered to join them.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 60,
"text": "By Saturday, up to 1,000 rebels had been mobilised, and a detachment was sent to occupy the nearby village of Ferns. In Wexford, the British assembled a column of 1,000 soldiers (including the Connaught Rangers), two field guns and a 4.7 inch naval gun on a makeshift armoured train. On Sunday, the British sent messengers to Enniscorthy, informing the rebels of Pearse's surrender order. However, the Volunteer officers were sceptical. Two of them were escorted by the British to Arbour Hill Prison, where Pearse confirmed the surrender order.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 61,
"text": "In County Galway, 600–700 Volunteers mobilised on Tuesday under Liam Mellows. His plan was to \"bottle up the British garrison and divert the British from concentrating on Dublin\". However, his men were poorly armed, with only 25 rifles, 60 revolvers, 300 shotguns and some homemade grenades – many of them only had pikes. Most of the action took place in a rural area to the east of Galway city. They made unsuccessful attacks on the RIC barracks at Clarinbridge and Oranmore, captured several officers, and bombed a bridge and railway line, before taking up position near Athenry. There was also a skirmish between rebels and an RIC mobile patrol at Carnmore crossroads. A constable, Patrick Whelan, was shot dead after he had called to the rebels: \"Surrender, boys, I know ye all\".",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 62,
"text": "On Wednesday, HMS Laburnum arrived in Galway Bay and shelled the countryside on the northeastern edge of Galway. The rebels retreated southeast to Moyode, an abandoned country house and estate. From here they set up lookout posts and sent out scouting parties. On Friday, HMS Gloucester landed 200 Royal Marines and began shelling the countryside near the rebel position. The rebels retreated further south to Limepark, another abandoned country house. Deeming the situation to be hopeless, they dispersed on Saturday morning. Many went home and were arrested following the Rising, while others, including Mellows, went \"on the run\". By the time British reinforcements arrived in the west, the Rising there had already disintegrated.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 63,
"text": "In County Limerick, 300 Irish Volunteers assembled at Glenquin Castle near Killeedy, but they did not take any military action.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 64,
"text": "In County Clare, Micheal Brennan marched with 100 Volunteers (from Meelick, Oatfield, and Cratloe) to the River Shannon on Easter Monday to await orders from the Rising leaders in Dublin, and weapons from the expected Casement shipment. However, neither arrived and no actions were taken.",
"title": "The Rising outside Dublin"
},
{
"paragraph_id": 65,
"text": "The Easter Rising resulted in at least 485 deaths, according to the Glasnevin Trust. Of those killed:",
"title": "Casualties"
},
{
"paragraph_id": 66,
"text": "More than 2,600 were wounded; including at least 2,200 civilians and rebels, at least 370 British soldiers and 29 policemen. All 16 police fatalities and 22 of the British soldiers killed were Irishmen. About 40 of those killed were children (under 17 years old), four of whom were members of the rebel forces.",
"title": "Casualties"
},
{
"paragraph_id": 67,
"text": "The number of casualties each day steadily rose, with 55 killed on Monday and 78 killed on Saturday. The British Army suffered their biggest losses in the Battle of Mount Street Bridge on Wednesday when at least 30 soldiers were killed. The rebels also suffered their biggest losses on that day. The RIC suffered most of their casualties in the Battle of Ashbourne on Friday.",
"title": "Casualties"
},
{
"paragraph_id": 68,
"text": "The majority of the casualties, both killed and wounded, were civilians. Most of the civilian casualties and most of the casualties overall were caused by the British Army. This was due to the British using artillery, incendiary shells and heavy machine guns in built-up areas, as well as their \"inability to discern rebels from civilians\". One Royal Irish Regiment officer recalled, \"they regarded, not unreasonably, every one they saw as an enemy, and fired at anything that moved\". Many other civilians were killed when caught in the crossfire. Both sides, British and rebel, also shot civilians deliberately on occasion; for not obeying orders (such as to stop at checkpoints), for assaulting or attempting to hinder them, and for looting. There were also instances of British troops killing unarmed civilians out of revenge or frustration: notably in the North King Street Massacre, where fifteen were killed, and at Portobello Barracks, where six were shot. Furthermore, there were incidents of friendly fire. On 29 April, the Royal Dublin Fusiliers under Company Quartermaster Sergeant Robert Flood shot dead two British officers and two Irish civilian employees of the Guinness Brewery after he decided they were rebels. Flood was court-martialled for murder but acquitted.",
"title": "Casualties"
},
{
"paragraph_id": 69,
"text": "According to the historian Fearghal McGarry, the rebels attempted to avoid needless bloodshed. Desmond Ryan stated that Volunteers were told \"no firing was to take place except under orders or to repel attack\". Aside from the engagement at Ashbourne, policemen and unarmed soldiers were not systematically targeted, and a large group of policemen was allowed to stand at Nelson's Pillar throughout Monday. McGarry writes that the Irish Citizen Army \"were more ruthless than Volunteers when it came to shooting policemen\" and attributes this to the \"acrimonious legacy\" of the Dublin Lock-out.",
"title": "Casualties"
},
{
"paragraph_id": 70,
"text": "The vast majority of the Irish casualties were buried in Glasnevin Cemetery in the aftermath of the fighting. British families came to Dublin Castle in May 1916 to reclaim the bodies of British soldiers, and funerals were arranged. Soldiers whose bodies were not claimed were given military funerals in Grangegorman Military Cemetery.",
"title": "Casualties"
},
{
"paragraph_id": 71,
"text": "In the immediate aftermath, the Rising was commonly described as the \"Sinn Féin Rebellion\", reflecting a popular belief that Sinn Féin, a separatist organisation that was neither militant nor republican, was behind it. General Maxwell, for example, signalled his intention \"to arrest all dangerous Sinn Feiners\", including \"those who have taken an active part in the movement although not in the present rebellion\".",
"title": "Aftermath"
},
{
"paragraph_id": 72,
"text": "A total of 3,430 men and 79 women were arrested, including 425 people for looting – roughly, 1,500 of these arrests accounted for the rebels. Detainees were overwhelmingly young, Catholic and religious. 1,424 men and 73 women were released after a few weeks of imprisonment; the remaining majority of convicts were held until June 1917.",
"title": "Aftermath"
},
{
"paragraph_id": 73,
"text": "A series of courts martial began on 2 May, in which 187 people were tried. Controversially, Maxwell decided that the courts martial would be held in secret and without a defence, which Crown law officers later ruled to have been illegal. Some of those who conducted the trials had commanded British troops involved in suppressing the Rising, a conflict of interest that the Military Manual prohibited. Only one of those tried by courts martial was a woman, Constance Markievicz, who was also the only woman to be kept in solitary confinement. Ninety were sentenced to death. Fifteen of those (including all seven signatories of the Proclamation) had their sentences confirmed by Maxwell and fourteen were executed by firing squad at Kilmainham Gaol between 3 and 12 May.",
"title": "Aftermath"
},
{
"paragraph_id": 74,
"text": "Maxwell stated that only the \"ringleaders\" and those proven to have committed \"cold-blooded murder\" would be executed. However, some of those executed were not leaders and did not kill anyone, such as Willie Pearse and John MacBride; Thomas Kent did not come out at all—he was executed for the killing of a police officer during the raid on his house the week after the Rising. The most prominent leader to escape execution was Éamon de Valera, Commandant of the 3rd Battalion, who did so partly because of his American birth. Hobson went into hiding, re-emerging after the June amnesty, largely to scorn.",
"title": "Aftermath"
},
{
"paragraph_id": 75,
"text": "Most of the executions took place over a ten-day period:",
"title": "Aftermath"
},
{
"paragraph_id": 76,
"text": "The arrests had an extensive effect on hundreds of families and communities; anti-English sentiment developed among the public, as separatists declared the arrests as indicative of a draconian approach. The public, at large, feared that the response was \"an assault on the entirety of the Irish national cause\". This radical transformation was recognised in the moment and had become a point of concern among British authorities; after Connolly's execution, the remaining death sentences were commuted to penal servitude. Growing support for republicanism can be found as early as June 1916; imprisonment largely failed to deter militants – interned rebels would proceed to fight at higher rates than those who weren't – who thereafter quickly reorganised the movement.",
"title": "Aftermath"
},
{
"paragraph_id": 77,
"text": "Under Regulation 14B of the Defence of the Realm Act 1914 1,836 men were interned at internment camps and prisons in England and Wales. As urban areas were becoming the nexus for republicanism, Internees were largely from such areas. Many Internees had not taken part in the Rising; many thereafter became sympathetic to the nationalist cause.",
"title": "Aftermath"
},
{
"paragraph_id": 78,
"text": "Internees occupied themselves with the likes of lectures, craftwork, music and sports. These activities – which included games of Gaelic football, crafting of Gaelic symbols, and lessons in Irish – regularly had a nationalist character and the cause itself developed a sense of cohesion within the camps. The military studies included reviews and revision of the Rising. Interment lasted until December of that year with releases having started in July. Martial law had ceased by the end of November.",
"title": "Aftermath"
},
{
"paragraph_id": 79,
"text": "Casement was tried in London for high treason and hanged at Pentonville Prison on 3 August.",
"title": "Aftermath"
},
{
"paragraph_id": 80,
"text": "On Tuesday 25 April, Dubliner Francis Sheehy-Skeffington, a pacifist nationalist activist, was arrested and then taken as hostage and human shield by Captain John Bowen-Colthurst; that night Bowen-Colthurst shot dead a teenage boy. Skeffington was executed the next day – alongside two journalists. Two hours later, Bowen-Colthurst captured the Labour Party councillor and IRB lieutenant, Richard O'Carroll and had him shot in the street. Major Sir Francis Vane raised concerns over Bowen-Colthurst's actions and saw to him being court martialled. Bowen-Colthurst was found guilty but insane and was sentenced to an insane asylum. Owing to political pressure, an inquiry soon transpired, revealing the murders and their cover-up. The killing of Skeffington and others provoked outrage among citizens.",
"title": "Aftermath"
},
{
"paragraph_id": 81,
"text": "The other incident was the 'North King Street Massacre'. On the night of 28–29 April, British soldiers of the South Staffordshire Regiment, under Colonel Henry Taylor, had burst into houses on North King Street and killed fifteen male civilians whom they accused of being rebels. The soldiers shot or bayoneted the victims, and then secretly buried some of them in cellars or backyards after robbing them. The area saw some of the fiercest fighting of the Rising and the British had taken heavy casualties for little gain. Maxwell attempted to excuse the killings and argued that the rebels were ultimately responsible. He claimed that \"the rebels wore no uniform\" and that the people of North King Street were rebel sympathisers. Maxwell concluded that such incidents \"are absolutely unavoidable in such a business as this\" and that \"under the circumstance the troops [...] behaved with the greatest restraint\". A private brief, prepared for the Prime Minister, said the soldiers \"had orders not to take any prisoners\" but took it to mean they were to shoot any suspected rebel. The City Coroner's inquest found that soldiers had killed \"unarmed and unoffending\" residents. The military court of inquiry ruled that no specific soldiers could be held responsible, and no action was taken.",
"title": "Aftermath"
},
{
"paragraph_id": 82,
"text": "A Royal Commission was set up to enquire into the causes of the Rising. It began hearings on 18 May under the chairmanship of Lord Hardinge of Penshurst. The Commission heard evidence from Sir Matthew Nathan, Augustine Birrell, Lord Wimborne, Sir Neville Chamberlain (Inspector-General of the Royal Irish Constabulary), General Lovick Friend, Major Ivor Price of Military Intelligence and others. The report, published on 26 June, was critical of the Dublin administration, saying that \"Ireland for several years had been administered on the principle that it was safer and more expedient to leave the law in abeyance if collision with any faction of the Irish people could thereby be avoided.\" Birrell and Nathan had resigned immediately after the Rising. Wimborne resisted the pressure to resign, but was recalled to London by Asquith. He was re-appointed in July 1916. Chamberlain also resigned.",
"title": "Aftermath"
},
{
"paragraph_id": 83,
"text": "At first, many Dubliners were bewildered by the outbreak of the Rising. James Stephens, who was in Dublin during the week, thought, \"None of these people were prepared for Insurrection. The thing had been sprung on them so suddenly they were unable to take sides.\" Eyewitnesses equated the ruins of Dublin with those begotten by the war: the physical damage, which included over ninety fires, was largely confined to Sackville Street. In the immediate aftermath, the Irish government was in disarray.",
"title": "Aftermath"
},
{
"paragraph_id": 84,
"text": "There was great hostility towards the Volunteers in some parts of the city which escalated to physical violence in some instances. Historian Keith Jeffery noted that most of the opposition came from the dependents of British Army personnel. The death and destruction, which resulted in disrupted trade, considerable looting and unemployment, contributed to the antagonism of the Volunteers, who were denounced as \"murderers\" and \"starvers of the people\" – the monetary consequences of the Rising were estimated to be at £2,500,000. International aid was supplied to residents – nationalists aided the dependents of Volunteers. The British Government compensated the consequences to the sum of £2,500,000.",
"title": "Aftermath"
},
{
"paragraph_id": 85,
"text": "Support for the rebels did exist among Dubliners, expressed through both crowds cheering at prisoners and reverent silence. With martial law seeing this expression prosecuted, many would-be supporters elected to remain silent although \"a strong undercurrent of disloyalty\" was still felt. Drawing upon this support, and amidst the deluge of nationalist ephemera, the immensely popular Catholic Bulletin eulogised Volunteers killed in action and implored readers to donate; entertainment was offered as an extension of those intentions, targeting local sectors to great success. The Bulletin's Catholic character allowed it to evade the widespread censorship of press and seizure of republican propaganda; it therefore exposed many unaware readers to said propaganda.",
"title": "Aftermath"
},
{
"paragraph_id": 86,
"text": "A meeting called by Count Plunkett on 19 April 1917 led to the formation of a broad political movement under the banner of Sinn Féin which was formalised at the Sinn Féin Ard Fheis of 25 October 1917. The Conscription Crisis of 1918 further intensified public support for Sinn Féin before the general elections to the British Parliament on 14 December 1918, which resulted in a landslide victory for Sinn Féin, winning 73 seats out of 105, whose Members of Parliament (MPs) gathered in Dublin on 21 January 1919 to form Dáil Éireann and adopt the Declaration of Independence.",
"title": "Aftermath"
},
{
"paragraph_id": 87,
"text": "During that election, they drew directly upon the Rising and their popularity was significantly accreditable to that association, one that accrued political prestige until the end of the century. Many participants of the Rising would soon assume electoral positions. Sinn Féin served as an alternative to the Irish Parliamentary Party whose support for British establishments alienated voters.",
"title": "Aftermath"
},
{
"paragraph_id": 88,
"text": "Sinn Féin would become closely aligned with the Irish Republican Army, who sought to continue the IRB's ideals and waged armed conflict against British forces.",
"title": "Aftermath"
},
{
"paragraph_id": 89,
"text": "1916 – containing both the Rising and the Battle of the Somme, events paramount to the memory of Irish Republicans and Ulster Unionists, respectively – had a profound effect on Ireland and is remembered accordingly. The Rising was among the events that ended colonial rule in Ireland, succeeded by the Irish War of Independence. The legacy of the Rising possess many dimensions although the declaration of the Republic and the ensuing executions remain focal points.",
"title": "Legacy"
},
{
"paragraph_id": 90,
"text": "Annual parades in celebration of the Rising occurred for many years, however, ceased after The Troubles in Northern Ireland began, being seen as supportive of republican paramilitary violence – the Rising is a common feature of republican murals in Northern Ireland. These commemorations celebrated the Rising as the origin of the Irish state, a stance reiterated through extensive analysis. Unionists contend that the Rising was an illegal attack on the British State that should not be celebrated. Revivalism of the parades has inspired significant public debate, although the centenary of the Rising, which featured the likes of ceremonies and memorials, was largely successful and praised for its sensitivity.",
"title": "Legacy"
},
{
"paragraph_id": 91,
"text": "The leaders of the Rising were \"instantly apotheosized\" and remembrance was situated within a larger republican tradition of claimed martyrdom – the Catholic Church would contend this narrative as the foundational myth of the Irish Free State, assuming a place within the remembrance as an association between republicanism and Catholicism grew. Within the Free State, the Rising was sanctified by officials, positioned as a \"highly disciplined military operation\". Historians largely agree that the Rising succeeded by offering a symbolic display of sacrifice, while the military action was a considerable failure. As Monk Gibbon remarked the \"shots from khaki-uniformed firing parties did more to create the Republic of Ireland than any shot fired by a Volunteer in the course of Easter week.\"",
"title": "Legacy"
},
{
"paragraph_id": 92,
"text": "Literature surrounding the Rising was significant: MacDonagh, Plunkett, and Pearse were themselves poets, whose ideals were granted a spiritual dimension in their work; Arnold Bax, Francis Ledwidge, George William Russell and W. B. Yeats responded through verse that ranged from endorsement to elegies. Although James Joyce was ambivalent to the insurgence, metaphors of and imagery consistent with the Rising appear in his later work. Hugh Leonard, Denis Johnston, Tom Murphy, Roddy Doyle and Sorley MacLean are among writers would later invoke the Rising. Being extensively dramatised, its theatricality was identified in the moment and has been stressed in its remembrance. Literary and political evocation position the Rising as a \"watershed moment\" central to Irish history.",
"title": "Legacy"
},
{
"paragraph_id": 93,
"text": "Black, Basque, Breton, Catalan and Indian nationalists have drawn upon the Rising and its consequences. For the latter, Jawaharlal Nehru noted, the symbolic display was the appeal, that of the transcendent, \"invincible spirit of a nation\"; such was broadly appealing in America, where diasporic, occasionally socialist, nationalism occurred. Vladimir Lenin was effusive, ascribing its anti-imperalism a singular significance within geopolitics – his only misgiving was its estrangement from the broader wave of revolution occurring.",
"title": "Legacy"
},
{
"paragraph_id": 94,
"text": "During the Troubles, significant revisionism of the Rising occurred. Revisionists contended that it was not a \"heroic drama\" as thought but rather informed the violence transpiring, by having legitimised a \"cult of 'blood sacrifice'\". With the advent of a Provisional IRA ceasefire and the beginning of what became known as the Peace Process during the 1990s, the government's view of the Rising grew more positive and in 1996 an 80th anniversary commemoration at the Garden of Remembrance in Dublin was attended by the Taoiseach and leader of Fine Gael, John Bruton.",
"title": "Legacy"
}
]
| The Easter Rising, also known as the Easter Rebellion, was an armed insurrection in Ireland during Easter Week in April 1916. The Rising was launched by Irish republicans against British rule in Ireland with the aim of establishing an independent Irish Republic while the United Kingdom was fighting the First World War. It was the most significant uprising in Ireland since the rebellion of 1798 and the first armed conflict of the Irish revolutionary period. Sixteen of the Rising's leaders were executed starting in May 1916. The nature of the executions, and subsequent political developments, ultimately contributed to an increase in popular support for Irish independence. Organised by a seven-man Military Council of the Irish Republican Brotherhood, the Rising began on Easter Monday, 24 April 1916 and lasted for six days. Members of the Irish Volunteers, led by schoolmaster and Irish language activist Patrick Pearse, joined by the smaller Irish Citizen Army of James Connolly and 200 women of Cumann na mBan, seized strategically important buildings in Dublin and proclaimed the Irish Republic. The British Army brought in thousands of reinforcements as well as artillery and a gunboat. There was street fighting on the routes into the city centre, where the rebels slowed the British advance and inflicted many casualties. Elsewhere in Dublin, the fighting mainly consisted of sniping and long-range gun battles. The main rebel positions were gradually surrounded and bombarded with artillery. There were isolated actions in other parts of Ireland; Volunteer leader Eoin MacNeill had issued a countermand in a bid to halt the Rising, which greatly reduced the extent of the rebel actions. With much greater numbers and heavier weapons, the British Army suppressed the Rising. Pearse agreed to an unconditional surrender on Saturday 29 April, although sporadic fighting continued briefly. After the surrender, the country remained under martial law. About 3,500 people were taken prisoner by the British and 1,800 of them were sent to internment camps or prisons in Britain. Most of the leaders of the Rising were executed following courts martial. The Rising brought physical force republicanism back to the forefront of Irish politics, which for nearly fifty years had been dominated by constitutional nationalism. Opposition to the British reaction to the Rising contributed to changes in public opinion and the move toward independence, as shown in the December 1918 election in Ireland which was won by the Sinn Féin party, which convened the First Dáil and declared independence. Of the 485 people killed, 260 were civilians, 143 were British military and police personnel, and 82 were Irish rebels, including 16 rebels executed for their roles in the Rising. More than 2,600 people were wounded. Many of the civilians were killed or wounded by British artillery fire or were mistaken for rebels. Others were caught in the crossfire during firefights between the British and the rebels. The shelling and resulting fires left parts of central Dublin in ruins. | 2002-01-01T07:05:18Z | 2023-12-28T05:20:22Z | [
"Template:Use dmy dates",
"Template:Blockquote",
"Template:HMS",
"Template:Cite news",
"Template:History of Dublin",
"Template:Multiple image",
"Template:ISBN",
"Template:Webarchive",
"Template:Harvp",
"Template:Commons category",
"Template:Easter Rising",
"Template:Authority control",
"Template:Use shortened footnotes",
"Template:Efn",
"Template:Cite web",
"Template:Uprisings against Entente Powers during WWI",
"Template:About",
"Template:Infobox military conflict",
"Template:Main",
"Template:Convert",
"Template:Refbegin",
"Template:Refend",
"Template:IRB",
"Template:Short description",
"Template:Cite book",
"Template:Cite journal",
"Template:Sfnm",
"Template:Clear",
"Template:Lang-ga",
"Template:Sfn",
"Template:Anchor",
"Template:Portal",
"Template:Reflist",
"Template:Which",
"Template:Citation",
"Template:Ireland topics",
"Template:Use Hiberno-English",
"Template:TOC limit",
"Template:Notelist"
]
| https://en.wikipedia.org/wiki/Easter_Rising |
10,353 | Eschrichtiidae | Eschrichtiidae or the gray whales is a family of baleen whale (Parvorder Mysticeti) with a single extant species, the gray whale (Eschrichtius robustus), as well as three described fossil genera: Archaeschrichtius and Eschrichtioides from the Miocene and Pliocene of Italy respectively, and Gricetoides from the Pliocene of North Carolina. More recent phylogenetic studies have found this family to be invalid, with its members nesting inside the Balaenopteridae. The names of the extant genus and the family honours Danish zoologist Daniel Eschricht.
In his morphological analysis, Bisconti 2008 found that eschrichtiids and Cetotheriidae (Cetotherium, Mixocetus and Metopocetus) form a monophyletic sister group of Balaenopteridae.
A specimen from the Late Pliocene of northern Italy, named "Cetotherium" gastaldii by Strobel 1875 and renamed "Balaenoptera" gastaldii by Portis 1885, was identified as a basal eschrichtiid by Bisconti 2008 who recombined it to Eschrichtioides gastaldii.
Steeman et al. 2009 found that the gray whale is phylogenetically distinct from rorquals and that previous morphological studies were correct in the conclusion that the evolution of gulp feeding was a single event in the rorqual lineage. In contrast, multiple later studies found the gray whale to fall within the family Balaenopteridae, being more derived than the minke whales but basal to all other members in the family, and reclassified it in Balaenopteridae; the American Society of Mammalogists has followed this classification.
Fossils of Eschrichtiidae have been found in all major oceanic basins in the Northern Hemisphere, and the family is believed date back to the Late Miocene. Today, gray whales are only present in the northern Pacific, but a population was also present in the northern Atlantic before being driven to extinction by European whalers three centuries ago.
Fossil eschrichtiids from before the Holocene are rare compared to other fossil mysticetes. The only Pleistocene fossil from the Pacific referred to E. eschrichtius is a partial skeleton and an associated skull from California, estimated to be about 200 thousand years old. However, a late Pliocene fossil from Hokkaido, Japan, referred to Eschrichtius sp. is estimated to be 2.6 to 3.9 Mya and a similar unnamed fossil has been reported from California.
In their description of Archaeschrichtius ruggieroi from the late Miocene of Italy, Bisconti & Varola 2006 argued that eschrichtiids most likely originated in the Mediterranean Basin about 10 million years ago and remained there, either permanently or intermittently, at least until the Early Pliocene (5–3 Mya), (but see Messinian salinity crisis.) | [
{
"paragraph_id": 0,
"text": "Eschrichtiidae or the gray whales is a family of baleen whale (Parvorder Mysticeti) with a single extant species, the gray whale (Eschrichtius robustus), as well as three described fossil genera: Archaeschrichtius and Eschrichtioides from the Miocene and Pliocene of Italy respectively, and Gricetoides from the Pliocene of North Carolina. More recent phylogenetic studies have found this family to be invalid, with its members nesting inside the Balaenopteridae. The names of the extant genus and the family honours Danish zoologist Daniel Eschricht.",
"title": ""
},
{
"paragraph_id": 1,
"text": "In his morphological analysis, Bisconti 2008 found that eschrichtiids and Cetotheriidae (Cetotherium, Mixocetus and Metopocetus) form a monophyletic sister group of Balaenopteridae.",
"title": "Taxonomy"
},
{
"paragraph_id": 2,
"text": "A specimen from the Late Pliocene of northern Italy, named \"Cetotherium\" gastaldii by Strobel 1875 and renamed \"Balaenoptera\" gastaldii by Portis 1885, was identified as a basal eschrichtiid by Bisconti 2008 who recombined it to Eschrichtioides gastaldii.",
"title": "Taxonomy"
},
{
"paragraph_id": 3,
"text": "Steeman et al. 2009 found that the gray whale is phylogenetically distinct from rorquals and that previous morphological studies were correct in the conclusion that the evolution of gulp feeding was a single event in the rorqual lineage. In contrast, multiple later studies found the gray whale to fall within the family Balaenopteridae, being more derived than the minke whales but basal to all other members in the family, and reclassified it in Balaenopteridae; the American Society of Mammalogists has followed this classification.",
"title": "Taxonomy"
},
{
"paragraph_id": 4,
"text": "Fossils of Eschrichtiidae have been found in all major oceanic basins in the Northern Hemisphere, and the family is believed date back to the Late Miocene. Today, gray whales are only present in the northern Pacific, but a population was also present in the northern Atlantic before being driven to extinction by European whalers three centuries ago.",
"title": "Evolution"
},
{
"paragraph_id": 5,
"text": "Fossil eschrichtiids from before the Holocene are rare compared to other fossil mysticetes. The only Pleistocene fossil from the Pacific referred to E. eschrichtius is a partial skeleton and an associated skull from California, estimated to be about 200 thousand years old. However, a late Pliocene fossil from Hokkaido, Japan, referred to Eschrichtius sp. is estimated to be 2.6 to 3.9 Mya and a similar unnamed fossil has been reported from California.",
"title": "Evolution"
},
{
"paragraph_id": 6,
"text": "In their description of Archaeschrichtius ruggieroi from the late Miocene of Italy, Bisconti & Varola 2006 argued that eschrichtiids most likely originated in the Mediterranean Basin about 10 million years ago and remained there, either permanently or intermittently, at least until the Early Pliocene (5–3 Mya), (but see Messinian salinity crisis.)",
"title": "Evolution"
}
]
| Eschrichtiidae or the gray whales is a family of baleen whale with a single extant species, the gray whale, as well as three described fossil genera: Archaeschrichtius and Eschrichtioides from the Miocene and Pliocene of Italy respectively, and Gricetoides from the Pliocene of North Carolina. More recent phylogenetic studies have found this family to be invalid, with its members nesting inside the Balaenopteridae. The names of the extant genus and the family honours Danish zoologist Daniel Eschricht. | 2002-02-25T15:43:11Z | 2023-12-03T12:46:42Z | [
"Template:Harvnb",
"Template:Mya",
"Template:Cite web",
"Template:Cetacea",
"Template:Taxonbar",
"Template:Authority control",
"Template:Short description",
"Template:Automatic taxobox",
"Template:Cite journal",
"Template:Cite book",
"Template:Portal bar",
"Template:Refbegin",
"Template:Refend",
"Template:Commons category-inline",
"Template:Wikispecies-inline",
"Template:Reflist"
]
| https://en.wikipedia.org/wiki/Eschrichtiidae |
10,354 | Edmund I | Edmund I or Eadmund I (920/921 – 26 May 946) was King of the English from 27 October 939 until his death. He was the elder son of King Edward the Elder and his third wife, Queen Eadgifu, and a grandson of King Alfred the Great. After Edward died in 924, he was succeeded by his eldest son, Edmund's half-brother Æthelstan. Edmund was crowned after Æthelstan died childless in 939. He had two sons, Eadwig and Edgar, by his first wife Ælfgifu, and none by his second wife Æthelflæd. His sons were young children when he was killed in a brawl with an outlaw at Pucklechurch in Gloucestershire, and he was succeeded by his younger brother Eadred, who died in 955 and was followed by Edmund's sons in succession.
Æthelstan had succeeded as the king of England south of the Humber and he became the first king of all England when he conquered Viking-ruled York in 927, but after his death Anlaf Guthfrithson was accepted as King of York and extended Viking rule to the Five Boroughs of north-east Mercia. Edmund was initially forced to accept the reverse, the first major setback for the West Saxon dynasty since Alfred's reign, but he was able to recover his position following Anlaf's death in 941. In 942 Edmund took back control of the Five Boroughs and in 944 he regained control over the whole of England when he expelled the Viking kings of York. Eadred had to deal with further revolts when he became king, and York was not finally conquered until 954. Æthelstan had achieved a dominant position over other British kings and Edmund maintained this, perhaps apart from Scotland. The north Welsh king Idwal Foel may have allied with the Vikings as he was killed by the English in 942. The British kingdom of Strathclyde may also have sided with the Vikings as Edmund ravaged it in 945 and then ceded it to Malcolm I of Scotland. Edmund also continued his brother's friendly relations with Continental rulers, several of whom were married to his half-sisters.
Edmund inherited his brother's interests and leading advisers, such as Oda, whom he appointed Archbishop of Canterbury in 941, Æthelstan Half-King, ealdorman of East Anglia, and Ælfheah the Bald, Bishop of Winchester. Government at the local level was mainly carried on by ealdormen, and Edmund made substantial changes in personnel during his reign, with a move from Æthelstan's main reliance on West Saxons to a greater prominence of men with Mercian connections. Unlike the close relatives of previous kings, his mother and brother attested many of Edmund's charters, suggesting a high degree of family cooperation. Edmund was also an active legislator, and three of his codes survive. Provisions include ones which attempt to regulate feuds and emphasise the sanctity of the royal person.
The major religious movement of the tenth century, the English Benedictine Reform, reached its peak under Edgar, but Edmund's reign was important in its early stages. He appointed Dunstan abbot of Glastonbury, where he was joined by Æthelwold. They were to be two of the leaders of the reform and they made the abbey the first important centre for disseminating it. Unlike the circle of his son Edgar, Edmund did not take the view that Benedictine monasticism was the only worthwhile religious life, and he also patronised unreformed (non-Benedictine) establishments.
In the ninth century the four Anglo-Saxon kingdoms of Wessex, Mercia, Northumbria and East Anglia came under increasing attack from Vikings, culminating in invasion by the Great Heathen Army in 865. By 878, the Vikings had overrun East Anglia, Northumbria, and Mercia, and nearly conquered Wessex, but in that year the West Saxons fought back under Alfred the Great and achieved a decisive victory at the Battle of Edington. In the 880s and 890s the Anglo-Saxons ruled Wessex and western Mercia, but the rest of England was under Viking kings. Alfred constructed a network of fortresses, and these helped him to frustrate renewed Viking attacks in the 890s with the assistance of his son-in-law, Æthelred, Lord of the Mercians, and his elder son Edward, who became king when Alfred died in 899. In 909 Edward sent a force of West Saxons and Mercians to attack the Northumbrian Danes, and the following year the Danes retaliated with a raid on Mercia. While they were marching back to Northumbria, they were caught by an Anglo-Saxon army and decisively defeated at the Battle of Tettenhall, ending the threat from the Northumbrian Vikings for a generation. In the 910s Edward and Æthelflæd, his sister and Æthelred's widow, extended Alfred's network of fortresses and conquered Viking-ruled eastern Mercia and East Anglia. When Edward died in 924, he controlled all England south of the Humber.
Edward was succeeded by his eldest son Æthelstan, who seized control of Northumbria in 927, thus becoming the first king of all England. He then styled himself in charters as king of the English, and soon afterwards Welsh kings and the kings of Scotland and Strathclyde acknowledged his overlordship. After this, he adopted more grandiose titles such as Rex Totius Britanniae (king of the whole of Britain). In 934 he invaded Scotland and in 937 an alliance of armies of Scotland, Strathclyde and the Vikings invaded England. Æthelstan secured a decisive victory at the Battle of Brunanburh, cementing his dominant position in Britain.
Benedictine monasticism had flourished in England in the seventh and eighth centuries, but it severely declined in the late eighth and ninth centuries. By the time Alfred came to the throne in 871, monasteries and knowledge of Latin were at a low ebb, but there was a gradual revival from Alfred's time onwards. This accelerated during Æthelstan's reign, and two leaders of the later tenth-century English Benedictine Reform, Dunstan and Æthelwold, reached maturity in Æthelstan's cosmopolitan, intellectual court of the 930s.
Edmund's father, Edward the Elder, had three wives, eight or nine daughters, several of whom married Continental royalty, and five sons. Æthelstan was the only known son of Edward's first wife, Ecgwynn. His second wife, Ælfflæd, had two sons: Ælfweard, who may have been acknowledged in Wessex as king when his father died in 924 but who died less than a month later, and Edwin, who drowned in 933. In about 919 Edward married Eadgifu, the daughter of Sigehelm, ealdorman of Kent. Edmund, who was born in 920 or 921, was Eadgifu's elder son. Her younger son Eadred succeeded him as king. Edmund had one or two full sisters. Eadburh was a nun at Winchester who was later venerated as a saint. The twelfth-century historian William of Malmesbury gives Edmund a second full sister who married Louis, prince of Aquitaine; she was called Eadgifu, the same name as her mother. William's account is accepted by the historians Ann Williams and Sean Miller, but Æthelstan's biographer Sarah Foot argues that she did not exist, and that William confused her with Ælfgifu, a daughter of Ælfflæd.
Edmund was a young child when his half-brother Æthelstan became king in 924. He grew up at Æthelstan's court, probably with two important Continental exiles, his nephew Louis, future King of the West Franks, and Alain, future Duke of Brittany. According to William of Malmesbury, Æthelstan showed great affection towards Edmund and Eadred: "mere infants at his father's death, he brought them up lovingly in childhood, and when they grew up gave them a share in his kingdom". Edmund may have been a member of the expedition to Scotland in 934 as, according to the Historia de Sancto Cuthberto (History of Saint Cuthbert), Æthelstan instructed that in the event of his death Edmund was to take his body to Cuthbert's shrine at Chester-le-Street. Edmund fought at the Battle of Brunanburh in 937, and in a poem commemorating the victory in the Anglo-Saxon Chronicle (ASC), Edmund ætheling (prince of the royal house) is given such a prominent role – and praised for his heroism alongside Æthelstan – that the historian Simon Walker has suggested that the poem was written during Edmund's reign. At a royal assembly shortly before Æthelstan's death in 939, Edmund and Eadred attested a grant to their full sister, Eadburh, both as regis frater (king's brother). Their attestations may have been because of the family connection, but they also may have been intended to display the throneworthiness of the king's half-brothers when it was known that he did not have long to live. This is the only charter of Æthelstan attested by Edmund, the authenticity of which has not been questioned. Æthelstan died childless on 27 October 939 and Edmund's succession to the throne was undisputed. He was the first king to succeed to the throne of all England, and was probably crowned at Kingston-upon-Thames, perhaps on Advent Sunday, 1 December 939.
Brunanburh saved England from destruction as a united kingdom, and it helped to ensure that Edmund would succeed smoothly to the throne, but it did not preserve him from challenges to his rule once he became king. The chronology of the Viking challenge is disputed, but according to the most widely accepted version, Æthelstan's death encouraged the York Vikings to accept the kingship of Anlaf Guthfrithson, the King of Dublin who had led the Viking forces defeated at Brunanburh. According to ASC D: "Here the Northumbrians belied their pledges and chose Anlaf from Ireland as their king." Anlaf was in York by the end of 939 and the following year he invaded north-east Mercia, aiming to recover the southern territories of the York kingdom which had been conquered by Edward and Æthelflæd. He marched on Northampton, where he was repulsed, and then stormed the ancient Mercian royal centre of Tamworth, with considerable loss of life on both sides. On his way back north he was caught at Leicester by an army under Edmund, but battle was averted by the mediation of Archbishop Wulfstan of York, on behalf of the Vikings, and probably the Archbishop of Canterbury acting for the English. They arranged a treaty at Leicester which surrendered the Five Boroughs of Lincoln, Leicester, Nottingham, Stamford and Derby, to Guthfrithson. This was the first serious setback for the English since Edward the Elder began to roll back Viking conquests in the early tenth century, and it was described by the historian Frank Stenton as "an ignominious surrender". Guthfrithson had coins struck at York with the lower Viking weight than the English standard.
Guthfrithson died in 941, allowing Edmund to reverse his losses. In 942 he recovered the Five Boroughs, and his victory was considered so significant that it was commemorated by a poem in the Anglo-Saxon Chronicle:
Here King Edmund, lord of the English guardian of kinsmen, beloved instigator of deeds, conquered Mercia, bounded by The Dore Whitwell Gap and Humber river broad ocean-stream; five boroughs: Leicester and Lincoln, and Nottingham likewise Stamford also and Derby. Earlier the Danes were under Northmen, subjected by force in heathens' captive fetters, for a long time until they were ransomed again, to the honour of Edward's son, protector of warriors, King Edmund.
Like other tenth-century poems in the Anglo-Saxon Chronicle, this one shows a concern with English nationalism and the West Saxon royal dynasty, and in this case displays the Christian English and Danes as united under Edmund in their victorious opposition to Norse (Norwegian) pagans. Stenton commented that the poem brings out the highly significant fact that the Danes of eastern Mercia, after fifteen years of Æthelstan's government, had come to regard themselves as the rightful subjects of the English king. Above all, it emphasises the antagonism between Danes and Norsemen, which is often ignored by modern writers, but underlies the whole history of England in this period. It is the first political poem in the English language, and its author understood political realities.
However, Williams is sceptical, arguing that the poem is not contemporary, and that it is doubtful whether contemporaries saw their situation in those terms. In the same year Edmund granted large estates in northern Mercia to a leading nobleman, Wulfsige the Black, continuing the policy of his father of granting land in the Danelaw to supporters in order to give them an interest in resisting the Vikings.
Guthfrithson was succeeded as king of York by his cousin, Anlaf Sihtricson, who was baptised in 943 with Edmund as his godfather, suggesting that he accepted West Saxon overlordship. Sihtricson issued his own coinage, but he clearly had rivals in York as coins were also issued there in two other names: Ragnall, a brother of Anlaf Guthfrithson who also accepted baptism under Edmund's sponsorship, and an otherwise unknown Sihtric. The coins of all three men were issued with the same design, which may suggest joint authority. In 944 Edmund expelled the Viking rulers of York and seized control of the city with the assistance of Archbishop Wulfstan, who had previously supported the Vikings, and an ealdorman in Mercia, probably Æthelmund, who had been appointed by Edmund in 940.
When Edmund died, his successor Eadred faced further revolts in Northumbria, which were not finally defeated until 954. In Miller's view, Edmund's reign "shows clearly that although Æthelstan had conquered Northumbria, it was still not really part of a united England, nor would it be until the end of Eadred's reign". The Northumbrians' repeated revolts show that they retained separatist ambitions, which they only abandoned under pressure from successive southern kings. Unlike Æthelstan, Edmund and Eadred rarely claimed jurisdiction over the whole of Britain, although each did sometimes describe himself as 'king of the English' even at times when he did not control Northumbria. In charters Edmund sometimes even called himself by the lesser title of 'king of the Anglo-Saxons' in 940 and 942, and only claimed to be king of all Britain once he had gained full control over Northumbria in 945. He never described himself as Rex Totius Britanniae on his coinage.
Edmund inherited overlordship over the kings of Wales from Æthelstan, but Idwal Foel, king of Gwynedd in north Wales, apparently took advantage of Edmund's early weakness to withhold fealty and may have supported Anlaf Guthfrithson, as according to the Annales Cambriæ he was killed by the English in 942. Between 942 and 950 his kingdom was conquered by Hywel Dda, the king of Deheubarth in south Wales, who is described by the historian of Wales Thomas Charles-Edwards as "the firmest ally of the English 'emperors of Britain' among all the kings of his day". Attestations of Welsh kings to English charters appear to have been rare compared with those in Æthelstan's reign, but in the historian David Dumville's view there is no reason to doubt that Edmund retained his overlordship over the Welsh kings. In a charter of 944 disposing of land in Devon, Edmund is styled "King of the English and ruler of this British province", suggesting that the former British kingdom of Dumnonia was still not regarded as fully integrated into England, although the historian Simon Keynes "suspects some 'local' interference" in the wording of Edmund's title.
By 945 both Scotland and Strathclyde had kings who had assumed the throne since Brunanburh, and it is likely that whereas Scotland allied with England, Strathclyde held to its alliance with the Vikings. In that year Edmund ravaged Strathclyde. According to the thirteenth-century chronicler Roger of Wendover, the invasion was supported by Hywel Dda, and Edmund had two sons of the king of Strathclyde blinded, perhaps to deprive their father of throneworthy heirs. Edmund then gave the kingdom to Malcolm I of Scotland in return for a pledge to defend it on land and on sea, a decision variously interpreted by historians. Dumville and Charles-Edwards regard it as granting Strathclyde to the Scottish king in return for an acknowledgement of Edmund's overlordship, whereas Williams thinks it probably means that he agreed to Malcolm's overlordship of the area in return for an alliance against the Dublin Vikings, and Stenton and Miller see it as recognition by Edmund that Northumbria was the northern limit of Anglo-Saxon England.
According to the hagiography of a Gaelic monk called Cathróe he travelled through England on his journey from Scotland to the Continent; Edmund summoned him to court and Oda, Archbishop of Canterbury, then ceremonially conducted him to his ship at Lympne. Travelling clerics played an important part in the circulation of manuscripts and ideas in this period, and Cathróe is unlikely to have been the only Celtic cleric at Edmund's court.
Edmund inherited strong Continental contacts from Æthelstan's cosmopolitan court, and these were enhanced by their sisters' marriages to foreign kings and princes. Edmund carried on his brother's Continental policies and maintained his alliances, especially with his nephew King Louis IV of West Francia and Otto I, King of East Francia and future Holy Roman Emperor. Louis was both nephew and brother-in-law of Otto, while Otto and Edmund were brothers-in-law. There were almost certainly extensive diplomatic contacts between Edmund and Continental rulers which have not been recorded, but it is known that Otto sent delegations to Edmund's court. In the early 940s some Norman lords sought the help of the Danish prince Harald against Louis, and in 945 Harald captured Louis and handed him to Hugh the Great, Duke of the Franks, who kept him prisoner. Edmund and Otto both protested and demanded his immediate release, but this only took place in exchange for the surrender of the town of Laon to Hugh.
Edmund's name is in the confraternity book of Pfäfers Abbey in Switzerland, perhaps at the request of Archbishop Oda when staying there on his way to or from Rome to collect his pallium. As with the diplomatic delegations, this probably represents rare surviving evidence of extensive contacts between English and Continental churchmen which continued from Æthelstan's reign.
Edmund inherited his brother's interests and leading advisers, such as Æthelstan Half-King, ealdorman of East Anglia, Ælfheah the Bald, bishop of Winchester, and Oda, bishop of Ramsbury, who was appointed as Archbishop of Canterbury by Edmund in 941. Æthelstan Half-King first witnessed a charter as an ealdorman in 932, and within three years of Edmund's accession he had been joined by two of his brothers as ealdormen; their territories covered more than half of England and his wife fostered the future King Edgar. The historian Cyril Hart compares the brothers' power during Edmund's reign to that of the Godwins a century later. Edmund's mother, Eadgifu, who had been in eclipse during her step-son's reign, was also very influential.
For the first half of 940 there were no changes in the attestations of ealdormen compared with the end of Æthelstan's reign, but later in the year the number of ealdormen was doubled from four to eight, with three of the new ealdormen covering Mercian districts. There was an increased reliance on the family of Æthelstan Half-King, which was enriched by grants in 942. The appointments may have been part of Edmund's measures to deal with Anlaf's incursion.
Eadgifu and Eadred attested many of Edmund's charters, showing a high degree of family cooperation; initially Eadgifu attested first, but from sometime in late 943 or early 944 Eadred took precedence, perhaps reflecting his growing authority. Eadgifu attested around one third, always as regis mater (king's mother), including all grants to religious institutions and individuals. Eadred attested over half of his brother's charters. Eadgifu's and Eadred's prominence in charter attestations is unparalleled by any other West Saxon king's mother and male relative.
The period from around 925 to 975 was the golden age of Anglo-Saxon royal charters, when they were at their peak as instruments of royal government, and the scribes who drew up most of Edmund's charters constituted a royal secretariat which he inherited from his brother. From 928 until 935 charters were produced by the very learned scribe designated by scholars as Æthelstan A in a highly elaborate style. Keynes comments: "It is only by dwelling on the glories and complexities of the diplomas drafted and written by Æthelstan A that one can appreciate the elegant simplicity of the diplomas that followed." A scribe known as Edmund C wrote an inscription in a gospel book (BL Cotton Tiberius A. ii folio 15v) during Æthelstan's reign and wrote charters for Edmund and Eadred between 944 and 949.
Most of Edmund's charters belong to the diplomatic 'mainstream', including those of Edmund C, but four are part of a group, dating mainly to Eadred's reign, called the 'alliterative charters'. They were drafted by a very learned scholar, almost certainly someone in the circle of Cenwald, Bishop of Worcester, or perhaps the bishop himself. These charters are characterised both by a high proportion of words starting with the same letter and by the use of unusual words. Ben Snook describes the charters as "impressive literary works", and like much of the writing of the period their style displays the influence of Aldhelm, a leading scholar and early eighth-century bishop of Sherborne.
The only coin in common use in the tenth century was the penny. The main coin designs in Edmund's reign were H (Horizontal) types, with a cross or other decoration on the obverse surrounded by a circular inscription including the king's name, and the moneyer's name horizontally on the reverse. There were also substantial numbers of BC (Bust Crowned) types in East Anglia and the Danish shires; these had a portrait of the king, often crudely drawn, on the obverse. For a period in Æthelstan's reign many coins showed the mint town, but this had become rare by the time of Edmund's accession, except in Norwich, where it continued during the 940s for BC types.
After the reign of Edward the Elder there was a slight decline in the weight of coins under Æthelstan, and the deterioration increased after around 940, continuing until Edgar's reform of the coinage in around 973. However, based on a very small sample, there is no evidence of a decline in the silver content under Edmund. His reign saw an increase in regional diversity of the coinage which lasted for twenty years until a return to relative unity of design early in Edgar's reign.
Three law codes of Edmund survive, carrying on Æthelstan's tradition of legal reform. They are called I Edmund, II Edmund and III Edmund. The order in which they were issued is clear, but not the dates of issue. I Edmund is concerned with ecclesiastical matters, while the other codes deal with public order.
I Edmund was promulgated at a council in London convened by Edmund and attended by archbishops Oda and Wulfstan. The code is very similar to "Constitutions" previously promulgated by Oda. Uncelibate clerics were threatened with the loss of property and forbidden burial in consecrated ground, and there were also provisions regarding church dues and the restoration of church property. A clause forbidding a murderer from coming into the neighbourhood of the king, unless he had done penance for his crime, reflected an increasing emphasis on the sanctity of kingship. Edmund was one of the few Anglo-Saxon kings to promulgate laws concerned with sorcery and idolatry, and the code condemns false witness and the use of magical drugs. The association between perjury and the use of drugs in magic was traditional, probably because they both involved the breaking of a religious oath.
In II Edmund, the king and his counsellors are stated to be "greatly distressed by the manifold illegal deeds of violence which are in our midst", and aimed to promote "peace and concord". The main focus is on regulating and controlling blood feuds. The authorities (witan) are required to put a stop to vendettas following murders: the killer should instead pay wergeld (compensation) to the relatives of the victim. If no wergeld is paid, the killer has to bear the feud, but attacks on him are forbidden in churches and royal manor houses. If the killer's kin abandon him and refuse to contribute to a wergeld and to protect him, then it is the king's will that they are to be exempt from the feud: any of the victim's kin taking vengeance on them shall incur the hostility of the king and his friends and shall lose all their possessions. In the view of the historian Dorothy Whitelock the need for legislation to control the feud was partly due to the influx of Danish settlers who believed that it was more manly to pursue a vendetta than to settle a dispute by accepting compensation. Several Scandinavian loan words are first recorded in this code, such as hamsocn, the crime of attacking a homestead; the penalty is loss of all the offender's property, while the king decides whether he also loses his life. Scandinavian loan words are not found in Edmund's other codes, and this one may have been particularly aimed at his Danish subjects. In contrast to Edmund's concern about the level of violence, he congratulated his people on their success in suppressing thefts. The code encourages greater local initiative in upholding the law, while emphasising Edmund's royal dignity and authority.
The relationship between Anglo-Saxon kings and their leading men was personal; kings were lords and protectors in return for pledges of loyalty and obedience, and this is spelled out in terms based on Carolingian legislation for the first time in III Edmund, issued at Colyton in Devon. This requires that "all shall swear in the name of the Lord, before whom that holy thing is holy, that they will be faithful to King Edmund, even as it behoves a man to be faithful to his lord, without any dispute or dissension, openly or in secret, favouring what he favours and discountenancing what he discountenances." The threat of divine retribution was important in a society which had limited coercive power to punish law breaking and disloyalty. The military historian Richard Abels argues that "all" (omnes) shall swear does not mean literally all, but should be understood to mean those men qualified to take oaths administered by royal reeves at shire courts, that is the middling and great landholders, and that Edmund's oath united his diverse peoples by binding them all to him personally. The emphasis on lordship is further seen in provisions setting out the duties of lords to take responsibility for their followers and stand surety for them.
III Edmund was also concerned to prevent theft, especially cattle rustling. The local community is required to cooperate in catching thieves, dead or alive, and to assist in tracking down stolen cattle, while trading had to be witnessed by a high reeve, priest, treasurer or port reeve. According to a provision described by the legal historian Patrick Wormald as gruesome: "we have declared with regard to slaves that, if a number of them commit theft, their leader shall be captured and slain, or hanged, and each of the others shall be scourged three times and have his scalp removed and his little finger mutilated as a token of his guilt". The code has the first reference to the hundred as an administrative unit of local government in a provision requiring anyone who refuses to assist in the apprehension of a thief to pay 120 shillings to the king and 30 shillings to the hundred.
Williams comments "In both the second code and the Colyton legislation, the functions of the four pillars of medieval society, kingship, lordship, family, and neighbourhood, are clearly evident." Wormald describes the codes as "an object-lesson in the variety of Anglo-Saxon legal texts", but he sees what they have in common as more important, especially a heightened rhetorical tone which extends to treating murder as an affront to the royal person. The historian Alaric Trousdale sees "explicit funding of local administrative institutions and the greater empowerment of local officials in the application of the law" as original contributions of Edmund's legislation. Edmund is listed in laws of his grandson Æthelred the Unready as one of the wise law-givers of the past.
The major religious movement of the tenth century, the English Benedictine Reform, reached its peak under Edgar, but Edmund's reign was important in the early stages, which were led by Oda and Ælfheah, both of whom were monks. Oda had strong connections with Continental centres of reform, especially Fleury Abbey. He had been a leading counsellor of Æthelstan and had helped to negotiate the return of Louis to France as king of the Franks in 936. Dunstan was to be a key figure in the reform and Archbishop of Canterbury, and according to his first biographer he was a leading figure at Edmund's court until his enemies persuaded Edmund to expel him, only for the king to have a change of heart after a narrow escape from death and give him a royal estate at Glastonbury, including its abbey. Williams rejects the story because there is no evidence that he was influential in this period; his brother attested charters, but he did not. Edmund may have given Dunstan the abbey to keep him at a distance because he was too much of a disruptive influence at court. He was joined by Æthelwold, another future reform leader, and they spent much of the next decade studying Benedictine texts at Glastonbury, which became the first centre for disseminating monastic reform.
Edmund visited the shrine of St Cuthbert in Chester-le-Street church, probably on his way to Scotland in 945. He prayed at the shrine and commended himself and his army to the saint. His men gave 60 pounds to the shrine, and Edmund placed two gold bracelets on the saint's body and wrapped two costly pallia graeca (lengths of Greek cloth) around it. One of the pallia graeca was probably an excellent Byzantine silk found in Cuthbert's tomb known as the 'Nature Goddess silk'. He also "granted peace and law better than any it ever had to the whole territory of St Cuthbert". Edmund's show of respect and support for the shrine reflected both the political power of the community of St Cuthbert in the north and southern reverence for him. According to William of Malmesbury, Edmund brought the relics of important Northumbrian saints such as Aidan south to Glastonbury Abbey.
Another sign of the religious revival was the number of aristocratic women who adopted a religious life. Several received grants from Edmund, including a nun called Ælfgyth, who was a patron of Wilton Abbey, and Wynflæd, the mother of Edmund's first wife. Æthelstan had granted two estates to religious women, Edmund made seven such grants and Eadred four. After this the practice ceased abruptly, apart from one further donation. The significance of the donations is uncertain, but the most likely explanation is that in the mid-tenth century some religious aristocratic women were granted the estates so that they could choose how to pursue their vocation, whether by establishing a nunnery or living a religious life in their own homes.
In the reign of Edmund's son Edgar, Æthelwold and his circle insisted that Benedictine monasticism was the only worthwhile form of religious life, but this was not the view of earlier kings such as Edmund. He was concerned to support religion, but was not committed to a particular ideology of religious development. In his grants he continued Æthelstan's policies. When Gérard of Brogne reformed the Abbey of Saint Bertin by imposing the Benedictine rule in 944, monks who rejected the changes fled to England and Edmund gave them a church owned by the crown at Bath. He may have had personal motives for his assistance, as the monks had given burial to his half-brother, Edwin, who had drowned at sea in 933, but the incident shows that Edmund did not see only one monastic rule as valid. He may also have granted privileges to the unreformed (non-Benedictine) Bury St Edmunds Abbey, but the charter's authenticity is disputed.
Latin learning revived in Æthelstan's reign, influenced by Continental models and by the hermeneutic style of the leading seventh-century scholar and Bishop of Sherborne, Aldhelm. The revival continued in Edmund's reign, and Welsh book production became increasingly influential. Welsh manuscripts were studied and copied, and they influenced the early use of Carolingian minuscule script in England, although Continental sources are also important. Edmund's reign also saw the development of a new style of the native square minuscule script, which was used in mid-century royal diplomas. Oda's school at Canterbury was praised by post-Conquest chroniclers, especially for the presence there of Frithegod, a brilliant Continental scholar and the most skilful poet in mid-tenth-century England. The "Vatican" recension of the Historia Brittonum was produced in England in Edmund's reign, probably in 944.
Edmund probably married his first wife Ælfgifu around the time of his accession to the throne, as their second son was born in 943. Their sons Eadwig and Edgar both became kings of England. Ælfgifu's father is not known, but her mother is identified by a charter of Edgar which confirms a grant by his grandmother Wynflæd of land to Shaftesbury Abbey. Ælfgifu was also a benefactor of Shaftesbury Abbey; when she died in 944 she was buried there and venerated as a saint. Edmund had no known children by his second wife, Æthelflæd, who died after 991. Her father Ælfgar became ealdorman of Essex in 946. Edmund presented him with a sword lavishly decorated with gold and silver, which Ælfgar later presented to King Eadred. Æthelflæd's second husband was Æthelstan Rota, a south-east Mercian ealdorman, and her will survives.
On 26 May 946 Edmund was killed in a brawl at Pucklechurch in Gloucestershire. According to the post-Conquest chronicler, John of Worcester:
While the glorious Edmund, king of the English, was at the royal township called Pucklechurch in English, in seeking to rescue his steward from Leofa, a most wicked thief, lest he be killed, was himself killed by the same man on the feast of St Augustine, teacher of the English, on Tuesday, 26 May, in the fourth indiction, having completed five years and seven months of his reign. He was borne to Glastonbury, and buried by the abbot, St Dunstan.
The historians Clare Downham and Kevin Halloran dismiss John of Worcester's account and suggest that the king was the victim of a political assassination, but this view has not been accepted by other historians.
Like his son Edgar thirty years later, Edmund was buried at Glastonbury Abbey. The location may have reflected its spiritual prestige and royal endorsement of the monastic reform movement, but as his death was unexpected it is more likely that Dunstan was successful in claiming the body. His sons were still young children, so he was succeeded as king by his brother Eadred, who was in turn succeeded by Edmund's elder son Eadwig in 955.
Historians' views of Edmund's character and record differ widely. The historian Barbara Yorke comments that when substantial powers were delegated there was a danger that subjects would become over-powerful: the kings following Æthelstan came to the throne young and had short reigns, and the families of Æthelstan 'Half-King' and Ælfhere, Ealdorman of Mercia, developed unassailable positions. In the view of Cyril Hart: "For the whole of his brief reign, the young king Edmund remained strongly under the influence of his mother Eadgifu and the 'Half King', who between them must have decided much of the national policy." In contrast, Williams describes Edmund as "an energetic and forceful ruler" and Stenton commented that "he proved himself to be both warlike and politically effective", while in Dumville's view, but for his early death "he might yet have been remembered as one of the more remarkable of Anglo-Saxon kings".
The historian Ryan Lavelle comments that "a case can be made, as Alaric Trousdale has recently done [in his PhD thesis on Edmund's reign], for assigning Edmund a central role to the achievements of the tenth-century English state". Trousdale comments that the period between the reigns of Æthelstan and Edgar has been comparatively neglected by historians: the reigns of Edmund, Eadred and Eadwig "are often lumped together as a sort of interim period between the much more interesting reigns of Æthelstan and Edgar". He argues that "King Edmund's legislation shows an ambition towards tighter control of the localities through increased cooperation between all levels of government, and that king and archbishop were working closely together in restructuring the English administrative framework". Trousdale sees a transition which "was marked in part by a small yet significant shift away from a reliance on traditional West Saxon administrative structures and the power blocs that had enjoyed influence under King Æthelstan, towards increased cooperation with interests and families from Mercia and East Anglia". He also sees Edmund as moving away from Æthelstan's centralisation of power to a more collegial relationship with local secular and ecclesiastical authorities. Trousdale's picture contrasts with that of other historians such as Sarah Foot, who emphasises the achievements of Æthelstan, and George Molyneaux in his study of the formation of the late Anglo-Saxon state in the reign of Edgar. | [
{
"paragraph_id": 0,
"text": "Edmund I or Eadmund I (920/921 – 26 May 946) was King of the English from 27 October 939 until his death. He was the elder son of King Edward the Elder and his third wife, Queen Eadgifu, and a grandson of King Alfred the Great. After Edward died in 924, he was succeeded by his eldest son, Edmund's half-brother Æthelstan. Edmund was crowned after Æthelstan died childless in 939. He had two sons, Eadwig and Edgar, by his first wife Ælfgifu, and none by his second wife Æthelflæd. His sons were young children when he was killed in a brawl with an outlaw at Pucklechurch in Gloucestershire, and he was succeeded by his younger brother Eadred, who died in 955 and was followed by Edmund's sons in succession.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Æthelstan had succeeded as the king of England south of the Humber and he became the first king of all England when he conquered Viking-ruled York in 927, but after his death Anlaf Guthfrithson was accepted as King of York and extended Viking rule to the Five Boroughs of north-east Mercia. Edmund was initially forced to accept the reverse, the first major setback for the West Saxon dynasty since Alfred's reign, but he was able to recover his position following Anlaf's death in 941. In 942 Edmund took back control of the Five Boroughs and in 944 he regained control over the whole of England when he expelled the Viking kings of York. Eadred had to deal with further revolts when he became king, and York was not finally conquered until 954. Æthelstan had achieved a dominant position over other British kings and Edmund maintained this, perhaps apart from Scotland. The north Welsh king Idwal Foel may have allied with the Vikings as he was killed by the English in 942. The British kingdom of Strathclyde may also have sided with the Vikings as Edmund ravaged it in 945 and then ceded it to Malcolm I of Scotland. Edmund also continued his brother's friendly relations with Continental rulers, several of whom were married to his half-sisters.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Edmund inherited his brother's interests and leading advisers, such as Oda, whom he appointed Archbishop of Canterbury in 941, Æthelstan Half-King, ealdorman of East Anglia, and Ælfheah the Bald, Bishop of Winchester. Government at the local level was mainly carried on by ealdormen, and Edmund made substantial changes in personnel during his reign, with a move from Æthelstan's main reliance on West Saxons to a greater prominence of men with Mercian connections. Unlike the close relatives of previous kings, his mother and brother attested many of Edmund's charters, suggesting a high degree of family cooperation. Edmund was also an active legislator, and three of his codes survive. Provisions include ones which attempt to regulate feuds and emphasise the sanctity of the royal person.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The major religious movement of the tenth century, the English Benedictine Reform, reached its peak under Edgar, but Edmund's reign was important in its early stages. He appointed Dunstan abbot of Glastonbury, where he was joined by Æthelwold. They were to be two of the leaders of the reform and they made the abbey the first important centre for disseminating it. Unlike the circle of his son Edgar, Edmund did not take the view that Benedictine monasticism was the only worthwhile religious life, and he also patronised unreformed (non-Benedictine) establishments.",
"title": ""
},
{
"paragraph_id": 4,
"text": "In the ninth century the four Anglo-Saxon kingdoms of Wessex, Mercia, Northumbria and East Anglia came under increasing attack from Vikings, culminating in invasion by the Great Heathen Army in 865. By 878, the Vikings had overrun East Anglia, Northumbria, and Mercia, and nearly conquered Wessex, but in that year the West Saxons fought back under Alfred the Great and achieved a decisive victory at the Battle of Edington. In the 880s and 890s the Anglo-Saxons ruled Wessex and western Mercia, but the rest of England was under Viking kings. Alfred constructed a network of fortresses, and these helped him to frustrate renewed Viking attacks in the 890s with the assistance of his son-in-law, Æthelred, Lord of the Mercians, and his elder son Edward, who became king when Alfred died in 899. In 909 Edward sent a force of West Saxons and Mercians to attack the Northumbrian Danes, and the following year the Danes retaliated with a raid on Mercia. While they were marching back to Northumbria, they were caught by an Anglo-Saxon army and decisively defeated at the Battle of Tettenhall, ending the threat from the Northumbrian Vikings for a generation. In the 910s Edward and Æthelflæd, his sister and Æthelred's widow, extended Alfred's network of fortresses and conquered Viking-ruled eastern Mercia and East Anglia. When Edward died in 924, he controlled all England south of the Humber.",
"title": "Background"
},
{
"paragraph_id": 5,
"text": "Edward was succeeded by his eldest son Æthelstan, who seized control of Northumbria in 927, thus becoming the first king of all England. He then styled himself in charters as king of the English, and soon afterwards Welsh kings and the kings of Scotland and Strathclyde acknowledged his overlordship. After this, he adopted more grandiose titles such as Rex Totius Britanniae (king of the whole of Britain). In 934 he invaded Scotland and in 937 an alliance of armies of Scotland, Strathclyde and the Vikings invaded England. Æthelstan secured a decisive victory at the Battle of Brunanburh, cementing his dominant position in Britain.",
"title": "Background"
},
{
"paragraph_id": 6,
"text": "Benedictine monasticism had flourished in England in the seventh and eighth centuries, but it severely declined in the late eighth and ninth centuries. By the time Alfred came to the throne in 871, monasteries and knowledge of Latin were at a low ebb, but there was a gradual revival from Alfred's time onwards. This accelerated during Æthelstan's reign, and two leaders of the later tenth-century English Benedictine Reform, Dunstan and Æthelwold, reached maturity in Æthelstan's cosmopolitan, intellectual court of the 930s.",
"title": "Background"
},
{
"paragraph_id": 7,
"text": "Edmund's father, Edward the Elder, had three wives, eight or nine daughters, several of whom married Continental royalty, and five sons. Æthelstan was the only known son of Edward's first wife, Ecgwynn. His second wife, Ælfflæd, had two sons: Ælfweard, who may have been acknowledged in Wessex as king when his father died in 924 but who died less than a month later, and Edwin, who drowned in 933. In about 919 Edward married Eadgifu, the daughter of Sigehelm, ealdorman of Kent. Edmund, who was born in 920 or 921, was Eadgifu's elder son. Her younger son Eadred succeeded him as king. Edmund had one or two full sisters. Eadburh was a nun at Winchester who was later venerated as a saint. The twelfth-century historian William of Malmesbury gives Edmund a second full sister who married Louis, prince of Aquitaine; she was called Eadgifu, the same name as her mother. William's account is accepted by the historians Ann Williams and Sean Miller, but Æthelstan's biographer Sarah Foot argues that she did not exist, and that William confused her with Ælfgifu, a daughter of Ælfflæd.",
"title": "Family and early life"
},
{
"paragraph_id": 8,
"text": "Edmund was a young child when his half-brother Æthelstan became king in 924. He grew up at Æthelstan's court, probably with two important Continental exiles, his nephew Louis, future King of the West Franks, and Alain, future Duke of Brittany. According to William of Malmesbury, Æthelstan showed great affection towards Edmund and Eadred: \"mere infants at his father's death, he brought them up lovingly in childhood, and when they grew up gave them a share in his kingdom\". Edmund may have been a member of the expedition to Scotland in 934 as, according to the Historia de Sancto Cuthberto (History of Saint Cuthbert), Æthelstan instructed that in the event of his death Edmund was to take his body to Cuthbert's shrine at Chester-le-Street. Edmund fought at the Battle of Brunanburh in 937, and in a poem commemorating the victory in the Anglo-Saxon Chronicle (ASC), Edmund ætheling (prince of the royal house) is given such a prominent role – and praised for his heroism alongside Æthelstan – that the historian Simon Walker has suggested that the poem was written during Edmund's reign. At a royal assembly shortly before Æthelstan's death in 939, Edmund and Eadred attested a grant to their full sister, Eadburh, both as regis frater (king's brother). Their attestations may have been because of the family connection, but they also may have been intended to display the throneworthiness of the king's half-brothers when it was known that he did not have long to live. This is the only charter of Æthelstan attested by Edmund, the authenticity of which has not been questioned. Æthelstan died childless on 27 October 939 and Edmund's succession to the throne was undisputed. He was the first king to succeed to the throne of all England, and was probably crowned at Kingston-upon-Thames, perhaps on Advent Sunday, 1 December 939.",
"title": "Family and early life"
},
{
"paragraph_id": 9,
"text": "Brunanburh saved England from destruction as a united kingdom, and it helped to ensure that Edmund would succeed smoothly to the throne, but it did not preserve him from challenges to his rule once he became king. The chronology of the Viking challenge is disputed, but according to the most widely accepted version, Æthelstan's death encouraged the York Vikings to accept the kingship of Anlaf Guthfrithson, the King of Dublin who had led the Viking forces defeated at Brunanburh. According to ASC D: \"Here the Northumbrians belied their pledges and chose Anlaf from Ireland as their king.\" Anlaf was in York by the end of 939 and the following year he invaded north-east Mercia, aiming to recover the southern territories of the York kingdom which had been conquered by Edward and Æthelflæd. He marched on Northampton, where he was repulsed, and then stormed the ancient Mercian royal centre of Tamworth, with considerable loss of life on both sides. On his way back north he was caught at Leicester by an army under Edmund, but battle was averted by the mediation of Archbishop Wulfstan of York, on behalf of the Vikings, and probably the Archbishop of Canterbury acting for the English. They arranged a treaty at Leicester which surrendered the Five Boroughs of Lincoln, Leicester, Nottingham, Stamford and Derby, to Guthfrithson. This was the first serious setback for the English since Edward the Elder began to roll back Viking conquests in the early tenth century, and it was described by the historian Frank Stenton as \"an ignominious surrender\". Guthfrithson had coins struck at York with the lower Viking weight than the English standard.",
"title": "Reign"
},
{
"paragraph_id": 10,
"text": "Guthfrithson died in 941, allowing Edmund to reverse his losses. In 942 he recovered the Five Boroughs, and his victory was considered so significant that it was commemorated by a poem in the Anglo-Saxon Chronicle:",
"title": "Reign"
},
{
"paragraph_id": 11,
"text": "Here King Edmund, lord of the English guardian of kinsmen, beloved instigator of deeds, conquered Mercia, bounded by The Dore Whitwell Gap and Humber river broad ocean-stream; five boroughs: Leicester and Lincoln, and Nottingham likewise Stamford also and Derby. Earlier the Danes were under Northmen, subjected by force in heathens' captive fetters, for a long time until they were ransomed again, to the honour of Edward's son, protector of warriors, King Edmund.",
"title": "Reign"
},
{
"paragraph_id": 12,
"text": "Like other tenth-century poems in the Anglo-Saxon Chronicle, this one shows a concern with English nationalism and the West Saxon royal dynasty, and in this case displays the Christian English and Danes as united under Edmund in their victorious opposition to Norse (Norwegian) pagans. Stenton commented that the poem brings out the highly significant fact that the Danes of eastern Mercia, after fifteen years of Æthelstan's government, had come to regard themselves as the rightful subjects of the English king. Above all, it emphasises the antagonism between Danes and Norsemen, which is often ignored by modern writers, but underlies the whole history of England in this period. It is the first political poem in the English language, and its author understood political realities.",
"title": "Reign"
},
{
"paragraph_id": 13,
"text": "However, Williams is sceptical, arguing that the poem is not contemporary, and that it is doubtful whether contemporaries saw their situation in those terms. In the same year Edmund granted large estates in northern Mercia to a leading nobleman, Wulfsige the Black, continuing the policy of his father of granting land in the Danelaw to supporters in order to give them an interest in resisting the Vikings.",
"title": "Reign"
},
{
"paragraph_id": 14,
"text": "Guthfrithson was succeeded as king of York by his cousin, Anlaf Sihtricson, who was baptised in 943 with Edmund as his godfather, suggesting that he accepted West Saxon overlordship. Sihtricson issued his own coinage, but he clearly had rivals in York as coins were also issued there in two other names: Ragnall, a brother of Anlaf Guthfrithson who also accepted baptism under Edmund's sponsorship, and an otherwise unknown Sihtric. The coins of all three men were issued with the same design, which may suggest joint authority. In 944 Edmund expelled the Viking rulers of York and seized control of the city with the assistance of Archbishop Wulfstan, who had previously supported the Vikings, and an ealdorman in Mercia, probably Æthelmund, who had been appointed by Edmund in 940.",
"title": "Reign"
},
{
"paragraph_id": 15,
"text": "When Edmund died, his successor Eadred faced further revolts in Northumbria, which were not finally defeated until 954. In Miller's view, Edmund's reign \"shows clearly that although Æthelstan had conquered Northumbria, it was still not really part of a united England, nor would it be until the end of Eadred's reign\". The Northumbrians' repeated revolts show that they retained separatist ambitions, which they only abandoned under pressure from successive southern kings. Unlike Æthelstan, Edmund and Eadred rarely claimed jurisdiction over the whole of Britain, although each did sometimes describe himself as 'king of the English' even at times when he did not control Northumbria. In charters Edmund sometimes even called himself by the lesser title of 'king of the Anglo-Saxons' in 940 and 942, and only claimed to be king of all Britain once he had gained full control over Northumbria in 945. He never described himself as Rex Totius Britanniae on his coinage.",
"title": "Reign"
},
{
"paragraph_id": 16,
"text": "Edmund inherited overlordship over the kings of Wales from Æthelstan, but Idwal Foel, king of Gwynedd in north Wales, apparently took advantage of Edmund's early weakness to withhold fealty and may have supported Anlaf Guthfrithson, as according to the Annales Cambriæ he was killed by the English in 942. Between 942 and 950 his kingdom was conquered by Hywel Dda, the king of Deheubarth in south Wales, who is described by the historian of Wales Thomas Charles-Edwards as \"the firmest ally of the English 'emperors of Britain' among all the kings of his day\". Attestations of Welsh kings to English charters appear to have been rare compared with those in Æthelstan's reign, but in the historian David Dumville's view there is no reason to doubt that Edmund retained his overlordship over the Welsh kings. In a charter of 944 disposing of land in Devon, Edmund is styled \"King of the English and ruler of this British province\", suggesting that the former British kingdom of Dumnonia was still not regarded as fully integrated into England, although the historian Simon Keynes \"suspects some 'local' interference\" in the wording of Edmund's title.",
"title": "Reign"
},
{
"paragraph_id": 17,
"text": "By 945 both Scotland and Strathclyde had kings who had assumed the throne since Brunanburh, and it is likely that whereas Scotland allied with England, Strathclyde held to its alliance with the Vikings. In that year Edmund ravaged Strathclyde. According to the thirteenth-century chronicler Roger of Wendover, the invasion was supported by Hywel Dda, and Edmund had two sons of the king of Strathclyde blinded, perhaps to deprive their father of throneworthy heirs. Edmund then gave the kingdom to Malcolm I of Scotland in return for a pledge to defend it on land and on sea, a decision variously interpreted by historians. Dumville and Charles-Edwards regard it as granting Strathclyde to the Scottish king in return for an acknowledgement of Edmund's overlordship, whereas Williams thinks it probably means that he agreed to Malcolm's overlordship of the area in return for an alliance against the Dublin Vikings, and Stenton and Miller see it as recognition by Edmund that Northumbria was the northern limit of Anglo-Saxon England.",
"title": "Reign"
},
{
"paragraph_id": 18,
"text": "According to the hagiography of a Gaelic monk called Cathróe he travelled through England on his journey from Scotland to the Continent; Edmund summoned him to court and Oda, Archbishop of Canterbury, then ceremonially conducted him to his ship at Lympne. Travelling clerics played an important part in the circulation of manuscripts and ideas in this period, and Cathróe is unlikely to have been the only Celtic cleric at Edmund's court.",
"title": "Reign"
},
{
"paragraph_id": 19,
"text": "Edmund inherited strong Continental contacts from Æthelstan's cosmopolitan court, and these were enhanced by their sisters' marriages to foreign kings and princes. Edmund carried on his brother's Continental policies and maintained his alliances, especially with his nephew King Louis IV of West Francia and Otto I, King of East Francia and future Holy Roman Emperor. Louis was both nephew and brother-in-law of Otto, while Otto and Edmund were brothers-in-law. There were almost certainly extensive diplomatic contacts between Edmund and Continental rulers which have not been recorded, but it is known that Otto sent delegations to Edmund's court. In the early 940s some Norman lords sought the help of the Danish prince Harald against Louis, and in 945 Harald captured Louis and handed him to Hugh the Great, Duke of the Franks, who kept him prisoner. Edmund and Otto both protested and demanded his immediate release, but this only took place in exchange for the surrender of the town of Laon to Hugh.",
"title": "Reign"
},
{
"paragraph_id": 20,
"text": "Edmund's name is in the confraternity book of Pfäfers Abbey in Switzerland, perhaps at the request of Archbishop Oda when staying there on his way to or from Rome to collect his pallium. As with the diplomatic delegations, this probably represents rare surviving evidence of extensive contacts between English and Continental churchmen which continued from Æthelstan's reign.",
"title": "Reign"
},
{
"paragraph_id": 21,
"text": "Edmund inherited his brother's interests and leading advisers, such as Æthelstan Half-King, ealdorman of East Anglia, Ælfheah the Bald, bishop of Winchester, and Oda, bishop of Ramsbury, who was appointed as Archbishop of Canterbury by Edmund in 941. Æthelstan Half-King first witnessed a charter as an ealdorman in 932, and within three years of Edmund's accession he had been joined by two of his brothers as ealdormen; their territories covered more than half of England and his wife fostered the future King Edgar. The historian Cyril Hart compares the brothers' power during Edmund's reign to that of the Godwins a century later. Edmund's mother, Eadgifu, who had been in eclipse during her step-son's reign, was also very influential.",
"title": "Reign"
},
{
"paragraph_id": 22,
"text": "For the first half of 940 there were no changes in the attestations of ealdormen compared with the end of Æthelstan's reign, but later in the year the number of ealdormen was doubled from four to eight, with three of the new ealdormen covering Mercian districts. There was an increased reliance on the family of Æthelstan Half-King, which was enriched by grants in 942. The appointments may have been part of Edmund's measures to deal with Anlaf's incursion.",
"title": "Reign"
},
{
"paragraph_id": 23,
"text": "Eadgifu and Eadred attested many of Edmund's charters, showing a high degree of family cooperation; initially Eadgifu attested first, but from sometime in late 943 or early 944 Eadred took precedence, perhaps reflecting his growing authority. Eadgifu attested around one third, always as regis mater (king's mother), including all grants to religious institutions and individuals. Eadred attested over half of his brother's charters. Eadgifu's and Eadred's prominence in charter attestations is unparalleled by any other West Saxon king's mother and male relative.",
"title": "Reign"
},
{
"paragraph_id": 24,
"text": "The period from around 925 to 975 was the golden age of Anglo-Saxon royal charters, when they were at their peak as instruments of royal government, and the scribes who drew up most of Edmund's charters constituted a royal secretariat which he inherited from his brother. From 928 until 935 charters were produced by the very learned scribe designated by scholars as Æthelstan A in a highly elaborate style. Keynes comments: \"It is only by dwelling on the glories and complexities of the diplomas drafted and written by Æthelstan A that one can appreciate the elegant simplicity of the diplomas that followed.\" A scribe known as Edmund C wrote an inscription in a gospel book (BL Cotton Tiberius A. ii folio 15v) during Æthelstan's reign and wrote charters for Edmund and Eadred between 944 and 949.",
"title": "Reign"
},
{
"paragraph_id": 25,
"text": "Most of Edmund's charters belong to the diplomatic 'mainstream', including those of Edmund C, but four are part of a group, dating mainly to Eadred's reign, called the 'alliterative charters'. They were drafted by a very learned scholar, almost certainly someone in the circle of Cenwald, Bishop of Worcester, or perhaps the bishop himself. These charters are characterised both by a high proportion of words starting with the same letter and by the use of unusual words. Ben Snook describes the charters as \"impressive literary works\", and like much of the writing of the period their style displays the influence of Aldhelm, a leading scholar and early eighth-century bishop of Sherborne.",
"title": "Reign"
},
{
"paragraph_id": 26,
"text": "The only coin in common use in the tenth century was the penny. The main coin designs in Edmund's reign were H (Horizontal) types, with a cross or other decoration on the obverse surrounded by a circular inscription including the king's name, and the moneyer's name horizontally on the reverse. There were also substantial numbers of BC (Bust Crowned) types in East Anglia and the Danish shires; these had a portrait of the king, often crudely drawn, on the obverse. For a period in Æthelstan's reign many coins showed the mint town, but this had become rare by the time of Edmund's accession, except in Norwich, where it continued during the 940s for BC types.",
"title": "Reign"
},
{
"paragraph_id": 27,
"text": "After the reign of Edward the Elder there was a slight decline in the weight of coins under Æthelstan, and the deterioration increased after around 940, continuing until Edgar's reform of the coinage in around 973. However, based on a very small sample, there is no evidence of a decline in the silver content under Edmund. His reign saw an increase in regional diversity of the coinage which lasted for twenty years until a return to relative unity of design early in Edgar's reign.",
"title": "Reign"
},
{
"paragraph_id": 28,
"text": "Three law codes of Edmund survive, carrying on Æthelstan's tradition of legal reform. They are called I Edmund, II Edmund and III Edmund. The order in which they were issued is clear, but not the dates of issue. I Edmund is concerned with ecclesiastical matters, while the other codes deal with public order.",
"title": "Reign"
},
{
"paragraph_id": 29,
"text": "I Edmund was promulgated at a council in London convened by Edmund and attended by archbishops Oda and Wulfstan. The code is very similar to \"Constitutions\" previously promulgated by Oda. Uncelibate clerics were threatened with the loss of property and forbidden burial in consecrated ground, and there were also provisions regarding church dues and the restoration of church property. A clause forbidding a murderer from coming into the neighbourhood of the king, unless he had done penance for his crime, reflected an increasing emphasis on the sanctity of kingship. Edmund was one of the few Anglo-Saxon kings to promulgate laws concerned with sorcery and idolatry, and the code condemns false witness and the use of magical drugs. The association between perjury and the use of drugs in magic was traditional, probably because they both involved the breaking of a religious oath.",
"title": "Reign"
},
{
"paragraph_id": 30,
"text": "In II Edmund, the king and his counsellors are stated to be \"greatly distressed by the manifold illegal deeds of violence which are in our midst\", and aimed to promote \"peace and concord\". The main focus is on regulating and controlling blood feuds. The authorities (witan) are required to put a stop to vendettas following murders: the killer should instead pay wergeld (compensation) to the relatives of the victim. If no wergeld is paid, the killer has to bear the feud, but attacks on him are forbidden in churches and royal manor houses. If the killer's kin abandon him and refuse to contribute to a wergeld and to protect him, then it is the king's will that they are to be exempt from the feud: any of the victim's kin taking vengeance on them shall incur the hostility of the king and his friends and shall lose all their possessions. In the view of the historian Dorothy Whitelock the need for legislation to control the feud was partly due to the influx of Danish settlers who believed that it was more manly to pursue a vendetta than to settle a dispute by accepting compensation. Several Scandinavian loan words are first recorded in this code, such as hamsocn, the crime of attacking a homestead; the penalty is loss of all the offender's property, while the king decides whether he also loses his life. Scandinavian loan words are not found in Edmund's other codes, and this one may have been particularly aimed at his Danish subjects. In contrast to Edmund's concern about the level of violence, he congratulated his people on their success in suppressing thefts. The code encourages greater local initiative in upholding the law, while emphasising Edmund's royal dignity and authority.",
"title": "Reign"
},
{
"paragraph_id": 31,
"text": "The relationship between Anglo-Saxon kings and their leading men was personal; kings were lords and protectors in return for pledges of loyalty and obedience, and this is spelled out in terms based on Carolingian legislation for the first time in III Edmund, issued at Colyton in Devon. This requires that \"all shall swear in the name of the Lord, before whom that holy thing is holy, that they will be faithful to King Edmund, even as it behoves a man to be faithful to his lord, without any dispute or dissension, openly or in secret, favouring what he favours and discountenancing what he discountenances.\" The threat of divine retribution was important in a society which had limited coercive power to punish law breaking and disloyalty. The military historian Richard Abels argues that \"all\" (omnes) shall swear does not mean literally all, but should be understood to mean those men qualified to take oaths administered by royal reeves at shire courts, that is the middling and great landholders, and that Edmund's oath united his diverse peoples by binding them all to him personally. The emphasis on lordship is further seen in provisions setting out the duties of lords to take responsibility for their followers and stand surety for them.",
"title": "Reign"
},
{
"paragraph_id": 32,
"text": "III Edmund was also concerned to prevent theft, especially cattle rustling. The local community is required to cooperate in catching thieves, dead or alive, and to assist in tracking down stolen cattle, while trading had to be witnessed by a high reeve, priest, treasurer or port reeve. According to a provision described by the legal historian Patrick Wormald as gruesome: \"we have declared with regard to slaves that, if a number of them commit theft, their leader shall be captured and slain, or hanged, and each of the others shall be scourged three times and have his scalp removed and his little finger mutilated as a token of his guilt\". The code has the first reference to the hundred as an administrative unit of local government in a provision requiring anyone who refuses to assist in the apprehension of a thief to pay 120 shillings to the king and 30 shillings to the hundred.",
"title": "Reign"
},
{
"paragraph_id": 33,
"text": "Williams comments \"In both the second code and the Colyton legislation, the functions of the four pillars of medieval society, kingship, lordship, family, and neighbourhood, are clearly evident.\" Wormald describes the codes as \"an object-lesson in the variety of Anglo-Saxon legal texts\", but he sees what they have in common as more important, especially a heightened rhetorical tone which extends to treating murder as an affront to the royal person. The historian Alaric Trousdale sees \"explicit funding of local administrative institutions and the greater empowerment of local officials in the application of the law\" as original contributions of Edmund's legislation. Edmund is listed in laws of his grandson Æthelred the Unready as one of the wise law-givers of the past.",
"title": "Reign"
},
{
"paragraph_id": 34,
"text": "The major religious movement of the tenth century, the English Benedictine Reform, reached its peak under Edgar, but Edmund's reign was important in the early stages, which were led by Oda and Ælfheah, both of whom were monks. Oda had strong connections with Continental centres of reform, especially Fleury Abbey. He had been a leading counsellor of Æthelstan and had helped to negotiate the return of Louis to France as king of the Franks in 936. Dunstan was to be a key figure in the reform and Archbishop of Canterbury, and according to his first biographer he was a leading figure at Edmund's court until his enemies persuaded Edmund to expel him, only for the king to have a change of heart after a narrow escape from death and give him a royal estate at Glastonbury, including its abbey. Williams rejects the story because there is no evidence that he was influential in this period; his brother attested charters, but he did not. Edmund may have given Dunstan the abbey to keep him at a distance because he was too much of a disruptive influence at court. He was joined by Æthelwold, another future reform leader, and they spent much of the next decade studying Benedictine texts at Glastonbury, which became the first centre for disseminating monastic reform.",
"title": "Reign"
},
{
"paragraph_id": 35,
"text": "Edmund visited the shrine of St Cuthbert in Chester-le-Street church, probably on his way to Scotland in 945. He prayed at the shrine and commended himself and his army to the saint. His men gave 60 pounds to the shrine, and Edmund placed two gold bracelets on the saint's body and wrapped two costly pallia graeca (lengths of Greek cloth) around it. One of the pallia graeca was probably an excellent Byzantine silk found in Cuthbert's tomb known as the 'Nature Goddess silk'. He also \"granted peace and law better than any it ever had to the whole territory of St Cuthbert\". Edmund's show of respect and support for the shrine reflected both the political power of the community of St Cuthbert in the north and southern reverence for him. According to William of Malmesbury, Edmund brought the relics of important Northumbrian saints such as Aidan south to Glastonbury Abbey.",
"title": "Reign"
},
{
"paragraph_id": 36,
"text": "Another sign of the religious revival was the number of aristocratic women who adopted a religious life. Several received grants from Edmund, including a nun called Ælfgyth, who was a patron of Wilton Abbey, and Wynflæd, the mother of Edmund's first wife. Æthelstan had granted two estates to religious women, Edmund made seven such grants and Eadred four. After this the practice ceased abruptly, apart from one further donation. The significance of the donations is uncertain, but the most likely explanation is that in the mid-tenth century some religious aristocratic women were granted the estates so that they could choose how to pursue their vocation, whether by establishing a nunnery or living a religious life in their own homes.",
"title": "Reign"
},
{
"paragraph_id": 37,
"text": "In the reign of Edmund's son Edgar, Æthelwold and his circle insisted that Benedictine monasticism was the only worthwhile form of religious life, but this was not the view of earlier kings such as Edmund. He was concerned to support religion, but was not committed to a particular ideology of religious development. In his grants he continued Æthelstan's policies. When Gérard of Brogne reformed the Abbey of Saint Bertin by imposing the Benedictine rule in 944, monks who rejected the changes fled to England and Edmund gave them a church owned by the crown at Bath. He may have had personal motives for his assistance, as the monks had given burial to his half-brother, Edwin, who had drowned at sea in 933, but the incident shows that Edmund did not see only one monastic rule as valid. He may also have granted privileges to the unreformed (non-Benedictine) Bury St Edmunds Abbey, but the charter's authenticity is disputed.",
"title": "Reign"
},
{
"paragraph_id": 38,
"text": "Latin learning revived in Æthelstan's reign, influenced by Continental models and by the hermeneutic style of the leading seventh-century scholar and Bishop of Sherborne, Aldhelm. The revival continued in Edmund's reign, and Welsh book production became increasingly influential. Welsh manuscripts were studied and copied, and they influenced the early use of Carolingian minuscule script in England, although Continental sources are also important. Edmund's reign also saw the development of a new style of the native square minuscule script, which was used in mid-century royal diplomas. Oda's school at Canterbury was praised by post-Conquest chroniclers, especially for the presence there of Frithegod, a brilliant Continental scholar and the most skilful poet in mid-tenth-century England. The \"Vatican\" recension of the Historia Brittonum was produced in England in Edmund's reign, probably in 944.",
"title": "Reign"
},
{
"paragraph_id": 39,
"text": "Edmund probably married his first wife Ælfgifu around the time of his accession to the throne, as their second son was born in 943. Their sons Eadwig and Edgar both became kings of England. Ælfgifu's father is not known, but her mother is identified by a charter of Edgar which confirms a grant by his grandmother Wynflæd of land to Shaftesbury Abbey. Ælfgifu was also a benefactor of Shaftesbury Abbey; when she died in 944 she was buried there and venerated as a saint. Edmund had no known children by his second wife, Æthelflæd, who died after 991. Her father Ælfgar became ealdorman of Essex in 946. Edmund presented him with a sword lavishly decorated with gold and silver, which Ælfgar later presented to King Eadred. Æthelflæd's second husband was Æthelstan Rota, a south-east Mercian ealdorman, and her will survives.",
"title": "Marriages and children"
},
{
"paragraph_id": 40,
"text": "On 26 May 946 Edmund was killed in a brawl at Pucklechurch in Gloucestershire. According to the post-Conquest chronicler, John of Worcester:",
"title": "Death and succession"
},
{
"paragraph_id": 41,
"text": "While the glorious Edmund, king of the English, was at the royal township called Pucklechurch in English, in seeking to rescue his steward from Leofa, a most wicked thief, lest he be killed, was himself killed by the same man on the feast of St Augustine, teacher of the English, on Tuesday, 26 May, in the fourth indiction, having completed five years and seven months of his reign. He was borne to Glastonbury, and buried by the abbot, St Dunstan.",
"title": "Death and succession"
},
{
"paragraph_id": 42,
"text": "The historians Clare Downham and Kevin Halloran dismiss John of Worcester's account and suggest that the king was the victim of a political assassination, but this view has not been accepted by other historians.",
"title": "Death and succession"
},
{
"paragraph_id": 43,
"text": "Like his son Edgar thirty years later, Edmund was buried at Glastonbury Abbey. The location may have reflected its spiritual prestige and royal endorsement of the monastic reform movement, but as his death was unexpected it is more likely that Dunstan was successful in claiming the body. His sons were still young children, so he was succeeded as king by his brother Eadred, who was in turn succeeded by Edmund's elder son Eadwig in 955.",
"title": "Death and succession"
},
{
"paragraph_id": 44,
"text": "Historians' views of Edmund's character and record differ widely. The historian Barbara Yorke comments that when substantial powers were delegated there was a danger that subjects would become over-powerful: the kings following Æthelstan came to the throne young and had short reigns, and the families of Æthelstan 'Half-King' and Ælfhere, Ealdorman of Mercia, developed unassailable positions. In the view of Cyril Hart: \"For the whole of his brief reign, the young king Edmund remained strongly under the influence of his mother Eadgifu and the 'Half King', who between them must have decided much of the national policy.\" In contrast, Williams describes Edmund as \"an energetic and forceful ruler\" and Stenton commented that \"he proved himself to be both warlike and politically effective\", while in Dumville's view, but for his early death \"he might yet have been remembered as one of the more remarkable of Anglo-Saxon kings\".",
"title": "Assessment"
},
{
"paragraph_id": 45,
"text": "The historian Ryan Lavelle comments that \"a case can be made, as Alaric Trousdale has recently done [in his PhD thesis on Edmund's reign], for assigning Edmund a central role to the achievements of the tenth-century English state\". Trousdale comments that the period between the reigns of Æthelstan and Edgar has been comparatively neglected by historians: the reigns of Edmund, Eadred and Eadwig \"are often lumped together as a sort of interim period between the much more interesting reigns of Æthelstan and Edgar\". He argues that \"King Edmund's legislation shows an ambition towards tighter control of the localities through increased cooperation between all levels of government, and that king and archbishop were working closely together in restructuring the English administrative framework\". Trousdale sees a transition which \"was marked in part by a small yet significant shift away from a reliance on traditional West Saxon administrative structures and the power blocs that had enjoyed influence under King Æthelstan, towards increased cooperation with interests and families from Mercia and East Anglia\". He also sees Edmund as moving away from Æthelstan's centralisation of power to a more collegial relationship with local secular and ecclesiastical authorities. Trousdale's picture contrasts with that of other historians such as Sarah Foot, who emphasises the achievements of Æthelstan, and George Molyneaux in his study of the formation of the late Anglo-Saxon state in the reign of Edgar.",
"title": "Assessment"
}
]
| Edmund I or Eadmund I was King of the English from 27 October 939 until his death. He was the elder son of King Edward the Elder and his third wife, Queen Eadgifu, and a grandson of King Alfred the Great. After Edward died in 924, he was succeeded by his eldest son, Edmund's half-brother Æthelstan. Edmund was crowned after Æthelstan died childless in 939. He had two sons, Eadwig and Edgar, by his first wife Ælfgifu, and none by his second wife Æthelflæd. His sons were young children when he was killed in a brawl with an outlaw at Pucklechurch in Gloucestershire, and he was succeeded by his younger brother Eadred, who died in 955 and was followed by Edmund's sons in succession. Æthelstan had succeeded as the king of England south of the Humber and he became the first king of all England when he conquered Viking-ruled York in 927, but after his death Anlaf Guthfrithson was accepted as King of York and extended Viking rule to the Five Boroughs of north-east Mercia. Edmund was initially forced to accept the reverse, the first major setback for the West Saxon dynasty since Alfred's reign, but he was able to recover his position following Anlaf's death in 941. In 942 Edmund took back control of the Five Boroughs and in 944 he regained control over the whole of England when he expelled the Viking kings of York. Eadred had to deal with further revolts when he became king, and York was not finally conquered until 954. Æthelstan had achieved a dominant position over other British kings and Edmund maintained this, perhaps apart from Scotland. The north Welsh king Idwal Foel may have allied with the Vikings as he was killed by the English in 942. The British kingdom of Strathclyde may also have sided with the Vikings as Edmund ravaged it in 945 and then ceded it to Malcolm I of Scotland. Edmund also continued his brother's friendly relations with Continental rulers, several of whom were married to his half-sisters. Edmund inherited his brother's interests and leading advisers, such as Oda, whom he appointed Archbishop of Canterbury in 941, Æthelstan Half-King, ealdorman of East Anglia, and Ælfheah the Bald, Bishop of Winchester. Government at the local level was mainly carried on by ealdormen, and Edmund made substantial changes in personnel during his reign, with a move from Æthelstan's main reliance on West Saxons to a greater prominence of men with Mercian connections. Unlike the close relatives of previous kings, his mother and brother attested many of Edmund's charters, suggesting a high degree of family cooperation. Edmund was also an active legislator, and three of his codes survive. Provisions include ones which attempt to regulate feuds and emphasise the sanctity of the royal person. The major religious movement of the tenth century, the English Benedictine Reform, reached its peak under Edgar, but Edmund's reign was important in its early stages. He appointed Dunstan abbot of Glastonbury, where he was joined by Æthelwold. They were to be two of the leaders of the reform and they made the abbey the first important centre for disseminating it. Unlike the circle of his son Edgar, Edmund did not take the view that Benedictine monasticism was the only worthwhile religious life, and he also patronised unreformed (non-Benedictine) establishments. | 2002-01-02T08:55:03Z | 2023-11-28T22:58:54Z | [
"Template:Use British English",
"Template:Infobox royalty",
"Template:Sfn",
"Template:Refbegin",
"Template:Cite book",
"Template:ODNBsub",
"Template:Featured article",
"Template:Lang",
"Template:Sfnm",
"Template:Cite thesis",
"Template:PASE",
"Template:English, Scottish and British monarchs",
"Template:About",
"Template:Refend",
"Template:Commons category",
"Template:S-reg",
"Template:S-aft",
"Template:Authority control",
"Template:Use dmy dates",
"Template:Further",
"Template:Circa",
"Template:NPG name",
"Template:S-end",
"Template:Poemquote",
"Template:-",
"Template:S-ttl",
"Template:Efn",
"Template:Reflist",
"Template:Cite encyclopedia",
"Template:Short description",
"Template:Multiple image",
"Template:Blockquote",
"Template:Notelist",
"Template:Cite journal",
"Template:S-start",
"Template:S-bef"
]
| https://en.wikipedia.org/wiki/Edmund_I |
10,356 | Endothermic process | In thermochemistry, an endothermic process (from Greek ἔνδον (endon) 'within', and θερμ- (therm) 'hot, warm') is any thermodynamic process with an increase in the enthalpy H (or internal energy U) of the system. In such a process, a closed system usually absorbs thermal energy from its surroundings, which is heat transfer into the system. Thus, an endothermic reaction generally leads to an increase in the temperature of the system and a decrease in that of the surroundings. It may be a chemical process, such as dissolving ammonium nitrate (NH4NO3) in water (H2O), or a physical process, such as the melting of ice cubes.
The term was coined by 19th-century French chemist Marcellin Berthelot. The opposite of an endothermic process is an exothermic process, one that releases or "gives out" energy, usually in the form of heat and sometimes as electrical energy. Thus, in each term (endothermic and exothermic) the prefix refers to where heat (or electrical energy) goes as the process occurs.
Due to bonds breaking and forming during various processes (changes in state, chemical reactions), there is usually a change in energy. If the energy of the forming bonds is greater than the energy of the breaking bonds, then energy is released. This is known as an exothermic reaction. However, if more energy is needed to break the bonds than the energy being released, energy is taken up. Therefore, it is an endothermic reaction.
Whether a process can occur spontaneously depends not only on the enthalpy change but also on the entropy change (∆S) and absolute temperature T. If a process is a spontaneous process at a certain temperature, the products have a lower Gibbs free energy G = H – TS than the reactants (an exergonic process), even if the enthalpy of the products is higher. Thus, an endothermic process usually requires a favorable entropy increase (∆S > 0) in the system that overcomes the unfavorable increase in enthalpy so that still ∆G < 0. While endothermic phase transitions into more disordered states of higher entropy, e.g. melting and vaporization, are common, spontaneous chemical processes at moderate temperatures are rarely endothermic. The enthalpy increase ∆H ≫ 0 in a hypothetical strongly endothermic process usually results in ∆G = ∆H – T∆S > 0, which means that the process will not occur (unless driven by electrical or photon energy). An example of an endothermic and exergonic process is
The terms "endothermic" and "endotherm" are both derived from Greek ἔνδον endon "within" and θέρμη thermē "heat", but depending on context, they can have very different meanings.
In physics, thermodynamics applies to processes involving a system and its surroundings, and the term "endothermic" is used to describe a reaction where energy is taken "(with)in" by the system (vs. an "exothermic" reaction, which releases energy "outwards").
In biology, thermoregulation is the ability of an organism to maintain its body temperature, and the term "endotherm" refers to an organism that can do so from "within" by using the heat released by its internal bodily functions (vs. an "ectotherm", which relies on external, environmental heat sources) to maintain an adequate temperature. | [
{
"paragraph_id": 0,
"text": "In thermochemistry, an endothermic process (from Greek ἔνδον (endon) 'within', and θερμ- (therm) 'hot, warm') is any thermodynamic process with an increase in the enthalpy H (or internal energy U) of the system. In such a process, a closed system usually absorbs thermal energy from its surroundings, which is heat transfer into the system. Thus, an endothermic reaction generally leads to an increase in the temperature of the system and a decrease in that of the surroundings. It may be a chemical process, such as dissolving ammonium nitrate (NH4NO3) in water (H2O), or a physical process, such as the melting of ice cubes.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The term was coined by 19th-century French chemist Marcellin Berthelot. The opposite of an endothermic process is an exothermic process, one that releases or \"gives out\" energy, usually in the form of heat and sometimes as electrical energy. Thus, in each term (endothermic and exothermic) the prefix refers to where heat (or electrical energy) goes as the process occurs.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Due to bonds breaking and forming during various processes (changes in state, chemical reactions), there is usually a change in energy. If the energy of the forming bonds is greater than the energy of the breaking bonds, then energy is released. This is known as an exothermic reaction. However, if more energy is needed to break the bonds than the energy being released, energy is taken up. Therefore, it is an endothermic reaction.",
"title": "In chemistry"
},
{
"paragraph_id": 3,
"text": "Whether a process can occur spontaneously depends not only on the enthalpy change but also on the entropy change (∆S) and absolute temperature T. If a process is a spontaneous process at a certain temperature, the products have a lower Gibbs free energy G = H – TS than the reactants (an exergonic process), even if the enthalpy of the products is higher. Thus, an endothermic process usually requires a favorable entropy increase (∆S > 0) in the system that overcomes the unfavorable increase in enthalpy so that still ∆G < 0. While endothermic phase transitions into more disordered states of higher entropy, e.g. melting and vaporization, are common, spontaneous chemical processes at moderate temperatures are rarely endothermic. The enthalpy increase ∆H ≫ 0 in a hypothetical strongly endothermic process usually results in ∆G = ∆H – T∆S > 0, which means that the process will not occur (unless driven by electrical or photon energy). An example of an endothermic and exergonic process is",
"title": "Details"
},
{
"paragraph_id": 4,
"text": "The terms \"endothermic\" and \"endotherm\" are both derived from Greek ἔνδον endon \"within\" and θέρμη thermē \"heat\", but depending on context, they can have very different meanings.",
"title": "Distinction between endothermic and endotherm"
},
{
"paragraph_id": 5,
"text": "In physics, thermodynamics applies to processes involving a system and its surroundings, and the term \"endothermic\" is used to describe a reaction where energy is taken \"(with)in\" by the system (vs. an \"exothermic\" reaction, which releases energy \"outwards\").",
"title": "Distinction between endothermic and endotherm"
},
{
"paragraph_id": 6,
"text": "In biology, thermoregulation is the ability of an organism to maintain its body temperature, and the term \"endotherm\" refers to an organism that can do so from \"within\" by using the heat released by its internal bodily functions (vs. an \"ectotherm\", which relies on external, environmental heat sources) to maintain an adequate temperature.",
"title": "Distinction between endothermic and endotherm"
}
]
| In thermochemistry, an endothermic process is any thermodynamic process with an increase in the enthalpy H of the system. In such a process, a closed system usually absorbs thermal energy from its surroundings, which is heat transfer into the system. Thus, an endothermic reaction generally leads to an increase in the temperature of the system and a decrease in that of the surroundings. It may be a chemical process, such as dissolving ammonium nitrate (NH4NO3) in water (H2O), or a physical process, such as the melting of ice cubes. The term was coined by 19th-century French chemist Marcellin Berthelot. The opposite of an endothermic process is an exothermic process, one that releases or "gives out" energy, usually in the form of heat and sometimes as electrical energy. Thus, in each term the prefix refers to where heat goes as the process occurs. | 2002-01-03T11:33:42Z | 2023-11-20T18:40:20Z | [
"Template:Short description",
"Template:About",
"Template:Mvar",
"Template:Math",
"Template:Cite web",
"Template:Portal bar",
"Template:More footnotes needed",
"Template:Lang",
"Template:Bibcode",
"Template:ISBN",
"Template:Arxiv",
"Template:Ety",
"Template:Chem2",
"Template:Reflist",
"Template:Doi"
]
| https://en.wikipedia.org/wiki/Endothermic_process |
10,357 | Earle Page | Sir Earle Christmas Grafton Page GCMG CH PC FRCS (8 August 1880 – 20 December 1961) was an Australian politician and surgeon who was the 11th Prime Minister of Australia, holding office for 19 days after the death of Joseph Lyons in 1939. He was the leader of the Country Party from 1921 to 1939, and was the most influential figure in its early years.
Page was born in Grafton, New South Wales. He entered the University of Sydney at the age of 15, and completed a degree in medicine at the age of 21. After completing his medical residency at Sydney's Royal Prince Alfred Hospital, he moved back to Grafton and opened a private hospital. He soon became involved in local politics, and in 1915 purchased a part-share in The Daily Examiner, a local newspaper. He also briefly was a military surgeon during World War I. Page gained prominence as an advocate of various development schemes for the Northern Rivers region, especially those involving hydroelectricity. He also helped found a movement for New England statehood.
In 1919, Page was elected to Federal Parliament representing the Division of Cowper. He joined the new Country Party the following year as its inaugural whip, and then replaced William McWilliams as party leader in 1921. Page opposed the economic policies of Prime Minister Billy Hughes, and when the Country Party gained the balance of power at the 1922 election, he demanded Hughes' resignation as the price for a coalition with the Nationalist Party. He was subsequently made Treasurer of Australia under the new prime minister, Stanley Bruce, serving in that role from 1923 to 1929. He had a significant degree of influence on domestic policy, with Bruce concentrating on international issues.
Page returned to cabinet after the 1934 election, when the Country Party entered a new coalition with Joseph Lyons' United Australia Party (UAP). He was appointed Minister for Commerce, and concentrated on agricultural issues. When Lyons died in office in April 1939, Page was commissioned as his successor in a caretaker capacity while the UAP elected a new leader, Robert Menzies. Page subsequently denounced Menzies and refused to serve in his cabinet, withdrawing the Country Party from the coalition, but this proved unpopular and he resigned the party leadership after a few months. The coalition was eventually reconstituted, and Page served again as Minister for Commerce under Menzies and Arthur Fadden until the government's defeat in October 1941.
Page's last major role was as Minister for Health (1949–1956) in the post-war Menzies Government. He retired from cabinet at the age of 76, and died a short time after losing his seat at the 1961 election. Page served in parliament for almost 42 years, the third longest-serving Australian parliamentarian of all time; only Menzies lasted longer as the leader of a major Australian political party. He secured his party's independence by refusing overtures to merge with the Nationalists and the UAP, and the policies that he favoured – decentralisation, agrarianism, and government support of primary industry – have remained the basis of its platform up to the present day. The coalitions that he established and maintained with Bruce and Lyons have served as a model for all subsequent coalition governments.
Earle Christmas Grafton Page was born in Grafton, New South Wales, on 8 August 1880. His first middle name, which he disliked, was given to him to carry on the surname of a childless relative, while his second middle name was in honour of his birthplace. Page was the fifth of eleven children born to Charles Page and Mary Johanna Haddon (Annie) Cox. His older brother Rodger was chaplain to the royal family of Tonga and his younger brother Harold was the deputy administrator of the Territory of New Guinea and a Japanese prisoner of war. Page's parents had both lived in Grafton since they were children. His mother was born in Tasmania to an English father and a Scottish mother. His father, born in London, was a successful businessman and a member of the Grafton City Council, serving a single term as mayor in 1908. The family business was a hardware manufacturing firm, which had its origins in a coachbuilding firm established in 1858 by Page's maternal grandfather, Edwin Cox. His other grandfather, James Page, arrived in Grafton in 1855, serving as the town's first schoolmaster and first town clerk.
Page began his schooling at Grafton Public School, where he excelled academically. His family could not afford to send him to boarding school, as a result of financial difficulties caused by the banking crisis of 1893. Page consequently had to rely on scholarships to advance his education. He won a bursary to attend Sydney Boys High School in 1895, where he passed the university entrance exams, and the following year – aged 15 – began studying a liberal arts course at the University of Sydney. He was equal top in mathematics in his first year, and was also awarded the lucrative Struth Exhibition for "general proficiency in the arts", which allowed him to switch to medicine and covered his first four years of medical school. His role model was Grafton Smith, who had followed a similar path from Grafton Public School to university. At Sydney Medical School, Page's lecturers included William Haswell (biology), James Hill (biology), Charles Martin (physiology), Anderson Stuart (physiology), and James Wilson (anatomy). He graduated at the top of his class in 1901, with the degrees of Bachelor of Medicine (M.B.) and Master of Surgery (Ch.M.).
Page's first professional posting came before he had even been registered as a medical practitioner. Due to a shortage of doctors, he was acting superintendent of the Royal Alexandra Hospital for Children for one month. In 1902, he took up a position as a resident at the Royal Prince Alfred Hospital, serving in a variety of roles including as house surgeon under Robert Scot Skirving. During that time he contracted a near-fatal infection from a postmortem examination. He also met his future wife, nurse Ethel Blunt. Page returned to his home town in 1903, taking over a practice in South Grafton. He and two partners subsequently established a new private hospital, Clarence House Hospital, which opened in 1904 and served both Grafton and the surrounding region.
Page was a keen adopter of new technologies. In 1904, he bought what he claimed was "the first Rover car in Australia", which was powered by kerosene. He upgraded to an Itala in 1908, and had the chassis enlarged so it could be used as an ambulance. He also had an x-ray machine installed in his hospital, one of the first in Australia outside a major city. Page developed a reputation for surgical innovation, taking a number of patients from Sydney and even some from interstate. One operation that brought him particular fame was the removal of a patient's diseased lung, a procedure that had only been invented a few years previously. Page became an inaugural Fellow of the Royal Australasian College of Surgeons (FRACS) in 1927, and in 1942 was made an honorary Fellow of the Royal College of Surgeons of England (FRCS).
In February 1916, Page enlisted in the Australian Army Medical Corps. He was chief medical officer aboard the troopship HMAT Ballarat, and was then stationed at an army hospital in Cairo for several months. He was transferred to a hospital in England in July 1916, and concluded his service as a surgical specialist at a casualty clearing station in France. Page returned to Australia in March 1917 and was discharged from the military in July 1917. Although his active involvement in medicine declined as his political career progressed, he was frequently called upon to treat his fellow MPs or parliamentary staff. This was particularly true after the federal government moved to Canberra, as the new capital had only a handful of qualified surgeons. In 1928, for instance, he performed an emergency appendectomy on Parker Moloney.
Page's medical career brought him considerable wealth, and he began investing in land. He bought several large farming properties in South-East Queensland, including in Nerang, Kandanga, and the Numinbah Valley; Pages Pinnacle in the Numinbah State Forest is named after him. His entry into public life came about as a result of his passion for hydroelectricity, which he first observed in New Zealand while attending a medical convention in 1910. He believed that it could be applied to the Northern Rivers region, which was still mostly unelectrified outside of the major towns. Page was elected to the South Grafton Municipal Council in 1913, believing his position as an alderman would be useful in his lobbying efforts. However, his overtures to the state government were rebuffed. In 1915, Page was one of the founders of the Northern New South Wales Separation League, which advocated the creation of a new state in the New England region. He toured a number of towns to raise awareness of the new movement, but interest waned as a result of the ongoing war. Later that year, he was part of a syndicate that bought The Daily Examiner, the local newspaper in Grafton.
Page visited a number of hydroelectric sites in North America in 1917, on his way back from military service in France. He was elected mayor of South Grafton in 1918, serving until 1920, and also became the inaugural president of the North Coast Development League. He developed more concrete plans for a hydroelectric project on the Clarence River, and put forward various other development schemes relating to roads, railways, and ports, all of which served to raise his profile in the local district. Page was elected to the Australian House of Representatives at the 1919 federal election, defeating the sitting Nationalist MP, John Thomson in the Division of Cowper. He stood as an independent with the endorsement of the Farmers' and Settlers' Association, and after the election joined the new Country Party, along with 10 other MPs from rural seats. Page continued to advocate for hydroelectricity throughout his political career, and many such projects were built in New South Wales. However, the specific scheme he favoured for the Clarence River was never put in place, only the smaller Nymboida Power Station. Decentralisation also remained a pet project, with Page frequently arguing for New South Wales and Queensland to be divided into smaller states to aid regional development. The movement for New England statehood waned in the 1920s, but re-emerged in the 1950s; a legally binding referendum on the subject was finally held in 1967, after Page's death, but was narrowly defeated in controversial circumstances.
Page was elected leader of the Country Party in 1921, replacing William McWilliams. At the 1922 federal election the party campaigned on a platform which included the establishment of a national sinking fund, national insurance scheme covering "sickness, unemployment, poverty and age", and conversion of the Commonwealth Bank of Australia into a full central bank. The party emerged from the election with the balance of power in the House; the Nationalist government of Billy Hughes lost its majority and could not govern without Country Party support. It soon became apparent that the price for that support would be a full coalition with the Nationalists. However, the Country Party had been formed partly due to discontent with Hughes' rural policy, and Page's animosity toward Hughes was such that he would not even consider supporting him. Indeed, he would not even begin talks with the Nationalists as long as Hughes remained leader. Bowing to the inevitable, Hughes resigned.
Page then began negotiations with Hughes' successor as leader of the Nationalists, Stanley Bruce. His terms were stiff; he wanted his Country Party to have five seats in an 11-man cabinet, including the post of Treasurer and the second rank in the ministry for himself. These demands were unprecedented for a prospective junior coalition partner in a Westminster system, and especially so for such a new party. Nonetheless, Bruce agreed rather than force another election. For all intents and purposes, Page was the first Deputy Prime Minister of Australia (a title that did not officially exist until 1968). Since then, the leader of the Country/National Party has been the second-ranking member in nearly every non-Labor government. Page was acting prime minister on several occasions, and in January 1924 chaired the first meeting of Federal Cabinet ever held in Canberra, at Yarralumla. Parliament did not move to Canberra until 1927.
As Treasurer, Page formed a close working relationship with Bruce. Due to favourable economic conditions the government was able to abolish land tax, cut income tax, and establishment the national sinking fund that Page had campaigned on. The government also established an investment fund for the Council for Scientific and Industrial Research and sponsored the first national housing program. The final years of Page's treasurership were marked by the beginnings of an economic downturn. The budget went into deficit in 1927 and his 1929 budget speech referred to a "temporary financial depression". He was a strong believer in orthodox finance and conservative policies, as well as a "high protectionist" supporting tariff barriers to protect Australian rural industries.
Page introduced a series of reforms to the Commonwealth Bank to enhance its central banking functions. In 1924, he announced that the government would place the Commonwealth Bank under an independent board, comprising a governor, the Treasury secretary, and representatives of industry. The same bill placed banknotes under the direct control of the bank, whereas previously it had been under a nominally independent Note Issue Board. Later reforms saw the establishment of a Rural Credits Department within the bank, the profits of which were partly hypothecated to agricultural research. In March 1925, cabinet decided to return Australia to the gold standard, which it had left during World War I. It delayed its announcement until the United Kingdom had decided it would do the same, which "disguised what was arguably Australia’s first explicit macroeconomic policy decision".
In 1924, Bruce and Page established the Loan Council to coordinate public-sector borrowings between the state and federal governments. It was given constitutional force with an amendment passed in 1928. The government abolished the previous system of per-capita grants to states that had been implemented in 1911 and began introducing tied grants, initially for road building. It also announced a royal commission into a national insurance scheme chaired by Senator John Millen. Page was one of the chief supporters of the National Insurance Bill 1928, which would have provided "sickness, old age, disability and maternity benefits", as well as payments to orphans and a limited form of child endowment. It was to be paid for by compulsory contributions from workers and co-contributions from employers. The government took the policy to the 1928 Australian federal election but failed to pass the bill by the time of its defeat in 1929.
As Treasurer, Page continued his professional medical practice. On 22 October 1924, he had to tell his best friend, Thomas Shorten Cole (1870–1957), the news that his wife Mary Ann Crane had just died on the operating table from complications of intestinal or stomach cancer, reputed by their daughter Dorothy May Cole to be "the worst day of his life". Due to a shortage of surgeons in Canberra, in 1928 Page performed an appendectomy on fellow MP Parker Moloney.
The Bruce-Page government was heavily defeated by Labor in 1929 (with Bruce losing his own seat), and Page went into opposition. In 1931, a group of dissident Labor MPs led by Joseph Lyons merged with the Nationalists to form the United Australia Party under Lyons' leadership. Lyons and the UAP won majority government at the 1931 election. Although Lyons was keen to form a coalition with the Country Party, talks broke down, and Lyons opted to govern alone—to date, the last time that the Country/National Party has not had any posts in a non-Labor government. In 1934, however, the UAP suffered an eight-seat swing, forcing Lyons to take the Country Party back into his government in a full-fledged Coalition. Page became Minister for Commerce. He was made a Knight Grand Cross of the Order of St Michael and St George (GCMG) in the New Year's Day Honours of 1938. While nine Australian Prime Ministers were knighted (and Bruce was elevated to the peerage), Page is the only one who was knighted before becoming Prime Minister.
When Lyons died suddenly in 1939, the Governor-General of Australia Lord Gowrie appointed Page as caretaker Prime Minister pending the UAP choosing a new leader. He held the office for three weeks until the UAP elected former deputy leader Robert Menzies as its new leader, and hence Prime Minister. Page had been close to Lyons, but disliked Menzies, whom he charged publicly with having been disloyal to Lyons. Page contacted Stanley Bruce (now in London as Australian High Commissioner to the UK) and offered to resign his seat if Bruce would return to Australia to seek re-election to the parliament in a by-election for Page's old seat, and then seek election as UAP leader. Bruce said that he would only re-enter the parliament as an independent.
When Menzies was elected UAP leader, Page refused to serve under him, and made an extraordinary personal attack on him in the House, accusing him not only of ministerial incompetence but of physical cowardice (for failing to enlist during World War I). His party soon rebelled, though, and Page was deposed as Country Party leader in favour of Archie Cameron.
In March 1940, Archie Cameron led the Country Party back into coalition with the UAP. However, he resigned as party leader on 16 October, following the 1940 federal election. Page attempted to regain the party's leadership, but was deadlocked with John McEwen over multiple ballots. As a compromise, the party elected Arthur Fadden as acting leader; he was confirmed in the position a few months later. Page replaced Cameron as Minister for Commerce in the reconstituted ministry.
Fadden replaced Menzies as prime minister in August 1941. A few weeks later, cabinet decided to send Page to London as resident minister, with the intention that he would be granted access to the British War Cabinet. While he was en route to England, the Fadden government lost a confidence motion and was replaced by an ALP minority government. The new prime minister John Curtin nonetheless allowed Page to take up the position, declining his offer to return to Australia. The attack on Pearl Harbor in December changed the dynamic of Anglo-Australian relations, as the War in the Pacific became the primary concern of the Australian government. Page assisted in the creation of the Pacific War Council early the following year. He later recalled Winston Churchill's frustration in war cabinet meetings with Curtin's decision to withdraw troops from the Middle East and North Africa and return them to Australia. He credited himself with helping negate the tensions between the two men, but in February 1942 mistakenly advised Churchill that the Australian government was amenable to diverting the 7th Division to Burma rather than return it directly to Australia. He was heavily rebuked by Curtin and external affairs minister H. V. Evatt for his error.
Page wrote to Curtin in April 1942 that since January he had been through "the worst period of acute mental distress of my whole life". His tenure was not regarded as a success, and he was said to have suffered from a lack of experience in diplomacy. Field Marshal Alan Brooke, the Chief of the Imperial General Staff, recalled that in war cabinet meetings he had "the mentality of a greengrocer". Page left London in June 1942 following a severe bout of pneumonia. He had been made a Companion of Honour (CH) before his departure. He returned to Australia in August, travelling via the United States, and quickly turned his attention to planning for post-war reconstruction.
Page spent the remaining years of the Curtin and Chifley governments on the opposition backbench. He served on the Advisory War Council and was a delegate to the constitutional convention in Canberra in late 1942, which included members of all major political parties. However, he was frustrated by the government's failure to offer him any formal role in developing post-war policy, which he believed was due to him given his past work. Page's brother Harold and nephew Robert were killed by the Japanese during the war.
Page was reappointed Minister for Health after the Coalition won the 1949 federal election, at the age of 69. He was the chief architect of the National Health Act 1953, which established a national public health scheme based on government subsidies of voluntary private insurance and free medical services for pensioners. He played a key role in securing the support of the medical profession, which had strongly opposed the Chifley government's attempt to introduce universal health care. Unlike in previous governments, Page had little influence beyond his own policy area and was frustrated by the lack of interest in his ideas for national development. In 1951 when Senator Gordon Brown of the ALP suffered a stroke while speaking in the Senate, Page, a trained surgeon rushed in from the House to treat him before medical professionals could take Brown to hospital for treatment.
Upon the death of Billy Hughes in October 1952, Page became the Father of the House of Representatives and Father of the Parliament. In 1954, he became the first chancellor of the University of New England, which had become fully autonomous from the University of Sydney. He retired from cabinet at the age of 76, moving to the backbench in January 1956 after the December 1955 election.
Upon Arthur Fadden's retirement in 1958, Page became the only former Prime Minister returned at that year's election.
Page sought a 17th term in parliament at the 1961 election, having joined Billy Hughes two years earlier as only the second person to serve over 40 years in federal parliament. Two weeks before the election, he experienced stomach pains while visiting the home of Ian Robinson near Coraki, New South Wales. His health then dramatically declined and he was admitted to the Royal Prince Alfred Hospital in Sydney. He was diagnosed with bowel cancer and underwent immediate surgery.
Page died in hospital on 20 December 1961, aged 81. He was granted a state funeral at St Andrew's Cathedral, Sydney. At his request, his ashes were scattered over the Clarence River near his home. On the same date Page died, the election result in Cowper was declared and recorded his defeat by the Australian Labor Party (ALP) candidate Frank McGuren, as part of a nationwide swing against the Coalition.
Page had represented Cowper for just four days short of 42 years, making him the longest-serving Australian federal parliamentarian who represented the same seat throughout his career. Only Billy Hughes and Philip Ruddock have served in Parliament longer than Page. He was the last former Prime Minister to lose his seat until Tony Abbott lost his seat of Warringah in 2019, though John Howard would lose his seat of Bennelong as a sitting Prime Minister in 2007.
Page's defeat/death saw the Australian Federal Parliament having no former Prime Ministers among its members, for the first time since the period between Sir Joseph Cook's resignation from Parliament in 1921 to become Australia's High Commissioner to the United Kingdom and Billy Hughes' forced resignation as Prime Minister in 1923.
Page married Ethel Blunt on 18 September 1906. They had met at Royal Prince Alfred Hospital while he was undertaking his medical residency; she was a senior nurse there. Page soon began courting her, and convinced her to become the matron of his new hospital in Grafton. She gave up nursing after their marriage, but was active in politics and community organisations. The couple had five children: Mary (b. 1909), Earle Jr. (b. 1910), Donald (b. 1912), Iven (b. 1914), and Douglas (b. 1916). Their grandchildren include Don Page, who was active in New South Wales state politics, and Geoff Page, a poet.
Page was predeceased by his first wife and his oldest son. Earle Jr., a qualified veterinarian, was killed by a lightning strike in January 1933, aged 22. Ethel died in May 1958, aged 82, after a long illness. On 20 July 1959 at St Paul's Cathedral, London, Page married for a second time, wedding his long-serving secretary Jean Thomas (32 years his junior). Stanley Bruce was his best man. The second Lady Page lived for almost 50 years after her husband's death, dying on 20 June 2011; her ashes were interred at Northern Suburbs Crematorium.
Notes
Citations | [
{
"paragraph_id": 0,
"text": "Sir Earle Christmas Grafton Page GCMG CH PC FRCS (8 August 1880 – 20 December 1961) was an Australian politician and surgeon who was the 11th Prime Minister of Australia, holding office for 19 days after the death of Joseph Lyons in 1939. He was the leader of the Country Party from 1921 to 1939, and was the most influential figure in its early years.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Page was born in Grafton, New South Wales. He entered the University of Sydney at the age of 15, and completed a degree in medicine at the age of 21. After completing his medical residency at Sydney's Royal Prince Alfred Hospital, he moved back to Grafton and opened a private hospital. He soon became involved in local politics, and in 1915 purchased a part-share in The Daily Examiner, a local newspaper. He also briefly was a military surgeon during World War I. Page gained prominence as an advocate of various development schemes for the Northern Rivers region, especially those involving hydroelectricity. He also helped found a movement for New England statehood.",
"title": ""
},
{
"paragraph_id": 2,
"text": "In 1919, Page was elected to Federal Parliament representing the Division of Cowper. He joined the new Country Party the following year as its inaugural whip, and then replaced William McWilliams as party leader in 1921. Page opposed the economic policies of Prime Minister Billy Hughes, and when the Country Party gained the balance of power at the 1922 election, he demanded Hughes' resignation as the price for a coalition with the Nationalist Party. He was subsequently made Treasurer of Australia under the new prime minister, Stanley Bruce, serving in that role from 1923 to 1929. He had a significant degree of influence on domestic policy, with Bruce concentrating on international issues.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Page returned to cabinet after the 1934 election, when the Country Party entered a new coalition with Joseph Lyons' United Australia Party (UAP). He was appointed Minister for Commerce, and concentrated on agricultural issues. When Lyons died in office in April 1939, Page was commissioned as his successor in a caretaker capacity while the UAP elected a new leader, Robert Menzies. Page subsequently denounced Menzies and refused to serve in his cabinet, withdrawing the Country Party from the coalition, but this proved unpopular and he resigned the party leadership after a few months. The coalition was eventually reconstituted, and Page served again as Minister for Commerce under Menzies and Arthur Fadden until the government's defeat in October 1941.",
"title": ""
},
{
"paragraph_id": 4,
"text": "Page's last major role was as Minister for Health (1949–1956) in the post-war Menzies Government. He retired from cabinet at the age of 76, and died a short time after losing his seat at the 1961 election. Page served in parliament for almost 42 years, the third longest-serving Australian parliamentarian of all time; only Menzies lasted longer as the leader of a major Australian political party. He secured his party's independence by refusing overtures to merge with the Nationalists and the UAP, and the policies that he favoured – decentralisation, agrarianism, and government support of primary industry – have remained the basis of its platform up to the present day. The coalitions that he established and maintained with Bruce and Lyons have served as a model for all subsequent coalition governments.",
"title": ""
},
{
"paragraph_id": 5,
"text": "Earle Christmas Grafton Page was born in Grafton, New South Wales, on 8 August 1880. His first middle name, which he disliked, was given to him to carry on the surname of a childless relative, while his second middle name was in honour of his birthplace. Page was the fifth of eleven children born to Charles Page and Mary Johanna Haddon (Annie) Cox. His older brother Rodger was chaplain to the royal family of Tonga and his younger brother Harold was the deputy administrator of the Territory of New Guinea and a Japanese prisoner of war. Page's parents had both lived in Grafton since they were children. His mother was born in Tasmania to an English father and a Scottish mother. His father, born in London, was a successful businessman and a member of the Grafton City Council, serving a single term as mayor in 1908. The family business was a hardware manufacturing firm, which had its origins in a coachbuilding firm established in 1858 by Page's maternal grandfather, Edwin Cox. His other grandfather, James Page, arrived in Grafton in 1855, serving as the town's first schoolmaster and first town clerk.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "Page began his schooling at Grafton Public School, where he excelled academically. His family could not afford to send him to boarding school, as a result of financial difficulties caused by the banking crisis of 1893. Page consequently had to rely on scholarships to advance his education. He won a bursary to attend Sydney Boys High School in 1895, where he passed the university entrance exams, and the following year – aged 15 – began studying a liberal arts course at the University of Sydney. He was equal top in mathematics in his first year, and was also awarded the lucrative Struth Exhibition for \"general proficiency in the arts\", which allowed him to switch to medicine and covered his first four years of medical school. His role model was Grafton Smith, who had followed a similar path from Grafton Public School to university. At Sydney Medical School, Page's lecturers included William Haswell (biology), James Hill (biology), Charles Martin (physiology), Anderson Stuart (physiology), and James Wilson (anatomy). He graduated at the top of his class in 1901, with the degrees of Bachelor of Medicine (M.B.) and Master of Surgery (Ch.M.).",
"title": "Early life"
},
{
"paragraph_id": 7,
"text": "Page's first professional posting came before he had even been registered as a medical practitioner. Due to a shortage of doctors, he was acting superintendent of the Royal Alexandra Hospital for Children for one month. In 1902, he took up a position as a resident at the Royal Prince Alfred Hospital, serving in a variety of roles including as house surgeon under Robert Scot Skirving. During that time he contracted a near-fatal infection from a postmortem examination. He also met his future wife, nurse Ethel Blunt. Page returned to his home town in 1903, taking over a practice in South Grafton. He and two partners subsequently established a new private hospital, Clarence House Hospital, which opened in 1904 and served both Grafton and the surrounding region.",
"title": "Medical career"
},
{
"paragraph_id": 8,
"text": "Page was a keen adopter of new technologies. In 1904, he bought what he claimed was \"the first Rover car in Australia\", which was powered by kerosene. He upgraded to an Itala in 1908, and had the chassis enlarged so it could be used as an ambulance. He also had an x-ray machine installed in his hospital, one of the first in Australia outside a major city. Page developed a reputation for surgical innovation, taking a number of patients from Sydney and even some from interstate. One operation that brought him particular fame was the removal of a patient's diseased lung, a procedure that had only been invented a few years previously. Page became an inaugural Fellow of the Royal Australasian College of Surgeons (FRACS) in 1927, and in 1942 was made an honorary Fellow of the Royal College of Surgeons of England (FRCS).",
"title": "Medical career"
},
{
"paragraph_id": 9,
"text": "In February 1916, Page enlisted in the Australian Army Medical Corps. He was chief medical officer aboard the troopship HMAT Ballarat, and was then stationed at an army hospital in Cairo for several months. He was transferred to a hospital in England in July 1916, and concluded his service as a surgical specialist at a casualty clearing station in France. Page returned to Australia in March 1917 and was discharged from the military in July 1917. Although his active involvement in medicine declined as his political career progressed, he was frequently called upon to treat his fellow MPs or parliamentary staff. This was particularly true after the federal government moved to Canberra, as the new capital had only a handful of qualified surgeons. In 1928, for instance, he performed an emergency appendectomy on Parker Moloney.",
"title": "Medical career"
},
{
"paragraph_id": 10,
"text": "Page's medical career brought him considerable wealth, and he began investing in land. He bought several large farming properties in South-East Queensland, including in Nerang, Kandanga, and the Numinbah Valley; Pages Pinnacle in the Numinbah State Forest is named after him. His entry into public life came about as a result of his passion for hydroelectricity, which he first observed in New Zealand while attending a medical convention in 1910. He believed that it could be applied to the Northern Rivers region, which was still mostly unelectrified outside of the major towns. Page was elected to the South Grafton Municipal Council in 1913, believing his position as an alderman would be useful in his lobbying efforts. However, his overtures to the state government were rebuffed. In 1915, Page was one of the founders of the Northern New South Wales Separation League, which advocated the creation of a new state in the New England region. He toured a number of towns to raise awareness of the new movement, but interest waned as a result of the ongoing war. Later that year, he was part of a syndicate that bought The Daily Examiner, the local newspaper in Grafton.",
"title": "Early political involvement"
},
{
"paragraph_id": 11,
"text": "Page visited a number of hydroelectric sites in North America in 1917, on his way back from military service in France. He was elected mayor of South Grafton in 1918, serving until 1920, and also became the inaugural president of the North Coast Development League. He developed more concrete plans for a hydroelectric project on the Clarence River, and put forward various other development schemes relating to roads, railways, and ports, all of which served to raise his profile in the local district. Page was elected to the Australian House of Representatives at the 1919 federal election, defeating the sitting Nationalist MP, John Thomson in the Division of Cowper. He stood as an independent with the endorsement of the Farmers' and Settlers' Association, and after the election joined the new Country Party, along with 10 other MPs from rural seats. Page continued to advocate for hydroelectricity throughout his political career, and many such projects were built in New South Wales. However, the specific scheme he favoured for the Clarence River was never put in place, only the smaller Nymboida Power Station. Decentralisation also remained a pet project, with Page frequently arguing for New South Wales and Queensland to be divided into smaller states to aid regional development. The movement for New England statehood waned in the 1920s, but re-emerged in the 1950s; a legally binding referendum on the subject was finally held in 1967, after Page's death, but was narrowly defeated in controversial circumstances.",
"title": "Early political involvement"
},
{
"paragraph_id": 12,
"text": "Page was elected leader of the Country Party in 1921, replacing William McWilliams. At the 1922 federal election the party campaigned on a platform which included the establishment of a national sinking fund, national insurance scheme covering \"sickness, unemployment, poverty and age\", and conversion of the Commonwealth Bank of Australia into a full central bank. The party emerged from the election with the balance of power in the House; the Nationalist government of Billy Hughes lost its majority and could not govern without Country Party support. It soon became apparent that the price for that support would be a full coalition with the Nationalists. However, the Country Party had been formed partly due to discontent with Hughes' rural policy, and Page's animosity toward Hughes was such that he would not even consider supporting him. Indeed, he would not even begin talks with the Nationalists as long as Hughes remained leader. Bowing to the inevitable, Hughes resigned.",
"title": "Bruce–Page government"
},
{
"paragraph_id": 13,
"text": "Page then began negotiations with Hughes' successor as leader of the Nationalists, Stanley Bruce. His terms were stiff; he wanted his Country Party to have five seats in an 11-man cabinet, including the post of Treasurer and the second rank in the ministry for himself. These demands were unprecedented for a prospective junior coalition partner in a Westminster system, and especially so for such a new party. Nonetheless, Bruce agreed rather than force another election. For all intents and purposes, Page was the first Deputy Prime Minister of Australia (a title that did not officially exist until 1968). Since then, the leader of the Country/National Party has been the second-ranking member in nearly every non-Labor government. Page was acting prime minister on several occasions, and in January 1924 chaired the first meeting of Federal Cabinet ever held in Canberra, at Yarralumla. Parliament did not move to Canberra until 1927.",
"title": "Bruce–Page government"
},
{
"paragraph_id": 14,
"text": "As Treasurer, Page formed a close working relationship with Bruce. Due to favourable economic conditions the government was able to abolish land tax, cut income tax, and establishment the national sinking fund that Page had campaigned on. The government also established an investment fund for the Council for Scientific and Industrial Research and sponsored the first national housing program. The final years of Page's treasurership were marked by the beginnings of an economic downturn. The budget went into deficit in 1927 and his 1929 budget speech referred to a \"temporary financial depression\". He was a strong believer in orthodox finance and conservative policies, as well as a \"high protectionist\" supporting tariff barriers to protect Australian rural industries.",
"title": "Bruce–Page government"
},
{
"paragraph_id": 15,
"text": "Page introduced a series of reforms to the Commonwealth Bank to enhance its central banking functions. In 1924, he announced that the government would place the Commonwealth Bank under an independent board, comprising a governor, the Treasury secretary, and representatives of industry. The same bill placed banknotes under the direct control of the bank, whereas previously it had been under a nominally independent Note Issue Board. Later reforms saw the establishment of a Rural Credits Department within the bank, the profits of which were partly hypothecated to agricultural research. In March 1925, cabinet decided to return Australia to the gold standard, which it had left during World War I. It delayed its announcement until the United Kingdom had decided it would do the same, which \"disguised what was arguably Australia’s first explicit macroeconomic policy decision\".",
"title": "Bruce–Page government"
},
{
"paragraph_id": 16,
"text": "In 1924, Bruce and Page established the Loan Council to coordinate public-sector borrowings between the state and federal governments. It was given constitutional force with an amendment passed in 1928. The government abolished the previous system of per-capita grants to states that had been implemented in 1911 and began introducing tied grants, initially for road building. It also announced a royal commission into a national insurance scheme chaired by Senator John Millen. Page was one of the chief supporters of the National Insurance Bill 1928, which would have provided \"sickness, old age, disability and maternity benefits\", as well as payments to orphans and a limited form of child endowment. It was to be paid for by compulsory contributions from workers and co-contributions from employers. The government took the policy to the 1928 Australian federal election but failed to pass the bill by the time of its defeat in 1929.",
"title": "Bruce–Page government"
},
{
"paragraph_id": 17,
"text": "As Treasurer, Page continued his professional medical practice. On 22 October 1924, he had to tell his best friend, Thomas Shorten Cole (1870–1957), the news that his wife Mary Ann Crane had just died on the operating table from complications of intestinal or stomach cancer, reputed by their daughter Dorothy May Cole to be \"the worst day of his life\". Due to a shortage of surgeons in Canberra, in 1928 Page performed an appendectomy on fellow MP Parker Moloney.",
"title": "Bruce–Page government"
},
{
"paragraph_id": 18,
"text": "The Bruce-Page government was heavily defeated by Labor in 1929 (with Bruce losing his own seat), and Page went into opposition. In 1931, a group of dissident Labor MPs led by Joseph Lyons merged with the Nationalists to form the United Australia Party under Lyons' leadership. Lyons and the UAP won majority government at the 1931 election. Although Lyons was keen to form a coalition with the Country Party, talks broke down, and Lyons opted to govern alone—to date, the last time that the Country/National Party has not had any posts in a non-Labor government. In 1934, however, the UAP suffered an eight-seat swing, forcing Lyons to take the Country Party back into his government in a full-fledged Coalition. Page became Minister for Commerce. He was made a Knight Grand Cross of the Order of St Michael and St George (GCMG) in the New Year's Day Honours of 1938. While nine Australian Prime Ministers were knighted (and Bruce was elevated to the peerage), Page is the only one who was knighted before becoming Prime Minister.",
"title": "Opposition and Lyons government"
},
{
"paragraph_id": 19,
"text": "When Lyons died suddenly in 1939, the Governor-General of Australia Lord Gowrie appointed Page as caretaker Prime Minister pending the UAP choosing a new leader. He held the office for three weeks until the UAP elected former deputy leader Robert Menzies as its new leader, and hence Prime Minister. Page had been close to Lyons, but disliked Menzies, whom he charged publicly with having been disloyal to Lyons. Page contacted Stanley Bruce (now in London as Australian High Commissioner to the UK) and offered to resign his seat if Bruce would return to Australia to seek re-election to the parliament in a by-election for Page's old seat, and then seek election as UAP leader. Bruce said that he would only re-enter the parliament as an independent.",
"title": "Prime Minister and aftermath"
},
{
"paragraph_id": 20,
"text": "When Menzies was elected UAP leader, Page refused to serve under him, and made an extraordinary personal attack on him in the House, accusing him not only of ministerial incompetence but of physical cowardice (for failing to enlist during World War I). His party soon rebelled, though, and Page was deposed as Country Party leader in favour of Archie Cameron.",
"title": "Prime Minister and aftermath"
},
{
"paragraph_id": 21,
"text": "In March 1940, Archie Cameron led the Country Party back into coalition with the UAP. However, he resigned as party leader on 16 October, following the 1940 federal election. Page attempted to regain the party's leadership, but was deadlocked with John McEwen over multiple ballots. As a compromise, the party elected Arthur Fadden as acting leader; he was confirmed in the position a few months later. Page replaced Cameron as Minister for Commerce in the reconstituted ministry.",
"title": "World War II"
},
{
"paragraph_id": 22,
"text": "Fadden replaced Menzies as prime minister in August 1941. A few weeks later, cabinet decided to send Page to London as resident minister, with the intention that he would be granted access to the British War Cabinet. While he was en route to England, the Fadden government lost a confidence motion and was replaced by an ALP minority government. The new prime minister John Curtin nonetheless allowed Page to take up the position, declining his offer to return to Australia. The attack on Pearl Harbor in December changed the dynamic of Anglo-Australian relations, as the War in the Pacific became the primary concern of the Australian government. Page assisted in the creation of the Pacific War Council early the following year. He later recalled Winston Churchill's frustration in war cabinet meetings with Curtin's decision to withdraw troops from the Middle East and North Africa and return them to Australia. He credited himself with helping negate the tensions between the two men, but in February 1942 mistakenly advised Churchill that the Australian government was amenable to diverting the 7th Division to Burma rather than return it directly to Australia. He was heavily rebuked by Curtin and external affairs minister H. V. Evatt for his error.",
"title": "World War II"
},
{
"paragraph_id": 23,
"text": "Page wrote to Curtin in April 1942 that since January he had been through \"the worst period of acute mental distress of my whole life\". His tenure was not regarded as a success, and he was said to have suffered from a lack of experience in diplomacy. Field Marshal Alan Brooke, the Chief of the Imperial General Staff, recalled that in war cabinet meetings he had \"the mentality of a greengrocer\". Page left London in June 1942 following a severe bout of pneumonia. He had been made a Companion of Honour (CH) before his departure. He returned to Australia in August, travelling via the United States, and quickly turned his attention to planning for post-war reconstruction.",
"title": "World War II"
},
{
"paragraph_id": 24,
"text": "Page spent the remaining years of the Curtin and Chifley governments on the opposition backbench. He served on the Advisory War Council and was a delegate to the constitutional convention in Canberra in late 1942, which included members of all major political parties. However, he was frustrated by the government's failure to offer him any formal role in developing post-war policy, which he believed was due to him given his past work. Page's brother Harold and nephew Robert were killed by the Japanese during the war.",
"title": "World War II"
},
{
"paragraph_id": 25,
"text": "Page was reappointed Minister for Health after the Coalition won the 1949 federal election, at the age of 69. He was the chief architect of the National Health Act 1953, which established a national public health scheme based on government subsidies of voluntary private insurance and free medical services for pensioners. He played a key role in securing the support of the medical profession, which had strongly opposed the Chifley government's attempt to introduce universal health care. Unlike in previous governments, Page had little influence beyond his own policy area and was frustrated by the lack of interest in his ideas for national development. In 1951 when Senator Gordon Brown of the ALP suffered a stroke while speaking in the Senate, Page, a trained surgeon rushed in from the House to treat him before medical professionals could take Brown to hospital for treatment.",
"title": "Return to the ministry"
},
{
"paragraph_id": 26,
"text": "Upon the death of Billy Hughes in October 1952, Page became the Father of the House of Representatives and Father of the Parliament. In 1954, he became the first chancellor of the University of New England, which had become fully autonomous from the University of Sydney. He retired from cabinet at the age of 76, moving to the backbench in January 1956 after the December 1955 election.",
"title": "Return to the ministry"
},
{
"paragraph_id": 27,
"text": "Upon Arthur Fadden's retirement in 1958, Page became the only former Prime Minister returned at that year's election.",
"title": "Return to the ministry"
},
{
"paragraph_id": 28,
"text": "Page sought a 17th term in parliament at the 1961 election, having joined Billy Hughes two years earlier as only the second person to serve over 40 years in federal parliament. Two weeks before the election, he experienced stomach pains while visiting the home of Ian Robinson near Coraki, New South Wales. His health then dramatically declined and he was admitted to the Royal Prince Alfred Hospital in Sydney. He was diagnosed with bowel cancer and underwent immediate surgery.",
"title": "Later life and death"
},
{
"paragraph_id": 29,
"text": "Page died in hospital on 20 December 1961, aged 81. He was granted a state funeral at St Andrew's Cathedral, Sydney. At his request, his ashes were scattered over the Clarence River near his home. On the same date Page died, the election result in Cowper was declared and recorded his defeat by the Australian Labor Party (ALP) candidate Frank McGuren, as part of a nationwide swing against the Coalition.",
"title": "Later life and death"
},
{
"paragraph_id": 30,
"text": "Page had represented Cowper for just four days short of 42 years, making him the longest-serving Australian federal parliamentarian who represented the same seat throughout his career. Only Billy Hughes and Philip Ruddock have served in Parliament longer than Page. He was the last former Prime Minister to lose his seat until Tony Abbott lost his seat of Warringah in 2019, though John Howard would lose his seat of Bennelong as a sitting Prime Minister in 2007.",
"title": "Later life and death"
},
{
"paragraph_id": 31,
"text": "Page's defeat/death saw the Australian Federal Parliament having no former Prime Ministers among its members, for the first time since the period between Sir Joseph Cook's resignation from Parliament in 1921 to become Australia's High Commissioner to the United Kingdom and Billy Hughes' forced resignation as Prime Minister in 1923.",
"title": "Later life and death"
},
{
"paragraph_id": 32,
"text": "Page married Ethel Blunt on 18 September 1906. They had met at Royal Prince Alfred Hospital while he was undertaking his medical residency; she was a senior nurse there. Page soon began courting her, and convinced her to become the matron of his new hospital in Grafton. She gave up nursing after their marriage, but was active in politics and community organisations. The couple had five children: Mary (b. 1909), Earle Jr. (b. 1910), Donald (b. 1912), Iven (b. 1914), and Douglas (b. 1916). Their grandchildren include Don Page, who was active in New South Wales state politics, and Geoff Page, a poet.",
"title": "Personal life"
},
{
"paragraph_id": 33,
"text": "Page was predeceased by his first wife and his oldest son. Earle Jr., a qualified veterinarian, was killed by a lightning strike in January 1933, aged 22. Ethel died in May 1958, aged 82, after a long illness. On 20 July 1959 at St Paul's Cathedral, London, Page married for a second time, wedding his long-serving secretary Jean Thomas (32 years his junior). Stanley Bruce was his best man. The second Lady Page lived for almost 50 years after her husband's death, dying on 20 June 2011; her ashes were interred at Northern Suburbs Crematorium.",
"title": "Personal life"
},
{
"paragraph_id": 34,
"text": "Notes",
"title": "References"
},
{
"paragraph_id": 35,
"text": "Citations",
"title": "References"
},
{
"paragraph_id": 36,
"text": "",
"title": "External links"
}
]
| Sir Earle Christmas Grafton Page was an Australian politician and surgeon who was the 11th Prime Minister of Australia, holding office for 19 days after the death of Joseph Lyons in 1939. He was the leader of the Country Party from 1921 to 1939, and was the most influential figure in its early years. Page was born in Grafton, New South Wales. He entered the University of Sydney at the age of 15, and completed a degree in medicine at the age of 21. After completing his medical residency at Sydney's Royal Prince Alfred Hospital, he moved back to Grafton and opened a private hospital. He soon became involved in local politics, and in 1915 purchased a part-share in The Daily Examiner, a local newspaper. He also briefly was a military surgeon during World War I. Page gained prominence as an advocate of various development schemes for the Northern Rivers region, especially those involving hydroelectricity. He also helped found a movement for New England statehood. In 1919, Page was elected to Federal Parliament representing the Division of Cowper. He joined the new Country Party the following year as its inaugural whip, and then replaced William McWilliams as party leader in 1921. Page opposed the economic policies of Prime Minister Billy Hughes, and when the Country Party gained the balance of power at the 1922 election, he demanded Hughes' resignation as the price for a coalition with the Nationalist Party. He was subsequently made Treasurer of Australia under the new prime minister, Stanley Bruce, serving in that role from 1923 to 1929. He had a significant degree of influence on domestic policy, with Bruce concentrating on international issues. Page returned to cabinet after the 1934 election, when the Country Party entered a new coalition with Joseph Lyons' United Australia Party (UAP). He was appointed Minister for Commerce, and concentrated on agricultural issues. When Lyons died in office in April 1939, Page was commissioned as his successor in a caretaker capacity while the UAP elected a new leader, Robert Menzies. Page subsequently denounced Menzies and refused to serve in his cabinet, withdrawing the Country Party from the coalition, but this proved unpopular and he resigned the party leadership after a few months. The coalition was eventually reconstituted, and Page served again as Minister for Commerce under Menzies and Arthur Fadden until the government's defeat in October 1941. Page's last major role was as Minister for Health (1949–1956) in the post-war Menzies Government. He retired from cabinet at the age of 76, and died a short time after losing his seat at the 1961 election. Page served in parliament for almost 42 years, the third longest-serving Australian parliamentarian of all time; only Menzies lasted longer as the leader of a major Australian political party. He secured his party's independence by refusing overtures to merge with the Nationalists and the UAP, and the policies that he favoured – decentralisation, agrarianism, and government support of primary industry – have remained the basis of its platform up to the present day. The coalitions that he established and maintained with Bruce and Lyons have served as a model for all subsequent coalition governments. | 2002-01-03T13:25:30Z | 2023-11-26T01:23:07Z | [
"Template:N/A",
"Template:Increase",
"Template:Decrease",
"Template:Cite journal",
"Template:Cite news",
"Template:ISBN",
"Template:S-par",
"Template:Citation needed",
"Template:Treasurers of Australia",
"Template:National Party of Australia",
"Template:Spaced ndash",
"Template:Cite conference",
"Template:Cite thesis",
"Template:S-off",
"Template:Authority control",
"Template:Earle Page sidebar",
"Template:Ayd",
"Template:Anchor",
"Template:Notelist",
"Template:Cite report",
"Template:Cite Au Parliament",
"Template:S-aft",
"Template:Post-nominals",
"Template:Efn",
"Template:Reflist",
"Template:Cite web",
"Template:Page needed",
"Template:S-ppo",
"Template:Abbr",
"Template:Sfn",
"Template:Further",
"Template:S-bef",
"Template:S-end",
"Template:Leaders of the National Party of Australia",
"Template:Use Australian English",
"Template:Infobox officeholder",
"Template:Webarchive",
"Template:S-aca",
"Template:Short description",
"Template:Cite AuDB",
"Template:Australian Dictionary of Biography",
"Template:S-start",
"Template:Prime Ministers of Australia",
"Template:Use dmy dates",
"Template:Cite Au Senate",
"Template:Commons category",
"Template:S-ttl",
"Template:S-new",
"Template:Cite book"
]
| https://en.wikipedia.org/wiki/Earle_Page |
10,358 | Ephrem the Syrian | Ephrem the Syrian (Classical Syriac: ܡܪܝ ܐܦܪܝܡ ܣܘܪܝܝܐ, romanized: Mār ʾAp̄rêm Sūryāyā, Classical Syriac pronunciation: [mɑr ʔafˈrem surˈjɑjɑ]; Koinē Greek: Ἐφραὶμ ὁ Σῦρος, romanized: Efrém o Sýros; Latin: Ephraem Syrus; Amharic: ቅዱስ ኤፍሬም ሶርያዊ; c. 306 – 373), also known as Saint Ephrem, Saint Ephraim, Ephrem of Edessa or Aprem of Nisibis, was a prominent Christian theologian and writer, who is revered as one of the most notable hymnographers of Eastern Christianity. He was born in Nisibis, served as a deacon and later lived in Edessa.
Ephrem is venerated as a saint by all traditional Churches. He is especially revered in Syriac Christianity, both in East Syriac tradition and West Syriac tradition, and also counted as a Holy and Venerable Father (i.e., a sainted Monk) in the Eastern Orthodox Church, especially in the Slovak Tradition. He was declared a Doctor of the Church in the Roman Catholic Church in 1920. Ephrem is also credited as the founder of the School of Nisibis, which, in later centuries, was the centre of learning of the Church of the East.
Ephrem wrote a wide variety of hymns, poems, and sermons in verse, as well as prose exegesis. These were works of practical theology for the edification of the Church in troubled times. Some of these works have been examined by feminist scholars who have analyzed the incorporation of feminine imagery in his texts. They also examine the performance practice of all-women choirs singing his madrāšê, or his teaching hymns. Ephrem's works were so popular that, for centuries after his death, Christian authors wrote hundreds of pseudepigraphal works in his name. He has been called the most significant of all of the fathers of the Syriac-speaking church tradition. In Syriac Christian tradition, he is considered patron of the Syriac Aramaic people.
Ephrem was born around the year 306 in the city of Nisibis (modern Nusaybin, Turkey), in the Roman province of Mesopotamia, that was recently acquired by the Roman Empire. Internal evidence from Ephrem's hymnody suggests that both his parents were part of the growing Christian community in the city, although later hagiographers wrote that his father was a pagan priest. In those days, religious culture in the region of Nisibis included local polytheism, Judaism and several varieties of the Early Christianity. Most of the population spoke the Aramaic language, while Greek and Latin were languages of administration. The city had a complex ethnic composition, consisting of "Assyrians, Arabs, Greeks, Jews, Parthians, Romans, and Iranians".
Jacob, the second bishop of Nisibis, was appointed in 308, and Ephrem grew up under his leadership of the community. Jacob of Nisibis is recorded as a signatory at the First Council of Nicea in 325. Ephrem was baptized as a youth and almost certainly became a son of the covenant, an unusual form of Syriac proto-monasticism. Jacob appointed Ephrem as a teacher (Syriac malp̄ānâ, a title that still carries great respect for Syriac Christians). He was ordained as a deacon either at his baptism or later. He began to compose hymns and write biblical commentaries as part of his educational office. In his hymns, he sometimes refers to himself as a "herdsman" (ܥܠܢܐ, ‘allānâ), to his bishop as the "shepherd" (ܪܥܝܐ, rā‘yâ), and to his community as a 'fold' (ܕܝܪܐ, dayrâ). Ephrem is popularly credited as the founder of the School of Nisibis, which, in later centuries, was the centre of learning of the Church of the East.
In 337, Emperor Constantine I, who had legalised and promoted the practice of Christianity in the Roman Empire, died. Seizing on this opportunity, Shapur II of Persia began a series of attacks into Roman North Mesopotamia. Nisibis was besieged in 338, 346 and 350. During the first siege, Ephrem credits Bishop Jacob as defending the city with his prayers. In the third siege, of 350, Shapur rerouted the River Mygdonius to undermine the walls of Nisibis. The Nisibenes quickly repaired the walls while the Persian elephant cavalry became bogged down in the wet ground. Ephrem celebrated what he saw as the miraculous salvation of the city in a hymn that portrayed Nisibis as being like Noah's Ark, floating to safety on the flood.
One important physical link to Ephrem's lifetime is the baptistery of Nisibis. The inscription tells that it was constructed under Bishop Vologeses in 359. In that year, Shapur attacked again. The cities around Nisibis were destroyed one by one, and their citizens killed or deported. Constantius II was unable to respond; the campaign of Julian in 363 ended with his death in battle. His army elected Jovian as the new emperor, and to rescue his army, he was forced to surrender Nisibis to Persia (also in 363) and to permit the expulsion of the entire Christian population. Ephrem declined being ordinated a bishop by feigning madness, because he regarded himself unworthy for it.
Ephrem, with the others, went first to Amida (Diyarbakır), eventually settling in Edessa (Urhay, in Aramaic) in 363. Ephrem, in his late fifties, applied himself to ministry in his new church and seems to have continued his work as a teacher, perhaps in the School of Edessa. Edessa had been an important center of the Aramaic-speaking world, and the birthplace of a specific Middle Aramaic dialect that came to be known as the Syriac language. The city was rich with rivaling philosophies and religions. Ephrem comments that orthodox Nicene Christians were simply called "Palutians" in Edessa, after a former bishop. Arians, Marcionites, Manichees, Bardaisanites and various gnostic sects proclaimed themselves as the true church. In this confusion, Ephrem wrote a great number of hymns defending Nicene orthodoxy. A later Syriac writer, Jacob of Serugh, wrote that Ephrem rehearsed all-female choirs to sing his hymns set to Syriac folk tunes in the forum of Edessa. In 370 he visited Basil the Great at Caesarea, and then journeyed to the monks of Egypt. As he preached a panegyrie on St. Basil, who died in 379, his own death must be placed at a later date. After a ten-year residency in Edessa, in his sixties, Ephrem succumbed to the plague as he ministered to its victims. The most reliable date for his death is after 379.
Ephrem wrote exclusively in his native Aramaic language, using the local Edessan (Urhaya) dialect, that later came to be known as the Classical Syriac. Ephrem's works contain several endonymic (native) references to his language (Aramaic), homeland (Aram) and people (Arameans). He is therefore known as "the authentic voice of Aramaic Christianity".
In the early stages of modern scholarly studies, it was believed that some examples of the long-standing Greek practice of labeling Aramaic as "Syriac", that are found in the "Cave of Treasures", can be attributed to Ephrem, but later scholarly analyses have shown that the work in question was written much later (c. 600) by an unknown author, thus also showing that Ephrem's original works still belonged to the tradition unaffected by exonymic (foreign) labeling.
One of the early admirers of Ephrem's works, theologian Jacob of Serugh (d. 521), who already belonged to the generation that accepted the custom of a double naming of their language not only as Aramaic (Ārāmāyā) but also as "Syriac" (Suryāyā), wrote a homily (memrā) dedicated to Ephrem, praising him as the crown or wreath of the Arameans (Classical Syriac: ܐܳܪܳܡܳܝܘܬܐ), and the same praise was repeated in early liturgical texts. Only later, under the Greek influence already prevalent in the works of the middle fifth century author Theodoret of Cyrus, did it became customary to associate Ephrem with Syriac identity, and label him only as "the Syrian" (Koinē Greek: Ἐφραίμ ὁ Σῦρος), thus blurring his Aramaic self-identification, attested by his own writings and works of other Aramaic-speaking writers, and also by examples from the earliest liturgical tradition.
Some of those problems persisted up to the recent times, even in scholarly literature, as a consequence of several methodological problems within the field of source editing. During the process of critical editing and translation of sources within Syriac studies, some scholars have practiced various forms of arbitrary (and often unexplained) interventions, including the occasional disregard for the importance of original terms, used as endonymic (native) designations for Arameans and their language (ārāmāyā). Such disregard was manifested primarily in translations and commentaries, by replacement of authentic terms with polysemic Syrian/Syriac labels. In previously mentioned memrā, dedicated to Ephrem, one of the terms for Aramean people (Classical Syriac: ܐܳܪܳܡܳܝܘܬܐ / Arameandom) was published correctly in original script of the source, but in the same time it was translated in English as "Syriac nation", and then enlisted among quotations related to "Syrian/Syriac" identity, without any mention of Aramean-related terms in the source. Even when noticed and corrected by some scholars, such replacements of terms continue to create problems for others.
Several translations of his writings exist in Classical Armenian, Coptic, Old Georgian, Koine Greek and other languages. Some of his works are extant only in translation (particularly in Armenian).
Over four hundred hymns composed by Ephrem still exist. Granted that some have been lost, Ephrem's productivity is not in doubt. The church historian Sozomen credits Ephrem with having written over three million lines. Ephrem combines in his writing a threefold heritage: he draws on the models and methods of early Rabbinic Judaism, he engages skillfully with Greek science and philosophy, and he delights in the Mesopotamian/Persian tradition of mystery symbolism.
The most important of his works are his lyric, teaching hymns (ܡܕܖ̈ܫܐ, madrāšê). These hymns are full of rich, poetic imagery drawn from biblical sources, folk tradition, and other religions and philosophies. The madrāšê are written in stanzas of syllabic verse and employ over fifty different metrical schemes. The form is defined by an antiphon, or congregational refrain (ܥܘܢܝܬܐ, ‘ûnîṯâ), between each independent strophe (or verse), and the refrain's melody mimics that of the opening half of the strophe. Each madrāšâ had its qālâ (ܩܠܐ), a traditional tune identified by its opening line. All of these qālê are now lost. It seems that Bardaisan and Mani composed madrāšê, and Ephrem felt that the medium was a suitable tool to use against their claims. The madrāšê are gathered into various hymn cycles. Each group has a title — Carmina Nisibena, On Faith, On Paradise, On Virginity, Against Heresies — but some of these titles do not do justice to the entirety of the collection (for instance, only the first half of the Carmina Nisibena is about Nisibis). Some of these hymn cycles provide implicit insight into Ephrem's perceived level of comfort with incorporating feminine imagery into his writings. One such hymn cycle was Hymns on the Nativity, centered around Mary, which contained 28 hymns and had the clearest pervasive theme of Ephrem's hymn cycles. An example of feminine imagery is found when Ephrem writes of the baby Jesus: "he was lofty but he sucked Mary's milk and from his blessings all creation sucks."
Particularly influential were his Hymns Against Heresies. Ephrem used these to warn his flock of the heresies that threatened to divide the early church. He lamented that the faithful were "tossed to and fro and carried around with every wind of doctrine, by the cunning of men, by their craftiness and deceitful wiles" (Eph 4:14). He devised hymns laden with doctrinal details to inoculate right-thinking Christians against heresies such as docetism. The Hymns Against Heresies employ colourful metaphors to describe the Incarnation of Christ as fully human and divine. Ephrem asserts that Christ's unity of humanity and divinity represents peace, perfection and salvation; in contrast, docetism and other heresies sought to divide or reduce Christ's nature and, in doing so, rend and devalue Christ's followers with their false teachings.
The relationship between Ephrem's compositions and femininity is shown again in documentation suggesting that the madrāšê were sung by all-women choirs with an accompanying lyre. These women's choirs were composed of members of the Daughters of the Covenant, an important institution in historical Syriac Christianity, but they weren't always labeled as such. Ephrem, like many Syriac liturgical poets, believed that women's voices were important to hear in the church as they were modeled after Mary, mother of Jesus, whose acceptance of God's call led to salvation for all through the birth of Jesus. One variety of the madrāšê, the soghyatha, was sung in a conversational style between male and female choirs. The women's choir would sing the role of biblical women, and the men's choir would sing the male role. Through the role of singing Ephrem's madrāšê, women's choirs were granted a role in worship.
Ephrem also wrote verse homilies (ܡܐܡܖ̈ܐ, mêmrê). These sermons in poetry are far fewer in number than the madrāšê. The mêmrê were written in a heptosyllabic couplets (pairs of lines of seven syllables each).
The third category of Ephrem's writings is his prose work. He wrote a biblical commentary on the Diatessaron (the single gospel harmony of the early Syriac church), the Syriac original of which was found in 1957. His Commentary on Genesis and Exodus is an exegesis of Genesis and Exodus. Some fragments exist in Armenian of his commentaries on the Acts of the Apostles and Pauline Epistles.
He also wrote refutations against Bardaisan, Mani, Marcion and others.
Syriac churches still use many of Ephrem's hymns as part of the annual cycle of worship. However, most of these liturgical hymns are edited and conflated versions of the originals.
The most complete, critical text of authentic Ephrem was compiled between 1955 and 1979 by Dom Edmund Beck, OSB, as part of the Corpus Scriptorum Christianorum Orientalium.
Ephrem is attributed with writing hagiographies such as The Life of Saint Mary the Harlot, though this credit is called into question.
One of the works attributed to Ephrem was the Cave of Treasures, written by a much later but unknown author, who lived at the end of the 6th and the beginning of the 7th century.
Ephrem's writings contain a rich variety of symbols and metaphors. Christopher Buck gives a summary of analysis of a selection of six key scenarios (the way, robe of glory, sons and daughters of the Covenant, wedding feast, harrowing of hell, Noah's Ark/Mariner) and six root metaphors (physician, medicine of life, mirror, pearl, Tree of life, paradise).
Ephrem's meditations on the symbols of Christian faith and his stand against heresy made him a popular source of inspiration throughout the church. There is a huge corpus of Ephrem pseudepigraphy and legendary hagiography in many languages. Some of these compositions are in verse, often mimicking Ephrem's heptasyllabic couplets.
There is a very large number of works by "Ephrem" extant in Greek. In the literature this material is often referred to as "Greek Ephrem", or Ephraem Graecus (as opposed to the real Ephrem the Syrian), as if it was by a single author. This is not the case, but the term is used for convenience. Some texts are in fact Greek translations of genuine works by Ephrem. Most are not. The best known of these writings is the Prayer of Saint Ephrem, which is recited at every service during Great Lent and other fasting periods in Eastern Christianity.
There are also works by "Ephrem" in Latin, Slavonic and Arabic. "Ephrem Latinus" is the term given to Latin translations of "Ephrem Graecus". None is by Ephrem the Syrian. "Pseudo Ephrem Latinus" is the name given to Latin works under the name of Ephrem which are imitations of the style of Ephrem Latinus.
There has been very little critical examination of any of these works. They were edited uncritically by Assemani, and there is also a modern Greek edition by Phrantzolas.
Soon after Ephrem's death, legendary accounts of his life began to circulate. One of the earlier "modifications" is the statement that Ephrem's father was a pagan priest of Abnil or Abizal. However, internal evidence from his authentic writings suggest that he was raised by Christian parents.
Ephrem is venerated as an example of monastic discipline in Eastern Christianity. In the Eastern Orthodox scheme of hagiography, Ephrem is counted as a Venerable Father (i.e., a sainted monk). His feast day is celebrated on 28 January and on the Saturday of the Venerable Fathers (Cheesefare Saturday), which is the Saturday before the beginning of Great Lent.
On 5 October 1920, Pope Benedict XV proclaimed Ephrem a Doctor of the Church ("Doctor of the Syrians").
The most popular title for Ephrem is Harp of the Spirit (Syriac: ܟܢܪܐ ܕܪܘܚܐ, Kenārâ d-Rûḥâ). He is also referred to as the Deacon of Edessa, the Sun of the Syrians and a Pillar of the Church.
His Roman Catholic feast day of 9 June conforms to his date of death. For 48 years (1920–1969), it was on 18 June, and this date is still observed in the Extraordinary Form.
Ephrem is honored with a feast day on the liturgical calendar of the Episcopal Church (USA) on June 10.
Ephrem is remembered in the Church of England with a commemoration on 9 June. | [
{
"paragraph_id": 0,
"text": "Ephrem the Syrian (Classical Syriac: ܡܪܝ ܐܦܪܝܡ ܣܘܪܝܝܐ, romanized: Mār ʾAp̄rêm Sūryāyā, Classical Syriac pronunciation: [mɑr ʔafˈrem surˈjɑjɑ]; Koinē Greek: Ἐφραὶμ ὁ Σῦρος, romanized: Efrém o Sýros; Latin: Ephraem Syrus; Amharic: ቅዱስ ኤፍሬም ሶርያዊ; c. 306 – 373), also known as Saint Ephrem, Saint Ephraim, Ephrem of Edessa or Aprem of Nisibis, was a prominent Christian theologian and writer, who is revered as one of the most notable hymnographers of Eastern Christianity. He was born in Nisibis, served as a deacon and later lived in Edessa.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Ephrem is venerated as a saint by all traditional Churches. He is especially revered in Syriac Christianity, both in East Syriac tradition and West Syriac tradition, and also counted as a Holy and Venerable Father (i.e., a sainted Monk) in the Eastern Orthodox Church, especially in the Slovak Tradition. He was declared a Doctor of the Church in the Roman Catholic Church in 1920. Ephrem is also credited as the founder of the School of Nisibis, which, in later centuries, was the centre of learning of the Church of the East.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Ephrem wrote a wide variety of hymns, poems, and sermons in verse, as well as prose exegesis. These were works of practical theology for the edification of the Church in troubled times. Some of these works have been examined by feminist scholars who have analyzed the incorporation of feminine imagery in his texts. They also examine the performance practice of all-women choirs singing his madrāšê, or his teaching hymns. Ephrem's works were so popular that, for centuries after his death, Christian authors wrote hundreds of pseudepigraphal works in his name. He has been called the most significant of all of the fathers of the Syriac-speaking church tradition. In Syriac Christian tradition, he is considered patron of the Syriac Aramaic people.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Ephrem was born around the year 306 in the city of Nisibis (modern Nusaybin, Turkey), in the Roman province of Mesopotamia, that was recently acquired by the Roman Empire. Internal evidence from Ephrem's hymnody suggests that both his parents were part of the growing Christian community in the city, although later hagiographers wrote that his father was a pagan priest. In those days, religious culture in the region of Nisibis included local polytheism, Judaism and several varieties of the Early Christianity. Most of the population spoke the Aramaic language, while Greek and Latin were languages of administration. The city had a complex ethnic composition, consisting of \"Assyrians, Arabs, Greeks, Jews, Parthians, Romans, and Iranians\".",
"title": "Life"
},
{
"paragraph_id": 4,
"text": "Jacob, the second bishop of Nisibis, was appointed in 308, and Ephrem grew up under his leadership of the community. Jacob of Nisibis is recorded as a signatory at the First Council of Nicea in 325. Ephrem was baptized as a youth and almost certainly became a son of the covenant, an unusual form of Syriac proto-monasticism. Jacob appointed Ephrem as a teacher (Syriac malp̄ānâ, a title that still carries great respect for Syriac Christians). He was ordained as a deacon either at his baptism or later. He began to compose hymns and write biblical commentaries as part of his educational office. In his hymns, he sometimes refers to himself as a \"herdsman\" (ܥܠܢܐ, ‘allānâ), to his bishop as the \"shepherd\" (ܪܥܝܐ, rā‘yâ), and to his community as a 'fold' (ܕܝܪܐ, dayrâ). Ephrem is popularly credited as the founder of the School of Nisibis, which, in later centuries, was the centre of learning of the Church of the East.",
"title": "Life"
},
{
"paragraph_id": 5,
"text": "In 337, Emperor Constantine I, who had legalised and promoted the practice of Christianity in the Roman Empire, died. Seizing on this opportunity, Shapur II of Persia began a series of attacks into Roman North Mesopotamia. Nisibis was besieged in 338, 346 and 350. During the first siege, Ephrem credits Bishop Jacob as defending the city with his prayers. In the third siege, of 350, Shapur rerouted the River Mygdonius to undermine the walls of Nisibis. The Nisibenes quickly repaired the walls while the Persian elephant cavalry became bogged down in the wet ground. Ephrem celebrated what he saw as the miraculous salvation of the city in a hymn that portrayed Nisibis as being like Noah's Ark, floating to safety on the flood.",
"title": "Life"
},
{
"paragraph_id": 6,
"text": "One important physical link to Ephrem's lifetime is the baptistery of Nisibis. The inscription tells that it was constructed under Bishop Vologeses in 359. In that year, Shapur attacked again. The cities around Nisibis were destroyed one by one, and their citizens killed or deported. Constantius II was unable to respond; the campaign of Julian in 363 ended with his death in battle. His army elected Jovian as the new emperor, and to rescue his army, he was forced to surrender Nisibis to Persia (also in 363) and to permit the expulsion of the entire Christian population. Ephrem declined being ordinated a bishop by feigning madness, because he regarded himself unworthy for it.",
"title": "Life"
},
{
"paragraph_id": 7,
"text": "Ephrem, with the others, went first to Amida (Diyarbakır), eventually settling in Edessa (Urhay, in Aramaic) in 363. Ephrem, in his late fifties, applied himself to ministry in his new church and seems to have continued his work as a teacher, perhaps in the School of Edessa. Edessa had been an important center of the Aramaic-speaking world, and the birthplace of a specific Middle Aramaic dialect that came to be known as the Syriac language. The city was rich with rivaling philosophies and religions. Ephrem comments that orthodox Nicene Christians were simply called \"Palutians\" in Edessa, after a former bishop. Arians, Marcionites, Manichees, Bardaisanites and various gnostic sects proclaimed themselves as the true church. In this confusion, Ephrem wrote a great number of hymns defending Nicene orthodoxy. A later Syriac writer, Jacob of Serugh, wrote that Ephrem rehearsed all-female choirs to sing his hymns set to Syriac folk tunes in the forum of Edessa. In 370 he visited Basil the Great at Caesarea, and then journeyed to the monks of Egypt. As he preached a panegyrie on St. Basil, who died in 379, his own death must be placed at a later date. After a ten-year residency in Edessa, in his sixties, Ephrem succumbed to the plague as he ministered to its victims. The most reliable date for his death is after 379.",
"title": "Life"
},
{
"paragraph_id": 8,
"text": "Ephrem wrote exclusively in his native Aramaic language, using the local Edessan (Urhaya) dialect, that later came to be known as the Classical Syriac. Ephrem's works contain several endonymic (native) references to his language (Aramaic), homeland (Aram) and people (Arameans). He is therefore known as \"the authentic voice of Aramaic Christianity\".",
"title": "Language"
},
{
"paragraph_id": 9,
"text": "In the early stages of modern scholarly studies, it was believed that some examples of the long-standing Greek practice of labeling Aramaic as \"Syriac\", that are found in the \"Cave of Treasures\", can be attributed to Ephrem, but later scholarly analyses have shown that the work in question was written much later (c. 600) by an unknown author, thus also showing that Ephrem's original works still belonged to the tradition unaffected by exonymic (foreign) labeling.",
"title": "Language"
},
{
"paragraph_id": 10,
"text": "One of the early admirers of Ephrem's works, theologian Jacob of Serugh (d. 521), who already belonged to the generation that accepted the custom of a double naming of their language not only as Aramaic (Ārāmāyā) but also as \"Syriac\" (Suryāyā), wrote a homily (memrā) dedicated to Ephrem, praising him as the crown or wreath of the Arameans (Classical Syriac: ܐܳܪܳܡܳܝܘܬܐ), and the same praise was repeated in early liturgical texts. Only later, under the Greek influence already prevalent in the works of the middle fifth century author Theodoret of Cyrus, did it became customary to associate Ephrem with Syriac identity, and label him only as \"the Syrian\" (Koinē Greek: Ἐφραίμ ὁ Σῦρος), thus blurring his Aramaic self-identification, attested by his own writings and works of other Aramaic-speaking writers, and also by examples from the earliest liturgical tradition.",
"title": "Language"
},
{
"paragraph_id": 11,
"text": "Some of those problems persisted up to the recent times, even in scholarly literature, as a consequence of several methodological problems within the field of source editing. During the process of critical editing and translation of sources within Syriac studies, some scholars have practiced various forms of arbitrary (and often unexplained) interventions, including the occasional disregard for the importance of original terms, used as endonymic (native) designations for Arameans and their language (ārāmāyā). Such disregard was manifested primarily in translations and commentaries, by replacement of authentic terms with polysemic Syrian/Syriac labels. In previously mentioned memrā, dedicated to Ephrem, one of the terms for Aramean people (Classical Syriac: ܐܳܪܳܡܳܝܘܬܐ / Arameandom) was published correctly in original script of the source, but in the same time it was translated in English as \"Syriac nation\", and then enlisted among quotations related to \"Syrian/Syriac\" identity, without any mention of Aramean-related terms in the source. Even when noticed and corrected by some scholars, such replacements of terms continue to create problems for others.",
"title": "Language"
},
{
"paragraph_id": 12,
"text": "Several translations of his writings exist in Classical Armenian, Coptic, Old Georgian, Koine Greek and other languages. Some of his works are extant only in translation (particularly in Armenian).",
"title": "Language"
},
{
"paragraph_id": 13,
"text": "Over four hundred hymns composed by Ephrem still exist. Granted that some have been lost, Ephrem's productivity is not in doubt. The church historian Sozomen credits Ephrem with having written over three million lines. Ephrem combines in his writing a threefold heritage: he draws on the models and methods of early Rabbinic Judaism, he engages skillfully with Greek science and philosophy, and he delights in the Mesopotamian/Persian tradition of mystery symbolism.",
"title": "Writings"
},
{
"paragraph_id": 14,
"text": "The most important of his works are his lyric, teaching hymns (ܡܕܖ̈ܫܐ, madrāšê). These hymns are full of rich, poetic imagery drawn from biblical sources, folk tradition, and other religions and philosophies. The madrāšê are written in stanzas of syllabic verse and employ over fifty different metrical schemes. The form is defined by an antiphon, or congregational refrain (ܥܘܢܝܬܐ, ‘ûnîṯâ), between each independent strophe (or verse), and the refrain's melody mimics that of the opening half of the strophe. Each madrāšâ had its qālâ (ܩܠܐ), a traditional tune identified by its opening line. All of these qālê are now lost. It seems that Bardaisan and Mani composed madrāšê, and Ephrem felt that the medium was a suitable tool to use against their claims. The madrāšê are gathered into various hymn cycles. Each group has a title — Carmina Nisibena, On Faith, On Paradise, On Virginity, Against Heresies — but some of these titles do not do justice to the entirety of the collection (for instance, only the first half of the Carmina Nisibena is about Nisibis). Some of these hymn cycles provide implicit insight into Ephrem's perceived level of comfort with incorporating feminine imagery into his writings. One such hymn cycle was Hymns on the Nativity, centered around Mary, which contained 28 hymns and had the clearest pervasive theme of Ephrem's hymn cycles. An example of feminine imagery is found when Ephrem writes of the baby Jesus: \"he was lofty but he sucked Mary's milk and from his blessings all creation sucks.\"",
"title": "Writings"
},
{
"paragraph_id": 15,
"text": "Particularly influential were his Hymns Against Heresies. Ephrem used these to warn his flock of the heresies that threatened to divide the early church. He lamented that the faithful were \"tossed to and fro and carried around with every wind of doctrine, by the cunning of men, by their craftiness and deceitful wiles\" (Eph 4:14). He devised hymns laden with doctrinal details to inoculate right-thinking Christians against heresies such as docetism. The Hymns Against Heresies employ colourful metaphors to describe the Incarnation of Christ as fully human and divine. Ephrem asserts that Christ's unity of humanity and divinity represents peace, perfection and salvation; in contrast, docetism and other heresies sought to divide or reduce Christ's nature and, in doing so, rend and devalue Christ's followers with their false teachings.",
"title": "Writings"
},
{
"paragraph_id": 16,
"text": "The relationship between Ephrem's compositions and femininity is shown again in documentation suggesting that the madrāšê were sung by all-women choirs with an accompanying lyre. These women's choirs were composed of members of the Daughters of the Covenant, an important institution in historical Syriac Christianity, but they weren't always labeled as such. Ephrem, like many Syriac liturgical poets, believed that women's voices were important to hear in the church as they were modeled after Mary, mother of Jesus, whose acceptance of God's call led to salvation for all through the birth of Jesus. One variety of the madrāšê, the soghyatha, was sung in a conversational style between male and female choirs. The women's choir would sing the role of biblical women, and the men's choir would sing the male role. Through the role of singing Ephrem's madrāšê, women's choirs were granted a role in worship.",
"title": "Writings"
},
{
"paragraph_id": 17,
"text": "Ephrem also wrote verse homilies (ܡܐܡܖ̈ܐ, mêmrê). These sermons in poetry are far fewer in number than the madrāšê. The mêmrê were written in a heptosyllabic couplets (pairs of lines of seven syllables each).",
"title": "Writings"
},
{
"paragraph_id": 18,
"text": "The third category of Ephrem's writings is his prose work. He wrote a biblical commentary on the Diatessaron (the single gospel harmony of the early Syriac church), the Syriac original of which was found in 1957. His Commentary on Genesis and Exodus is an exegesis of Genesis and Exodus. Some fragments exist in Armenian of his commentaries on the Acts of the Apostles and Pauline Epistles.",
"title": "Writings"
},
{
"paragraph_id": 19,
"text": "He also wrote refutations against Bardaisan, Mani, Marcion and others.",
"title": "Writings"
},
{
"paragraph_id": 20,
"text": "Syriac churches still use many of Ephrem's hymns as part of the annual cycle of worship. However, most of these liturgical hymns are edited and conflated versions of the originals.",
"title": "Writings"
},
{
"paragraph_id": 21,
"text": "The most complete, critical text of authentic Ephrem was compiled between 1955 and 1979 by Dom Edmund Beck, OSB, as part of the Corpus Scriptorum Christianorum Orientalium.",
"title": "Writings"
},
{
"paragraph_id": 22,
"text": "Ephrem is attributed with writing hagiographies such as The Life of Saint Mary the Harlot, though this credit is called into question.",
"title": "Writings"
},
{
"paragraph_id": 23,
"text": "One of the works attributed to Ephrem was the Cave of Treasures, written by a much later but unknown author, who lived at the end of the 6th and the beginning of the 7th century.",
"title": "Writings"
},
{
"paragraph_id": 24,
"text": "Ephrem's writings contain a rich variety of symbols and metaphors. Christopher Buck gives a summary of analysis of a selection of six key scenarios (the way, robe of glory, sons and daughters of the Covenant, wedding feast, harrowing of hell, Noah's Ark/Mariner) and six root metaphors (physician, medicine of life, mirror, pearl, Tree of life, paradise).",
"title": "Writings"
},
{
"paragraph_id": 25,
"text": "Ephrem's meditations on the symbols of Christian faith and his stand against heresy made him a popular source of inspiration throughout the church. There is a huge corpus of Ephrem pseudepigraphy and legendary hagiography in many languages. Some of these compositions are in verse, often mimicking Ephrem's heptasyllabic couplets.",
"title": "Greek Ephrem"
},
{
"paragraph_id": 26,
"text": "There is a very large number of works by \"Ephrem\" extant in Greek. In the literature this material is often referred to as \"Greek Ephrem\", or Ephraem Graecus (as opposed to the real Ephrem the Syrian), as if it was by a single author. This is not the case, but the term is used for convenience. Some texts are in fact Greek translations of genuine works by Ephrem. Most are not. The best known of these writings is the Prayer of Saint Ephrem, which is recited at every service during Great Lent and other fasting periods in Eastern Christianity.",
"title": "Greek Ephrem"
},
{
"paragraph_id": 27,
"text": "There are also works by \"Ephrem\" in Latin, Slavonic and Arabic. \"Ephrem Latinus\" is the term given to Latin translations of \"Ephrem Graecus\". None is by Ephrem the Syrian. \"Pseudo Ephrem Latinus\" is the name given to Latin works under the name of Ephrem which are imitations of the style of Ephrem Latinus.",
"title": "Greek Ephrem"
},
{
"paragraph_id": 28,
"text": "There has been very little critical examination of any of these works. They were edited uncritically by Assemani, and there is also a modern Greek edition by Phrantzolas.",
"title": "Greek Ephrem"
},
{
"paragraph_id": 29,
"text": "Soon after Ephrem's death, legendary accounts of his life began to circulate. One of the earlier \"modifications\" is the statement that Ephrem's father was a pagan priest of Abnil or Abizal. However, internal evidence from his authentic writings suggest that he was raised by Christian parents.",
"title": "Veneration as a saint"
},
{
"paragraph_id": 30,
"text": "Ephrem is venerated as an example of monastic discipline in Eastern Christianity. In the Eastern Orthodox scheme of hagiography, Ephrem is counted as a Venerable Father (i.e., a sainted monk). His feast day is celebrated on 28 January and on the Saturday of the Venerable Fathers (Cheesefare Saturday), which is the Saturday before the beginning of Great Lent.",
"title": "Veneration as a saint"
},
{
"paragraph_id": 31,
"text": "On 5 October 1920, Pope Benedict XV proclaimed Ephrem a Doctor of the Church (\"Doctor of the Syrians\").",
"title": "Veneration as a saint"
},
{
"paragraph_id": 32,
"text": "The most popular title for Ephrem is Harp of the Spirit (Syriac: ܟܢܪܐ ܕܪܘܚܐ, Kenārâ d-Rûḥâ). He is also referred to as the Deacon of Edessa, the Sun of the Syrians and a Pillar of the Church.",
"title": "Veneration as a saint"
},
{
"paragraph_id": 33,
"text": "His Roman Catholic feast day of 9 June conforms to his date of death. For 48 years (1920–1969), it was on 18 June, and this date is still observed in the Extraordinary Form.",
"title": "Veneration as a saint"
},
{
"paragraph_id": 34,
"text": "Ephrem is honored with a feast day on the liturgical calendar of the Episcopal Church (USA) on June 10.",
"title": "Veneration as a saint"
},
{
"paragraph_id": 35,
"text": "Ephrem is remembered in the Church of England with a commemoration on 9 June.",
"title": "Veneration as a saint"
}
]
| Ephrem the Syrian, also known as Saint Ephrem, Saint Ephraim, Ephrem of Edessa or Aprem of Nisibis, was a prominent Christian theologian and writer, who is revered as one of the most notable hymnographers of Eastern Christianity. He was born in Nisibis, served as a deacon and later lived in Edessa. Ephrem is venerated as a saint by all traditional Churches. He is especially revered in Syriac Christianity, both in East Syriac tradition and West Syriac tradition, and also counted as a Holy and Venerable Father in the Eastern Orthodox Church, especially in the Slovak Tradition. He was declared a Doctor of the Church in the Roman Catholic Church in 1920. Ephrem is also credited as the founder of the School of Nisibis, which, in later centuries, was the centre of learning of the Church of the East. Ephrem wrote a wide variety of hymns, poems, and sermons in verse, as well as prose exegesis. These were works of practical theology for the edification of the Church in troubled times. Some of these works have been examined by feminist scholars who have analyzed the incorporation of feminine imagery in his texts. They also examine the performance practice of all-women choirs singing his madrāšê, or his teaching hymns. Ephrem's works were so popular that, for centuries after his death, Christian authors wrote hundreds of pseudepigraphal works in his name. He has been called the most significant of all of the fathers of the Syriac-speaking church tradition. In Syriac Christian tradition, he is considered patron of the Syriac Aramaic people. | 2002-02-25T15:51:15Z | 2023-12-30T01:12:00Z | [
"Template:Eastern Orthodox sidebar",
"Template:Lang-grc-koi",
"Template:Div col end",
"Template:Cite web",
"Template:Short description",
"Template:IPA",
"Template:Circa",
"Template:Sfn",
"Template:ISBN",
"Template:Div col",
"Template:Reflist",
"Template:Cite book",
"Template:Wikiquote",
"Template:Infobox saint",
"Template:Oriental Orthodox sidebar",
"Template:Lang-syc",
"Template:Lang-la",
"Template:Cite journal",
"Template:Refbegin",
"Template:Refend",
"Template:EB1911 poster",
"Template:Syriacs",
"Template:Catholic saints",
"Template:Authority control",
"Template:Lang-am",
"Template:Lang"
]
| https://en.wikipedia.org/wiki/Ephrem_the_Syrian |
10,359 | Amiga Enhanced Chip Set | The Enhanced Chip Set (ECS) is the second generation of the Amiga computer's chipset, offering minor improvements over the original chipset (OCS) design. ECS was introduced in 1990 with the launch of the Amiga 3000. Amigas produced from 1990 onwards featured a mix of OCS and ECS chips, such as later versions of the Amiga 500 and the Commodore CDTV. Other ECS models were the Amiga 500+ in 1991 and lastly the Amiga 600 in 1992.
Notable improvements were the Super Agnus and the HiRes Denise chips. The sound and floppy controller chip, Paula, remained unchanged from the OCS design. Super Agnus supports 2 MB of Chip RAM, whereas the original Agnus/Fat Agnus and subsequent Fatter Agnus can address 512 KB and 1 MB, respectively. The ECS Denise chip offers Productivity VGA output (640×480 non-interlaced) and SuperHiRes (1280×200 or 1280×256) display modes (also available in interlaced mode), which are however limited to only 4 bits on-screen colors. Essentially, a 35 ns pixel mode was added plus the ability to run arbitrary horizontal and vertical scan rates. This made other display modes possible, but only the aforementioned modes were supported originally out of the box. For example, the Linux Amiga framebuffer device driver allows the use of several other display modes. Other improvements were the ability of the blitter to copy regions larger than 1024×1024 pixels in one operation and the ability to display sprites in border regions (outside of any display window where bitplanes are shown). ECS also allows software switching between 60 Hz and 50 Hz video modes.
These improvements largely favored application software, which benefited from higher resolution and VGA-like display modes, rather than games. As an incremental update, ECS was intended to be backward compatible with software designed for OCS machines, though some pre-ECS games were found to be incompatible. Additionally, features from the improved Kickstart 2 operating system were used in subsequent software, and since these two technologies largely overlap, some users misjudged the significance of ECS. It is possible to upgrade some OCS machines, such as the Amiga 500, to obtain partial or full ECS functionality by replacing OCS chips with ECS versions. ECS was followed by the third generation AGA chipset with the launch of the Amiga 4000 and Amiga 1200 in 1992. | [
{
"paragraph_id": 0,
"text": "The Enhanced Chip Set (ECS) is the second generation of the Amiga computer's chipset, offering minor improvements over the original chipset (OCS) design. ECS was introduced in 1990 with the launch of the Amiga 3000. Amigas produced from 1990 onwards featured a mix of OCS and ECS chips, such as later versions of the Amiga 500 and the Commodore CDTV. Other ECS models were the Amiga 500+ in 1991 and lastly the Amiga 600 in 1992.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Notable improvements were the Super Agnus and the HiRes Denise chips. The sound and floppy controller chip, Paula, remained unchanged from the OCS design. Super Agnus supports 2 MB of Chip RAM, whereas the original Agnus/Fat Agnus and subsequent Fatter Agnus can address 512 KB and 1 MB, respectively. The ECS Denise chip offers Productivity VGA output (640×480 non-interlaced) and SuperHiRes (1280×200 or 1280×256) display modes (also available in interlaced mode), which are however limited to only 4 bits on-screen colors. Essentially, a 35 ns pixel mode was added plus the ability to run arbitrary horizontal and vertical scan rates. This made other display modes possible, but only the aforementioned modes were supported originally out of the box. For example, the Linux Amiga framebuffer device driver allows the use of several other display modes. Other improvements were the ability of the blitter to copy regions larger than 1024×1024 pixels in one operation and the ability to display sprites in border regions (outside of any display window where bitplanes are shown). ECS also allows software switching between 60 Hz and 50 Hz video modes.",
"title": ""
},
{
"paragraph_id": 2,
"text": "These improvements largely favored application software, which benefited from higher resolution and VGA-like display modes, rather than games. As an incremental update, ECS was intended to be backward compatible with software designed for OCS machines, though some pre-ECS games were found to be incompatible. Additionally, features from the improved Kickstart 2 operating system were used in subsequent software, and since these two technologies largely overlap, some users misjudged the significance of ECS. It is possible to upgrade some OCS machines, such as the Amiga 500, to obtain partial or full ECS functionality by replacing OCS chips with ECS versions. ECS was followed by the third generation AGA chipset with the launch of the Amiga 4000 and Amiga 1200 in 1992.",
"title": ""
}
]
| The Enhanced Chip Set (ECS) is the second generation of the Amiga computer's chipset, offering minor improvements over the original chipset (OCS) design. ECS was introduced in 1990 with the launch of the Amiga 3000. Amigas produced from 1990 onwards featured a mix of OCS and ECS chips, such as later versions of the Amiga 500 and the Commodore CDTV. Other ECS models were the Amiga 500+ in 1991 and lastly the Amiga 600 in 1992. Notable improvements were the Super Agnus and the HiRes Denise chips. The sound and floppy controller chip, Paula, remained unchanged from the OCS design. Super Agnus supports 2 MB of Chip RAM, whereas the original Agnus/Fat Agnus and subsequent Fatter Agnus can address 512 KB and 1 MB, respectively. The ECS Denise chip offers Productivity VGA output and SuperHiRes display modes, which are however limited to only 4 bits on-screen colors. Essentially, a 35 ns pixel mode was added plus the ability to run arbitrary horizontal and vertical scan rates. This made other display modes possible, but only the aforementioned modes were supported originally out of the box. For example, the Linux Amiga framebuffer device driver allows the use of several other display modes. Other improvements were the ability of the blitter to copy regions larger than 1024×1024 pixels in one operation and the ability to display sprites in border regions. ECS also allows software switching between 60 Hz and 50 Hz video modes. These improvements largely favored application software, which benefited from higher resolution and VGA-like display modes, rather than games. As an incremental update, ECS was intended to be backward compatible with software designed for OCS machines, though some pre-ECS games were found to be incompatible. Additionally, features from the improved Kickstart 2 operating system were used in subsequent software, and since these two technologies largely overlap, some users misjudged the significance of ECS. It is possible to upgrade some OCS machines, such as the Amiga 500, to obtain partial or full ECS functionality by replacing OCS chips with ECS versions. ECS was followed by the third generation AGA chipset with the launch of the Amiga 4000 and Amiga 1200 in 1992. | 2002-02-25T15:43:11Z | 2023-11-06T10:31:12Z | [
"Template:Unreferenced",
"Template:Amiga hardware",
"Template:Compu-hardware-stub",
"Template:Short description"
]
| https://en.wikipedia.org/wiki/Amiga_Enhanced_Chip_Set |
10,361 | European Space Operations Centre | The European Space Operations Centre (ESOC) serves as the main mission control centre for the European Space Agency (ESA) and is located in Darmstadt, Germany. ESOC's primary function is the operation of uncrewed spacecraft on behalf of ESA and the launch and early orbit phases (LEOP) of ESA and third-party missions. The Centre is also responsible for a range of operations-related activities within ESA and in cooperation with ESA's industry and international partners, including ground systems engineering, software development, flight dynamics and navigation, development of mission control tools and techniques and space debris studies.
ESOC's current major activities comprise operating planetary and solar missions, such as Mars Express and the Trace Gas Orbiter, astronomy & fundamental physics missions, such as Gaia (spacecraft) and XMM Newton, and Earth observation missions such as CryoSat2 and Swarm (spacecraft).
ESOC is responsible for developing, operating and maintaining ESA's ESTRACK network of ground stations. Teams at the Centre are also involved in research and development related to advanced mission control concepts and Space Situational Awareness, and standardisation activities related to frequency management; mission operations; tracking, telemetry and telecommanding; and space debris.
ESOC's current missions comprise the following:
Planetary and solar missions
Astronomy and fundamental physics missions
Earth observation missions
In addition, the ground segment and mission control teams for several missions are in preparation and training, including:
ESOC hosts the control centre for the Agency's European Tracking ESTRACK station network. The core network comprises seven stations in seven countries: Kourou (French Guiana), Cebreros (Spain), Redu (Belgium), Santa Maria (Portugal), Kiruna (Sweden), Malargüe (Argentina) and New Norcia (Australia). Operators are on duty at ESOC 24 hours/day, year round, to conduct tracking passes, uploading telecommands and downloading telemetry and data.
In addition to 'pure' mission operations, a number of other activities take place at the Centre, most of which are directly related to ESA's broader space operations activities.
The European Space Operations Centre was formally inaugurated in Darmstadt, Germany, on 8 September 1967 by the then-Minister of Research of the Federal Republic of Germany, Gerhard Stoltenberg. Its role was to provide satellite control for the European Space Research Organisation (ESRO), which is today known as its successor organisation, the European Space Agency (ESA).
The 90-person ESOC facility was, as it is today, located on the west side of Darmstadt; it employed the staff and resources previously allocated to the European Space Data Centre (ESDAC), which had been established in 1963 to conduct orbit calculations. These were augmented by mission control staff transferred from ESTEC to operate satellites and manage the ESTRACK tracking station network.
Within just eight months, ESOC, as part of ESRO, was already operating its first mission, ESRO-2B, a scientific research satellite and the first of many operated from ESOC for ESRO, and later ESA.
By July 2012, ESOC had operated over 56 missions spanning science, Earth observation, orbiting observatories, meteorology and space physics.
ESOC is located on the west side of the city of Darmstadt, some 500 m (1,600 ft) from the main train station, at Robert-Bosch-Straße 5. In 2011, ESA announced the first phase of the ESOC II modernisation and expansion project valued at €60 million. The new construction will be located across Robert-Bosch-Straße, opposite the current centre.
At ESOC, ESA employs approximately 800, comprising some 250 permanent staff and about 550 contractors. Staff from ESOC are routinely dispatched to work at other ESA establishments, ESTRACK stations, the ATV Control Centre (Toulouse), the Columbus Control Centre (Oberpfaffenhofen) and at partner facilities in several countries. | [
{
"paragraph_id": 0,
"text": "The European Space Operations Centre (ESOC) serves as the main mission control centre for the European Space Agency (ESA) and is located in Darmstadt, Germany. ESOC's primary function is the operation of uncrewed spacecraft on behalf of ESA and the launch and early orbit phases (LEOP) of ESA and third-party missions. The Centre is also responsible for a range of operations-related activities within ESA and in cooperation with ESA's industry and international partners, including ground systems engineering, software development, flight dynamics and navigation, development of mission control tools and techniques and space debris studies.",
"title": ""
},
{
"paragraph_id": 1,
"text": "ESOC's current major activities comprise operating planetary and solar missions, such as Mars Express and the Trace Gas Orbiter, astronomy & fundamental physics missions, such as Gaia (spacecraft) and XMM Newton, and Earth observation missions such as CryoSat2 and Swarm (spacecraft).",
"title": ""
},
{
"paragraph_id": 2,
"text": "ESOC is responsible for developing, operating and maintaining ESA's ESTRACK network of ground stations. Teams at the Centre are also involved in research and development related to advanced mission control concepts and Space Situational Awareness, and standardisation activities related to frequency management; mission operations; tracking, telemetry and telecommanding; and space debris.",
"title": ""
},
{
"paragraph_id": 3,
"text": "ESOC's current missions comprise the following:",
"title": "Missions"
},
{
"paragraph_id": 4,
"text": "Planetary and solar missions",
"title": "Missions"
},
{
"paragraph_id": 5,
"text": "Astronomy and fundamental physics missions",
"title": "Missions"
},
{
"paragraph_id": 6,
"text": "Earth observation missions",
"title": "Missions"
},
{
"paragraph_id": 7,
"text": "In addition, the ground segment and mission control teams for several missions are in preparation and training, including:",
"title": "Missions"
},
{
"paragraph_id": 8,
"text": "ESOC hosts the control centre for the Agency's European Tracking ESTRACK station network. The core network comprises seven stations in seven countries: Kourou (French Guiana), Cebreros (Spain), Redu (Belgium), Santa Maria (Portugal), Kiruna (Sweden), Malargüe (Argentina) and New Norcia (Australia). Operators are on duty at ESOC 24 hours/day, year round, to conduct tracking passes, uploading telecommands and downloading telemetry and data.",
"title": "ESTRACK"
},
{
"paragraph_id": 9,
"text": "In addition to 'pure' mission operations, a number of other activities take place at the Centre, most of which are directly related to ESA's broader space operations activities.",
"title": "Activities"
},
{
"paragraph_id": 10,
"text": "The European Space Operations Centre was formally inaugurated in Darmstadt, Germany, on 8 September 1967 by the then-Minister of Research of the Federal Republic of Germany, Gerhard Stoltenberg. Its role was to provide satellite control for the European Space Research Organisation (ESRO), which is today known as its successor organisation, the European Space Agency (ESA).",
"title": "History"
},
{
"paragraph_id": 11,
"text": "The 90-person ESOC facility was, as it is today, located on the west side of Darmstadt; it employed the staff and resources previously allocated to the European Space Data Centre (ESDAC), which had been established in 1963 to conduct orbit calculations. These were augmented by mission control staff transferred from ESTEC to operate satellites and manage the ESTRACK tracking station network.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "Within just eight months, ESOC, as part of ESRO, was already operating its first mission, ESRO-2B, a scientific research satellite and the first of many operated from ESOC for ESRO, and later ESA.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "By July 2012, ESOC had operated over 56 missions spanning science, Earth observation, orbiting observatories, meteorology and space physics.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "ESOC is located on the west side of the city of Darmstadt, some 500 m (1,600 ft) from the main train station, at Robert-Bosch-Straße 5. In 2011, ESA announced the first phase of the ESOC II modernisation and expansion project valued at €60 million. The new construction will be located across Robert-Bosch-Straße, opposite the current centre.",
"title": "Location and expansion"
},
{
"paragraph_id": 15,
"text": "At ESOC, ESA employs approximately 800, comprising some 250 permanent staff and about 550 contractors. Staff from ESOC are routinely dispatched to work at other ESA establishments, ESTRACK stations, the ATV Control Centre (Toulouse), the Columbus Control Centre (Oberpfaffenhofen) and at partner facilities in several countries.",
"title": "Employees"
},
{
"paragraph_id": 16,
"text": "",
"title": "External links"
}
]
| The European Space Operations Centre (ESOC) serves as the main mission control centre for the European Space Agency (ESA) and is located in Darmstadt, Germany. ESOC's primary function is the operation of uncrewed spacecraft on behalf of ESA and the launch and early orbit phases (LEOP) of ESA and third-party missions. The Centre is also responsible for a range of operations-related activities within ESA and in cooperation with ESA's industry and international partners, including ground systems engineering, software development, flight dynamics and navigation, development of mission control tools and techniques and space debris studies. ESOC's current major activities comprise operating planetary and solar missions, such as Mars Express and the Trace Gas Orbiter, astronomy & fundamental physics missions, such as Gaia (spacecraft) and XMM Newton, and Earth observation missions such as CryoSat2 and Swarm (spacecraft). ESOC is responsible for developing, operating and maintaining ESA's ESTRACK network of ground stations. Teams at the Centre are also involved in research and development related to advanced mission control concepts and Space Situational Awareness, and standardisation activities related to frequency management; mission operations; tracking, telemetry and telecommanding; and space debris. | 2002-02-25T15:43:11Z | 2023-12-11T18:46:05Z | [
"Template:Short description",
"Template:Use dmy dates",
"Template:Infobox organization",
"Template:Reflist",
"Template:Commons category",
"Template:European Space Agency",
"Template:Use British English",
"Template:Authority control",
"Template:Convert",
"Template:Cite web"
]
| https://en.wikipedia.org/wiki/European_Space_Operations_Centre |
10,363 | European Space Agency | The European Space Agency (ESA) is a 22-member intergovernmental body devoted to space exploration. With its headquarters in Paris and a staff of around 2,200 people globally as of 2018, ESA was founded in 1975. By 2023, it will have an annual budget of about €7.08 billion.
ESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of crewless exploration missions to other planets (such as Mars) and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou (French Guiana), France. The main European launch vehicle Ariane 6 will be operated through Arianespace with ESA sharing in the costs of launching and further developing this launch vehicle. The agency is also working with NASA to manufacture the Orion spacecraft service module that flies on the Space Launch System.
After World War II, many European scientists left Western Europe in order to work with the United States. Although the 1950s boom made it possible for Western European countries to invest in research and specifically in space-related activities, Western European scientists realised solely national projects would not be able to compete with the two main superpowers. In 1958, only months after the Sputnik shock, Edoardo Amaldi (Italy) and Pierre Auger (France), two prominent members of the Western European scientific community, met to discuss the foundation of a common Western European space agency. The meeting was attended by scientific representatives from eight countries.
The Western European nations decided to have two agencies: one concerned with developing a launch system, ELDO (European Launcher Development Organisation), and the other the precursor of the European Space Agency, ESRO (European Space Research Organisation). The latter was established on 20 March 1964 by an agreement signed on 14 June 1962. From 1968 to 1972, ESRO launched seven research satellites, but ELDO was not able to deliver a launch vehicle. Both agencies struggled with the underfunding and diverging interests of their participants.
ESA in its current form was founded with the ESA Convention in 1975, when ESRO was merged with ELDO. ESA had ten founding member states: Belgium, Denmark, France, West Germany, Italy, the Netherlands, Spain, Sweden, Switzerland, and the United Kingdom. These signed the ESA Convention in 1975 and deposited the instruments of ratification by 1980, when the convention came into force. During this interval the agency functioned in a de facto fashion. ESA launched its first major scientific mission in 1975, Cos-B, a space probe monitoring gamma-ray emissions in the universe, which was first worked on by ESRO.
ESA collaborated with NASA on the International Ultraviolet Explorer (IUE), the world's first high-orbit telescope, which was launched in 1978 and operated successfully for 18 years. A number of successful Earth-orbit projects followed, and in 1986 ESA began Giotto, its first deep-space mission, to study the comets Halley and Grigg–Skjellerup. Hipparcos, a star-mapping mission, was launched in 1989 and in the 1990s SOHO, Ulysses and the Hubble Space Telescope were all jointly carried out with NASA. Later scientific missions in cooperation with NASA include the Cassini–Huygens space probe, to which ESA contributed by building the Titan landing module Huygens.
As the successor of ELDO, ESA has also constructed rockets for scientific and commercial payloads. Ariane 1, launched in 1979, carried mostly commercial payloads into orbit from 1984 onward. The next two versions of the Ariane rocket were intermediate stages in the development of a more advanced launch system, the Ariane 4, which operated between 1988 and 2003 and established ESA as the world leader in commercial space launches in the 1990s. Although the succeeding Ariane 5 experienced a failure on its first flight, it has since firmly established itself within the heavily competitive commercial space launch market with 112 successful launches until 2021. The successor launch vehicle, the Ariane 6, is under development and is envisioned to enter service in late 2023.
The beginning of the new millennium saw ESA become, along with agencies like NASA, JAXA, ISRO, the CSA and Roscosmos, one of the major participants in scientific space research. Although ESA had relied on co-operation with NASA in previous decades, especially the 1990s, changed circumstances (such as tough legal restrictions on information sharing by the United States military) led to decisions to rely more on itself and on co-operation with Russia. A 2011 press issue thus stated:
Russia is ESA's first partner in its efforts to ensure long-term access to space. There is a framework agreement between ESA and the government of the Russian Federation on cooperation and partnership in the exploration and use of outer space for peaceful purposes, and cooperation is already underway in two different areas of launcher activity that will bring benefits to both partners.
Notable ESA programmes include SMART-1, a probe testing cutting-edge space propulsion technology, the Mars Express and Venus Express missions, as well as the development of the Ariane 5 rocket and its role in the ISS partnership. ESA maintains its scientific and research projects mainly for astronomy-space missions such as Corot, launched on 27 December 2006, a milestone in the search for exoplanets.
On 21 January 2019, ArianeGroup and Arianespace announced a one-year contract with ESA to study and prepare for a mission to mine the Moon for lunar regolith.
In 2021 the ESA ministerial council agreed to the "Matosinhos manifesto" which set three priority areas (referred to as accelerators) "space for a green future, a rapid and resilient crisis response, and the protection of space assets", and two further high visibility projects (referred to as inspirators) an icy moon sample return mission; and human space exploration. In the same year the recruitment process began for the 2022 European Space Agency Astronaut Group.
1 July 2023 saw the launch of the Euclid spacecraft, developed jointly with the Euclid Consortium, after 10 years of planning and building it is designed to better understand dark energy and dark matter by accurately measuring the accelerating expansion of the universe.
The agency's facilities date back to ESRO and are deliberately distributed among various countries and areas. The most important are the following centres:
The treaty establishing the European Space Agency reads:
The purpose of the Agency shall be to provide for and to promote, for exclusively peaceful purposes, cooperation among European States in space research and technology and their space applications, with a view to their being used for scientific purposes and for operational space applications systems…
ESA is responsible for setting a unified space and related industrial policy, recommending space objectives to the member states, and integrating national programs like satellite development, into the European program as much as possible.
Jean-Jacques Dordain – ESA's Director General (2003–2015) – outlined the European Space Agency's mission in a 2003 interview:
Today space activities have pursued the benefit of citizens, and citizens are asking for a better quality of life on Earth. They want greater security and economic wealth, but they also want to pursue their dreams, to increase their knowledge, and they want younger people to be attracted to the pursuit of science and technology. I think that space can do all of this: it can produce a higher quality of life, better security, more economic wealth, and also fulfill our citizens' dreams and thirst for knowledge, and attract the young generation. This is the reason space exploration is an integral part of overall space activities. It has always been so, and it will be even more important in the future.
ESA describes its work in two overlapping ways:
These are either mandatory or optional.
According to the ESA website, the activities are:
Every member country (known as 'Member States') must contribute to these programmes: The European Space Agency Science Programme is a long-term programme of space science missions.
Depending on their individual choices the countries can contribute to the following programmes, becoming 'Participating States', listed according to:
As of 2023, ESA employs around 2200 people, and thousands of contractors. Initially, new employees are contracted for a expandable four-year term, which is until the organization's retirement age of 63. According to ESA's documents, the staff can receive myriad of perks, such as financial childcare support, retirement plans, and financial help when migrating. ESA also allows employees prevent any private documents or correspondences from disclosure to outside parties. Ars Technica's 2023 report, which contained testimonies of 18 people, suggested that there is a widespread harassment between management and its employees, especially with its contractors. Since ESA is a international organization, unaffiliated with any single nation, any form of legal action is difficult to raise against the organization.
By 2015, ESA was an intergovernmental organisation of 22 member states. Member states participate to varying degrees in the mandatory (25% of total expenditures in 2008) and optional space programmes (75% of total expenditures in 2008). The 2008 budget amounted to €3.0 billion whilst the 2009 budget amounted to €3.6 billion. The total budget amounted to about €3.7 billion in 2010, €3.99 billion in 2011, €4.02 billion in 2012, €4.28 billion in 2013, €4.10 billion in 2014 and €4.33 billion in 2015.
English and French are the two official languages within ESA. Additionally, official documents are also provided in German and documents regarding the Spacelab are also provided in Italian. If found appropriate, the agency may conduct its correspondence in any language of a member state.
The following table lists all the member states and adjunct members, their ESA convention ratification dates, and their contributions in 2022:
Previously associated members were Austria, Norway and Finland, all of which later joined ESA as full members. As of November 8, 2023 there are five associate members: Slovenia, Latvia, Lithuania, Slovakia and Canada. The first four members have shown interest in full membership and may eventually apply within the next years.
Since 2016, Slovenia has been an associated member of the ESA. In November 2023 Slovenia formally applied for full membership, and it is expected that the final decision will be made by the ESA Council in 2024.
Latvia became the second current associated member on 30 June 2020, when the Association Agreement was signed by ESA Director Jan Wörner and the Minister of Education and Science of Latvia, Ilga Šuplinska in Riga. The Saeima ratified it on 27 July.
In May 2021, Lithuania became the third current associated member. As a consequence its citizens became eligible to apply to the 2022 ESA Astronaut group, applications for which were scheduled to close one week later. The deadline was therefore extended by three weeks to allow Lithuanians a fair chance to apply.
Slovakia's Associate membership came into effect on 13 October 2022, for an initial duration of seven years. The Association Agreement supersedes the European Cooperating State (ECS) Agreement, which entered into force upon Slovakia's subscription to the Plan for European Cooperating States Charter on 4 February 2016, a scheme introduced at ESA in 2001. The ECS Agreement was subsequently extended until 3 August 2022.
Since 1 January 1979, Canada has had the special status of a Cooperating State within ESA. By virtue of this accord, the Canadian Space Agency takes part in ESA's deliberative bodies and decision-making and also in ESA's programmes and activities. Canadian firms can bid for and receive contracts to work on programmes. The accord has a provision ensuring a fair industrial return to Canada. The most recent Cooperation Agreement was signed on 15 December 2010 with a term extending to 2020. For 2014, Canada's annual assessed contribution to the ESA general budget was €6,059,449 (CAD$8,559,050). For 2017, Canada has increased its annual contribution to €21,600,000 (CAD$30,000,000).
ESA is funded from annual contributions by individual states as well as from an annual contribution by the European Union (EU).
The budget of ESA was €5.250 billion in 2016. Every 3–4 years, ESA member states agree on a budget plan for several years at an ESA member states conference. This plan can be amended in future years, however provides the major guideline for ESA for several years. The 2016 budget allocations for major areas of ESA activity are shown in the chart on the right.
Countries typically have their own space programmes that differ in how they operate organisationally and financially with ESA. For example, the French space agency CNES has a total budget of €2015 million, of which €755 million is paid as direct financial contribution to ESA. Several space-related projects are joint projects between national space agencies and ESA (e.g. COROT). Also, ESA is not the only European governmental space organisation (for example European Union Satellite Centre and the European Union Space Programme Agency).
After the decision of the ESA Council of 21/22 March 2001, the procedure for accession of the European states was detailed as described the document titled "The Plan for European Co-operating States (PECS)". Nations that want to become a full member of ESA do so in 3 stages. First a Cooperation Agreement is signed between the country and ESA. In this stage, the country has very limited financial responsibilities. If a country wants to co-operate more fully with ESA, it signs a European Cooperating State (ECS) Agreement, albeit to be a candidate for said agreement, a country must be European. The ECS Agreement makes companies based in the country eligible for participation in ESA procurements. The country can also participate in all ESA programmes, except for the Basic Technology Research Programme. While the financial contribution of the country concerned increases, it is still much lower than that of a full member state. The agreement is normally followed by a Plan For European Cooperating State (or PECS Charter). This is a 5-year programme of basic research and development activities aimed at improving the nation's space industry capacity. At the end of the 5-year period, the country can either begin negotiations to become a full member state or an associated state or sign a new PECS Charter. Many countries, most of which joined the EU in both 2004 and 2007, have started to co-operate with ESA on various levels:
During the Ministerial Meeting in December 2014, ESA ministers approved a resolution calling for discussions to begin with Israel, Australia and South Africa on future association agreements. The ministers noted that "concrete cooperation is at an advanced stage" with these nations and that "prospects for mutual benefits are existing".
A separate space exploration strategy resolution calls for further co-operation with the United States, Russia and China on "LEO exploration, including a continuation of ISS cooperation and the development of a robust plan for the coordinated use of space transportation vehicles and systems for exploration purposes, participation in robotic missions for the exploration of the Moon, the robotic exploration of Mars, leading to a broad Mars Sample Return mission in which Europe should be involved as a full partner, and human missions beyond LEO in the longer term."
In August 2019, ESA and the Australian Space Agency signed a joint statement of intent "to explore deeper cooperation and identify projects in a range of areas including deep space, communications, navigation, remote asset management, data analytics and mission support." Details of the cooperation were laid out in a framework agreement signed by the two nations.
On 17 November 2020, ESA signed a memorandum of understanding (MOU) with the South African National Space Agency (SANSA). SANSA CEO Dr. Valanathan Munsami tweeted: "Today saw another land mark event for SANSA with the signing of an MoU with ESA. This builds on initiatives that we have been discussing for a while already and which gives effect to these. Thanks Jan for your hand of friendship and making this possible."
The ESA currently has only one operational launch vehicle, Vega, and another, Ariane 6, in development. Rocket launches are carried out by Arianespace, which has 23 shareholders representing the industry that manufactures the Ariane 5 as well as CNES, at ESA's Guiana Space Centre. Because many communication satellites have equatorial orbits, launches from French Guiana are able to take larger payloads into space than from spaceports at higher latitudes. In addition, equatorial launches give spacecraft an extra 'push' of nearly 500 m/s due to the higher rotational velocity of the Earth at the equator compared to near the Earth's poles where rotational velocity approaches zero.
Vega is ESA's carrier for small satellites. Developed by seven ESA members led by Italy, it is capable of carrying a payload with a mass of between 300 and 1500 kg to an altitude of 700 km, for low polar orbit. Its maiden launch from Kourou was on 13 February 2012. Vega began full commercial exploitation in December 2015.
The rocket has three solid propulsion stages and a liquid propulsion upper stage (the AVUM) for accurate orbital insertion and the ability to place multiple payloads into different orbits.
A larger version of the Vega launcher, Vega-C had its first flight in July 2022. The new evolution of the rocket incorporates a larger first stage booster, the P120C replacing the P80, an upgraded Zefiro (rocket stage) second stage, and the AVUM+ upper stage. This new variant enables larger single payloads, dual payloads, return missions, and orbital transfer capabilities.
Historically, the Ariane family rockets have been funded primarily "with money contributed by ESA governments seeking to participate in the program rather than through competitive industry bids. This [has meant that] governments commit multiyear funding to the development with the expectation of a roughly 90% return on investment in the form of industrial workshare." ESA is proposing changes to this scheme by moving to competitive bids for the development of the Ariane 6.
Future projects include the Prometheus reusable engine technology demonstrator, Phoebus (an upgraded second stage for Ariane 6), and Themis (a reusable first stage).
At the time ESA was formed, its main goals did not encompass human space flight; rather it considered itself to be primarily a scientific research organisation for uncrewed space exploration in contrast to its American and Soviet counterparts. It is therefore not surprising that the first non-Soviet European in space was not an ESA astronaut on a European space craft; it was Czechoslovak Vladimír Remek who in 1978 became the first non-Soviet or American in space (the first man in space being Yuri Gagarin of the Soviet Union) – on a Soviet Soyuz spacecraft, followed by the Pole Mirosław Hermaszewski and East German Sigmund Jähn in the same year. This Soviet co-operation programme, known as Intercosmos, primarily involved the participation of Eastern bloc countries. In 1982, however, Jean-Loup Chrétien became the first non-Communist Bloc astronaut on a flight to the Soviet Salyut 7 space station.
Because Chrétien did not officially fly into space as an ESA astronaut, but rather as a member of the French CNES astronaut corps, the German Ulf Merbold is considered the first ESA astronaut to fly into space. He participated in the STS-9 Space Shuttle mission that included the first use of the European-built Spacelab in 1983. STS-9 marked the beginning of an extensive ESA/NASA joint partnership that included dozens of space flights of ESA astronauts in the following years. Some of these missions with Spacelab were fully funded and organisationally and scientifically controlled by ESA (such as two missions by Germany and one by Japan) with European astronauts as full crew members rather than guests on board. Beside paying for Spacelab flights and seats on the shuttles, ESA continued its human space flight co-operation with the Soviet Union and later Russia, including numerous visits to Mir.
During the latter half of the 1980s, European human space flights changed from being the exception to routine and therefore, in 1990, the European Astronaut Centre in Cologne, Germany was established. It selects and trains prospective astronauts and is responsible for the co-ordination with international partners, especially with regard to the International Space Station. As of 2006, the ESA astronaut corps officially included twelve members, including nationals from most large European countries except the United Kingdom.
In 2008, ESA started to recruit new astronauts so that final selection would be due in spring 2009. Almost 10,000 people registered as astronaut candidates before registration ended in June 2008. 8,413 fulfilled the initial application criteria. Of the applicants, 918 were chosen to take part in the first stage of psychological testing, which narrowed down the field to 192. After two-stage psychological tests and medical evaluation in early 2009, as well as formal interviews, six new members of the European Astronaut Corps were selected – five men and one woman.
The astronauts of the European Space Agency are:
In the 1980s, France pressed for an independent European crew launch vehicle. Around 1978, it was decided to pursue a reusable spacecraft model and starting in November 1987 a project to create a mini-shuttle by the name of Hermes was introduced. The craft was comparable to early proposals for the Space Shuttle and consisted of a small reusable spaceship that would carry 3 to 5 astronauts and 3 to 4 metric tons of payload for scientific experiments. With a total maximum weight of 21 metric tons it would have been launched on the Ariane 5 rocket, which was being developed at that time. It was planned solely for use in low Earth orbit space flights. The planning and pre-development phase concluded in 1991; the production phase was never fully implemented because at that time the political landscape had changed significantly. With the fall of the Soviet Union ESA looked forward to co-operation with Russia to build a next-generation space vehicle. Thus the Hermes programme was cancelled in 1995 after about 3 billion dollars had been spent. The Columbus space station programme had a similar fate.
In the 21st century, ESA started new programmes in order to create its own crew vehicles, most notable among its various projects and proposals is Hopper, whose prototype by EADS, called Phoenix, has already been tested. While projects such as Hopper are neither concrete nor to be realised within the next decade, other possibilities for human spaceflight in co-operation with the Russian Space Agency have emerged. Following talks with the Russian Space Agency in 2004 and June 2005, a co-operation between ESA and the Russian Space Agency was announced to jointly work on the Russian-designed Kliper, a reusable spacecraft that would be available for space travel beyond LEO (e.g. the moon or even Mars). It was speculated that Europe would finance part of it. A €50 million participation study for Kliper, which was expected to be approved in December 2005, was finally not approved by the ESA member states. The Russian state tender for the project was subsequently cancelled in 2006.
In June 2006, ESA member states granted 15 million to the Crew Space Transportation System (CSTS) study, a two-year study to design a spacecraft capable of going beyond Low-Earth orbit based on the current Soyuz design. This project was pursued with Roskosmos instead of the cancelled Kliper proposal. A decision on the actual implementation and construction of the CSTS spacecraft was contemplated for 2008. In mid-2009 EADS Astrium was awarded a €21 million study into designing a crew vehicle based on the European ATV which is believed to now be the basis of the Advanced Crew Transportation System design.
In November 2012, ESA decided to join NASA's Orion programme. The ATV would form the basis of a propulsion unit for NASA's new crewed spacecraft. ESA may also seek to work with NASA on Orion's launch system as well in order to secure a seat on the spacecraft for its own astronauts.
In September 2014, ESA signed an agreement with Sierra Nevada Corporation for co-operation in Dream Chaser project. Further studies on the Dream Chaser for European Utilization or DC4EU project were funded, including the feasibility of launching a Europeanised Dream Chaser onboard Ariane 5.
ESA has signed co-operation agreements with the following states that currently neither plan to integrate as tightly with ESA institutions as Canada, nor envision future membership of ESA: Argentina, Brazil, China, India (for the Chandrayan mission), Russia and Turkey.
Additionally, ESA has joint projects with the EUSPA of the European Union, NASA of the United States and is participating in the International Space Station together with the United States (NASA), Russia and Japan (JAXA).
ESA has a long history of collaboration with NASA. Since ESA's astronaut corps was formed, the Space Shuttle has been the primary launch vehicle used by ESA's astronauts to get into space through partnership programmes with NASA. In the 1980s and 1990s, the Spacelab programme was an ESA-NASA joint research programme that had ESA develop and manufacture orbital labs for the Space Shuttle for several flights on which ESA participate with astronauts in experiments.
In robotic science mission and exploration missions, NASA has been ESA's main partner. Cassini–Huygens was a joint NASA-ESA mission, along with the Infrared Space Observatory, INTEGRAL, SOHO, and others. Also, the Hubble Space Telescope is a joint project of NASA and ESA. Future ESA-NASA joint projects include the James Webb Space Telescope and the proposed Laser Interferometer Space Antenna. NASA has supported ESA's MarcoPolo-R mission which landed on asteroid Bennu in October 2020 and is scheduled to return a sample to Earth for further analysis in 2023. NASA and ESA will also likely join for a Mars sample-return mission. In October 2020, the ESA entered into a memorandum of understanding (MOU) with NASA to work together on the Artemis program, which will provide an orbiting Lunar Gateway and also accomplish the first crewed lunar landing in 50 years, whose team will include the first woman on the Moon. Astronaut selection announcements are expected within two years of the 2024 scheduled launch date. ESA also purchases seats on the NASA operated Commercial Crew Program. The first ESA astronaut to be on a Commercial Crew Program mission is Thomas Pesquet. Pesquet launched into space aboard Crew Dragon Endeavour on the Crew-2 mission. ESA also has seats on Crew-3 with Matthias Maurer and Crew-4 with Samantha Cristoforetti.
In 2023, following the successful launch of the Euclid telescope in July on a Falcon 9 rocket, ESA approached SpaceX to launch four Galileo communication satellites on two Falcon 9 rockets in 2024, however it would require approval from the European Commission and all member states of the European Union to proceed.
Since China has invested more money into space activities, the Chinese Space Agency has sought international partnerships. Besides the Russian Space Agency, ESA is one of its most important partners. Both space agencies cooperated in the development of the Double Star Mission. In 2017, ESA sent two astronauts to China for two weeks sea survival training with Chinese astronauts in Yantai, Shandong.
ESA entered into a major joint venture with Russia in the form of the CSTS, the preparation of French Guiana spaceport for launches of Soyuz-2 rockets and other projects. With India, ESA agreed to send instruments into space aboard the ISRO's Chandrayaan-1 in 2008. ESA is also co-operating with Japan, the most notable current project in collaboration with JAXA is the BepiColombo mission to Mercury.
With regard to the International Space Station (ISS), ESA is not represented by all of its member states: 11 of the 22 ESA member states currently participate in the project: Belgium, Denmark, France, Germany, Italy, Netherlands, Norway, Spain, Sweden, Switzerland and United Kingdom. Austria, Finland and Ireland chose not to participate, because of lack of interest or concerns about the expense of the project. Portugal, Luxembourg, Greece, the Czech Republic, Romania, Poland, Estonia and Hungary joined ESA after the agreement had been signed.
ESA takes part in the construction and operation of the ISS, with contributions such as Columbus, a science laboratory module that was brought into orbit by NASA's STS-122 Space Shuttle mission, and the Cupola observatory module that was completed in July 2005 by Alenia Spazio for ESA. The current estimates for the ISS are approaching €100 billion in total (development, construction and 10 years of maintaining the station) of which ESA has committed to paying €8 billion. About 90% of the costs of ESA's ISS share will be contributed by Germany (41%), France (28%) and Italy (20%). German ESA astronaut Thomas Reiter was the first long-term ISS crew member.
ESA has developed the Automated Transfer Vehicle for ISS resupply. Each ATV has a cargo capacity of 7,667 kilograms (16,903 lb). The first ATV, Jules Verne, was launched on 9 March 2008 and on 3 April 2008 successfully docked with the ISS. This manoeuvre, considered a major technical feat, involved using automated systems to allow the ATV to track the ISS, moving at 27,000 km/h, and attach itself with an accuracy of 2 cm. Five vehicles were launched before the program ended with the launch of the fifth ATV, Georges Lemaître, in 2014.
As of 2020, the spacecraft establishing supply links to the ISS are the Russian Progress and Soyuz, Japanese Kounotori (HTV), and the United States vehicles Cargo Dragon 2 and Cygnus stemmed from the Commercial Resupply Services program.
European Life and Physical Sciences research on board the International Space Station (ISS) is mainly based on the European Programme for Life and Physical Sciences in Space programme that was initiated in 2001.
The ESA is an independent space agency and not under the jurisdiction of the European Union, although they have common goals, share funding, and work together often. The initial aim of the European Union (EU) was to make the European Space Agency an agency of the EU by 2014. While the EU and its member states fund together 86% of the budget of ESA, it is not an EU agency. Furthermore, ESA has several non-EU members, most notably the United Kingdom which had left the EU while remaining a full member of ESA. ESA is partnered with the EU on its two current flagship space programs, the Copernicus series of Earth observation satellites and the Galileo satellite navigation system, with ESA providing technical oversight and, in the case of Copernicus, some of the funding. The EU, though, has shown an interest in expanding into new areas, whence the proposal to rename and expand its satellite navigation agency (the European GNSS Agency) into the EU Agency for the Space Programme. The proposal drew strong criticism from ESA, as it was perceived as encroaching on ESA's turf.
In January 2021, after years of acrimonious relations, EU and ESA officials mended their relationship, with the EU Internal Market commissioner Thierry Breton saying "The European space policy will continue to rely on ESA and its unique technical, engineering and science expertise," and that "ESA will continue to be the European agency for space matters. If we are to be successful in our European strategy for space, and we will be, I will need ESA by my side." ESA director Aschbacher reciprocated, saying "I would really like to make ESA the main agency, the go-to agency of the European Commission for all its flagship programs." ESA and EUSPA are now seen to have distinct roles and competencies, which will be officialized in the Financial Framework Partnership Agreement (FFPA). Whereas ESA's focus will be on the technical elements of the EU space programs, EUSPA will handle the operational elements of those programs.
On 3 August 1984, ESA's Paris headquarters were severely damaged and six people were hurt when a bomb exploded. It was planted by the far-left armed Action Directe group.
On 14 December 2015, hackers from Anonymous breached ESA's subdomains and leaked thousands of login credentials. | [
{
"paragraph_id": 0,
"text": "The European Space Agency (ESA) is a 22-member intergovernmental body devoted to space exploration. With its headquarters in Paris and a staff of around 2,200 people globally as of 2018, ESA was founded in 1975. By 2023, it will have an annual budget of about €7.08 billion.",
"title": ""
},
{
"paragraph_id": 1,
"text": "ESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of crewless exploration missions to other planets (such as Mars) and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou (French Guiana), France. The main European launch vehicle Ariane 6 will be operated through Arianespace with ESA sharing in the costs of launching and further developing this launch vehicle. The agency is also working with NASA to manufacture the Orion spacecraft service module that flies on the Space Launch System.",
"title": ""
},
{
"paragraph_id": 2,
"text": "After World War II, many European scientists left Western Europe in order to work with the United States. Although the 1950s boom made it possible for Western European countries to invest in research and specifically in space-related activities, Western European scientists realised solely national projects would not be able to compete with the two main superpowers. In 1958, only months after the Sputnik shock, Edoardo Amaldi (Italy) and Pierre Auger (France), two prominent members of the Western European scientific community, met to discuss the foundation of a common Western European space agency. The meeting was attended by scientific representatives from eight countries.",
"title": "History"
},
{
"paragraph_id": 3,
"text": "The Western European nations decided to have two agencies: one concerned with developing a launch system, ELDO (European Launcher Development Organisation), and the other the precursor of the European Space Agency, ESRO (European Space Research Organisation). The latter was established on 20 March 1964 by an agreement signed on 14 June 1962. From 1968 to 1972, ESRO launched seven research satellites, but ELDO was not able to deliver a launch vehicle. Both agencies struggled with the underfunding and diverging interests of their participants.",
"title": "History"
},
{
"paragraph_id": 4,
"text": "ESA in its current form was founded with the ESA Convention in 1975, when ESRO was merged with ELDO. ESA had ten founding member states: Belgium, Denmark, France, West Germany, Italy, the Netherlands, Spain, Sweden, Switzerland, and the United Kingdom. These signed the ESA Convention in 1975 and deposited the instruments of ratification by 1980, when the convention came into force. During this interval the agency functioned in a de facto fashion. ESA launched its first major scientific mission in 1975, Cos-B, a space probe monitoring gamma-ray emissions in the universe, which was first worked on by ESRO.",
"title": "History"
},
{
"paragraph_id": 5,
"text": "ESA collaborated with NASA on the International Ultraviolet Explorer (IUE), the world's first high-orbit telescope, which was launched in 1978 and operated successfully for 18 years. A number of successful Earth-orbit projects followed, and in 1986 ESA began Giotto, its first deep-space mission, to study the comets Halley and Grigg–Skjellerup. Hipparcos, a star-mapping mission, was launched in 1989 and in the 1990s SOHO, Ulysses and the Hubble Space Telescope were all jointly carried out with NASA. Later scientific missions in cooperation with NASA include the Cassini–Huygens space probe, to which ESA contributed by building the Titan landing module Huygens.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "As the successor of ELDO, ESA has also constructed rockets for scientific and commercial payloads. Ariane 1, launched in 1979, carried mostly commercial payloads into orbit from 1984 onward. The next two versions of the Ariane rocket were intermediate stages in the development of a more advanced launch system, the Ariane 4, which operated between 1988 and 2003 and established ESA as the world leader in commercial space launches in the 1990s. Although the succeeding Ariane 5 experienced a failure on its first flight, it has since firmly established itself within the heavily competitive commercial space launch market with 112 successful launches until 2021. The successor launch vehicle, the Ariane 6, is under development and is envisioned to enter service in late 2023.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "The beginning of the new millennium saw ESA become, along with agencies like NASA, JAXA, ISRO, the CSA and Roscosmos, one of the major participants in scientific space research. Although ESA had relied on co-operation with NASA in previous decades, especially the 1990s, changed circumstances (such as tough legal restrictions on information sharing by the United States military) led to decisions to rely more on itself and on co-operation with Russia. A 2011 press issue thus stated:",
"title": "History"
},
{
"paragraph_id": 8,
"text": "Russia is ESA's first partner in its efforts to ensure long-term access to space. There is a framework agreement between ESA and the government of the Russian Federation on cooperation and partnership in the exploration and use of outer space for peaceful purposes, and cooperation is already underway in two different areas of launcher activity that will bring benefits to both partners.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "Notable ESA programmes include SMART-1, a probe testing cutting-edge space propulsion technology, the Mars Express and Venus Express missions, as well as the development of the Ariane 5 rocket and its role in the ISS partnership. ESA maintains its scientific and research projects mainly for astronomy-space missions such as Corot, launched on 27 December 2006, a milestone in the search for exoplanets.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "On 21 January 2019, ArianeGroup and Arianespace announced a one-year contract with ESA to study and prepare for a mission to mine the Moon for lunar regolith.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "In 2021 the ESA ministerial council agreed to the \"Matosinhos manifesto\" which set three priority areas (referred to as accelerators) \"space for a green future, a rapid and resilient crisis response, and the protection of space assets\", and two further high visibility projects (referred to as inspirators) an icy moon sample return mission; and human space exploration. In the same year the recruitment process began for the 2022 European Space Agency Astronaut Group.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "1 July 2023 saw the launch of the Euclid spacecraft, developed jointly with the Euclid Consortium, after 10 years of planning and building it is designed to better understand dark energy and dark matter by accurately measuring the accelerating expansion of the universe.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "The agency's facilities date back to ESRO and are deliberately distributed among various countries and areas. The most important are the following centres:",
"title": "History"
},
{
"paragraph_id": 14,
"text": "The treaty establishing the European Space Agency reads:",
"title": "Mission"
},
{
"paragraph_id": 15,
"text": "The purpose of the Agency shall be to provide for and to promote, for exclusively peaceful purposes, cooperation among European States in space research and technology and their space applications, with a view to their being used for scientific purposes and for operational space applications systems…",
"title": "Mission"
},
{
"paragraph_id": 16,
"text": "ESA is responsible for setting a unified space and related industrial policy, recommending space objectives to the member states, and integrating national programs like satellite development, into the European program as much as possible.",
"title": "Mission"
},
{
"paragraph_id": 17,
"text": "Jean-Jacques Dordain – ESA's Director General (2003–2015) – outlined the European Space Agency's mission in a 2003 interview:",
"title": "Mission"
},
{
"paragraph_id": 18,
"text": "Today space activities have pursued the benefit of citizens, and citizens are asking for a better quality of life on Earth. They want greater security and economic wealth, but they also want to pursue their dreams, to increase their knowledge, and they want younger people to be attracted to the pursuit of science and technology. I think that space can do all of this: it can produce a higher quality of life, better security, more economic wealth, and also fulfill our citizens' dreams and thirst for knowledge, and attract the young generation. This is the reason space exploration is an integral part of overall space activities. It has always been so, and it will be even more important in the future.",
"title": "Mission"
},
{
"paragraph_id": 19,
"text": "ESA describes its work in two overlapping ways:",
"title": "Activities and programmes"
},
{
"paragraph_id": 20,
"text": "These are either mandatory or optional.",
"title": "Activities and programmes"
},
{
"paragraph_id": 21,
"text": "According to the ESA website, the activities are:",
"title": "Activities and programmes"
},
{
"paragraph_id": 22,
"text": "Every member country (known as 'Member States') must contribute to these programmes: The European Space Agency Science Programme is a long-term programme of space science missions.",
"title": "Activities and programmes"
},
{
"paragraph_id": 23,
"text": "Depending on their individual choices the countries can contribute to the following programmes, becoming 'Participating States', listed according to:",
"title": "Activities and programmes"
},
{
"paragraph_id": 24,
"text": "As of 2023, ESA employs around 2200 people, and thousands of contractors. Initially, new employees are contracted for a expandable four-year term, which is until the organization's retirement age of 63. According to ESA's documents, the staff can receive myriad of perks, such as financial childcare support, retirement plans, and financial help when migrating. ESA also allows employees prevent any private documents or correspondences from disclosure to outside parties. Ars Technica's 2023 report, which contained testimonies of 18 people, suggested that there is a widespread harassment between management and its employees, especially with its contractors. Since ESA is a international organization, unaffiliated with any single nation, any form of legal action is difficult to raise against the organization.",
"title": "Employment"
},
{
"paragraph_id": 25,
"text": "By 2015, ESA was an intergovernmental organisation of 22 member states. Member states participate to varying degrees in the mandatory (25% of total expenditures in 2008) and optional space programmes (75% of total expenditures in 2008). The 2008 budget amounted to €3.0 billion whilst the 2009 budget amounted to €3.6 billion. The total budget amounted to about €3.7 billion in 2010, €3.99 billion in 2011, €4.02 billion in 2012, €4.28 billion in 2013, €4.10 billion in 2014 and €4.33 billion in 2015.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 26,
"text": "English and French are the two official languages within ESA. Additionally, official documents are also provided in German and documents regarding the Spacelab are also provided in Italian. If found appropriate, the agency may conduct its correspondence in any language of a member state.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 27,
"text": "The following table lists all the member states and adjunct members, their ESA convention ratification dates, and their contributions in 2022:",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 28,
"text": "Previously associated members were Austria, Norway and Finland, all of which later joined ESA as full members. As of November 8, 2023 there are five associate members: Slovenia, Latvia, Lithuania, Slovakia and Canada. The first four members have shown interest in full membership and may eventually apply within the next years.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 29,
"text": "Since 2016, Slovenia has been an associated member of the ESA. In November 2023 Slovenia formally applied for full membership, and it is expected that the final decision will be made by the ESA Council in 2024.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 30,
"text": "Latvia became the second current associated member on 30 June 2020, when the Association Agreement was signed by ESA Director Jan Wörner and the Minister of Education and Science of Latvia, Ilga Šuplinska in Riga. The Saeima ratified it on 27 July.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 31,
"text": "In May 2021, Lithuania became the third current associated member. As a consequence its citizens became eligible to apply to the 2022 ESA Astronaut group, applications for which were scheduled to close one week later. The deadline was therefore extended by three weeks to allow Lithuanians a fair chance to apply.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 32,
"text": "Slovakia's Associate membership came into effect on 13 October 2022, for an initial duration of seven years. The Association Agreement supersedes the European Cooperating State (ECS) Agreement, which entered into force upon Slovakia's subscription to the Plan for European Cooperating States Charter on 4 February 2016, a scheme introduced at ESA in 2001. The ECS Agreement was subsequently extended until 3 August 2022.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 33,
"text": "Since 1 January 1979, Canada has had the special status of a Cooperating State within ESA. By virtue of this accord, the Canadian Space Agency takes part in ESA's deliberative bodies and decision-making and also in ESA's programmes and activities. Canadian firms can bid for and receive contracts to work on programmes. The accord has a provision ensuring a fair industrial return to Canada. The most recent Cooperation Agreement was signed on 15 December 2010 with a term extending to 2020. For 2014, Canada's annual assessed contribution to the ESA general budget was €6,059,449 (CAD$8,559,050). For 2017, Canada has increased its annual contribution to €21,600,000 (CAD$30,000,000).",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 34,
"text": "ESA is funded from annual contributions by individual states as well as from an annual contribution by the European Union (EU).",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 35,
"text": "The budget of ESA was €5.250 billion in 2016. Every 3–4 years, ESA member states agree on a budget plan for several years at an ESA member states conference. This plan can be amended in future years, however provides the major guideline for ESA for several years. The 2016 budget allocations for major areas of ESA activity are shown in the chart on the right.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 36,
"text": "Countries typically have their own space programmes that differ in how they operate organisationally and financially with ESA. For example, the French space agency CNES has a total budget of €2015 million, of which €755 million is paid as direct financial contribution to ESA. Several space-related projects are joint projects between national space agencies and ESA (e.g. COROT). Also, ESA is not the only European governmental space organisation (for example European Union Satellite Centre and the European Union Space Programme Agency).",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 37,
"text": "After the decision of the ESA Council of 21/22 March 2001, the procedure for accession of the European states was detailed as described the document titled \"The Plan for European Co-operating States (PECS)\". Nations that want to become a full member of ESA do so in 3 stages. First a Cooperation Agreement is signed between the country and ESA. In this stage, the country has very limited financial responsibilities. If a country wants to co-operate more fully with ESA, it signs a European Cooperating State (ECS) Agreement, albeit to be a candidate for said agreement, a country must be European. The ECS Agreement makes companies based in the country eligible for participation in ESA procurements. The country can also participate in all ESA programmes, except for the Basic Technology Research Programme. While the financial contribution of the country concerned increases, it is still much lower than that of a full member state. The agreement is normally followed by a Plan For European Cooperating State (or PECS Charter). This is a 5-year programme of basic research and development activities aimed at improving the nation's space industry capacity. At the end of the 5-year period, the country can either begin negotiations to become a full member state or an associated state or sign a new PECS Charter. Many countries, most of which joined the EU in both 2004 and 2007, have started to co-operate with ESA on various levels:",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 38,
"text": "During the Ministerial Meeting in December 2014, ESA ministers approved a resolution calling for discussions to begin with Israel, Australia and South Africa on future association agreements. The ministers noted that \"concrete cooperation is at an advanced stage\" with these nations and that \"prospects for mutual benefits are existing\".",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 39,
"text": "A separate space exploration strategy resolution calls for further co-operation with the United States, Russia and China on \"LEO exploration, including a continuation of ISS cooperation and the development of a robust plan for the coordinated use of space transportation vehicles and systems for exploration purposes, participation in robotic missions for the exploration of the Moon, the robotic exploration of Mars, leading to a broad Mars Sample Return mission in which Europe should be involved as a full partner, and human missions beyond LEO in the longer term.\"",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 40,
"text": "In August 2019, ESA and the Australian Space Agency signed a joint statement of intent \"to explore deeper cooperation and identify projects in a range of areas including deep space, communications, navigation, remote asset management, data analytics and mission support.\" Details of the cooperation were laid out in a framework agreement signed by the two nations.",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 41,
"text": "On 17 November 2020, ESA signed a memorandum of understanding (MOU) with the South African National Space Agency (SANSA). SANSA CEO Dr. Valanathan Munsami tweeted: \"Today saw another land mark event for SANSA with the signing of an MoU with ESA. This builds on initiatives that we have been discussing for a while already and which gives effect to these. Thanks Jan for your hand of friendship and making this possible.\"",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 42,
"text": "",
"title": "Member states, funding and budget"
},
{
"paragraph_id": 43,
"text": "The ESA currently has only one operational launch vehicle, Vega, and another, Ariane 6, in development. Rocket launches are carried out by Arianespace, which has 23 shareholders representing the industry that manufactures the Ariane 5 as well as CNES, at ESA's Guiana Space Centre. Because many communication satellites have equatorial orbits, launches from French Guiana are able to take larger payloads into space than from spaceports at higher latitudes. In addition, equatorial launches give spacecraft an extra 'push' of nearly 500 m/s due to the higher rotational velocity of the Earth at the equator compared to near the Earth's poles where rotational velocity approaches zero.",
"title": "Launch vehicles"
},
{
"paragraph_id": 44,
"text": "Vega is ESA's carrier for small satellites. Developed by seven ESA members led by Italy, it is capable of carrying a payload with a mass of between 300 and 1500 kg to an altitude of 700 km, for low polar orbit. Its maiden launch from Kourou was on 13 February 2012. Vega began full commercial exploitation in December 2015.",
"title": "Launch vehicles"
},
{
"paragraph_id": 45,
"text": "The rocket has three solid propulsion stages and a liquid propulsion upper stage (the AVUM) for accurate orbital insertion and the ability to place multiple payloads into different orbits.",
"title": "Launch vehicles"
},
{
"paragraph_id": 46,
"text": "A larger version of the Vega launcher, Vega-C had its first flight in July 2022. The new evolution of the rocket incorporates a larger first stage booster, the P120C replacing the P80, an upgraded Zefiro (rocket stage) second stage, and the AVUM+ upper stage. This new variant enables larger single payloads, dual payloads, return missions, and orbital transfer capabilities.",
"title": "Launch vehicles"
},
{
"paragraph_id": 47,
"text": "Historically, the Ariane family rockets have been funded primarily \"with money contributed by ESA governments seeking to participate in the program rather than through competitive industry bids. This [has meant that] governments commit multiyear funding to the development with the expectation of a roughly 90% return on investment in the form of industrial workshare.\" ESA is proposing changes to this scheme by moving to competitive bids for the development of the Ariane 6.",
"title": "Launch vehicles"
},
{
"paragraph_id": 48,
"text": "Future projects include the Prometheus reusable engine technology demonstrator, Phoebus (an upgraded second stage for Ariane 6), and Themis (a reusable first stage).",
"title": "Launch vehicles"
},
{
"paragraph_id": 49,
"text": "At the time ESA was formed, its main goals did not encompass human space flight; rather it considered itself to be primarily a scientific research organisation for uncrewed space exploration in contrast to its American and Soviet counterparts. It is therefore not surprising that the first non-Soviet European in space was not an ESA astronaut on a European space craft; it was Czechoslovak Vladimír Remek who in 1978 became the first non-Soviet or American in space (the first man in space being Yuri Gagarin of the Soviet Union) – on a Soviet Soyuz spacecraft, followed by the Pole Mirosław Hermaszewski and East German Sigmund Jähn in the same year. This Soviet co-operation programme, known as Intercosmos, primarily involved the participation of Eastern bloc countries. In 1982, however, Jean-Loup Chrétien became the first non-Communist Bloc astronaut on a flight to the Soviet Salyut 7 space station.",
"title": "Human space flight"
},
{
"paragraph_id": 50,
"text": "Because Chrétien did not officially fly into space as an ESA astronaut, but rather as a member of the French CNES astronaut corps, the German Ulf Merbold is considered the first ESA astronaut to fly into space. He participated in the STS-9 Space Shuttle mission that included the first use of the European-built Spacelab in 1983. STS-9 marked the beginning of an extensive ESA/NASA joint partnership that included dozens of space flights of ESA astronauts in the following years. Some of these missions with Spacelab were fully funded and organisationally and scientifically controlled by ESA (such as two missions by Germany and one by Japan) with European astronauts as full crew members rather than guests on board. Beside paying for Spacelab flights and seats on the shuttles, ESA continued its human space flight co-operation with the Soviet Union and later Russia, including numerous visits to Mir.",
"title": "Human space flight"
},
{
"paragraph_id": 51,
"text": "During the latter half of the 1980s, European human space flights changed from being the exception to routine and therefore, in 1990, the European Astronaut Centre in Cologne, Germany was established. It selects and trains prospective astronauts and is responsible for the co-ordination with international partners, especially with regard to the International Space Station. As of 2006, the ESA astronaut corps officially included twelve members, including nationals from most large European countries except the United Kingdom.",
"title": "Human space flight"
},
{
"paragraph_id": 52,
"text": "In 2008, ESA started to recruit new astronauts so that final selection would be due in spring 2009. Almost 10,000 people registered as astronaut candidates before registration ended in June 2008. 8,413 fulfilled the initial application criteria. Of the applicants, 918 were chosen to take part in the first stage of psychological testing, which narrowed down the field to 192. After two-stage psychological tests and medical evaluation in early 2009, as well as formal interviews, six new members of the European Astronaut Corps were selected – five men and one woman.",
"title": "Human space flight"
},
{
"paragraph_id": 53,
"text": "The astronauts of the European Space Agency are:",
"title": "Human space flight"
},
{
"paragraph_id": 54,
"text": "In the 1980s, France pressed for an independent European crew launch vehicle. Around 1978, it was decided to pursue a reusable spacecraft model and starting in November 1987 a project to create a mini-shuttle by the name of Hermes was introduced. The craft was comparable to early proposals for the Space Shuttle and consisted of a small reusable spaceship that would carry 3 to 5 astronauts and 3 to 4 metric tons of payload for scientific experiments. With a total maximum weight of 21 metric tons it would have been launched on the Ariane 5 rocket, which was being developed at that time. It was planned solely for use in low Earth orbit space flights. The planning and pre-development phase concluded in 1991; the production phase was never fully implemented because at that time the political landscape had changed significantly. With the fall of the Soviet Union ESA looked forward to co-operation with Russia to build a next-generation space vehicle. Thus the Hermes programme was cancelled in 1995 after about 3 billion dollars had been spent. The Columbus space station programme had a similar fate.",
"title": "Human space flight"
},
{
"paragraph_id": 55,
"text": "In the 21st century, ESA started new programmes in order to create its own crew vehicles, most notable among its various projects and proposals is Hopper, whose prototype by EADS, called Phoenix, has already been tested. While projects such as Hopper are neither concrete nor to be realised within the next decade, other possibilities for human spaceflight in co-operation with the Russian Space Agency have emerged. Following talks with the Russian Space Agency in 2004 and June 2005, a co-operation between ESA and the Russian Space Agency was announced to jointly work on the Russian-designed Kliper, a reusable spacecraft that would be available for space travel beyond LEO (e.g. the moon or even Mars). It was speculated that Europe would finance part of it. A €50 million participation study for Kliper, which was expected to be approved in December 2005, was finally not approved by the ESA member states. The Russian state tender for the project was subsequently cancelled in 2006.",
"title": "Human space flight"
},
{
"paragraph_id": 56,
"text": "In June 2006, ESA member states granted 15 million to the Crew Space Transportation System (CSTS) study, a two-year study to design a spacecraft capable of going beyond Low-Earth orbit based on the current Soyuz design. This project was pursued with Roskosmos instead of the cancelled Kliper proposal. A decision on the actual implementation and construction of the CSTS spacecraft was contemplated for 2008. In mid-2009 EADS Astrium was awarded a €21 million study into designing a crew vehicle based on the European ATV which is believed to now be the basis of the Advanced Crew Transportation System design.",
"title": "Human space flight"
},
{
"paragraph_id": 57,
"text": "In November 2012, ESA decided to join NASA's Orion programme. The ATV would form the basis of a propulsion unit for NASA's new crewed spacecraft. ESA may also seek to work with NASA on Orion's launch system as well in order to secure a seat on the spacecraft for its own astronauts.",
"title": "Human space flight"
},
{
"paragraph_id": 58,
"text": "In September 2014, ESA signed an agreement with Sierra Nevada Corporation for co-operation in Dream Chaser project. Further studies on the Dream Chaser for European Utilization or DC4EU project were funded, including the feasibility of launching a Europeanised Dream Chaser onboard Ariane 5.",
"title": "Human space flight"
},
{
"paragraph_id": 59,
"text": "ESA has signed co-operation agreements with the following states that currently neither plan to integrate as tightly with ESA institutions as Canada, nor envision future membership of ESA: Argentina, Brazil, China, India (for the Chandrayan mission), Russia and Turkey.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 60,
"text": "Additionally, ESA has joint projects with the EUSPA of the European Union, NASA of the United States and is participating in the International Space Station together with the United States (NASA), Russia and Japan (JAXA).",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 61,
"text": "ESA has a long history of collaboration with NASA. Since ESA's astronaut corps was formed, the Space Shuttle has been the primary launch vehicle used by ESA's astronauts to get into space through partnership programmes with NASA. In the 1980s and 1990s, the Spacelab programme was an ESA-NASA joint research programme that had ESA develop and manufacture orbital labs for the Space Shuttle for several flights on which ESA participate with astronauts in experiments.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 62,
"text": "In robotic science mission and exploration missions, NASA has been ESA's main partner. Cassini–Huygens was a joint NASA-ESA mission, along with the Infrared Space Observatory, INTEGRAL, SOHO, and others. Also, the Hubble Space Telescope is a joint project of NASA and ESA. Future ESA-NASA joint projects include the James Webb Space Telescope and the proposed Laser Interferometer Space Antenna. NASA has supported ESA's MarcoPolo-R mission which landed on asteroid Bennu in October 2020 and is scheduled to return a sample to Earth for further analysis in 2023. NASA and ESA will also likely join for a Mars sample-return mission. In October 2020, the ESA entered into a memorandum of understanding (MOU) with NASA to work together on the Artemis program, which will provide an orbiting Lunar Gateway and also accomplish the first crewed lunar landing in 50 years, whose team will include the first woman on the Moon. Astronaut selection announcements are expected within two years of the 2024 scheduled launch date. ESA also purchases seats on the NASA operated Commercial Crew Program. The first ESA astronaut to be on a Commercial Crew Program mission is Thomas Pesquet. Pesquet launched into space aboard Crew Dragon Endeavour on the Crew-2 mission. ESA also has seats on Crew-3 with Matthias Maurer and Crew-4 with Samantha Cristoforetti.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 63,
"text": "In 2023, following the successful launch of the Euclid telescope in July on a Falcon 9 rocket, ESA approached SpaceX to launch four Galileo communication satellites on two Falcon 9 rockets in 2024, however it would require approval from the European Commission and all member states of the European Union to proceed.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 64,
"text": "Since China has invested more money into space activities, the Chinese Space Agency has sought international partnerships. Besides the Russian Space Agency, ESA is one of its most important partners. Both space agencies cooperated in the development of the Double Star Mission. In 2017, ESA sent two astronauts to China for two weeks sea survival training with Chinese astronauts in Yantai, Shandong.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 65,
"text": "ESA entered into a major joint venture with Russia in the form of the CSTS, the preparation of French Guiana spaceport for launches of Soyuz-2 rockets and other projects. With India, ESA agreed to send instruments into space aboard the ISRO's Chandrayaan-1 in 2008. ESA is also co-operating with Japan, the most notable current project in collaboration with JAXA is the BepiColombo mission to Mercury.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 66,
"text": "With regard to the International Space Station (ISS), ESA is not represented by all of its member states: 11 of the 22 ESA member states currently participate in the project: Belgium, Denmark, France, Germany, Italy, Netherlands, Norway, Spain, Sweden, Switzerland and United Kingdom. Austria, Finland and Ireland chose not to participate, because of lack of interest or concerns about the expense of the project. Portugal, Luxembourg, Greece, the Czech Republic, Romania, Poland, Estonia and Hungary joined ESA after the agreement had been signed.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 67,
"text": "ESA takes part in the construction and operation of the ISS, with contributions such as Columbus, a science laboratory module that was brought into orbit by NASA's STS-122 Space Shuttle mission, and the Cupola observatory module that was completed in July 2005 by Alenia Spazio for ESA. The current estimates for the ISS are approaching €100 billion in total (development, construction and 10 years of maintaining the station) of which ESA has committed to paying €8 billion. About 90% of the costs of ESA's ISS share will be contributed by Germany (41%), France (28%) and Italy (20%). German ESA astronaut Thomas Reiter was the first long-term ISS crew member.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 68,
"text": "ESA has developed the Automated Transfer Vehicle for ISS resupply. Each ATV has a cargo capacity of 7,667 kilograms (16,903 lb). The first ATV, Jules Verne, was launched on 9 March 2008 and on 3 April 2008 successfully docked with the ISS. This manoeuvre, considered a major technical feat, involved using automated systems to allow the ATV to track the ISS, moving at 27,000 km/h, and attach itself with an accuracy of 2 cm. Five vehicles were launched before the program ended with the launch of the fifth ATV, Georges Lemaître, in 2014.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 69,
"text": "As of 2020, the spacecraft establishing supply links to the ISS are the Russian Progress and Soyuz, Japanese Kounotori (HTV), and the United States vehicles Cargo Dragon 2 and Cygnus stemmed from the Commercial Resupply Services program.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 70,
"text": "European Life and Physical Sciences research on board the International Space Station (ISS) is mainly based on the European Programme for Life and Physical Sciences in Space programme that was initiated in 2001.",
"title": "Cooperation with other countries and organisations"
},
{
"paragraph_id": 71,
"text": "The ESA is an independent space agency and not under the jurisdiction of the European Union, although they have common goals, share funding, and work together often. The initial aim of the European Union (EU) was to make the European Space Agency an agency of the EU by 2014. While the EU and its member states fund together 86% of the budget of ESA, it is not an EU agency. Furthermore, ESA has several non-EU members, most notably the United Kingdom which had left the EU while remaining a full member of ESA. ESA is partnered with the EU on its two current flagship space programs, the Copernicus series of Earth observation satellites and the Galileo satellite navigation system, with ESA providing technical oversight and, in the case of Copernicus, some of the funding. The EU, though, has shown an interest in expanding into new areas, whence the proposal to rename and expand its satellite navigation agency (the European GNSS Agency) into the EU Agency for the Space Programme. The proposal drew strong criticism from ESA, as it was perceived as encroaching on ESA's turf.",
"title": "Link between ESA and EU"
},
{
"paragraph_id": 72,
"text": "In January 2021, after years of acrimonious relations, EU and ESA officials mended their relationship, with the EU Internal Market commissioner Thierry Breton saying \"The European space policy will continue to rely on ESA and its unique technical, engineering and science expertise,\" and that \"ESA will continue to be the European agency for space matters. If we are to be successful in our European strategy for space, and we will be, I will need ESA by my side.\" ESA director Aschbacher reciprocated, saying \"I would really like to make ESA the main agency, the go-to agency of the European Commission for all its flagship programs.\" ESA and EUSPA are now seen to have distinct roles and competencies, which will be officialized in the Financial Framework Partnership Agreement (FFPA). Whereas ESA's focus will be on the technical elements of the EU space programs, EUSPA will handle the operational elements of those programs.",
"title": "Link between ESA and EU"
},
{
"paragraph_id": 73,
"text": "On 3 August 1984, ESA's Paris headquarters were severely damaged and six people were hurt when a bomb exploded. It was planted by the far-left armed Action Directe group.",
"title": "Security incidents"
},
{
"paragraph_id": 74,
"text": "On 14 December 2015, hackers from Anonymous breached ESA's subdomains and leaked thousands of login credentials.",
"title": "Security incidents"
}
]
| The European Space Agency (ESA) is a 22-member intergovernmental body devoted to space exploration. With its headquarters in Paris and a staff of around 2,200 people globally as of 2018, ESA was founded in 1975. By 2023, it will have an annual budget of about €7.08 billion. ESA's space flight programme includes human spaceflight; the launch and operation of crewless exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, France. The main European launch vehicle Ariane 6 will be operated through Arianespace with ESA sharing in the costs of launching and further developing this launch vehicle. The agency is also working with NASA to manufacture the Orion spacecraft service module that flies on the Space Launch System. | 2002-01-04T19:25:52Z | 2023-12-26T03:49:56Z | [
"Template:Notelist",
"Template:TOC limit",
"Template:Citation needed",
"Template:Refbegin",
"Template:Use dmy dates",
"Template:Infobox Space agency",
"Template:Distinguish",
"Template:Flag",
"Template:OCLC",
"Template:Wikinews category",
"Template:James Webb Space Telescope",
"Template:Refn",
"Template:Cite video",
"Template:Dead link",
"Template:Cite book",
"Template:See also",
"Template:Full citation needed",
"Template:Div col",
"Template:Cmn",
"Template:Ill",
"Template:Flagicon",
"Template:Ariane",
"Template:N/A",
"Template:ISBN",
"Template:Authority control",
"Template:Nowrap",
"Template:Hs",
"Template:Reflist",
"Template:Convert",
"Template:Cite press release",
"Template:Cite journal",
"Template:Official website",
"Template:Use British English",
"Template:More citations needed",
"Template:Section link",
"Template:Cite news",
"Template:Webarchive",
"Template:ASIN",
"Template:European Space Agency",
"Template:Dts",
"Template:N/a",
"Template:Cite web",
"Template:Commons",
"Template:Politics of outer space",
"Template:Short description",
"Template:Nts",
"Template:Multiple image",
"Template:Redirect",
"Template:Efn",
"Template:Dl",
"Template:Portal",
"Template:Library resources box",
"Template:Main",
"Template:Div col end",
"Template:Blockquote",
"Template:Refend"
]
| https://en.wikipedia.org/wiki/European_Space_Agency |
10,365 | Embouchure | Embouchure (English: /ˈɒmbuˌʃʊər/ (listen)) or lipping is the use of the lips, facial muscles, tongue, and teeth in playing a wind instrument. This includes shaping the lips to the mouthpiece of a woodwind instrument or the mouthpiece of a brass instrument. The word is of French origin and is related to the root bouche, 'mouth'. Proper embouchure allows instrumentalists to play their instrument at its full range with a full, clear tone and without strain or damage to their muscles.
While performing on a brass instrument, the sound is produced by the player buzzing their lips into a mouthpiece. Pitches are changed in part through altering the amount of muscular contraction in the lip formation. The performer's use of the air, tightening of cheek and jaw muscles, as well as tongue manipulation can affect how the embouchure works.
Maintaining an effective embouchure is an essential skill for any brass instrumentalist, but its personal and particular characteristics mean that different pedagogues and researchers have advocated differing, even contradictory, advice on what proper embouchure is and how it should be taught. One point on which there is some agreement is that proper embouchure is not one-size-fits-all: individual differences in dental structure, lip shape and size, jaw shape and the degree of jaw malocclusion, and other anatomical factors will affect whether a particular embouchure technique will be effective or not.
In 1962, Philip Farkas hypothesized that the air stream traveling through the lip aperture should be directed straight down the shank of the mouthpiece. He believed that it would be illogical to "violently deflect" the air stream downward at the point of where the air moves past the lips. In this text, Farkas also recommends that the lower jaw be protruded so that the upper and lower teeth are aligned.
In 1970, Farkas published a second text which contradicted his earlier writing. Out of 40 subjects, Farkas showed that 39 subjects directed the air downward to varying degrees and one subject directed the air in an upward direction at various degrees. The lower jaw position seen in these photographs shows more variation from his earlier text as well.
This supports what was written by trombonist and brass pedagogue Donald S. Reinhardt in 1942. In 1972, Reinhardt described and labeled different embouchure patterns according to such characteristics as mouthpiece placement and the general direction of the air stream as it travels past the lips. According to this later text, players who place the mouthpiece higher on the lips, so that more upper lip is inside the mouthpiece, will direct the air downwards to varying degrees while playing. Performers who place the mouthpiece lower, so that more lower lip is inside the mouthpiece, will direct the air to varying degrees in an upward manner. In order for the performer to be successful, the air stream direction and mouthpiece placement need to be personalized based on individual anatomical differences. Lloyd Leno confirmed the existence of both upstream and downstream embouchures.
More controversial was Reinhardt's description and recommendations regarding a phenomenon he termed a "pivot". According to Reinhardt, a successful brass embouchure depends on a motion wherein the performer moves both the mouthpiece and lips as a single unit along the teeth in an upward and downward direction. As the performer ascends in pitch, he or she will either move the lips and mouthpiece together slightly up towards the nose or pull them down together slightly towards the chin, and use the opposite motion to descend in pitch. Whether the player uses one general pivot direction or the other, and the degree to which the motion is performed, depends on the performer's anatomical features and stage of development. The placement of the mouthpiece upon the lips doesn't change, but rather the relationship of the rim and lips to the teeth. While the angle of the instrument may change as this motion follows the shape of the teeth and placement of the jaw, contrary to what many brass performers and teachers believe, the angle of the instrument does not actually constitute the motion Reinhardt advised as a pivot.
Later research supports Reinhardt's claim that this motion exists and might be advisable for brass performers to adopt. John Froelich describes how mouthpiece pressure towards the lips (vertical forces) and shear pressure (horizontal forces) functioned in three test groups, student trombonists, professional trombonists, and professional symphonic trombonists. Froelich noted that the symphonic trombonists used the least amount of both direct and shear forces and recommends this model be followed. Other research notes that virtually all brass performers rely upon the upward and downward embouchure motion. Other authors and pedagogues remain skeptical about the necessity of this motion, but scientific evidence supporting this view has not been sufficiently developed at this time.
Some noted brass pedagogues prefer to instruct the use of the embouchure from a less analytical point of view. Arnold Jacobs, a tubist and well-regarded brass teacher, believed that it was best for the student to focus on his or her use of the air and musical expression to allow the embouchure to develop naturally on its own. Other instructors, such as Carmine Caruso, believed that the brass player's embouchure could best be developed through coordination exercises and drills that bring all the muscles into balance that focus the student's attention on his or her time perception. Still other authors who have differing approaches to embouchure development include Louis Maggio, Jeff Smiley, Jerome Callet and Clint McLaughlin.
Most professional performers, as well as instructors, use a combination called a puckered smile. Farkas told people to blow as if they were trying to cool soup. Raphael Mendez advised saying the letter "M". The skin under the lower lip will be taut with no air pocket. The lips do not overlap nor do they roll in or out. The corners of the mouth are held firmly in place. To play with an extended range one should use a pivot, tongue arch and lip to lip compression.
According to Farkas the mouthpiece should have 2⁄3 upper lip and 1⁄3 lower lip (French horn), 2⁄3 lower lip and 1⁄3 upper lip (trumpet and cornet), and more latitude for lower brass (trombone, baritone, and tuba). For trumpet, some also advocate 1⁄2 upper lip and 1⁄2 lower lip. Farkas claimed placement was more important for the instruments with smaller mouthpieces. The lips should not overlap each other, nor should they roll in or out. The mouth corners should be held firm. Farkas speculated that the horn should be held in a downward angle to allow the air stream to go straight into the mouthpiece, although his later text shows that air stream direction actually is either upstream or downstream and is dependent upon the ratio of upper or lower lip inside the mouthpiece, not the horn angle. Farkas advised to moisten the outside of the lips, then form the embouchure and gently place the mouthpiece on it. He also recommended there must be a gap of 1⁄3 inch (8 mm) or so between the teeth so that the air flows freely.
Arban and Saint-Jacome were both cornet soloists and authors of well respected and still used method books. Arban stated undogmatically that he believed the mouthpiece should be placed 1⁄3 on the top lip. Saint-Jacome to the contrary said dogmatically that the mouthpiece should be placed "two-thirds for the upper and the rest for the under according to all professors and one-third for the upper and two-thirds for the under according to one sole individual, whom I shall not name."
The Farkas set is the basis of most lip buzzing embouchures. Mendez did teach lip buzzing by making the student lip buzz for a month before they could play their trumpet and got great results. One can initiate this type of buzz by using the same sensation as spitting seeds, but maintaining a continued flow of air. This technique assists the development of the Farkas approach by preventing the player from using an aperture that is too open.
Stevens–Costello embouchure has its origins in the William Costello embouchure and was further developed by Roy Stevens. It uses a slight rolling in of both lips and touching evenly all the way across. It also uses mouthpiece placement of about 40–50% top lip and 50–60% lower lip. The teeth will be about 1⁄4 to 1⁄2 inch (6 to 13 mm) apart and the teeth are parallel or the jaw slightly forward.
There is relative mouthpiece pressure to the given air column. One exercise to practice the proper weight to air relationship is the palm exercise where the player holds the horn by laying it on its side in the palm of the hand, not grasping it. The lips are placed on the mouthpiece and the player blows utilizing the weight of the horn in establishing a sound.
A puckered embouchure, used by most players, and sometimes used by jazz players for extremely high "screamer" notes. Maggio claimed that the pucker embouchure gives more endurance than some systems. Carlton MacBeth is the main proponent of the pucker embouchure. The Maggio system was established because Louis Maggio had sustained an injury which prevented him from playing. In this system the player cushions the lips by extending them or puckering (like a monkey). This puckering enables the players to overcome physical malformations. It also lets the player play for an extended time in the upper register. The pucker can make it easy to use to open an aperture. Much very soft practice can help overcome this. Claude Gordon was a student of Louis Maggio and Herbert L. Clarke and systematized the concepts of these teachers. Claude Gordon made use of pedal tones for embouchure development as did Maggio and Herbert L. Clarke. All three stressed that the mouthpiece should be placed higher on the top lip for a more free vibration of the lips.
This embouchure method, advocated by a minority of brass pedagogues such as Jerome Callet, has not yet been sufficiently researched to support the claims that this system is the most effective approach for all brass performers.
Advocates of Callet's approach believe that this method was recommended and taught by the great brass instructors of the early 20th century. Two French trumpet technique books, authored by Jean-Baptiste Arban and Saint-Jacome, were translated into English for use by American players. According to some, due to a misunderstanding arising from differences in pronunciation between French and English, the commonly used brass embouchure in Europe was incorrectly interpreted. Callet attributes this difference in embouchure technique as the reason the great players of the past were able to play at the level of technical virtuosity which they did, although the increased difficulty of contemporary compositions for brass seem to indicate that the level of brass technique achieved by today's performers equals or even exceeds that of most performers from the late 19th and early 20th centuries.
Callet's method of brass embouchure consists of the tongue remaining forward and through the teeth at all times. The corners of the mouth always remain relaxed, and only a small amount of air is used. The top and bottom lips curl inward and grip the forward tongue. The tongue will force the teeth, and subsequently the throat, wide open, supposedly resulting in a bigger, more open sound. The forward tongue resists the pressure of the mouthpiece, controls the flow of air for lower and higher notes, and protects the lips and teeth from damage or injury from mouthpiece pressure. Because of the importance of the tongue in this method many refer to this as a "tongue-controlled embouchure". This technique facilitates the use of a smaller mouthpiece and larger bore instruments. It results in improved intonation and stronger harmonically related partials across the player's range.
A variety of transverse flute embouchures are employed by professional flutists, though the most natural form is perfectly symmetrical, the corners of the mouth relaxed (i.e. not smiling), the lower lip placed along and at a short distance from the embouchure hole. It must be stressed, however, that achieving a symmetrical, or perfectly centred blowing hole ought not to be an end in itself. Indeed, French flautist Marcel Moyse did not play with a symmetrical embouchure.
The end-blown xiao, kaval, shakuhachi and hocchiku flutes demand especially difficult embouchures, sometimes requiring many lessons before any sound can be produced.
The embouchure is an important element to tone production. The right embouchure, developed with "time, patience, and intelligent work", will produce a beautiful sound and a correct intonation. The embouchure is produced with the muscles around the lips: principally the orbicularis oris muscle and the depressor anguli oris, whilst avoiding activation of zygomaticus major, which will produce a smile, flattening the top lip against the maxillary (upper jaw) teeth. Beginner flute-players tend to suffer fatigue in these muscles, and notably struggle to use the depressor muscle, which necessarily helps to keep the top lip directing the flow of air across the embouchure hole. These muscles have to be properly warmed up and exercised before practicing. Tone-development exercises including long notes and harmonics must be done as part of the warm up daily.
Some further adjustments to the embouchure are necessary when moving from the transverse orchestral flute to the piccolo. With the piccolo, it becomes necessary to place the near side of the embouchure hole slightly higher on the lower lip, i.e. above the lip margin, and greater muscle tone from the lip muscles is needed to keep the stream/pressure of air directed across the smaller embouchure hole, particularly when playing in higher piccolo registers.
With the woodwinds, aside from the flute, piccolo, and recorder, the sound is generated by a reed and not with the lips. The embouchure is therefore based on sealing the area around the reed and mouthpiece. This serves to prevent air from escaping while simultaneously supporting the reed, allowing it to vibrate, and constrict the reed preventing it from vibrating too much. With woodwinds, it is important to ensure that the mouthpiece is not placed too far into the mouth, which would result in too much vibration (no control), often creating a sound an octave (or harmonic twelfth for the clarinet) above the intended note. If the mouthpiece is not placed far enough into the mouth, no sound will be generated, as the reed will not vibrate.
The standard embouchures for single reed woodwinds like the clarinet and saxophone are variants of the single lip embouchure, formed by resting the reed upon the bottom lip, which rests on the teeth and is supported by the chin muscles and the buccinator muscles on the sides of the mouth. The top teeth rest on top of the mouthpiece. The manner in which the lower lip rests against the teeth differs between clarinet and saxophone embouchures. In clarinet playing, the lower lip is rolled over the teeth and corners of the mouth are drawn back, which has the effect of drawing the upper lip around the mouthpiece to create a seal due to the angle at which the mouthpiece rests in the mouth. With the saxophone embouchure, the lower lip rests against, but not over, the teeth as in pronouncing the letter "V" and the corners of the lip are drawn in (similar to a drawstring bag). With the less common double-lip embouchure, the top lip is placed under (around) the top teeth, an alternative embouchure sometimes recommended by dentists for single-reed players for whom the single-lip approach is potentially harmful. In both instances, the position of the tongue in the mouth plays a vital role in focusing and accelerating the air stream blown by the player. This results in a more mature and full sound, rich in overtones.
The double reed woodwinds, the oboe and bassoon, have no mouthpiece. Instead the reed is two pieces of cane extending from a metal tube (oboe – staple) or placed on a bocal (bassoon, English horn). The reed is placed directly on the lips and then played like the double-lip embouchure described above. Compared to the single reed woodwinds, the reed is very small and subtle changes in the embouchure can have a dramatic effect on tuning, tone and pitch control. | [
{
"paragraph_id": 0,
"text": "Embouchure (English: /ˈɒmbuˌʃʊər/ (listen)) or lipping is the use of the lips, facial muscles, tongue, and teeth in playing a wind instrument. This includes shaping the lips to the mouthpiece of a woodwind instrument or the mouthpiece of a brass instrument. The word is of French origin and is related to the root bouche, 'mouth'. Proper embouchure allows instrumentalists to play their instrument at its full range with a full, clear tone and without strain or damage to their muscles.",
"title": ""
},
{
"paragraph_id": 1,
"text": "While performing on a brass instrument, the sound is produced by the player buzzing their lips into a mouthpiece. Pitches are changed in part through altering the amount of muscular contraction in the lip formation. The performer's use of the air, tightening of cheek and jaw muscles, as well as tongue manipulation can affect how the embouchure works.",
"title": "Brass embouchure"
},
{
"paragraph_id": 2,
"text": "Maintaining an effective embouchure is an essential skill for any brass instrumentalist, but its personal and particular characteristics mean that different pedagogues and researchers have advocated differing, even contradictory, advice on what proper embouchure is and how it should be taught. One point on which there is some agreement is that proper embouchure is not one-size-fits-all: individual differences in dental structure, lip shape and size, jaw shape and the degree of jaw malocclusion, and other anatomical factors will affect whether a particular embouchure technique will be effective or not.",
"title": "Brass embouchure"
},
{
"paragraph_id": 3,
"text": "In 1962, Philip Farkas hypothesized that the air stream traveling through the lip aperture should be directed straight down the shank of the mouthpiece. He believed that it would be illogical to \"violently deflect\" the air stream downward at the point of where the air moves past the lips. In this text, Farkas also recommends that the lower jaw be protruded so that the upper and lower teeth are aligned.",
"title": "Brass embouchure"
},
{
"paragraph_id": 4,
"text": "In 1970, Farkas published a second text which contradicted his earlier writing. Out of 40 subjects, Farkas showed that 39 subjects directed the air downward to varying degrees and one subject directed the air in an upward direction at various degrees. The lower jaw position seen in these photographs shows more variation from his earlier text as well.",
"title": "Brass embouchure"
},
{
"paragraph_id": 5,
"text": "This supports what was written by trombonist and brass pedagogue Donald S. Reinhardt in 1942. In 1972, Reinhardt described and labeled different embouchure patterns according to such characteristics as mouthpiece placement and the general direction of the air stream as it travels past the lips. According to this later text, players who place the mouthpiece higher on the lips, so that more upper lip is inside the mouthpiece, will direct the air downwards to varying degrees while playing. Performers who place the mouthpiece lower, so that more lower lip is inside the mouthpiece, will direct the air to varying degrees in an upward manner. In order for the performer to be successful, the air stream direction and mouthpiece placement need to be personalized based on individual anatomical differences. Lloyd Leno confirmed the existence of both upstream and downstream embouchures.",
"title": "Brass embouchure"
},
{
"paragraph_id": 6,
"text": "More controversial was Reinhardt's description and recommendations regarding a phenomenon he termed a \"pivot\". According to Reinhardt, a successful brass embouchure depends on a motion wherein the performer moves both the mouthpiece and lips as a single unit along the teeth in an upward and downward direction. As the performer ascends in pitch, he or she will either move the lips and mouthpiece together slightly up towards the nose or pull them down together slightly towards the chin, and use the opposite motion to descend in pitch. Whether the player uses one general pivot direction or the other, and the degree to which the motion is performed, depends on the performer's anatomical features and stage of development. The placement of the mouthpiece upon the lips doesn't change, but rather the relationship of the rim and lips to the teeth. While the angle of the instrument may change as this motion follows the shape of the teeth and placement of the jaw, contrary to what many brass performers and teachers believe, the angle of the instrument does not actually constitute the motion Reinhardt advised as a pivot.",
"title": "Brass embouchure"
},
{
"paragraph_id": 7,
"text": "Later research supports Reinhardt's claim that this motion exists and might be advisable for brass performers to adopt. John Froelich describes how mouthpiece pressure towards the lips (vertical forces) and shear pressure (horizontal forces) functioned in three test groups, student trombonists, professional trombonists, and professional symphonic trombonists. Froelich noted that the symphonic trombonists used the least amount of both direct and shear forces and recommends this model be followed. Other research notes that virtually all brass performers rely upon the upward and downward embouchure motion. Other authors and pedagogues remain skeptical about the necessity of this motion, but scientific evidence supporting this view has not been sufficiently developed at this time.",
"title": "Brass embouchure"
},
{
"paragraph_id": 8,
"text": "Some noted brass pedagogues prefer to instruct the use of the embouchure from a less analytical point of view. Arnold Jacobs, a tubist and well-regarded brass teacher, believed that it was best for the student to focus on his or her use of the air and musical expression to allow the embouchure to develop naturally on its own. Other instructors, such as Carmine Caruso, believed that the brass player's embouchure could best be developed through coordination exercises and drills that bring all the muscles into balance that focus the student's attention on his or her time perception. Still other authors who have differing approaches to embouchure development include Louis Maggio, Jeff Smiley, Jerome Callet and Clint McLaughlin.",
"title": "Brass embouchure"
},
{
"paragraph_id": 9,
"text": "Most professional performers, as well as instructors, use a combination called a puckered smile. Farkas told people to blow as if they were trying to cool soup. Raphael Mendez advised saying the letter \"M\". The skin under the lower lip will be taut with no air pocket. The lips do not overlap nor do they roll in or out. The corners of the mouth are held firmly in place. To play with an extended range one should use a pivot, tongue arch and lip to lip compression.",
"title": "Brass embouchure"
},
{
"paragraph_id": 10,
"text": "According to Farkas the mouthpiece should have 2⁄3 upper lip and 1⁄3 lower lip (French horn), 2⁄3 lower lip and 1⁄3 upper lip (trumpet and cornet), and more latitude for lower brass (trombone, baritone, and tuba). For trumpet, some also advocate 1⁄2 upper lip and 1⁄2 lower lip. Farkas claimed placement was more important for the instruments with smaller mouthpieces. The lips should not overlap each other, nor should they roll in or out. The mouth corners should be held firm. Farkas speculated that the horn should be held in a downward angle to allow the air stream to go straight into the mouthpiece, although his later text shows that air stream direction actually is either upstream or downstream and is dependent upon the ratio of upper or lower lip inside the mouthpiece, not the horn angle. Farkas advised to moisten the outside of the lips, then form the embouchure and gently place the mouthpiece on it. He also recommended there must be a gap of 1⁄3 inch (8 mm) or so between the teeth so that the air flows freely.",
"title": "Brass embouchure"
},
{
"paragraph_id": 11,
"text": "Arban and Saint-Jacome were both cornet soloists and authors of well respected and still used method books. Arban stated undogmatically that he believed the mouthpiece should be placed 1⁄3 on the top lip. Saint-Jacome to the contrary said dogmatically that the mouthpiece should be placed \"two-thirds for the upper and the rest for the under according to all professors and one-third for the upper and two-thirds for the under according to one sole individual, whom I shall not name.\"",
"title": "Brass embouchure"
},
{
"paragraph_id": 12,
"text": "The Farkas set is the basis of most lip buzzing embouchures. Mendez did teach lip buzzing by making the student lip buzz for a month before they could play their trumpet and got great results. One can initiate this type of buzz by using the same sensation as spitting seeds, but maintaining a continued flow of air. This technique assists the development of the Farkas approach by preventing the player from using an aperture that is too open.",
"title": "Brass embouchure"
},
{
"paragraph_id": 13,
"text": "Stevens–Costello embouchure has its origins in the William Costello embouchure and was further developed by Roy Stevens. It uses a slight rolling in of both lips and touching evenly all the way across. It also uses mouthpiece placement of about 40–50% top lip and 50–60% lower lip. The teeth will be about 1⁄4 to 1⁄2 inch (6 to 13 mm) apart and the teeth are parallel or the jaw slightly forward.",
"title": "Brass embouchure"
},
{
"paragraph_id": 14,
"text": "There is relative mouthpiece pressure to the given air column. One exercise to practice the proper weight to air relationship is the palm exercise where the player holds the horn by laying it on its side in the palm of the hand, not grasping it. The lips are placed on the mouthpiece and the player blows utilizing the weight of the horn in establishing a sound.",
"title": "Brass embouchure"
},
{
"paragraph_id": 15,
"text": "A puckered embouchure, used by most players, and sometimes used by jazz players for extremely high \"screamer\" notes. Maggio claimed that the pucker embouchure gives more endurance than some systems. Carlton MacBeth is the main proponent of the pucker embouchure. The Maggio system was established because Louis Maggio had sustained an injury which prevented him from playing. In this system the player cushions the lips by extending them or puckering (like a monkey). This puckering enables the players to overcome physical malformations. It also lets the player play for an extended time in the upper register. The pucker can make it easy to use to open an aperture. Much very soft practice can help overcome this. Claude Gordon was a student of Louis Maggio and Herbert L. Clarke and systematized the concepts of these teachers. Claude Gordon made use of pedal tones for embouchure development as did Maggio and Herbert L. Clarke. All three stressed that the mouthpiece should be placed higher on the top lip for a more free vibration of the lips.",
"title": "Brass embouchure"
},
{
"paragraph_id": 16,
"text": "This embouchure method, advocated by a minority of brass pedagogues such as Jerome Callet, has not yet been sufficiently researched to support the claims that this system is the most effective approach for all brass performers.",
"title": "Brass embouchure"
},
{
"paragraph_id": 17,
"text": "Advocates of Callet's approach believe that this method was recommended and taught by the great brass instructors of the early 20th century. Two French trumpet technique books, authored by Jean-Baptiste Arban and Saint-Jacome, were translated into English for use by American players. According to some, due to a misunderstanding arising from differences in pronunciation between French and English, the commonly used brass embouchure in Europe was incorrectly interpreted. Callet attributes this difference in embouchure technique as the reason the great players of the past were able to play at the level of technical virtuosity which they did, although the increased difficulty of contemporary compositions for brass seem to indicate that the level of brass technique achieved by today's performers equals or even exceeds that of most performers from the late 19th and early 20th centuries.",
"title": "Brass embouchure"
},
{
"paragraph_id": 18,
"text": "Callet's method of brass embouchure consists of the tongue remaining forward and through the teeth at all times. The corners of the mouth always remain relaxed, and only a small amount of air is used. The top and bottom lips curl inward and grip the forward tongue. The tongue will force the teeth, and subsequently the throat, wide open, supposedly resulting in a bigger, more open sound. The forward tongue resists the pressure of the mouthpiece, controls the flow of air for lower and higher notes, and protects the lips and teeth from damage or injury from mouthpiece pressure. Because of the importance of the tongue in this method many refer to this as a \"tongue-controlled embouchure\". This technique facilitates the use of a smaller mouthpiece and larger bore instruments. It results in improved intonation and stronger harmonically related partials across the player's range.",
"title": "Brass embouchure"
},
{
"paragraph_id": 19,
"text": "A variety of transverse flute embouchures are employed by professional flutists, though the most natural form is perfectly symmetrical, the corners of the mouth relaxed (i.e. not smiling), the lower lip placed along and at a short distance from the embouchure hole. It must be stressed, however, that achieving a symmetrical, or perfectly centred blowing hole ought not to be an end in itself. Indeed, French flautist Marcel Moyse did not play with a symmetrical embouchure.",
"title": "Woodwind embouchure"
},
{
"paragraph_id": 20,
"text": "The end-blown xiao, kaval, shakuhachi and hocchiku flutes demand especially difficult embouchures, sometimes requiring many lessons before any sound can be produced.",
"title": "Woodwind embouchure"
},
{
"paragraph_id": 21,
"text": "The embouchure is an important element to tone production. The right embouchure, developed with \"time, patience, and intelligent work\", will produce a beautiful sound and a correct intonation. The embouchure is produced with the muscles around the lips: principally the orbicularis oris muscle and the depressor anguli oris, whilst avoiding activation of zygomaticus major, which will produce a smile, flattening the top lip against the maxillary (upper jaw) teeth. Beginner flute-players tend to suffer fatigue in these muscles, and notably struggle to use the depressor muscle, which necessarily helps to keep the top lip directing the flow of air across the embouchure hole. These muscles have to be properly warmed up and exercised before practicing. Tone-development exercises including long notes and harmonics must be done as part of the warm up daily.",
"title": "Woodwind embouchure"
},
{
"paragraph_id": 22,
"text": "Some further adjustments to the embouchure are necessary when moving from the transverse orchestral flute to the piccolo. With the piccolo, it becomes necessary to place the near side of the embouchure hole slightly higher on the lower lip, i.e. above the lip margin, and greater muscle tone from the lip muscles is needed to keep the stream/pressure of air directed across the smaller embouchure hole, particularly when playing in higher piccolo registers.",
"title": "Woodwind embouchure"
},
{
"paragraph_id": 23,
"text": "With the woodwinds, aside from the flute, piccolo, and recorder, the sound is generated by a reed and not with the lips. The embouchure is therefore based on sealing the area around the reed and mouthpiece. This serves to prevent air from escaping while simultaneously supporting the reed, allowing it to vibrate, and constrict the reed preventing it from vibrating too much. With woodwinds, it is important to ensure that the mouthpiece is not placed too far into the mouth, which would result in too much vibration (no control), often creating a sound an octave (or harmonic twelfth for the clarinet) above the intended note. If the mouthpiece is not placed far enough into the mouth, no sound will be generated, as the reed will not vibrate.",
"title": "Woodwind embouchure"
},
{
"paragraph_id": 24,
"text": "The standard embouchures for single reed woodwinds like the clarinet and saxophone are variants of the single lip embouchure, formed by resting the reed upon the bottom lip, which rests on the teeth and is supported by the chin muscles and the buccinator muscles on the sides of the mouth. The top teeth rest on top of the mouthpiece. The manner in which the lower lip rests against the teeth differs between clarinet and saxophone embouchures. In clarinet playing, the lower lip is rolled over the teeth and corners of the mouth are drawn back, which has the effect of drawing the upper lip around the mouthpiece to create a seal due to the angle at which the mouthpiece rests in the mouth. With the saxophone embouchure, the lower lip rests against, but not over, the teeth as in pronouncing the letter \"V\" and the corners of the lip are drawn in (similar to a drawstring bag). With the less common double-lip embouchure, the top lip is placed under (around) the top teeth, an alternative embouchure sometimes recommended by dentists for single-reed players for whom the single-lip approach is potentially harmful. In both instances, the position of the tongue in the mouth plays a vital role in focusing and accelerating the air stream blown by the player. This results in a more mature and full sound, rich in overtones.",
"title": "Woodwind embouchure"
},
{
"paragraph_id": 25,
"text": "The double reed woodwinds, the oboe and bassoon, have no mouthpiece. Instead the reed is two pieces of cane extending from a metal tube (oboe – staple) or placed on a bocal (bassoon, English horn). The reed is placed directly on the lips and then played like the double-lip embouchure described above. Compared to the single reed woodwinds, the reed is very small and subtle changes in the embouchure can have a dramatic effect on tuning, tone and pitch control.",
"title": "Woodwind embouchure"
}
]
| Embouchure or lipping is the use of the lips, facial muscles, tongue, and teeth in playing a wind instrument. This includes shaping the lips to the mouthpiece of a woodwind instrument or the mouthpiece of a brass instrument. The word is of French origin and is related to the root bouche, 'mouth'. Proper embouchure allows instrumentalists to play their instrument at its full range with a full, clear tone and without strain or damage to their muscles. | 2023-01-17T01:30:17Z | [
"Template:1/2",
"Template:Webarchive",
"Template:Cite book",
"Template:Brass instruments",
"Template:Short description",
"Template:More citations needed",
"Template:Wiktfra",
"Template:Musical technique",
"Template:1/3",
"Template:Citation needed",
"Template:Reflist",
"Template:Cite web",
"Template:Cite journal",
"Template:IPAc-en",
"Template:2/3",
"Template:Convert",
"Template:Portal",
"Template:Wiktionary"
]
| https://en.wikipedia.org/wiki/Embouchure |
|
10,368 | Elephant 6 | The Elephant 6 Recording Company is a loosely defined musical collective from the United States. Notable bands associated with the collective include the Apples in Stereo, Beulah, Circulatory System, Elf Power, the Minders, Neutral Milk Hotel, of Montreal, and the Olivia Tremor Control. Although bands in Elephant 6 explore many different genres, they have a shared interest in psychedelic pop of the 1960s, with particular influence from bands such as the Beach Boys, the Beatles, and the Zombies. Their music sometimes features intentionally low fidelity production and experimental recording techniques.
The collective started in Ruston, Louisiana in the late 1980s. The name was occasionally used to denote the home recordings made by four high school friends: Bill Doss, Will Cullen Hart, Jeff Mangum, and Robert Schneider. After high school, Schneider formed the Apples in Stereo; Doss, Hart, and Mangum formed the Olivia Tremor Control; and Mangum independently formed Neutral Milk Hotel. These three bands would serve as the basis for Elephant 6, and soon, many other bands joined. Athens, Georgia, and Denver, Colorado, became major hub cities, and the mid-to-late 1990s represented the peak years of activity for the collective.
Due to the confluence of new bands and the dissolution of Neutral Milk Hotel and the Olivia Tremor Control, the collective stagnated in activity in the early 2000s. A brief resurgence in the late 2000s ended with the death of Doss, and in recent years the collective has remained relatively dormant. Journalists have described Elephant 6 as an important underground music movement, and a key contributor to the emergence of alternative rock and indie rock in the 1990s.
Noel Murray and Marcus Gilmer of The A.V. Club note the difficulty in defining the exact parameters of the collective due to the multitude of associated acts. Each act has their own unique sound, and musicians are often members of multiple bands. This problem is compounded by the fact that members will sometimes obfuscate the truth, such as misleading a Rolling Stone reporter into believing they lived in a communal compound in Athens. In 2012, the official Elephant 6 website read: "A collective, a label ... a cult? Elephant 6 may be all of these things or none of these depending on your point of view. And we're certainly not going to try to define what it is now!"
Elephant 6 originated in Ruston, Louisiana, in the late 1980s. The name was occasionally used to denote home recordings made by four high school friends: Bill Doss, Will Cullen Hart, Jeff Mangum, and Robert Schneider. These recordings were circulated between the four of them, and they did not seek approval from record labels or fanzines. Musician Laura Carter said: "They were just 13-year-old boys yelling, 'Fuck your mama,' and bashing on the drums as hard as they can. It was just kids having fun, and they would fill up a whole cassette tape with this." When the group decided to create an imaginary label for their music, Hart came up with the name Elephant 6.
When the four friends graduated high school, they dispersed to different cities in the United States, but continued to mail tapes to each other. Schneider moved to Denver, Colorado and formed a band called the Apples in 1992 with Jim McIntyre, Hilarie Sidney and Chris Parfitt. Doss, Hart, and Mangum moved to Athens, Georgia. The three were drawn to the city's burgeoning music scene, and played in a band called the Synthetic Flying Machine. While in Athens, the group began collaborating with New York musician Julian Koster. In 1993, the Synthetic Flying Machine evolved into a band called the Olivia Tremor Control, and the band gained local attention for their psychedelic sound, which was in contrast to the prevalent grunge sound of the 1990s.
In the 1990s, bands joined Elephant 6 through invitation. Inspired by the Surrealist Manifestos, members of the collective issued their own manifesto in small hand-drawn catalogs, found within early releases. According to Schneider: "We wanted [to find] these little pockets of people in different cities who listened to Pavement and the Beach Boys and were recording on 4-tracks." Schneider notes that another way a band may join is by simply having a similar sound. He uses Beulah as an example, and in reference to the band's sound, he said: "This is a kindred spirit. This is Elephant 6."
Schneider created a record label called the Elephant 6 Recording Company as a vehicle for the Apples music, and in 1993, the first recording released on the label was an extended play titled Tidal Wave. Around this time, Mangum left the Olivia Tremor Control, and became a vagabond. While living in Seattle, Mangum released the song "Everything Is" on Cher Doll Records in 1994, and was the first member of the collective to have their music released on a mainstream label, although the release was not directly affiliated with the Elephant 6 collective and did not feature the Elephant 6 logo. Mangum released the song under the name Neutral Milk Hotel. The Apples were later known as the Apples in Stereo.
The mid-to-late 1990s saw the greatest amount of activity for the collective. The three main bands associated with Elephant 6 at the time–the Apples in Stereo, the Olivia Tremor Control, and Neutral Milk Hotel–grew in popularity, and each respectively released a notable album: Fun Trick Noisemaker, Music from the Unrealized Film Script: Dusk at Cubist Castle, and In the Aeroplane Over the Sea. The A.V. Club wrote highly of In the Aereoplane Over the Sea, saying it "is the culmination of everything the [Elephant 6] collective was about in the mid-'90s: distinctive, ragged, catchy records ripped straight from their makers' veins."
Many bands associated with the collective were formed during this period, and Athens became a major hub city. Elf Power, of Montreal, and Doss' solo project the Sunshine Fix were among the more notable Athens based groups. of Montreal frontperson Kevin Barnes said: "The heyday, most of the late 1990s, everyone was involved in each others lives, and we would collaborate more, have dinners where everyone would make something." Schneider compares this period to the Summer of Love, and said the driving force for many of the bands was "out-weirding [their] neighbor" with their music. Elephant 6 bands would tour with each other, the larger bands allowed the smaller bands to open for them.
Denver was the smaller of the two hub cities. In addition to the Apples in Stereo, the major bands from Denver were the Minders, Dressy Bessy, and McIntyre's solo project Von Hemmling. The main draw for Elephant 6 bands in Denver was Pet Sounds Studio, a recording studio Schneider built in McIntyre's house. Many Elephant 6 albums were recorded at Pet Sounds, and were produced by Schneider. In addition to the two main hub cities, Elephant 6 bands began forming in various cities in the United States, such as the Essex Green and the Ladybug Transistor in Brooklyn, and Beulah in San Francisco.
In the early 2000s, Elephant 6 stagnated in activity. Neutral Milk Hotel member Scott Spillane identifies the sudden uptick of bands across the country as an important factor to this period. "At the time the Elephant 6 thing was getting out of hand, and we started seeing all of these bands that had little Elephant 6 logos on them all over the place" said Spillane. Bands began to tour more often, and the members had less time to interact with each other. Additionally, Neutral Milk Hotel and the Olivia Tremor Control went on hiatus. Mangum became reclusive as he struggled to cope with his newfound stardom, while the members of the Olivia Tremor Control wanted to record their own solo music.
Beulah member Pat Noel said many bands were dismayed at how journalists would "pigeonhole" them to the collective. "We kind of made a conscious decision to distance ourselves a little bit from the whole thing." Schneider took a break from producing albums, and the final album to be affixed with the Elephant 6 Recording Company logo was Cul-De-Sacs and Dead Ends by the Minders in 1999. The collective slowly dissipated, although bands like the Apples in Stereo, Elf Power, and of Montreal continued making music throughout the 2000s.
The collective was relatively dormant until the release of New Magnetic Wonder, a 2007 album by the Apples in Stereo. New Magnetic Wonder featured all four of the collective's originating members. While recording the album, they discussed new ideas, which in turn facilitated a need to make more music. The following year, Koster organized the "Elephant 6 Holiday Surprise Tour," a short concert tour that featured fifteen artists and ten Elephant 6 bands. Koster said "Elephant 6 is back," and added: "Somehow, everything's happening for us now. I don't know why we were ever interrupted, and why all this is happening now. But we're all just so happy." The Olivia Tremor Control reunited in 2009, and Mangum returned to the public eye with solo concerts over the next few years.
On July 30, 2012, Doss died from a reported aneurysm. His death came as a shock to the collective, and stalled nearly all recordings at the time. Schneider said: "I can't say what it means for the Elephant 6 or the Apples ... On a musical level it's too soon to say. I mean, I don't want to say definitively that I don't want to make music again, but on a musical level there's no way to come to terms with the loss." The Olivia Tremor Control continued making music, and in 2017 Schneider confirmed he was producing unfinished recordings. Today, the Elephant 6 collective still exists, albeit on a much smaller scale. Bands like Elf Power and of Montreal continue to record music, and many bands have moved onto Elephant 6 offshoot labels such as Orange Twin Records and Cloud Recordings.
Elephant 6 bands explore a variety of music genres, including indie rock, synth-pop, and twee pop. A common interest for nearly every associated band, however, is psychedelic pop of the 1960s. Bands such as the Beach Boys, the Beatles, and the Zombies are important influences for Elephant 6 groups like the Apples in Stereo, Beulah, and the Olivia Tremor Control. Elephant 6's de facto leader Robert Schneider notes the particular influence of the Beach Boys' unfinished album Smile, calling it the "Holy Grail" for many members of the collective. He notes how he and other members were obsessed with Beach Boys albums, and attempted to create the type of music they felt would have been included in Smile.
Most Elephant 6 members are anti-consumerism and possess a DIY ethic. Their music sometimes features intentionally low quality production, and bands may experiment with unique recording methods; for example, Music from the Unrealized Film Script: Dusk at Cubist Castle features recording techniques such as tape manipulation and sound collages. Schneider notes his hatred of both indie music and modern pop music, and said that his vision for Elephant 6 is a "perfect pop world," untarnished by commercial interests.
Several journalists regard Elephant 6 as an important underground music movement, and a key contributor to the alternative rock and indie rock explosion in the 1990s. Lee M. Shook Jr. of Paste wrote: "The Elephant 6 Recording Company would raise the bar for wide-scale countercultural activity and underground pop art—both musical, visual and otherwise—well into the 21st century." Tom Murphy of Westword expanded on this statement, by writing: "It became a movement of sorts because the music was so accessible and inclusive of a wide range of musical expression, allowing for immediate and enduring growth, however loose the association."
The collective has influenced many indie rock bands, including Arcade Fire, Franz Ferdinand, and Tame Impala. Chris Chu of the Canadian band the Morning Benders said: "Elephant 6 was the gateway for me. They seemed to be bridging that tradition from the 60s to a more modern, more indie approach. It was exactly what I was looking for, a new take on that stuff."
In 2022 a documentary was released called A Future History Of: The Elephant 6 Recording Co. On RottenTomatoes the film currently has a 100% positive review rate.
The official Elephant 6 website lists forty-seven acts associated with the collective, although Shook Jr. reports there are more than fifty. Among the collective's more notable acts include: | [
{
"paragraph_id": 0,
"text": "The Elephant 6 Recording Company is a loosely defined musical collective from the United States. Notable bands associated with the collective include the Apples in Stereo, Beulah, Circulatory System, Elf Power, the Minders, Neutral Milk Hotel, of Montreal, and the Olivia Tremor Control. Although bands in Elephant 6 explore many different genres, they have a shared interest in psychedelic pop of the 1960s, with particular influence from bands such as the Beach Boys, the Beatles, and the Zombies. Their music sometimes features intentionally low fidelity production and experimental recording techniques.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The collective started in Ruston, Louisiana in the late 1980s. The name was occasionally used to denote the home recordings made by four high school friends: Bill Doss, Will Cullen Hart, Jeff Mangum, and Robert Schneider. After high school, Schneider formed the Apples in Stereo; Doss, Hart, and Mangum formed the Olivia Tremor Control; and Mangum independently formed Neutral Milk Hotel. These three bands would serve as the basis for Elephant 6, and soon, many other bands joined. Athens, Georgia, and Denver, Colorado, became major hub cities, and the mid-to-late 1990s represented the peak years of activity for the collective.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Due to the confluence of new bands and the dissolution of Neutral Milk Hotel and the Olivia Tremor Control, the collective stagnated in activity in the early 2000s. A brief resurgence in the late 2000s ended with the death of Doss, and in recent years the collective has remained relatively dormant. Journalists have described Elephant 6 as an important underground music movement, and a key contributor to the emergence of alternative rock and indie rock in the 1990s.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Noel Murray and Marcus Gilmer of The A.V. Club note the difficulty in defining the exact parameters of the collective due to the multitude of associated acts. Each act has their own unique sound, and musicians are often members of multiple bands. This problem is compounded by the fact that members will sometimes obfuscate the truth, such as misleading a Rolling Stone reporter into believing they lived in a communal compound in Athens. In 2012, the official Elephant 6 website read: \"A collective, a label ... a cult? Elephant 6 may be all of these things or none of these depending on your point of view. And we're certainly not going to try to define what it is now!\"",
"title": "History"
},
{
"paragraph_id": 4,
"text": "Elephant 6 originated in Ruston, Louisiana, in the late 1980s. The name was occasionally used to denote home recordings made by four high school friends: Bill Doss, Will Cullen Hart, Jeff Mangum, and Robert Schneider. These recordings were circulated between the four of them, and they did not seek approval from record labels or fanzines. Musician Laura Carter said: \"They were just 13-year-old boys yelling, 'Fuck your mama,' and bashing on the drums as hard as they can. It was just kids having fun, and they would fill up a whole cassette tape with this.\" When the group decided to create an imaginary label for their music, Hart came up with the name Elephant 6.",
"title": "History"
},
{
"paragraph_id": 5,
"text": "When the four friends graduated high school, they dispersed to different cities in the United States, but continued to mail tapes to each other. Schneider moved to Denver, Colorado and formed a band called the Apples in 1992 with Jim McIntyre, Hilarie Sidney and Chris Parfitt. Doss, Hart, and Mangum moved to Athens, Georgia. The three were drawn to the city's burgeoning music scene, and played in a band called the Synthetic Flying Machine. While in Athens, the group began collaborating with New York musician Julian Koster. In 1993, the Synthetic Flying Machine evolved into a band called the Olivia Tremor Control, and the band gained local attention for their psychedelic sound, which was in contrast to the prevalent grunge sound of the 1990s.",
"title": "History"
},
{
"paragraph_id": 6,
"text": "In the 1990s, bands joined Elephant 6 through invitation. Inspired by the Surrealist Manifestos, members of the collective issued their own manifesto in small hand-drawn catalogs, found within early releases. According to Schneider: \"We wanted [to find] these little pockets of people in different cities who listened to Pavement and the Beach Boys and were recording on 4-tracks.\" Schneider notes that another way a band may join is by simply having a similar sound. He uses Beulah as an example, and in reference to the band's sound, he said: \"This is a kindred spirit. This is Elephant 6.\"",
"title": "History"
},
{
"paragraph_id": 7,
"text": "Schneider created a record label called the Elephant 6 Recording Company as a vehicle for the Apples music, and in 1993, the first recording released on the label was an extended play titled Tidal Wave. Around this time, Mangum left the Olivia Tremor Control, and became a vagabond. While living in Seattle, Mangum released the song \"Everything Is\" on Cher Doll Records in 1994, and was the first member of the collective to have their music released on a mainstream label, although the release was not directly affiliated with the Elephant 6 collective and did not feature the Elephant 6 logo. Mangum released the song under the name Neutral Milk Hotel. The Apples were later known as the Apples in Stereo.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "The mid-to-late 1990s saw the greatest amount of activity for the collective. The three main bands associated with Elephant 6 at the time–the Apples in Stereo, the Olivia Tremor Control, and Neutral Milk Hotel–grew in popularity, and each respectively released a notable album: Fun Trick Noisemaker, Music from the Unrealized Film Script: Dusk at Cubist Castle, and In the Aeroplane Over the Sea. The A.V. Club wrote highly of In the Aereoplane Over the Sea, saying it \"is the culmination of everything the [Elephant 6] collective was about in the mid-'90s: distinctive, ragged, catchy records ripped straight from their makers' veins.\"",
"title": "History"
},
{
"paragraph_id": 9,
"text": "Many bands associated with the collective were formed during this period, and Athens became a major hub city. Elf Power, of Montreal, and Doss' solo project the Sunshine Fix were among the more notable Athens based groups. of Montreal frontperson Kevin Barnes said: \"The heyday, most of the late 1990s, everyone was involved in each others lives, and we would collaborate more, have dinners where everyone would make something.\" Schneider compares this period to the Summer of Love, and said the driving force for many of the bands was \"out-weirding [their] neighbor\" with their music. Elephant 6 bands would tour with each other, the larger bands allowed the smaller bands to open for them.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "Denver was the smaller of the two hub cities. In addition to the Apples in Stereo, the major bands from Denver were the Minders, Dressy Bessy, and McIntyre's solo project Von Hemmling. The main draw for Elephant 6 bands in Denver was Pet Sounds Studio, a recording studio Schneider built in McIntyre's house. Many Elephant 6 albums were recorded at Pet Sounds, and were produced by Schneider. In addition to the two main hub cities, Elephant 6 bands began forming in various cities in the United States, such as the Essex Green and the Ladybug Transistor in Brooklyn, and Beulah in San Francisco.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "In the early 2000s, Elephant 6 stagnated in activity. Neutral Milk Hotel member Scott Spillane identifies the sudden uptick of bands across the country as an important factor to this period. \"At the time the Elephant 6 thing was getting out of hand, and we started seeing all of these bands that had little Elephant 6 logos on them all over the place\" said Spillane. Bands began to tour more often, and the members had less time to interact with each other. Additionally, Neutral Milk Hotel and the Olivia Tremor Control went on hiatus. Mangum became reclusive as he struggled to cope with his newfound stardom, while the members of the Olivia Tremor Control wanted to record their own solo music.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "Beulah member Pat Noel said many bands were dismayed at how journalists would \"pigeonhole\" them to the collective. \"We kind of made a conscious decision to distance ourselves a little bit from the whole thing.\" Schneider took a break from producing albums, and the final album to be affixed with the Elephant 6 Recording Company logo was Cul-De-Sacs and Dead Ends by the Minders in 1999. The collective slowly dissipated, although bands like the Apples in Stereo, Elf Power, and of Montreal continued making music throughout the 2000s.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "The collective was relatively dormant until the release of New Magnetic Wonder, a 2007 album by the Apples in Stereo. New Magnetic Wonder featured all four of the collective's originating members. While recording the album, they discussed new ideas, which in turn facilitated a need to make more music. The following year, Koster organized the \"Elephant 6 Holiday Surprise Tour,\" a short concert tour that featured fifteen artists and ten Elephant 6 bands. Koster said \"Elephant 6 is back,\" and added: \"Somehow, everything's happening for us now. I don't know why we were ever interrupted, and why all this is happening now. But we're all just so happy.\" The Olivia Tremor Control reunited in 2009, and Mangum returned to the public eye with solo concerts over the next few years.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "On July 30, 2012, Doss died from a reported aneurysm. His death came as a shock to the collective, and stalled nearly all recordings at the time. Schneider said: \"I can't say what it means for the Elephant 6 or the Apples ... On a musical level it's too soon to say. I mean, I don't want to say definitively that I don't want to make music again, but on a musical level there's no way to come to terms with the loss.\" The Olivia Tremor Control continued making music, and in 2017 Schneider confirmed he was producing unfinished recordings. Today, the Elephant 6 collective still exists, albeit on a much smaller scale. Bands like Elf Power and of Montreal continue to record music, and many bands have moved onto Elephant 6 offshoot labels such as Orange Twin Records and Cloud Recordings.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "Elephant 6 bands explore a variety of music genres, including indie rock, synth-pop, and twee pop. A common interest for nearly every associated band, however, is psychedelic pop of the 1960s. Bands such as the Beach Boys, the Beatles, and the Zombies are important influences for Elephant 6 groups like the Apples in Stereo, Beulah, and the Olivia Tremor Control. Elephant 6's de facto leader Robert Schneider notes the particular influence of the Beach Boys' unfinished album Smile, calling it the \"Holy Grail\" for many members of the collective. He notes how he and other members were obsessed with Beach Boys albums, and attempted to create the type of music they felt would have been included in Smile.",
"title": "Influences and style"
},
{
"paragraph_id": 16,
"text": "Most Elephant 6 members are anti-consumerism and possess a DIY ethic. Their music sometimes features intentionally low quality production, and bands may experiment with unique recording methods; for example, Music from the Unrealized Film Script: Dusk at Cubist Castle features recording techniques such as tape manipulation and sound collages. Schneider notes his hatred of both indie music and modern pop music, and said that his vision for Elephant 6 is a \"perfect pop world,\" untarnished by commercial interests.",
"title": "Influences and style"
},
{
"paragraph_id": 17,
"text": "Several journalists regard Elephant 6 as an important underground music movement, and a key contributor to the alternative rock and indie rock explosion in the 1990s. Lee M. Shook Jr. of Paste wrote: \"The Elephant 6 Recording Company would raise the bar for wide-scale countercultural activity and underground pop art—both musical, visual and otherwise—well into the 21st century.\" Tom Murphy of Westword expanded on this statement, by writing: \"It became a movement of sorts because the music was so accessible and inclusive of a wide range of musical expression, allowing for immediate and enduring growth, however loose the association.\"",
"title": "Impact"
},
{
"paragraph_id": 18,
"text": "The collective has influenced many indie rock bands, including Arcade Fire, Franz Ferdinand, and Tame Impala. Chris Chu of the Canadian band the Morning Benders said: \"Elephant 6 was the gateway for me. They seemed to be bridging that tradition from the 60s to a more modern, more indie approach. It was exactly what I was looking for, a new take on that stuff.\"",
"title": "Impact"
},
{
"paragraph_id": 19,
"text": "In 2022 a documentary was released called A Future History Of: The Elephant 6 Recording Co. On RottenTomatoes the film currently has a 100% positive review rate.",
"title": "Documentary"
},
{
"paragraph_id": 20,
"text": "The official Elephant 6 website lists forty-seven acts associated with the collective, although Shook Jr. reports there are more than fifty. Among the collective's more notable acts include:",
"title": "Associated acts"
}
]
| The Elephant 6 Recording Company is a loosely defined musical collective from the United States. Notable bands associated with the collective include the Apples in Stereo, Beulah, Circulatory System, Elf Power, the Minders, Neutral Milk Hotel, of Montreal, and the Olivia Tremor Control. Although bands in Elephant 6 explore many different genres, they have a shared interest in psychedelic pop of the 1960s, with particular influence from bands such as the Beach Boys, the Beatles, and the Zombies. Their music sometimes features intentionally low fidelity production and experimental recording techniques. The collective started in Ruston, Louisiana in the late 1980s. The name was occasionally used to denote the home recordings made by four high school friends: Bill Doss, Will Cullen Hart, Jeff Mangum, and Robert Schneider. After high school, Schneider formed the Apples in Stereo; Doss, Hart, and Mangum formed the Olivia Tremor Control; and Mangum independently formed Neutral Milk Hotel. These three bands would serve as the basis for Elephant 6, and soon, many other bands joined. Athens, Georgia, and Denver, Colorado, became major hub cities, and the mid-to-late 1990s represented the peak years of activity for the collective. Due to the confluence of new bands and the dissolution of Neutral Milk Hotel and the Olivia Tremor Control, the collective stagnated in activity in the early 2000s. A brief resurgence in the late 2000s ended with the death of Doss, and in recent years the collective has remained relatively dormant. Journalists have described Elephant 6 as an important underground music movement, and a key contributor to the emergence of alternative rock and indie rock in the 1990s. | 2002-01-05T09:04:40Z | 2023-11-16T18:30:52Z | [
"Template:Use mdy dates",
"Template:Columns-list",
"Template:Cite book",
"Template:Good article",
"Template:Harvnb",
"Template:Harnvb",
"Template:Cite AV media",
"Template:Short description",
"Template:Sfn",
"Template:Reflist",
"Template:Cite web",
"Template:Refbegin",
"Template:Refend",
"Template:E6",
"Template:Authority control"
]
| https://en.wikipedia.org/wiki/Elephant_6 |
10,369 | Echolocation | Echolocation is the use of sound as a form of navigation. | [
{
"paragraph_id": 0,
"text": "Echolocation is the use of sound as a form of navigation.",
"title": ""
}
]
| Echolocation is the use of sound as a form of navigation. | 2022-10-27T06:11:10Z | [
"Template:Wiktionary",
"Template:Disambiguation"
]
| https://en.wikipedia.org/wiki/Echolocation |
|
10,370 | Evangelicalism | Evangelicalism (/ˌiːvænˈdʒɛlɪkəlɪzəm, ˌɛvæn-, -ən-/), also called evangelical Christianity or evangelical Protestantism, is a worldwide interdenominational movement within Protestant Christianity that emphasises the centrality of being "born again", in which an individual experiences personal conversion; the authority of the Bible as God's revelation to humanity; and spreading the Christian message. The word evangelical comes from the Greek (euangelion) word for "good news".
The theological nature of evangelicalism was first explored during the Protestant Reformation in 16th century Europe. Martin Luther's Ninety-Five Theses in 1517 emphasized that scripture and the preaching of the gospel had ultimate authority over the practices of the Church. The origins of modern evangelicalism are usually traced to 1738, with various theological streams contributing to its foundation, including Pietism and Radical Pietism, Puritanism, Quakerism, Presbyterianism and Moravianism (in particular its bishop Nicolaus Zinzendorf and his community at Herrnhut). Preeminently, John Wesley and other early Methodists were at the root of sparking this new movement during the First Great Awakening. Today, evangelicals are found across many Protestant branches, as well as in various denominations around the world, not subsumed to a specific branch. Among leaders and major figures of the evangelical Protestant movement were Nicolaus Zinzendorf, George Fox, John Wesley, George Whitefield, Jonathan Edwards, Billy Graham, Bill Bright, Harold Ockenga, Gudina Tumsa, John Stott, Francisco Olazábal, William J. Seymour, and Martyn Lloyd-Jones.
The movement has long had a presence in the Anglosphere before spreading further afield in the 19th, 20th, and early 21st centuries. The movement gained significant momentum during the 18th and 19th centuries with the Great Awakening in Great Britain and the United States.
As of 2016, there were an estimated 619 million evangelicals in the world, meaning that one in four Christians would be classified as evangelical. The United States has the largest proportion of evangelicals in the world. American evangelicals are a quarter of that nation's population and its single largest religious group. As a transdenominational coalition, evangelicals can be found in nearly every Protestant denomination and tradition, particularly within the Reformed (Continental Reformed, Anglicanism, Presbyterian, Congregational), Plymouth Brethren, Baptist, Methodist (Wesleyan–Arminian), Lutheran, Moravian, Free Church, Mennonite, Quaker, Pentecostal/charismatic and non-denominational churches.
The word evangelical has its etymological roots in the Greek word for "gospel" or "good news": εὐαγγέλιον euangelion, from eu "good", angel- the stem of, among other words, angelos "messenger, angel", and the neuter suffix -ion. By the English Middle Ages, the term had expanded semantically to include not only the message, but also the New Testament which contained the message as well as more specifically the Gospels, which portray the life, death, and resurrection of Jesus. The first published use of evangelical in English was in 1531, when William Tyndale wrote "He exhorteth them to proceed constantly in the evangelical truth." One year later, Thomas More wrote the earliest recorded use in reference to a theological distinction when he spoke of "Tyndale [and] his evangelical brother Barns".
During the Reformation, Protestant theologians embraced the term as referring to "gospel truth". Martin Luther referred to the evangelische Kirche ("evangelical church") to distinguish Protestants from Catholics in the Catholic Church. Into the 21st century, evangelical has continued in use as a synonym for Mainline Protestant in continental Europe. This usage is reflected in the names of Protestant denominations, such as the Evangelical Lutheran Church in America. The German term evangelisch more accurately corresponds to the broad English term Protestant and should not be confused with the narrower German term evangelikal, or the term pietistisch (a term etymologically related to the Pietist and Radical Pietist movements), which are used to described Evangelicalism in the sense used in this article. Mainline Protestant denominations with a Lutheran or semi-Lutheran background, like the Evangelical Lutheran Church in America, the Evangelical Lutheran Church in Canada, and the Evangelical Lutheran Church of England, who are not evangelical in the "evangelikal" sense but Protestant in the "evangelisch" sense, have translated the German term "evangelisch" (or Protestant) into the English term "Evangelical", although the two German words have different meanings. In other parts of the world, especially in the English-speaking world, evangelical (German: evangelikal or pietistisch) is commonly applied to describe the interdenominational Born-Again believing movement.
Christian historian David W. Bebbington writes that, "Although 'evangelical', with a lower-case initial, is occasionally used to mean 'of the gospel', the term 'Evangelical', with a capital letter, is applied to any aspect of the movement beginning in the 1730s." According to the Oxford English Dictionary, evangelicalism was first used in 1831. In 1812, the term "evangelicalism" appeared in "The History of Lynn" by William Richards. In the summer of 1811 the term "evangelicalists" was used in "The Sin and Danger of Schism" by Rev. Dr. Andrew Burnaby, Archdeacon of Leicester.
The term may also be used outside any religious context to characterize a generic missionary, reforming, or redeeming impulse or purpose. For example, The Times Literary Supplement refers to "the rise and fall of evangelical fervor within the Socialist movement". This usage refers to evangelism, rather than evangelicalism as discussed here; though sharing an etymology and conceptual basis, the words have diverged significantly in meaning.
One influential definition of evangelicalism has been proposed by historian David Bebbington. Bebbington notes four distinctive aspects of evangelical faith: conversionism, biblicism, crucicentrism, and activism, noting, "Together they form a quadrilateral of priorities that is the basis of Evangelicalism."
Conversionism, or belief in the necessity of being "born again", has been a constant theme of evangelicalism since its beginnings. To evangelicals, the central message of the gospel is justification by faith in Christ and repentance, or turning away, from sin. Conversion differentiates the Christian from the non-Christian, and the change in life it leads to is marked by both a rejection of sin and a corresponding personal holiness of life. A conversion experience can be emotional, including grief and sorrow for sin followed by great relief at receiving forgiveness. The stress on conversion differentiates evangelicalism from other forms of Protestantism by the associated belief that an assurance will accompany conversion. Among evangelicals, individuals have testified to both sudden and gradual conversions.
Biblicism is reverence for the Bible and high regard for biblical authority. All evangelicals believe in biblical inspiration, though they disagree over how this inspiration should be defined. Many evangelicals believe in biblical inerrancy, while other evangelicals believe in biblical infallibility.
Crucicentrism is the centrality that evangelicals give to the Atonement, the saving death and the resurrection of Jesus, that offers forgiveness of sins and new life. This is understood most commonly in terms of a substitutionary atonement, in which Christ died as a substitute for sinful humanity by taking on himself the guilt and punishment for sin.
Activism describes the tendency toward active expression and sharing of the gospel in diverse ways that include preaching and social action. This aspect of evangelicalism continues to be seen today in the proliferation of evangelical voluntary religious groups and parachurch organizations.
The word church has several meanings among evangelicals. It can refer to the universal church (the body of Christ) including all Christians everywhere. It can also refer to the church (congregation), which is the visible representation of the invisible church. It is responsible for teaching and administering the sacraments or ordinances (baptism and the Lord's Supper, but some evangelicals also count footwashing as an ordinance as well).
Many evangelical traditions adhere to the doctrine of the believers' Church, which teaches that one becomes a member of the Church by the new birth and profession of faith. This originated in the Radical Reformation with Anabaptists but is held by denominations that practice believer's baptism. Evangelicals in the Anglican, Methodist and Reformed traditions practice infant baptism as one's initiation into the community of faith and the New Testament counterpart to circumcision, while also stressing the necessity of personal conversion later in life for salvation.
Some evangelical denominations operate according to episcopal polity or presbyterian polity. However, the most common form of church government within Evangelicalism is congregational polity. This is especially common among nondenominational evangelical churches. Many churches are members of a national and international denomination for a cooperative relationship in common organizations, for the mission and social areas, such as humanitarian aid, schools, theological institutes and hospitals. Common ministries within evangelical congregations are pastor, elder, deacon, evangelist and worship leader. The ministry of bishop with a function of supervision over churches on a regional or national scale is present in all the Evangelical Christian denominations, even if the titles president of the council or general overseer are mainly used for this function. The term bishop is explicitly used in certain denominations. Some evangelical denominations are members of the World Evangelical Alliance and its 129 national alliances.
Some evangelical denominations officially authorize the ordination of women in churches. The female ministry is justified by the fact that Mary Magdalene was chosen by Jesus to announce his resurrection to the apostles. The first Baptist woman who was consecrated pastor is the American Clarissa Danforth in the denomination Free Will Baptist in 1815. In 1882, in the American Baptist Churches USA. In the Assemblies of God of the United States, since 1927. In 1965, in the National Baptist Convention, USA. In 1969, in the Progressive National Baptist Convention. In 1975, in The Foursquare Church.
For evangelicals, there are three interrelated meanings to the term worship. It can refer to living a "God-pleasing and God-focused way of life", specific actions of praise to God, and a public Worship service. Diversity characterizes evangelical worship practices. Liturgical, contemporary, charismatic and seeker-sensitive worship styles can all be found among evangelical churches. Overall, evangelicals tend to be more flexible and experimental with worship practices than mainline Protestant churches. It is usually run by a Christian pastor. A service is often divided into several parts, including congregational singing, a sermon, intercessory prayer, and other ministry. During worship there is usually a nursery for babies. Children and young people receive an adapted education, Sunday school, in a separate room.
Places of worship are usually called "churches". In some megachurches, the building is called "campus". The architecture of places of worship is mainly characterized by its sobriety. The Latin cross is one of the only spiritual symbols that can usually be seen on the building of an evangelical church and that identifies the place's belonging.
Some services take place in theaters, schools or multipurpose rooms, rented for Sunday only. Because of their understanding of the second of the Ten Commandments, some evangelicals do not have religious material representations such as statues, icons, or paintings in their places of worship. There is usually a baptistery on what is variously known as the chancel (also called sanctuary) or stage, though they may be alternatively found in a separate room, for the baptisms by immersion.
In some countries of the world which apply sharia or communism, government authorizations for worship are complex for Evangelical Christians. Because of persecution of Christians, Evangelical house churches are the only option for many Christians to live their faith in community. For example, there is the Evangelical house churches in China movement. The meetings thus take place in private houses, in secret and in illegality.
The main Christian feasts celebrated by the Evangelicals are Christmas, Pentecost (by a majority of Evangelical denominations) and Easter for all believers.
Evangelical churches have been involved in the establishment of elementary and secondary schools. It also enabled the development of several bible colleges, colleges and universities in the United States during the 19th century. Other evangelical universities have been established in various countries of the world.
The Council for Christian Colleges and Universities was founded in 1976. In 2023, the CCCU had 185 members in 21 countries.
The Association of Christian Schools International was founded in 1978 by 3 American associations of evangelical Christian schools. Various international schools have joined the network. In 2023, it had 23,000 schools in 100 countries.
The International Council for Evangelical Theological Education was founded in 1980 by the Theological Commission of the World Evangelical Alliance. In 2023, it had 850 member schools in 113 countries.
In matters of sexuality, several evangelical churches promote the virginity pledge (abstinence pledge) among young evangelical Christians, who are invited to commit themselves, during a public ceremony, to sexual abstinence until Christian marriage. This pledge is often symbolized by a purity ring.
In some evangelical churches, young adults and unmarried couples are encouraged to marry early in order to live a sexuality according to the will of God.
A 2009 American study of the National Campaign to Prevent Teen and Unplanned Pregnancy reported that 80 percent of young, unmarried evangelicals had had sex and that 42 percent were in a relationship with sex, when surveyed.
The majority of evangelical Christian churches are against abortion and support adoption agencies and social support agencies for young mothers.
Masturbation is seen as forbidden by some evangelical pastors because of the sexual thoughts that may accompany it. However, evangelical pastors have pointed out that the practice has been erroneously associated with Onan by scholars, that it is not a sin if it is not practiced with fantasies or compulsively, and that it was useful in a married couple, if his or her partner did not have the same frequency of sexual needs.
Some evangelical churches speak only of sexual abstinence and do not speak of sexuality in marriage. Other evangelical churches in the United States and Switzerland speak of satisfying sexuality as a gift from God and a component of a Christian marriage harmonious, in messages during worship services or conferences. Many evangelical books and websites are specialized on the subject. The book The Act of Marriage: The Beauty of Sexual Love published in 1976 by Baptist pastor Tim LaHaye and his wife Beverly LaHaye was a pioneer in the field.
The perceptions of homosexuality in the Evangelical Churches are varied. They range from liberal to fundamentalist or moderate Conservative and neutral. A 2011 Pew Research Center study found that 84 percent of evangelical leaders surveyed believed homosexuality should be discouraged. It is in the fundamentalist conservative positions, that there are antigay activists on TV or radio who claim that homosexuality is the cause of many social problems, such as terrorism. Some churches have a Conservative moderate position. Although they do not approve homosexual practices, they claim to show sympathy and respect for homosexuals. Some evangelical denominations have adopted neutral positions, leaving the choice to local churches to decide for same-sex marriage. There are some international evangelical denominations that are gay-friendly.
The christian marriage is presented by some churches as a protection against sexual misconduct and a compulsory step to obtain a position of responsibility in the church. This concept, however, has been challenged by numerous sex scandals involving married evangelical leaders. Finally, evangelical theologians recalled that celibacy should be more valued in the Church today, since the gift of celibacy was taught and lived by Jesus Christ and Paul of Tarsus.
For a majority of evangelical Christians, a belief in biblical inerrancy ensures that the miracles described in the Bible are still relevant and may be present in the life of the believer. Healings, academic or professional successes, the birth of a child after several attempts, the end of an addiction, etc., would be tangible examples of God's intervention with the faith and prayer, by the Holy Spirit. In the 1980s, the neo-charismatic movement re-emphasized miracles and faith healing. In certain churches, a special place is thus reserved for faith healings with laying on of hands during worship services or for evangelization campaigns. Faith healing or divine healing is considered to be an inheritance of Jesus acquired by his death and resurrection. This view is typically ascribed to Pentecostal denominations, and not others that are cessationist (believing that miraculous gifts have ceased.)
In terms of denominational beliefs regarding science and the origin of the earth and human life, some evangelicals support young Earth creationism. For example, Answers in Genesis, founded in Australia in 1986, is an evangelical organization that seeks to defend the thesis. In 2007, they founded the Creation Museum in Petersburg, in Kentucky and in 2016 the Ark Encounter in Williamstown. Since the end of the 20th century, literalist creationism has been abandoned by some evangelicals in favor of intelligent design. For example, the think tank Discovery Institute, established in 1991 in Seattle, defends this thesis. Other evangelicals who accept the scientific consensus on evolution and the age of Earth believe in theistic evolution or evolutionary creation—the notion that God used the process of evolution to create life; a Christian organization that espouses this view is the BioLogos Foundation.
The Reformed, Baptist, Methodist, Pentecostal, Churches of Christ, Plymouth Brethren, charismatic Protestant, and nondenominational Protestant traditions have all had strong influence within contemporary evangelicalism. Some Anabaptist denominations (such as the Brethren Church) are evangelical, and some Lutherans self-identify as evangelicals. There are also evangelical Anglicans and Quakers.
In the early 20th century, evangelical influence declined within mainline Protestantism and Christian fundamentalism developed as a distinct religious movement. Between 1950 and 2000 a mainstream evangelical consensus developed that sought to be more inclusive and more culturally relevant than fundamentalism while maintaining theologically conservative Protestant teaching. According to Brian Stanley, professor of world Christianity, this new postwar consensus is termed neoevangelicalism, the new evangelicalism, or simply evangelicalism in the United States, while in Great Britain and in other English-speaking countries, it is commonly termed conservative evangelicalism. Over the years, less conservative evangelicals have challenged this mainstream consensus to varying degrees. Such movements have been classified by a variety of labels, such as progressive, open, postconservative, and postevangelical.
Evangelical leaders like Tony Perkins of the Family Research Council have called attention to the problem of equating the term Christian right with theological conservatism and Evangelicalism. Although evangelicals constitute the core constituency of the Christian right within the United States, not all evangelicals fit that political description (and not all of the Christian right are evangelicals). The problem of describing the Christian right which in most cases is conflated with theological conservatism in secular media, is further complicated by the fact that the label religious conservative or conservative Christian applies to other religious groups who are theologically, socially, and culturally conservative but do not have overtly political organizations associated with some of these Christian denominations, which are usually uninvolved, uninterested, apathetic, or indifferent towards politics. Tim Keller, an Evangelical theologian and Presbyterian Church in America pastor, shows that Conservative Christianity (theology) predates the Christian right (politics), and that being a theological conservative didn't necessitate being a political conservative, that some political progressive views around economics, helping the poor, the redistribution of wealth, and racial diversity are compatible with theologically conservative Christianity. Rod Dreher, a senior editor for The American Conservative, a secular conservative magazine, also argues the same differences, even claiming that a "traditional Christian" a theological conservative, can simultaneously be left on economics (economic progressive) and even a socialist at that while maintaining traditional Christian beliefs.
Outside of self-consciously evangelical denominations, there is a broader "evangelical streak" in mainline Protestantism. Mainline Protestant churches predominantly have a liberal theology while evangelical churches predominantly have a fundamentalist or moderate conservative theology.
Some commentators have complained that Evangelicalism as a movement is too broad and its definition too vague to be of any practical value. Theologian Donald Dayton has called for a "moratorium" on use of the term. Historian D. G. Hart has also argued that "evangelicalism needs to be relinquished as a religious identity because it does not exist".
Christian fundamentalism has been called a subset or "subspecies" of Evangelicalism. Fundamentalism regards biblical inerrancy, the virgin birth of Jesus, penal substitutionary atonement, the literal resurrection of Christ, and the Second Coming of Christ as fundamental Christian doctrines. Fundamentalism arose among evangelicals in the 1920s—primarily as an American phenomenon, but with counterparts in Britain and British Empire—to combat modernist or liberal theology in mainline Protestant churches. Failing to reform the mainline churches, fundamentalists separated from them and established their own churches, refusing to participate in ecumenical organizations (such as the National Council of Churches, founded in 1950), and making separatism (rigid separation from nonfundamentalist churches and their culture) a true test of faith. Most fundamentalists are Baptists and dispensationalist or Pentecostals and Charismatics.
Great emphasis is placed on the literal interpretation of the Bible as the primary method of Bible study as well as the biblical inerrancy and the infallibility of their interpretation.
Mainstream evangelicalism is historically divided between two main orientations: confessionalism and revivalism. These two streams have been critical of each other. Confessional evangelicals have been suspicious of unguarded religious experience, while revivalist evangelicals have been critical of overly intellectual teaching that (they suspect) stifles vibrant spirituality. In an effort to broaden their appeal, many contemporary evangelical congregations intentionally avoid identifying with any single form of evangelicalism. These "generic evangelicals" are usually theologically and socially conservative, but their churches often present themselves as nondenominational (or, if a denominational member, strongly deemphasize its ties to such, such as a church name which excludes the denominational name) within the broader evangelical movement.
In the words of Albert Mohler, president of the Southern Baptist Theological Seminary, confessional evangelicalism refers to "that movement of Christian believers who seek a constant convictional continuity with the theological formulas of the Protestant Reformation". While approving of the evangelical distinctions proposed by Bebbington, confessional evangelicals believe that authentic evangelicalism requires more concrete definition in order to protect the movement from theological liberalism and from heresy. According to confessional evangelicals, subscription to the ecumenical creeds and to the Reformation-era confessions of faith (such as the confessions of the Reformed churches) provides such protection. Confessional evangelicals are represented by conservative Presbyterian churches (emphasizing the Westminster Confession), certain Baptist churches that emphasize historic Baptist confessions such as the Second London Confession, evangelical Anglicans who emphasize the Thirty-Nine Articles (such as in the Anglican Diocese of Sydney, Australia), Methodist churches that adhere to the Articles of Religion, and some confessional Lutherans with pietistic convictions.
The emphasis on historic Protestant orthodoxy among confessional evangelicals stands in direct contrast to an anticreedal outlook that has exerted its own influence on evangelicalism, particularly among churches strongly affected by revivalism and by pietism. Revivalist evangelicals are represented by some quarters of Methodism, the Wesleyan Holiness churches, the Pentecostal and charismatic churches, some Anabaptist churches, and some Baptists and Presbyterians. Revivalist evangelicals tend to place greater emphasis on religious experience than their confessional counterparts.
Moderate evangelical Christianity emerged in the 1940s in the United States in response to the Fundamentalist movement of the 1910s. In the late 1940s, evangelical theologians from Fuller Theological Seminary founded in Pasadena, California, in 1947, championed the Christian importance of social activism. In this movement called neo-evangelicalism, new organizations, social agencies, media and Bible colleges were established in the 1950s.
Evangelicals dissatisfied with the movement's fundamentalism mainstream have been variously described as progressive evangelicals, postconservative evangelicals, open evangelicals and postevangelicals. Progressive evangelicals, also known as the evangelical left, share theological or social views with other progressive Christians while also identifying with evangelicalism. Progressive evangelicals commonly advocate for women's equality, pacifism and social justice.
As described by Baptist theologian Roger E. Olson, postconservative evangelicalism is a theological school of thought that adheres to the four marks of evangelicalism, while being less rigid and more inclusive of other Christians. According to Olson, postconservatives believe that doctrinal truth is secondary to spiritual experience shaped by Scripture. Postconservative evangelicals seek greater dialogue with other Christian traditions and support the development of a multicultural evangelical theology that incorporates the voices of women, racial minorities, and Christians in the developing world. Some postconservative evangelicals also support open theism and the possibility of near universal salvation.
The term "open evangelical" refers to a particular Christian school of thought or churchmanship, primarily in Great Britain (especially in the Church of England). Open evangelicals describe their position as combining a traditional evangelical emphasis on the nature of scriptural authority, the teaching of the ecumenical creeds and other traditional doctrinal teachings, with an approach towards culture and other theological points-of-view which tends to be more inclusive than that taken by other evangelicals. Some open evangelicals aim to take a middle position between conservative and charismatic evangelicals, while others would combine conservative theological emphases with more liberal social positions.
British author Dave Tomlinson coined the phrase postevangelical to describe a movement comprising various trends of dissatisfaction among evangelicals. Others use the term with comparable intent, often to distinguish evangelicals in the emerging church movement from postevangelicals and antievangelicals. Tomlinson argues that "linguistically, the distinction [between evangelical and postevangelical] resembles the one that sociologists make between the modern and postmodern eras".
Evangelicalism emerged in the 18th century, first in Britain and its North American colonies. Nevertheless, there were earlier developments within the larger Protestant world that preceded and influenced the later evangelical revivals. According to religion scholar Randall Balmer, Evangelicalism resulted "from the confluence of Pietism, Presbyterianism, and the vestiges of Puritanism. Evangelicalism picked up the peculiar characteristics from each strain – warmhearted spirituality from the Pietists (for instance), doctrinal precisionism from the Presbyterians, and individualistic introspection from the Puritans". Historian Mark Noll adds to this list High Church Anglicanism, which contributed to Evangelicalism a legacy of "rigorous spirituality and innovative organization."
During the 17th century, Pietism emerged in Europe as a movement for the revival of piety and devotion within the Lutheran church. As a protest against "cold orthodoxy" or against an overly formal and rational Christianity, Pietists advocated for an experiential religion that stressed high moral standards both for clergy and for lay people. The movement included both Christians who remained in the liturgical, state churches as well as separatist groups who rejected the use of baptismal fonts, altars, pulpits, and confessionals. As Radical Pietism spread, the movement's ideals and aspirations influenced and were absorbed by evangelicals.
When George Fox, who is considered the father of Quakerism, was eleven, he wrote that God spoke to him about "keeping pure and being faithful to God and man." After being troubled when his friends asked him to drink alcohol with them at the age of nineteen, Fox spent the night in prayer and soon afterwards he left his home in a four year search for spiritual satisfaction. In his Journal, at age 23, he believed that he "found through faith in Jesus Christ the full assurance of salvation." Fox began to spread his message and his emphasis on "the necessity of an inward transformation of heart", as well as the possibility of Christian perfection, drew opposition from English clergy and laity. In the mid-1600s, many people became attracted to Fox's preaching and his followers became known as the Religious Society of Friends. By 1660, the Quakers grew to 35,000 and are considered to be among the first in the evangelical Christian movement.
The Presbyterian heritage not only gave Evangelicalism a commitment to Protestant orthodoxy but also contributed a revival tradition that stretched back to the 1620s in Scotland and Northern Ireland. Central to this tradition was the communion season, which normally occurred in the summer months. For Presbyterians, celebrations of Holy Communion were infrequent but popular events preceded by several Sundays of preparatory preaching and accompanied with preaching, singing, and prayers.
Puritanism combined Calvinism with a doctrine that conversion was a prerequisite for church membership and with an emphasis on the study of Scripture by lay people. It took root in the colonies of New England, where the Congregational church became an established religion. There the Half-Way Covenant of 1662 allowed parents who had not testified to a conversion experience to have their children baptized, while reserving Holy Communion for converted church members alone. By the 18th century Puritanism was in decline and many ministers expressed alarm at the loss of religious piety. This concern over declining religious commitment led many people to support evangelical revival.
High-Church Anglicanism also exerted influence on early Evangelicalism. High Churchmen were distinguished by their desire to adhere to primitive Christianity. This desire included imitating the faith and ascetic practices of early Christians as well as regularly partaking of Holy Communion. High Churchmen were also enthusiastic organizers of voluntary religious societies. Two of the most prominent were the Society for Promoting Christian Knowledge (founded in London in 1698), which distributed Bibles and other literature and built schools, and the Society for the Propagation of the Gospel in Foreign Parts, which was founded in England in 1701 to facilitate missionary work in British colonies (especially among colonists in North America). Samuel and Susanna Wesley, the parents of John and Charles Wesley (born 1703 and 1707 respectively), were both devoted advocates of High-Church ideas.
In the 1730s, Evangelicalism emerged as a distinct phenomenon out of religious revivals that began in Britain and New England. While religious revivals had occurred within Protestant churches in the past, the evangelical revivals that marked the 18th century were more intense and radical. Evangelical revivalism imbued ordinary men and women with a confidence and enthusiasm for sharing the gospel and converting others outside of the control of established churches, a key discontinuity with the Protestantism of the previous era.
It was developments in the doctrine of assurance that differentiated Evangelicalism from what went before. Bebbington says, "The dynamism of the Evangelical movement was possible only because its adherents were assured in their faith." He goes on:
Whereas the Puritans had held that assurance is rare, late and the fruit of struggle in the experience of believers, the Evangelicals believed it to be general, normally given at conversion and the result of simple acceptance of the gift of God. The consequence of the altered form of the doctrine was a metamorphosis in the nature of popular Protestantism. There was a change in patterns of piety, affecting devotional and practical life in all its departments. The shift, in fact, was responsible for creating in Evangelicalism a new movement and not merely a variation on themes heard since the Reformation.
The first local revival occurred in Northampton, Massachusetts, under the leadership of Congregationalist minister Jonathan Edwards. In the fall of 1734, Edwards preached a sermon series on "Justification By Faith Alone", and the community's response was extraordinary. Signs of religious commitment among the laity increased, especially among the town's young people. The revival ultimately spread to 25 communities in western Massachusetts and central Connecticut until it began to wane by the spring of 1735. Edwards was heavily influenced by Pietism, so much so that one historian has stressed his "American Pietism". One practice clearly copied from European Pietists was the use of small groups divided by age and gender, which met in private homes to conserve and promote the fruits of revival.
At the same time, students at Yale University (at that time Yale College) in New Haven, Connecticut, were also experiencing revival. Among them was Aaron Burr, Sr., who would become a prominent Presbyterian minister and future president of Princeton University. In New Jersey, Gilbert Tennent, another Presbyterian minister, was preaching the evangelical message and urging the Presbyterian Church to stress the necessity of converted ministers.
The spring of 1735 also marked important events in England and Wales. Howell Harris, a Welsh schoolteacher, had a conversion experience on May 25 during a communion service. He described receiving assurance of God's grace after a period of fasting, self-examination, and despair over his sins. Sometime later, Daniel Rowland, the Anglican curate of Llangeitho, Wales, experienced conversion as well. Both men began preaching the evangelical message to large audiences, becoming leaders of the Welsh Methodist revival. At about the same time that Harris experienced conversion in Wales, George Whitefield was converted at Oxford University after his own prolonged spiritual crisis. Whitefield later remarked, "About this time God was pleased to enlighten my soul and bring me into the knowledge of His free grace, and the necessity of being justified in His sight by faith only."
Whitefield's fellow Holy Club member and spiritual mentor, Charles Wesley, reported an evangelical conversion in 1738. In the same week, Charles' brother and future founder of Methodism, John Wesley was also converted after a long period of inward struggle. During this spiritual crisis, John Wesley was directly influenced by Pietism. Two years before his conversion, Wesley had traveled to the newly established colony of Georgia as a missionary for the Society for Promoting Christian Knowledge. He shared his voyage with a group of Moravian Brethren led by August Gottlieb Spangenberg. The Moravians' faith and piety deeply impressed Wesley, especially their belief that it was a normal part of Christian life to have an assurance of one's salvation. Wesley recounted the following exchange with Spangenberg on February 7, 1736:
[Spangenberg] said, "My brother, I must first ask you one or two questions. Have you the witness within yourself? Does the Spirit of God bear witness with your spirit that you are a child of God?" I was surprised, and knew not what to answer. He observed it, and asked, "Do you know Jesus Christ?" I paused, and said, "I know he is the Savior of the world." "True," he replied, "but do you know he has saved you?" I answered, "I hope he has died to save me." He only added, "Do you know yourself?" I said, "I do." But I fear they were vain words.
Wesley finally received the assurance he had been searching for at a meeting of a religious society in London. While listening to a reading from Martin Luther's preface to the Epistle to the Romans, Wesley felt spiritually transformed:
About a quarter before nine, while [the speaker] was describing the change which God works in the heart through faith in Christ, I felt my heart strangely warmed. I felt I did trust in Christ, Christ alone for salvation, and an assurance was given me that he had taken away my sins, even mine, and saved me from the law of sin and death.
Pietism continued to influence Wesley, who had translated 33 Pietist hymns from German to English. Numerous German Pietist hymns became part of the English Evangelical repertoire. By 1737, Whitefield had become a national celebrity in England where his preaching drew large crowds, especially in London where the Fetter Lane Society had become a center of evangelical activity. Whitfield joined forces with Edwards to "fan the flame of revival" in the Thirteen Colonies in 1739–40. Soon the First Great Awakening stirred Protestants throughout America.
Evangelical preachers emphasized personal salvation and piety more than ritual and tradition. Pamphlets and printed sermons crisscrossed the Atlantic, encouraging the revivalists. The Awakening resulted from powerful preaching that gave listeners a sense of deep personal revelation of their need of salvation by Jesus Christ. Pulling away from ritual and ceremony, the Great Awakening made Christianity intensely personal to the average person by fostering a deep sense of spiritual conviction and redemption, and by encouraging introspection and a commitment to a new standard of personal morality. It reached people who were already church members. It changed their rituals, their piety and their self-awareness. To the evangelical imperatives of Reformation Protestantism, 18th century American Christians added emphases on divine outpourings of the Holy Spirit and conversions that implanted within new believers an intense love for God. Revivals encapsulated those hallmarks and forwarded the newly created Evangelicalism into the early republic.
By the 1790s, the Evangelical party in the Church of England remained a small minority but were not without influence. John Newton and Joseph Milner were influential evangelical clerics. Evangelical clergy networked together through societies such as the Eclectic Society in London and the Elland Society in Yorkshire. The Old Dissenter denominations (the Baptists, Congregationalists and Quakers) were falling under evangelical influence, with the Baptists most affected and Quakers the least. Evangelical ministers dissatisfied with both Anglicanism and Methodism often chose to work within these churches. In the 1790s, all of these evangelical groups, including the Anglicans, were Calvinist in orientation.
Methodism (the "New Dissent") was the most visible expression of evangelicalism by the end of the 18th century. The Wesleyan Methodists boasted around 70,000 members throughout the British Isles, in addition to the Calvinistic Methodists in Wales and the Countess of Huntingdon's Connexion, which was organized under George Whitefield's influence. The Wesleyan Methodists, however, were still nominally affiliated with the Church of England and would not completely separate until 1795, four years after Wesley's death. The Wesleyan Methodist Church's Arminianism distinguished it from the other evangelical groups.
At the same time, evangelicals were an important faction within the Presbyterian Church of Scotland. Influential ministers included John Erskine, Henry Wellwood Moncrieff and Stevenson Macgill. The church's General Assembly, however, was controlled by the Moderate Party, and evangelicals were involved in the First and Second Secessions from the national church during the 18th century.
The start of the 19th century saw an increase in missionary work and many of the major missionary societies were founded around this time (see Timeline of Christian missions). Both the Evangelical and high church movements sponsored missionaries.
The Second Great Awakening (which actually began in 1790) was primarily an American revivalist movement and resulted in substantial growth of the Methodist and Baptist churches. Charles Grandison Finney was an important preacher of this period.
In Britain in addition to stressing the traditional Wesleyan combination of "Bible, cross, conversion, and activism", the revivalist movement sought a universal appeal, hoping to include rich and poor, urban and rural, and men and women. Special efforts were made to attract children and to generate literature to spread the revivalist message.
"Christian conscience" was used by the British Evangelical movement to promote social activism. Evangelicals believed activism in government and the social sphere was an essential method in reaching the goal of eliminating sin in a world drenched in wickedness. The Evangelicals in the Clapham Sect included figures such as William Wilberforce who successfully campaigned for the abolition of slavery.
In the late 19th century, the revivalist Wesleyan-Holiness movement based on John Wesley's doctrine of "entire sanctification" came to the forefront, and while many adherents remained within mainline Methodism, others established new denominations, such as the Free Methodist Church and Wesleyan Methodist Church. In urban Britain the Holiness message was less exclusive and censorious.
Keswickianism taught the doctrine of the second blessing in non-Methodist circles and came to influence evangelicals of the Calvinistic (Reformed) tradition, leading to the establishment of denominations such as the Christian and Missionary Alliance.
John Nelson Darby of the Plymouth Brethren was a 19th-century Irish Anglican minister who devised modern dispensationalism, an innovative Protestant theological interpretation of the Bible that was incorporated in the development of modern Evangelicalism. Cyrus Scofield further promoted the influence of dispensationalism through the explanatory notes to his Scofield Reference Bible. According to scholar Mark S. Sweetnam, who takes a cultural studies perspective, dispensationalism can be defined in terms of its Evangelicalism, its insistence on the literal interpretation of Scripture, its recognition of stages in God's dealings with humanity, its expectation of the imminent return of Christ to rapture His saints, and its focus on both apocalypticism and premillennialism.
During the 19th century, the megachurches, churches with more than 2,000 people, began to develop. The first evangelical megachurch, the Metropolitan Tabernacle with a 6000-seat auditorium, was inaugurated in 1861 in London by Charles Spurgeon. Dwight L. Moody founded the Illinois Street Church in Chicago.
An advanced theological perspective came from the Princeton theologians from the 1850s to the 1920s, such as Charles Hodge, Archibald Alexander and B.B. Warfield.
After 1910 the Fundamentalist movement dominated Evangelicalism in the early part of the 20th century; the Fundamentalists rejected liberal theology and emphasized the inerrancy of the Scriptures.
Following the 1904–1905 Welsh revival, the Azusa Street Revival in 1906 began the spread of Pentecostalism in North America.
The 20th century also marked by the emergence of the televangelism. Aimee Semple McPherson, who founded the megachurch Angelus Temple in Los Angeles, used radio in the 1920s to reach a wider audience.
After the Scopes trial in 1925, Christian Century wrote of "Vanishing Fundamentalism". In 1929 Princeton University, once the bastion of conservative theology, added several modernists to its faculty, resulting in the departure of J. Gresham Machen and a split in the Presbyterian Church in the United States of America.
Evangelicalism began to reassert itself in the second half of the 1930s. One factor was the advent of the radio as a means of mass communication. When [Charles E. Fuller] began his "Old Fashioned Revival Hour" on October 3, 1937, he sought to avoid the contentious issues that had caused fundamentalists to be characterized as narrow.
One hundred forty-seven representatives from thirty-four denominations met from April 7 through 9, 1942, in St. Louis, Missouri, for a "National Conference for United Action among Evangelicals." The next year six hundred representatives in Chicago established the National Association of Evangelicals (NAE) with Harold Ockenga as its first president. The NAE was partly a reaction to the founding of the American Council of Christian Churches (ACCC) under the leadership of the fundamentalist Carl McIntire. The ACCC in turn had been founded to counter the influence of the Federal Council of Churches (later merged into the National Council of Churches), which fundamentalists saw as increasingly embracing modernism in its ecumenism. Those who established the NAE had come to view the name fundamentalist as "an embarrassment instead of a badge of honor."
Evangelical revivalist radio preachers organized themselves in the National Religious Broadcasters in 1944 in order to regulate their activity.
With the founding of the NAE, American Protestantism was divided into three large groups—the fundamentalists, the modernists, and the new evangelicals, who sought to position themselves between the other two. In 1947 Harold Ockenga coined the term neo-evangelicalism to identify a movement distinct from fundamentalism. The neo-evangelicals had three broad characteristics that distinguished them from the conservative fundamentalism of the ACCC:
Each of these characteristics took concrete shape by the mid-1950s. In 1947 Carl F. H. Henry's book The Uneasy Conscience of Fundamentalism called on evangelicals to engage in addressing social concerns:
[I]t remains true that the evangelical, in the very proportion that the culture in which he lives is not actually Christian, must unite with non-evangelicals for social betterment if it is to be achieved at all, simply because the evangelical forces do not predominate. To say that evangelicalism should not voice its convictions in a non-evangelical environment is simply to rob evangelicalism of its missionary vision.
In the same year Fuller Theological Seminary was established with Ockenga as its president and Henry as the head of its theology department.
The strongest impetus, however, was the development of the work of Billy Graham. In 1951, with producer Dick Ross, he founded the film production company World Wide Pictures. Graham had begun his career with the support of McIntire and fellow conservatives Bob Jones Sr. and John R. Rice. However, in broadening the reach of his London crusade of 1954, he accepted the support of denominations that those men disapproved of. When he went even further in his 1957 New York crusade, conservatives strongly condemned him and withdrew their support. According to William Martin:
The New York crusade did not cause the division between the old Fundamentalists and the New Evangelicals; that had been signaled by the nearly simultaneous founding of the NAE and McIntire's American Council of Christian Churches 15 years earlier. But it did provide an event around which the two groups were forced to define themselves.
A fourth development—the founding of Christianity Today (CT) with Henry as its first editor—was strategic in giving neo-evangelicals a platform to promote their views and in positioning them between the fundamentalists and modernists. In a letter to Harold Lindsell, Graham said that CT would:
plant the evangelical flag in the middle of the road, taking a conservative theological position but a definite liberal approach to social problems. It would combine the best in liberalism and the best in fundamentalism without compromising theologically.
The postwar period also saw growth of the ecumenical movement and the founding of the World Council of Churches, which the Evangelical community generally regarded with suspicion.
In the United Kingdom, John Stott (1921–2011) and Martyn Lloyd-Jones (1899–1981) emerged as key leaders in Evangelical Christianity.
The charismatic movement began in the 1960s and resulted in the introduction of Pentecostal theology and practice into many mainline denominations. New charismatic groups such as the Association of Vineyard Churches and Newfrontiers trace their roots to this period (see also British New Church Movement).
The closing years of the 20th century saw controversial postmodern influences entering some parts of Evangelicalism, particularly with the emerging church movement. Also controversial is the relationship between spiritualism and contemporary military metaphors and practices animating many branches of Christianity but especially relevant in the sphere of Evangelicalism. Spiritual warfare is the latest iteration in a long-standing partnership between religious organization and militarization, two spheres that are rarely considered together, although aggressive forms of prayer have long been used to further the aims of expanding Evangelical influence. Major moments of increased political militarization have occurred concurrently with the growth of prominence of militaristic imagery in evangelical communities. This paradigmatic language, paired with an increasing reliance on sociological and academic research to bolster militarized sensibility, serves to illustrate the violent ethos that effectively underscores militarized forms of evangelical prayer.
In Nigeria, evangelical megachurches, such as Redeemed Christian Church of God and Living Faith Church Worldwide, have built autonomous cities with houses, supermarkets, banks, universities, and power plants.
Evangelical Christian film production societies were founded, such as Pure Flix in 2005 and Kendrick Brothers in 2013.
The growth of evangelical churches continues with the construction of new places of worship or enlargements in various regions of the world.
According to a 2011 Pew Forum study on global Christianity, 285,480,000 or 13.1 percent of all Christians are Evangelicals. These figures do not include the Pentecostalism and Charismatic movements. The study states that the category "Evangelicals" should not be considered as a separate category of "Pentecostal and Charismatic" categories, since some believers consider themselves in both movements where their church is affiliated with an Evangelical association.
In 2015, the World Evangelical Alliance is "a network of churches in 129 nations that have each formed an Evangelical alliance and over 100 international organizations joining together to give a world-wide identity, voice, and platform to more than 600 million Evangelical Christians". The Alliance was formed in 1951 by Evangelicals from 21 countries. It has worked to support its members to work together globally.
According to Sébastien Fath of CNRS, in 2016, there are 619 million Evangelicals in the world, one in four Christians. In 2017, about 630 million, an increase of 11 million, including Pentecostals.
Operation World estimates the number of Evangelicals at 545.9 million, which makes for 7.9 percent of the world's population. From 1960 to 2000, the global growth of the number of reported Evangelicals grew three times the world's population rate, and twice that of Islam. According to Operation World, the Evangelical population's current annual growth rate is 2.6 percent, still more than twice the world's population growth rate.
In the 21st century, there are Evangelical churches active in many African countries. They have grown especially since independence came in the 1960s, the strongest movements are based on Pentecostal beliefs. There is a wide range of theology and organizations, including some international movements.
In Nigeria the Evangelical Church Winning All (formerly "Evangelical Church of West Africa") is the largest church organization with five thousand congregations and over ten million members. It sponsors three seminaries and eight Bible colleges, and 1600 missionaries who serve in Nigeria and other countries with the Evangelical Missionary Society (EMS). There have been serious confrontations since 1999 between Muslims and Christians standing in opposition to the expansion of Sharia law in northern Nigeria. The confrontation has radicalized and politicized the Christians. Violence has been escalating.
In Ethiopia, Eritrea, and the Ethiopian and Eritrean diaspora, P'ent'ay (from Ge'ez: ጴንጤ), also known as Ethiopian–Eritrean Evangelicalism, or Wenigēlawī (from Ge'ez: ወንጌላዊ - which directly translates to "Evangelical") are terms used for Evangelical Christians and other Eastern/Oriental-oriented Protestant Christians within Ethiopia and Eritrea, and the Ethiopian and Eritrean diaspora abroad. Prominent movements among them have been Pentecostalism (Ethiopian Full Gospel Believers' Church), the Baptist tradition (Ethiopian Kale Heywet Church), Lutheranism (Ethiopian Evangelical Church Mekane Yesus and Evangelical Lutheran Church of Eritrea), and the Mennonite-Anabaptist tradition (Meserete Kristos Church).
In Kenya, mainstream Evangelical denominations have taken the lead in promoting political activism and backers, with the smaller Evangelical sects of less importance. Daniel arap Moi was president 1978 to 2002 and claimed to be an Evangelical; he proved intolerant of dissent or pluralism or decentralization of power.
The Berlin Missionary Society (BMS) was one of four German Protestant mission societies active in South Africa before 1914. It emerged from the German tradition of Pietism after 1815 and sent its first missionaries to South Africa in 1834. There were few positive reports in the early years, but it was especially active 1859–1914. It was especially strong in the Boer republics. The World War cut off contact with Germany, but the missions continued at a reduced pace. After 1945 the missionaries had to deal with decolonization across Africa and especially with the apartheid government. At all times the BMS emphasized spiritual inwardness, and values such as morality, hard work and self-discipline. It proved unable to speak and act decisively against injustice and racial discrimination and was disbanded in 1972.
Since 1974, young professionals have been the active proselytizers of Evangelicalism in the cities of Malawi.
In Mozambique, Evangelical Protestant Christianity emerged around 1900 from black migrants whose converted previously in South Africa. They were assisted by European missionaries, but, as industrial workers, they paid for their own churches and proselytizing. They prepared southern Mozambique for the spread of Evangelical Protestantism. During its time as a colonial power in Mozambique, the Catholic Portuguese government tried to counter the spread of Evangelical Protestantism.
The East African Revival was a renewal movement within Evangelical churches in East Africa during the late 1920s and 1930s that began at a Church Missionary Society mission station in the Belgian territory of Ruanda-Urundi in 1929, and spread to: Uganda, Tanzania and Kenya during the 1930s and 1940s contributing to the significant growth of the church in East Africa through the 1970s and had a visible influence on Western missionaries who were observer-participants of the movement.
In modern Latin America, the term "Evangelical" is often simply a synonym for "Protestant".
Protestantism in Brazil largely originated with German immigrants and British and American missionaries in the 19th century, following up on efforts that began in the 1820s.
In the late nineteenth century, while the vast majority of Brazilians were nominal Catholics, the nation was underserved by priests, and for large numbers their religion was only nominal. The Catholic Church in Brazil was de-established in 1890, and responded by increasing the number of dioceses and the efficiency of its clergy. Many Protestants came from a large German immigrant community, but they were seldom engaged in proselytism and grew mostly by natural increase.
Methodists were active along with Presbyterians and Baptists. The Scottish missionary Robert Reid Kalley, with support from the Free Church of Scotland, moved to Brazil in 1855, founding the first Evangelical church among the Portuguese-speaking population there in 1856. It was organized according to the Congregational policy as the Igreja Evangélica Fluminense; it became the mother church of Congregationalism in Brazil. The Seventh-day Adventists arrived in 1894, and the YMCA was organized in 1896. The missionaries promoted schools colleges and seminaries, including a liberal arts college in São Paulo, later known as Mackenzie, and an agricultural school in Lavras. The Presbyterian schools in particular later became the nucleus of the governmental system. In 1887 Protestants in Rio de Janeiro formed a hospital. The missionaries largely reached a working-class audience, as the Brazilian upper-class was wedded either to Catholicism or to secularism. By 1914, Protestant churches founded by American missionaries had 47,000 communicants, served by 282 missionaries. In general, these missionaries were more successful than they had been in Mexico, Argentina or elsewhere in Latin America.
There were 700,000 Protestants by 1930, and increasingly they were in charge of their own affairs. In 1930, the Methodist Church of Brazil became independent of the missionary societies and elected its own bishop. Protestants were largely from a working-class, but their religious networks help speed their upward social mobility.
Protestants accounted for fewer than 5 percent of the population until the 1960s but grew exponentially by proselytizing and by 2000 made up over 15 percent of Brazilians affiliated with a church. Pentecostals and charismatic groups account for the vast majority of this expansion.
Pentecostal missionaries arrived early in the 20th century. Pentecostal conversions surged during the 1950s and 1960s, when native Brazilians began founding autonomous churches. The most influential included Brasil Para o Cristo (Brazil for Christ), founded in 1955 by Manoel de Mello. With an emphasis on personal salvation, on God's healing power, and on strict moral codes these groups have developed broad appeal, particularly among the booming urban migrant communities. In Brazil, since the mid-1990s, groups committed to uniting black identity, antiracism, and Evangelical theology have rapidly proliferated. Pentecostalism arrived in Brazil with Swedish and American missionaries in 1911. it grew rapidly but endured numerous schisms and splits. In some areas the Evangelical Assemblies of God churches have taken a leadership role in politics since the 1960s. They claimed major credit for the election of Fernando Collor de Mello as president of Brazil in 1990.
According to the 2000 census, 15.4 percent of the Brazilian population was Protestant. Recent research conducted by the Datafolha institute shows that 25 percent of Brazilians are Protestants, of which 19 percent are followers of Pentecostal denominations. The 2010 census found out that 22.2 percent were Protestant at that date. Protestant denominations saw a rapid growth in their number of followers since the last decades of the 20th century. They are politically and socially conservative, and emphasize that God's favor translates into business success. The rich and the poor remained traditional Catholics, while most Evangelical Protestants were in the new lower-middle class – known as the "C class" (in a A–E classification system).
Chesnut argues that Pentecostalism has become "one of the principal organizations of the poor," for these churches provide the sort of social network that teach members the skills they need to thrive in a rapidly developing meritocratic society.
One large Evangelical church that originated from Brazil is the Universal Church of the Kingdom of God (IURD), a neo‐Pentecostal denomination begun in 1977. It now has a presence in many countries, and claims millions of members worldwide.
Protestants remained a small portion of the population until the late-twentieth century, when various Protestant groups experienced a demographic boom that coincided with the increasing violence of the Guatemalan Civil War. Two former Guatemalan heads of state, General Efraín Ríos Montt and Jorge Serrano Elías have been practicing Evangelical Protestants, as is Guatemala's former President, Jimmy Morales. General Montt, an Evangelical from the Pentecostal tradition, came to power through a coup. He escalated the war against leftist guerrilla insurgents as a holy war against atheistic "forces of evil".
Protestant missionary activity in Asia was most successful in Korea. American Presbyterians and Methodists arrived in the 1880s and were well received. Between 1910 and 1945, when Korea was a Japanese colony, Christianity became in part an expression of nationalism in opposition to Japan's efforts to enforce the Japanese language and the Shinto religion. In 1914, out of 16 million people, there were 86,000 Protestants and 79,000 Catholics; by 1934, the numbers were 168,000 and 147,000. Presbyterian missionaries were especially successful. Since the Korean War (1950–53), many Korean Christians have migrated to the U.S., while those who remained behind have risen sharply in social and economic status. Most Korean Protestant churches in the 21st century emphasize their Evangelical heritage. Korean Evangelicalism is characterized by theological conservatism coupled with an emotional revivalist style. Most churches sponsor revival meetings once or twice a year. Missionary work is a high priority, with 13,000 men and women serving in missions across the world, putting Korea in second place just behind the US.
Sukman argues that since 1945, Protestantism has been widely seen by Koreans as the religion of the middle class, youth, intellectuals, urbanites, and modernists. It has been a powerful force supporting South Korea's pursuit of modernity and emulation of the United States, and opposition to the old Japanese colonialism and to the authoritarianism of North Korea.
South Korea has been referred as an "evangelical superpower" for being the home to some of the largest and most dynamic Christian churches in the world; South Korea is also second to the U.S. in the number of missionaries sent abroad.
According to 2015 South Korean census, 9.7 million or 19.7 percent of the population described themselves as Protestants, many of whom belong to Presbyterian churches shaped by Evangelicalism.
According to the 2010 census, 2.68 percent of Filipinos are Evangelicals. The Philippine Council of Evangelical Churches (PCEC), an organization of more than seventy Evangelical and Mainline Protestant churches, and more than 210 para-church organizations in the Philippines, counts more than 11 million members as of 2011.
In 2019, it was reported that Evangelicalism in France was growing, and a new Evangelical church was built every 10 days and now counts 700,000 followers across France.
John Wesley (1703–1791) was an Anglican cleric and theologian who, with his brother Charles Wesley (1707–1788) and fellow cleric George Whitefield (1714–1770), founded Methodism. After 1791 the movement became independent of the Anglican Church as the "Methodist Connection". It became a force in its own right, especially among the working class.
The Clapham Sect was a group of Church of England evangelicals and social reformers based in Clapham, London; they were active 1780s–1840s). John Newton (1725–1807) was the founder. They are described by the historian Stephen Tomkins as "a network of friends and families in England, with William Wilberforce as its center of gravity, who were powerfully bound together by their shared moral and spiritual values, by their religious mission and social activism, by their love for each other, and by marriage".
Evangelicalism was a major force in the Anglican Church from about 1800 to the 1860s. By 1848 when an evangelical John Bird Sumner became Archbishop of Canterbury, between a quarter and a third of all Anglican clergy were linked to the movement, which by then had diversified greatly in its goals and they were no longer considered an organized faction.
In the 21st century there are an estimated 2 million Evangelicals in the UK. According to research performed by the Evangelical Alliance in 2013, 87 percent of UK evangelicals attend Sunday morning church services every week and 63 percent attend weekly or fortnightly small groups. An earlier survey conducted in 2012 found that 92 percent of evangelicals agree it is a Christian's duty to help those in poverty and 45 percent attend a church which has a fund or scheme that helps people in immediate need, and 42 percent go to a church that supports or runs a foodbank. 63 percent believe in tithing, and so give around 10 percent of their income to their church, Christian organizations and various charities 83 percent of UK evangelicals believe that the Bible has supreme authority in guiding their beliefs, views and behavior and 52 percent read or listen to the Bible daily. The Evangelical Alliance, formed in 1846, was the first ecumenical evangelical body in the world and works to unite evangelicals, helping them listen to, and be heard by, the government, media and society.
Since the 70s, the number of Evangelicals and Evangelical congregations has grown strongly in Switzerland. Population censuses suggest that these congregations saw the number of their members triple from 1970 to 2000, qualified as a "spectacular development" by specialists. Sociologists Jörg Stolz and Olivier Favre show that the growth is due to charismatic and Pentecostal groups, while classical evangelical groups are stable and fundamentalist groups are in decline. A quantitative national census on religious congregations reveals the important diversity of evangelicalism in Switzerland.
By the late 19th to early 20th century, most American Protestants were Evangelicals. A bitter divide had arisen between the more liberal-modernist mainline denominations and the fundamentalist denominations, the latter typically consisting of Evangelicals. Key issues included the truth of the Bible—literal or figurative, and teaching of evolution in the schools.
During and after World War II, Evangelicals became increasingly organized. There was a great expansion of Evangelical activity within the United States, "a revival of revivalism". Youth for Christ was formed; it later became the base for Billy Graham's revivals. The National Association of Evangelicals formed in 1942 as a counterpoise to the mainline Federal Council of Churches. In 1942–43, the Old-Fashioned Revival Hour had a record-setting national radio audience. With this organization, though, fundamentalist groups separated from Evangelicals.
According to a Pew Forum on Religion and Public Life study, Evangelicals can be broadly divided into three camps: traditionalist, centrist, and modernist. A 2004 Pew survey identified that while 70.4 percent of Americans call themselves "Christian", Evangelicals only make up 26.3 percent of the population, while Catholics make up 22 percent and mainline Protestants make up 16 percent. Among the Christian population in 2020, mainline Protestants began to outnumber Evangelicals.
Evangelicals have been socially active throughout US history, a tradition dating back to the abolitionist movement of the Antebellum period and the prohibition movement. As a group, evangelicals are most often associated with the Christian right. However, a large number of black self-labeled Evangelicals, and a small proportion of liberal white self-labeled Evangelicals, gravitate towards the Christian left.
Recurrent themes within American Evangelical discourse include abortion, evolution denial, secularism, and the notion of the United States as a Christian nation.
In the 1940s, in the United States, neo-evangelicalism developed the importance of social justice and Christian humanitarian aid actions in Evangelical churches. The majority of evangelical Christian humanitarian organizations were founded in the second half of the 20th century. Among those with the most partner countries, there was the foundation of World Vision International (1950), Samaritan's Purse (1970), Mercy Ships (1978), Prison Fellowship International (1979), International Justice Mission (1997). | [
{
"paragraph_id": 0,
"text": "Evangelicalism (/ˌiːvænˈdʒɛlɪkəlɪzəm, ˌɛvæn-, -ən-/), also called evangelical Christianity or evangelical Protestantism, is a worldwide interdenominational movement within Protestant Christianity that emphasises the centrality of being \"born again\", in which an individual experiences personal conversion; the authority of the Bible as God's revelation to humanity; and spreading the Christian message. The word evangelical comes from the Greek (euangelion) word for \"good news\".",
"title": ""
},
{
"paragraph_id": 1,
"text": "The theological nature of evangelicalism was first explored during the Protestant Reformation in 16th century Europe. Martin Luther's Ninety-Five Theses in 1517 emphasized that scripture and the preaching of the gospel had ultimate authority over the practices of the Church. The origins of modern evangelicalism are usually traced to 1738, with various theological streams contributing to its foundation, including Pietism and Radical Pietism, Puritanism, Quakerism, Presbyterianism and Moravianism (in particular its bishop Nicolaus Zinzendorf and his community at Herrnhut). Preeminently, John Wesley and other early Methodists were at the root of sparking this new movement during the First Great Awakening. Today, evangelicals are found across many Protestant branches, as well as in various denominations around the world, not subsumed to a specific branch. Among leaders and major figures of the evangelical Protestant movement were Nicolaus Zinzendorf, George Fox, John Wesley, George Whitefield, Jonathan Edwards, Billy Graham, Bill Bright, Harold Ockenga, Gudina Tumsa, John Stott, Francisco Olazábal, William J. Seymour, and Martyn Lloyd-Jones.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The movement has long had a presence in the Anglosphere before spreading further afield in the 19th, 20th, and early 21st centuries. The movement gained significant momentum during the 18th and 19th centuries with the Great Awakening in Great Britain and the United States.",
"title": ""
},
{
"paragraph_id": 3,
"text": "As of 2016, there were an estimated 619 million evangelicals in the world, meaning that one in four Christians would be classified as evangelical. The United States has the largest proportion of evangelicals in the world. American evangelicals are a quarter of that nation's population and its single largest religious group. As a transdenominational coalition, evangelicals can be found in nearly every Protestant denomination and tradition, particularly within the Reformed (Continental Reformed, Anglicanism, Presbyterian, Congregational), Plymouth Brethren, Baptist, Methodist (Wesleyan–Arminian), Lutheran, Moravian, Free Church, Mennonite, Quaker, Pentecostal/charismatic and non-denominational churches.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The word evangelical has its etymological roots in the Greek word for \"gospel\" or \"good news\": εὐαγγέλιον euangelion, from eu \"good\", angel- the stem of, among other words, angelos \"messenger, angel\", and the neuter suffix -ion. By the English Middle Ages, the term had expanded semantically to include not only the message, but also the New Testament which contained the message as well as more specifically the Gospels, which portray the life, death, and resurrection of Jesus. The first published use of evangelical in English was in 1531, when William Tyndale wrote \"He exhorteth them to proceed constantly in the evangelical truth.\" One year later, Thomas More wrote the earliest recorded use in reference to a theological distinction when he spoke of \"Tyndale [and] his evangelical brother Barns\".",
"title": "Terminology"
},
{
"paragraph_id": 5,
"text": "During the Reformation, Protestant theologians embraced the term as referring to \"gospel truth\". Martin Luther referred to the evangelische Kirche (\"evangelical church\") to distinguish Protestants from Catholics in the Catholic Church. Into the 21st century, evangelical has continued in use as a synonym for Mainline Protestant in continental Europe. This usage is reflected in the names of Protestant denominations, such as the Evangelical Lutheran Church in America. The German term evangelisch more accurately corresponds to the broad English term Protestant and should not be confused with the narrower German term evangelikal, or the term pietistisch (a term etymologically related to the Pietist and Radical Pietist movements), which are used to described Evangelicalism in the sense used in this article. Mainline Protestant denominations with a Lutheran or semi-Lutheran background, like the Evangelical Lutheran Church in America, the Evangelical Lutheran Church in Canada, and the Evangelical Lutheran Church of England, who are not evangelical in the \"evangelikal\" sense but Protestant in the \"evangelisch\" sense, have translated the German term \"evangelisch\" (or Protestant) into the English term \"Evangelical\", although the two German words have different meanings. In other parts of the world, especially in the English-speaking world, evangelical (German: evangelikal or pietistisch) is commonly applied to describe the interdenominational Born-Again believing movement.",
"title": "Terminology"
},
{
"paragraph_id": 6,
"text": "Christian historian David W. Bebbington writes that, \"Although 'evangelical', with a lower-case initial, is occasionally used to mean 'of the gospel', the term 'Evangelical', with a capital letter, is applied to any aspect of the movement beginning in the 1730s.\" According to the Oxford English Dictionary, evangelicalism was first used in 1831. In 1812, the term \"evangelicalism\" appeared in \"The History of Lynn\" by William Richards. In the summer of 1811 the term \"evangelicalists\" was used in \"The Sin and Danger of Schism\" by Rev. Dr. Andrew Burnaby, Archdeacon of Leicester.",
"title": "Terminology"
},
{
"paragraph_id": 7,
"text": "The term may also be used outside any religious context to characterize a generic missionary, reforming, or redeeming impulse or purpose. For example, The Times Literary Supplement refers to \"the rise and fall of evangelical fervor within the Socialist movement\". This usage refers to evangelism, rather than evangelicalism as discussed here; though sharing an etymology and conceptual basis, the words have diverged significantly in meaning.",
"title": "Terminology"
},
{
"paragraph_id": 8,
"text": "One influential definition of evangelicalism has been proposed by historian David Bebbington. Bebbington notes four distinctive aspects of evangelical faith: conversionism, biblicism, crucicentrism, and activism, noting, \"Together they form a quadrilateral of priorities that is the basis of Evangelicalism.\"",
"title": "Beliefs"
},
{
"paragraph_id": 9,
"text": "Conversionism, or belief in the necessity of being \"born again\", has been a constant theme of evangelicalism since its beginnings. To evangelicals, the central message of the gospel is justification by faith in Christ and repentance, or turning away, from sin. Conversion differentiates the Christian from the non-Christian, and the change in life it leads to is marked by both a rejection of sin and a corresponding personal holiness of life. A conversion experience can be emotional, including grief and sorrow for sin followed by great relief at receiving forgiveness. The stress on conversion differentiates evangelicalism from other forms of Protestantism by the associated belief that an assurance will accompany conversion. Among evangelicals, individuals have testified to both sudden and gradual conversions.",
"title": "Beliefs"
},
{
"paragraph_id": 10,
"text": "Biblicism is reverence for the Bible and high regard for biblical authority. All evangelicals believe in biblical inspiration, though they disagree over how this inspiration should be defined. Many evangelicals believe in biblical inerrancy, while other evangelicals believe in biblical infallibility.",
"title": "Beliefs"
},
{
"paragraph_id": 11,
"text": "Crucicentrism is the centrality that evangelicals give to the Atonement, the saving death and the resurrection of Jesus, that offers forgiveness of sins and new life. This is understood most commonly in terms of a substitutionary atonement, in which Christ died as a substitute for sinful humanity by taking on himself the guilt and punishment for sin.",
"title": "Beliefs"
},
{
"paragraph_id": 12,
"text": "Activism describes the tendency toward active expression and sharing of the gospel in diverse ways that include preaching and social action. This aspect of evangelicalism continues to be seen today in the proliferation of evangelical voluntary religious groups and parachurch organizations.",
"title": "Beliefs"
},
{
"paragraph_id": 13,
"text": "The word church has several meanings among evangelicals. It can refer to the universal church (the body of Christ) including all Christians everywhere. It can also refer to the church (congregation), which is the visible representation of the invisible church. It is responsible for teaching and administering the sacraments or ordinances (baptism and the Lord's Supper, but some evangelicals also count footwashing as an ordinance as well).",
"title": "Beliefs"
},
{
"paragraph_id": 14,
"text": "Many evangelical traditions adhere to the doctrine of the believers' Church, which teaches that one becomes a member of the Church by the new birth and profession of faith. This originated in the Radical Reformation with Anabaptists but is held by denominations that practice believer's baptism. Evangelicals in the Anglican, Methodist and Reformed traditions practice infant baptism as one's initiation into the community of faith and the New Testament counterpart to circumcision, while also stressing the necessity of personal conversion later in life for salvation.",
"title": "Beliefs"
},
{
"paragraph_id": 15,
"text": "Some evangelical denominations operate according to episcopal polity or presbyterian polity. However, the most common form of church government within Evangelicalism is congregational polity. This is especially common among nondenominational evangelical churches. Many churches are members of a national and international denomination for a cooperative relationship in common organizations, for the mission and social areas, such as humanitarian aid, schools, theological institutes and hospitals. Common ministries within evangelical congregations are pastor, elder, deacon, evangelist and worship leader. The ministry of bishop with a function of supervision over churches on a regional or national scale is present in all the Evangelical Christian denominations, even if the titles president of the council or general overseer are mainly used for this function. The term bishop is explicitly used in certain denominations. Some evangelical denominations are members of the World Evangelical Alliance and its 129 national alliances.",
"title": "Beliefs"
},
{
"paragraph_id": 16,
"text": "Some evangelical denominations officially authorize the ordination of women in churches. The female ministry is justified by the fact that Mary Magdalene was chosen by Jesus to announce his resurrection to the apostles. The first Baptist woman who was consecrated pastor is the American Clarissa Danforth in the denomination Free Will Baptist in 1815. In 1882, in the American Baptist Churches USA. In the Assemblies of God of the United States, since 1927. In 1965, in the National Baptist Convention, USA. In 1969, in the Progressive National Baptist Convention. In 1975, in The Foursquare Church.",
"title": "Beliefs"
},
{
"paragraph_id": 17,
"text": "For evangelicals, there are three interrelated meanings to the term worship. It can refer to living a \"God-pleasing and God-focused way of life\", specific actions of praise to God, and a public Worship service. Diversity characterizes evangelical worship practices. Liturgical, contemporary, charismatic and seeker-sensitive worship styles can all be found among evangelical churches. Overall, evangelicals tend to be more flexible and experimental with worship practices than mainline Protestant churches. It is usually run by a Christian pastor. A service is often divided into several parts, including congregational singing, a sermon, intercessory prayer, and other ministry. During worship there is usually a nursery for babies. Children and young people receive an adapted education, Sunday school, in a separate room.",
"title": "Beliefs"
},
{
"paragraph_id": 18,
"text": "Places of worship are usually called \"churches\". In some megachurches, the building is called \"campus\". The architecture of places of worship is mainly characterized by its sobriety. The Latin cross is one of the only spiritual symbols that can usually be seen on the building of an evangelical church and that identifies the place's belonging.",
"title": "Beliefs"
},
{
"paragraph_id": 19,
"text": "Some services take place in theaters, schools or multipurpose rooms, rented for Sunday only. Because of their understanding of the second of the Ten Commandments, some evangelicals do not have religious material representations such as statues, icons, or paintings in their places of worship. There is usually a baptistery on what is variously known as the chancel (also called sanctuary) or stage, though they may be alternatively found in a separate room, for the baptisms by immersion.",
"title": "Beliefs"
},
{
"paragraph_id": 20,
"text": "In some countries of the world which apply sharia or communism, government authorizations for worship are complex for Evangelical Christians. Because of persecution of Christians, Evangelical house churches are the only option for many Christians to live their faith in community. For example, there is the Evangelical house churches in China movement. The meetings thus take place in private houses, in secret and in illegality.",
"title": "Beliefs"
},
{
"paragraph_id": 21,
"text": "The main Christian feasts celebrated by the Evangelicals are Christmas, Pentecost (by a majority of Evangelical denominations) and Easter for all believers.",
"title": "Beliefs"
},
{
"paragraph_id": 22,
"text": "Evangelical churches have been involved in the establishment of elementary and secondary schools. It also enabled the development of several bible colleges, colleges and universities in the United States during the 19th century. Other evangelical universities have been established in various countries of the world.",
"title": "Beliefs"
},
{
"paragraph_id": 23,
"text": "The Council for Christian Colleges and Universities was founded in 1976. In 2023, the CCCU had 185 members in 21 countries.",
"title": "Beliefs"
},
{
"paragraph_id": 24,
"text": "The Association of Christian Schools International was founded in 1978 by 3 American associations of evangelical Christian schools. Various international schools have joined the network. In 2023, it had 23,000 schools in 100 countries.",
"title": "Beliefs"
},
{
"paragraph_id": 25,
"text": "The International Council for Evangelical Theological Education was founded in 1980 by the Theological Commission of the World Evangelical Alliance. In 2023, it had 850 member schools in 113 countries.",
"title": "Beliefs"
},
{
"paragraph_id": 26,
"text": "In matters of sexuality, several evangelical churches promote the virginity pledge (abstinence pledge) among young evangelical Christians, who are invited to commit themselves, during a public ceremony, to sexual abstinence until Christian marriage. This pledge is often symbolized by a purity ring.",
"title": "Beliefs"
},
{
"paragraph_id": 27,
"text": "In some evangelical churches, young adults and unmarried couples are encouraged to marry early in order to live a sexuality according to the will of God.",
"title": "Beliefs"
},
{
"paragraph_id": 28,
"text": "A 2009 American study of the National Campaign to Prevent Teen and Unplanned Pregnancy reported that 80 percent of young, unmarried evangelicals had had sex and that 42 percent were in a relationship with sex, when surveyed.",
"title": "Beliefs"
},
{
"paragraph_id": 29,
"text": "The majority of evangelical Christian churches are against abortion and support adoption agencies and social support agencies for young mothers.",
"title": "Beliefs"
},
{
"paragraph_id": 30,
"text": "Masturbation is seen as forbidden by some evangelical pastors because of the sexual thoughts that may accompany it. However, evangelical pastors have pointed out that the practice has been erroneously associated with Onan by scholars, that it is not a sin if it is not practiced with fantasies or compulsively, and that it was useful in a married couple, if his or her partner did not have the same frequency of sexual needs.",
"title": "Beliefs"
},
{
"paragraph_id": 31,
"text": "Some evangelical churches speak only of sexual abstinence and do not speak of sexuality in marriage. Other evangelical churches in the United States and Switzerland speak of satisfying sexuality as a gift from God and a component of a Christian marriage harmonious, in messages during worship services or conferences. Many evangelical books and websites are specialized on the subject. The book The Act of Marriage: The Beauty of Sexual Love published in 1976 by Baptist pastor Tim LaHaye and his wife Beverly LaHaye was a pioneer in the field.",
"title": "Beliefs"
},
{
"paragraph_id": 32,
"text": "The perceptions of homosexuality in the Evangelical Churches are varied. They range from liberal to fundamentalist or moderate Conservative and neutral. A 2011 Pew Research Center study found that 84 percent of evangelical leaders surveyed believed homosexuality should be discouraged. It is in the fundamentalist conservative positions, that there are antigay activists on TV or radio who claim that homosexuality is the cause of many social problems, such as terrorism. Some churches have a Conservative moderate position. Although they do not approve homosexual practices, they claim to show sympathy and respect for homosexuals. Some evangelical denominations have adopted neutral positions, leaving the choice to local churches to decide for same-sex marriage. There are some international evangelical denominations that are gay-friendly.",
"title": "Beliefs"
},
{
"paragraph_id": 33,
"text": "The christian marriage is presented by some churches as a protection against sexual misconduct and a compulsory step to obtain a position of responsibility in the church. This concept, however, has been challenged by numerous sex scandals involving married evangelical leaders. Finally, evangelical theologians recalled that celibacy should be more valued in the Church today, since the gift of celibacy was taught and lived by Jesus Christ and Paul of Tarsus.",
"title": "Beliefs"
},
{
"paragraph_id": 34,
"text": "For a majority of evangelical Christians, a belief in biblical inerrancy ensures that the miracles described in the Bible are still relevant and may be present in the life of the believer. Healings, academic or professional successes, the birth of a child after several attempts, the end of an addiction, etc., would be tangible examples of God's intervention with the faith and prayer, by the Holy Spirit. In the 1980s, the neo-charismatic movement re-emphasized miracles and faith healing. In certain churches, a special place is thus reserved for faith healings with laying on of hands during worship services or for evangelization campaigns. Faith healing or divine healing is considered to be an inheritance of Jesus acquired by his death and resurrection. This view is typically ascribed to Pentecostal denominations, and not others that are cessationist (believing that miraculous gifts have ceased.)",
"title": "Beliefs"
},
{
"paragraph_id": 35,
"text": "In terms of denominational beliefs regarding science and the origin of the earth and human life, some evangelicals support young Earth creationism. For example, Answers in Genesis, founded in Australia in 1986, is an evangelical organization that seeks to defend the thesis. In 2007, they founded the Creation Museum in Petersburg, in Kentucky and in 2016 the Ark Encounter in Williamstown. Since the end of the 20th century, literalist creationism has been abandoned by some evangelicals in favor of intelligent design. For example, the think tank Discovery Institute, established in 1991 in Seattle, defends this thesis. Other evangelicals who accept the scientific consensus on evolution and the age of Earth believe in theistic evolution or evolutionary creation—the notion that God used the process of evolution to create life; a Christian organization that espouses this view is the BioLogos Foundation.",
"title": "Beliefs"
},
{
"paragraph_id": 36,
"text": "The Reformed, Baptist, Methodist, Pentecostal, Churches of Christ, Plymouth Brethren, charismatic Protestant, and nondenominational Protestant traditions have all had strong influence within contemporary evangelicalism. Some Anabaptist denominations (such as the Brethren Church) are evangelical, and some Lutherans self-identify as evangelicals. There are also evangelical Anglicans and Quakers.",
"title": "Diversity"
},
{
"paragraph_id": 37,
"text": "In the early 20th century, evangelical influence declined within mainline Protestantism and Christian fundamentalism developed as a distinct religious movement. Between 1950 and 2000 a mainstream evangelical consensus developed that sought to be more inclusive and more culturally relevant than fundamentalism while maintaining theologically conservative Protestant teaching. According to Brian Stanley, professor of world Christianity, this new postwar consensus is termed neoevangelicalism, the new evangelicalism, or simply evangelicalism in the United States, while in Great Britain and in other English-speaking countries, it is commonly termed conservative evangelicalism. Over the years, less conservative evangelicals have challenged this mainstream consensus to varying degrees. Such movements have been classified by a variety of labels, such as progressive, open, postconservative, and postevangelical.",
"title": "Diversity"
},
{
"paragraph_id": 38,
"text": "Evangelical leaders like Tony Perkins of the Family Research Council have called attention to the problem of equating the term Christian right with theological conservatism and Evangelicalism. Although evangelicals constitute the core constituency of the Christian right within the United States, not all evangelicals fit that political description (and not all of the Christian right are evangelicals). The problem of describing the Christian right which in most cases is conflated with theological conservatism in secular media, is further complicated by the fact that the label religious conservative or conservative Christian applies to other religious groups who are theologically, socially, and culturally conservative but do not have overtly political organizations associated with some of these Christian denominations, which are usually uninvolved, uninterested, apathetic, or indifferent towards politics. Tim Keller, an Evangelical theologian and Presbyterian Church in America pastor, shows that Conservative Christianity (theology) predates the Christian right (politics), and that being a theological conservative didn't necessitate being a political conservative, that some political progressive views around economics, helping the poor, the redistribution of wealth, and racial diversity are compatible with theologically conservative Christianity. Rod Dreher, a senior editor for The American Conservative, a secular conservative magazine, also argues the same differences, even claiming that a \"traditional Christian\" a theological conservative, can simultaneously be left on economics (economic progressive) and even a socialist at that while maintaining traditional Christian beliefs.",
"title": "Diversity"
},
{
"paragraph_id": 39,
"text": "Outside of self-consciously evangelical denominations, there is a broader \"evangelical streak\" in mainline Protestantism. Mainline Protestant churches predominantly have a liberal theology while evangelical churches predominantly have a fundamentalist or moderate conservative theology.",
"title": "Diversity"
},
{
"paragraph_id": 40,
"text": "Some commentators have complained that Evangelicalism as a movement is too broad and its definition too vague to be of any practical value. Theologian Donald Dayton has called for a \"moratorium\" on use of the term. Historian D. G. Hart has also argued that \"evangelicalism needs to be relinquished as a religious identity because it does not exist\".",
"title": "Diversity"
},
{
"paragraph_id": 41,
"text": "Christian fundamentalism has been called a subset or \"subspecies\" of Evangelicalism. Fundamentalism regards biblical inerrancy, the virgin birth of Jesus, penal substitutionary atonement, the literal resurrection of Christ, and the Second Coming of Christ as fundamental Christian doctrines. Fundamentalism arose among evangelicals in the 1920s—primarily as an American phenomenon, but with counterparts in Britain and British Empire—to combat modernist or liberal theology in mainline Protestant churches. Failing to reform the mainline churches, fundamentalists separated from them and established their own churches, refusing to participate in ecumenical organizations (such as the National Council of Churches, founded in 1950), and making separatism (rigid separation from nonfundamentalist churches and their culture) a true test of faith. Most fundamentalists are Baptists and dispensationalist or Pentecostals and Charismatics.",
"title": "Diversity"
},
{
"paragraph_id": 42,
"text": "Great emphasis is placed on the literal interpretation of the Bible as the primary method of Bible study as well as the biblical inerrancy and the infallibility of their interpretation.",
"title": "Diversity"
},
{
"paragraph_id": 43,
"text": "Mainstream evangelicalism is historically divided between two main orientations: confessionalism and revivalism. These two streams have been critical of each other. Confessional evangelicals have been suspicious of unguarded religious experience, while revivalist evangelicals have been critical of overly intellectual teaching that (they suspect) stifles vibrant spirituality. In an effort to broaden their appeal, many contemporary evangelical congregations intentionally avoid identifying with any single form of evangelicalism. These \"generic evangelicals\" are usually theologically and socially conservative, but their churches often present themselves as nondenominational (or, if a denominational member, strongly deemphasize its ties to such, such as a church name which excludes the denominational name) within the broader evangelical movement.",
"title": "Diversity"
},
{
"paragraph_id": 44,
"text": "In the words of Albert Mohler, president of the Southern Baptist Theological Seminary, confessional evangelicalism refers to \"that movement of Christian believers who seek a constant convictional continuity with the theological formulas of the Protestant Reformation\". While approving of the evangelical distinctions proposed by Bebbington, confessional evangelicals believe that authentic evangelicalism requires more concrete definition in order to protect the movement from theological liberalism and from heresy. According to confessional evangelicals, subscription to the ecumenical creeds and to the Reformation-era confessions of faith (such as the confessions of the Reformed churches) provides such protection. Confessional evangelicals are represented by conservative Presbyterian churches (emphasizing the Westminster Confession), certain Baptist churches that emphasize historic Baptist confessions such as the Second London Confession, evangelical Anglicans who emphasize the Thirty-Nine Articles (such as in the Anglican Diocese of Sydney, Australia), Methodist churches that adhere to the Articles of Religion, and some confessional Lutherans with pietistic convictions.",
"title": "Diversity"
},
{
"paragraph_id": 45,
"text": "The emphasis on historic Protestant orthodoxy among confessional evangelicals stands in direct contrast to an anticreedal outlook that has exerted its own influence on evangelicalism, particularly among churches strongly affected by revivalism and by pietism. Revivalist evangelicals are represented by some quarters of Methodism, the Wesleyan Holiness churches, the Pentecostal and charismatic churches, some Anabaptist churches, and some Baptists and Presbyterians. Revivalist evangelicals tend to place greater emphasis on religious experience than their confessional counterparts.",
"title": "Diversity"
},
{
"paragraph_id": 46,
"text": "Moderate evangelical Christianity emerged in the 1940s in the United States in response to the Fundamentalist movement of the 1910s. In the late 1940s, evangelical theologians from Fuller Theological Seminary founded in Pasadena, California, in 1947, championed the Christian importance of social activism. In this movement called neo-evangelicalism, new organizations, social agencies, media and Bible colleges were established in the 1950s.",
"title": "Diversity"
},
{
"paragraph_id": 47,
"text": "Evangelicals dissatisfied with the movement's fundamentalism mainstream have been variously described as progressive evangelicals, postconservative evangelicals, open evangelicals and postevangelicals. Progressive evangelicals, also known as the evangelical left, share theological or social views with other progressive Christians while also identifying with evangelicalism. Progressive evangelicals commonly advocate for women's equality, pacifism and social justice.",
"title": "Diversity"
},
{
"paragraph_id": 48,
"text": "As described by Baptist theologian Roger E. Olson, postconservative evangelicalism is a theological school of thought that adheres to the four marks of evangelicalism, while being less rigid and more inclusive of other Christians. According to Olson, postconservatives believe that doctrinal truth is secondary to spiritual experience shaped by Scripture. Postconservative evangelicals seek greater dialogue with other Christian traditions and support the development of a multicultural evangelical theology that incorporates the voices of women, racial minorities, and Christians in the developing world. Some postconservative evangelicals also support open theism and the possibility of near universal salvation.",
"title": "Diversity"
},
{
"paragraph_id": 49,
"text": "The term \"open evangelical\" refers to a particular Christian school of thought or churchmanship, primarily in Great Britain (especially in the Church of England). Open evangelicals describe their position as combining a traditional evangelical emphasis on the nature of scriptural authority, the teaching of the ecumenical creeds and other traditional doctrinal teachings, with an approach towards culture and other theological points-of-view which tends to be more inclusive than that taken by other evangelicals. Some open evangelicals aim to take a middle position between conservative and charismatic evangelicals, while others would combine conservative theological emphases with more liberal social positions.",
"title": "Diversity"
},
{
"paragraph_id": 50,
"text": "British author Dave Tomlinson coined the phrase postevangelical to describe a movement comprising various trends of dissatisfaction among evangelicals. Others use the term with comparable intent, often to distinguish evangelicals in the emerging church movement from postevangelicals and antievangelicals. Tomlinson argues that \"linguistically, the distinction [between evangelical and postevangelical] resembles the one that sociologists make between the modern and postmodern eras\".",
"title": "Diversity"
},
{
"paragraph_id": 51,
"text": "Evangelicalism emerged in the 18th century, first in Britain and its North American colonies. Nevertheless, there were earlier developments within the larger Protestant world that preceded and influenced the later evangelical revivals. According to religion scholar Randall Balmer, Evangelicalism resulted \"from the confluence of Pietism, Presbyterianism, and the vestiges of Puritanism. Evangelicalism picked up the peculiar characteristics from each strain – warmhearted spirituality from the Pietists (for instance), doctrinal precisionism from the Presbyterians, and individualistic introspection from the Puritans\". Historian Mark Noll adds to this list High Church Anglicanism, which contributed to Evangelicalism a legacy of \"rigorous spirituality and innovative organization.\"",
"title": "History"
},
{
"paragraph_id": 52,
"text": "During the 17th century, Pietism emerged in Europe as a movement for the revival of piety and devotion within the Lutheran church. As a protest against \"cold orthodoxy\" or against an overly formal and rational Christianity, Pietists advocated for an experiential religion that stressed high moral standards both for clergy and for lay people. The movement included both Christians who remained in the liturgical, state churches as well as separatist groups who rejected the use of baptismal fonts, altars, pulpits, and confessionals. As Radical Pietism spread, the movement's ideals and aspirations influenced and were absorbed by evangelicals.",
"title": "History"
},
{
"paragraph_id": 53,
"text": "When George Fox, who is considered the father of Quakerism, was eleven, he wrote that God spoke to him about \"keeping pure and being faithful to God and man.\" After being troubled when his friends asked him to drink alcohol with them at the age of nineteen, Fox spent the night in prayer and soon afterwards he left his home in a four year search for spiritual satisfaction. In his Journal, at age 23, he believed that he \"found through faith in Jesus Christ the full assurance of salvation.\" Fox began to spread his message and his emphasis on \"the necessity of an inward transformation of heart\", as well as the possibility of Christian perfection, drew opposition from English clergy and laity. In the mid-1600s, many people became attracted to Fox's preaching and his followers became known as the Religious Society of Friends. By 1660, the Quakers grew to 35,000 and are considered to be among the first in the evangelical Christian movement.",
"title": "History"
},
{
"paragraph_id": 54,
"text": "The Presbyterian heritage not only gave Evangelicalism a commitment to Protestant orthodoxy but also contributed a revival tradition that stretched back to the 1620s in Scotland and Northern Ireland. Central to this tradition was the communion season, which normally occurred in the summer months. For Presbyterians, celebrations of Holy Communion were infrequent but popular events preceded by several Sundays of preparatory preaching and accompanied with preaching, singing, and prayers.",
"title": "History"
},
{
"paragraph_id": 55,
"text": "Puritanism combined Calvinism with a doctrine that conversion was a prerequisite for church membership and with an emphasis on the study of Scripture by lay people. It took root in the colonies of New England, where the Congregational church became an established religion. There the Half-Way Covenant of 1662 allowed parents who had not testified to a conversion experience to have their children baptized, while reserving Holy Communion for converted church members alone. By the 18th century Puritanism was in decline and many ministers expressed alarm at the loss of religious piety. This concern over declining religious commitment led many people to support evangelical revival.",
"title": "History"
},
{
"paragraph_id": 56,
"text": "High-Church Anglicanism also exerted influence on early Evangelicalism. High Churchmen were distinguished by their desire to adhere to primitive Christianity. This desire included imitating the faith and ascetic practices of early Christians as well as regularly partaking of Holy Communion. High Churchmen were also enthusiastic organizers of voluntary religious societies. Two of the most prominent were the Society for Promoting Christian Knowledge (founded in London in 1698), which distributed Bibles and other literature and built schools, and the Society for the Propagation of the Gospel in Foreign Parts, which was founded in England in 1701 to facilitate missionary work in British colonies (especially among colonists in North America). Samuel and Susanna Wesley, the parents of John and Charles Wesley (born 1703 and 1707 respectively), were both devoted advocates of High-Church ideas.",
"title": "History"
},
{
"paragraph_id": 57,
"text": "In the 1730s, Evangelicalism emerged as a distinct phenomenon out of religious revivals that began in Britain and New England. While religious revivals had occurred within Protestant churches in the past, the evangelical revivals that marked the 18th century were more intense and radical. Evangelical revivalism imbued ordinary men and women with a confidence and enthusiasm for sharing the gospel and converting others outside of the control of established churches, a key discontinuity with the Protestantism of the previous era.",
"title": "History"
},
{
"paragraph_id": 58,
"text": "It was developments in the doctrine of assurance that differentiated Evangelicalism from what went before. Bebbington says, \"The dynamism of the Evangelical movement was possible only because its adherents were assured in their faith.\" He goes on:",
"title": "History"
},
{
"paragraph_id": 59,
"text": "Whereas the Puritans had held that assurance is rare, late and the fruit of struggle in the experience of believers, the Evangelicals believed it to be general, normally given at conversion and the result of simple acceptance of the gift of God. The consequence of the altered form of the doctrine was a metamorphosis in the nature of popular Protestantism. There was a change in patterns of piety, affecting devotional and practical life in all its departments. The shift, in fact, was responsible for creating in Evangelicalism a new movement and not merely a variation on themes heard since the Reformation.",
"title": "History"
},
{
"paragraph_id": 60,
"text": "The first local revival occurred in Northampton, Massachusetts, under the leadership of Congregationalist minister Jonathan Edwards. In the fall of 1734, Edwards preached a sermon series on \"Justification By Faith Alone\", and the community's response was extraordinary. Signs of religious commitment among the laity increased, especially among the town's young people. The revival ultimately spread to 25 communities in western Massachusetts and central Connecticut until it began to wane by the spring of 1735. Edwards was heavily influenced by Pietism, so much so that one historian has stressed his \"American Pietism\". One practice clearly copied from European Pietists was the use of small groups divided by age and gender, which met in private homes to conserve and promote the fruits of revival.",
"title": "History"
},
{
"paragraph_id": 61,
"text": "At the same time, students at Yale University (at that time Yale College) in New Haven, Connecticut, were also experiencing revival. Among them was Aaron Burr, Sr., who would become a prominent Presbyterian minister and future president of Princeton University. In New Jersey, Gilbert Tennent, another Presbyterian minister, was preaching the evangelical message and urging the Presbyterian Church to stress the necessity of converted ministers.",
"title": "History"
},
{
"paragraph_id": 62,
"text": "The spring of 1735 also marked important events in England and Wales. Howell Harris, a Welsh schoolteacher, had a conversion experience on May 25 during a communion service. He described receiving assurance of God's grace after a period of fasting, self-examination, and despair over his sins. Sometime later, Daniel Rowland, the Anglican curate of Llangeitho, Wales, experienced conversion as well. Both men began preaching the evangelical message to large audiences, becoming leaders of the Welsh Methodist revival. At about the same time that Harris experienced conversion in Wales, George Whitefield was converted at Oxford University after his own prolonged spiritual crisis. Whitefield later remarked, \"About this time God was pleased to enlighten my soul and bring me into the knowledge of His free grace, and the necessity of being justified in His sight by faith only.\"",
"title": "History"
},
{
"paragraph_id": 63,
"text": "Whitefield's fellow Holy Club member and spiritual mentor, Charles Wesley, reported an evangelical conversion in 1738. In the same week, Charles' brother and future founder of Methodism, John Wesley was also converted after a long period of inward struggle. During this spiritual crisis, John Wesley was directly influenced by Pietism. Two years before his conversion, Wesley had traveled to the newly established colony of Georgia as a missionary for the Society for Promoting Christian Knowledge. He shared his voyage with a group of Moravian Brethren led by August Gottlieb Spangenberg. The Moravians' faith and piety deeply impressed Wesley, especially their belief that it was a normal part of Christian life to have an assurance of one's salvation. Wesley recounted the following exchange with Spangenberg on February 7, 1736:",
"title": "History"
},
{
"paragraph_id": 64,
"text": "[Spangenberg] said, \"My brother, I must first ask you one or two questions. Have you the witness within yourself? Does the Spirit of God bear witness with your spirit that you are a child of God?\" I was surprised, and knew not what to answer. He observed it, and asked, \"Do you know Jesus Christ?\" I paused, and said, \"I know he is the Savior of the world.\" \"True,\" he replied, \"but do you know he has saved you?\" I answered, \"I hope he has died to save me.\" He only added, \"Do you know yourself?\" I said, \"I do.\" But I fear they were vain words.",
"title": "History"
},
{
"paragraph_id": 65,
"text": "Wesley finally received the assurance he had been searching for at a meeting of a religious society in London. While listening to a reading from Martin Luther's preface to the Epistle to the Romans, Wesley felt spiritually transformed:",
"title": "History"
},
{
"paragraph_id": 66,
"text": "About a quarter before nine, while [the speaker] was describing the change which God works in the heart through faith in Christ, I felt my heart strangely warmed. I felt I did trust in Christ, Christ alone for salvation, and an assurance was given me that he had taken away my sins, even mine, and saved me from the law of sin and death.",
"title": "History"
},
{
"paragraph_id": 67,
"text": "Pietism continued to influence Wesley, who had translated 33 Pietist hymns from German to English. Numerous German Pietist hymns became part of the English Evangelical repertoire. By 1737, Whitefield had become a national celebrity in England where his preaching drew large crowds, especially in London where the Fetter Lane Society had become a center of evangelical activity. Whitfield joined forces with Edwards to \"fan the flame of revival\" in the Thirteen Colonies in 1739–40. Soon the First Great Awakening stirred Protestants throughout America.",
"title": "History"
},
{
"paragraph_id": 68,
"text": "Evangelical preachers emphasized personal salvation and piety more than ritual and tradition. Pamphlets and printed sermons crisscrossed the Atlantic, encouraging the revivalists. The Awakening resulted from powerful preaching that gave listeners a sense of deep personal revelation of their need of salvation by Jesus Christ. Pulling away from ritual and ceremony, the Great Awakening made Christianity intensely personal to the average person by fostering a deep sense of spiritual conviction and redemption, and by encouraging introspection and a commitment to a new standard of personal morality. It reached people who were already church members. It changed their rituals, their piety and their self-awareness. To the evangelical imperatives of Reformation Protestantism, 18th century American Christians added emphases on divine outpourings of the Holy Spirit and conversions that implanted within new believers an intense love for God. Revivals encapsulated those hallmarks and forwarded the newly created Evangelicalism into the early republic.",
"title": "History"
},
{
"paragraph_id": 69,
"text": "By the 1790s, the Evangelical party in the Church of England remained a small minority but were not without influence. John Newton and Joseph Milner were influential evangelical clerics. Evangelical clergy networked together through societies such as the Eclectic Society in London and the Elland Society in Yorkshire. The Old Dissenter denominations (the Baptists, Congregationalists and Quakers) were falling under evangelical influence, with the Baptists most affected and Quakers the least. Evangelical ministers dissatisfied with both Anglicanism and Methodism often chose to work within these churches. In the 1790s, all of these evangelical groups, including the Anglicans, were Calvinist in orientation.",
"title": "History"
},
{
"paragraph_id": 70,
"text": "Methodism (the \"New Dissent\") was the most visible expression of evangelicalism by the end of the 18th century. The Wesleyan Methodists boasted around 70,000 members throughout the British Isles, in addition to the Calvinistic Methodists in Wales and the Countess of Huntingdon's Connexion, which was organized under George Whitefield's influence. The Wesleyan Methodists, however, were still nominally affiliated with the Church of England and would not completely separate until 1795, four years after Wesley's death. The Wesleyan Methodist Church's Arminianism distinguished it from the other evangelical groups.",
"title": "History"
},
{
"paragraph_id": 71,
"text": "At the same time, evangelicals were an important faction within the Presbyterian Church of Scotland. Influential ministers included John Erskine, Henry Wellwood Moncrieff and Stevenson Macgill. The church's General Assembly, however, was controlled by the Moderate Party, and evangelicals were involved in the First and Second Secessions from the national church during the 18th century.",
"title": "History"
},
{
"paragraph_id": 72,
"text": "The start of the 19th century saw an increase in missionary work and many of the major missionary societies were founded around this time (see Timeline of Christian missions). Both the Evangelical and high church movements sponsored missionaries.",
"title": "History"
},
{
"paragraph_id": 73,
"text": "The Second Great Awakening (which actually began in 1790) was primarily an American revivalist movement and resulted in substantial growth of the Methodist and Baptist churches. Charles Grandison Finney was an important preacher of this period.",
"title": "History"
},
{
"paragraph_id": 74,
"text": "In Britain in addition to stressing the traditional Wesleyan combination of \"Bible, cross, conversion, and activism\", the revivalist movement sought a universal appeal, hoping to include rich and poor, urban and rural, and men and women. Special efforts were made to attract children and to generate literature to spread the revivalist message.",
"title": "History"
},
{
"paragraph_id": 75,
"text": "\"Christian conscience\" was used by the British Evangelical movement to promote social activism. Evangelicals believed activism in government and the social sphere was an essential method in reaching the goal of eliminating sin in a world drenched in wickedness. The Evangelicals in the Clapham Sect included figures such as William Wilberforce who successfully campaigned for the abolition of slavery.",
"title": "History"
},
{
"paragraph_id": 76,
"text": "In the late 19th century, the revivalist Wesleyan-Holiness movement based on John Wesley's doctrine of \"entire sanctification\" came to the forefront, and while many adherents remained within mainline Methodism, others established new denominations, such as the Free Methodist Church and Wesleyan Methodist Church. In urban Britain the Holiness message was less exclusive and censorious.",
"title": "History"
},
{
"paragraph_id": 77,
"text": "Keswickianism taught the doctrine of the second blessing in non-Methodist circles and came to influence evangelicals of the Calvinistic (Reformed) tradition, leading to the establishment of denominations such as the Christian and Missionary Alliance.",
"title": "History"
},
{
"paragraph_id": 78,
"text": "John Nelson Darby of the Plymouth Brethren was a 19th-century Irish Anglican minister who devised modern dispensationalism, an innovative Protestant theological interpretation of the Bible that was incorporated in the development of modern Evangelicalism. Cyrus Scofield further promoted the influence of dispensationalism through the explanatory notes to his Scofield Reference Bible. According to scholar Mark S. Sweetnam, who takes a cultural studies perspective, dispensationalism can be defined in terms of its Evangelicalism, its insistence on the literal interpretation of Scripture, its recognition of stages in God's dealings with humanity, its expectation of the imminent return of Christ to rapture His saints, and its focus on both apocalypticism and premillennialism.",
"title": "History"
},
{
"paragraph_id": 79,
"text": "During the 19th century, the megachurches, churches with more than 2,000 people, began to develop. The first evangelical megachurch, the Metropolitan Tabernacle with a 6000-seat auditorium, was inaugurated in 1861 in London by Charles Spurgeon. Dwight L. Moody founded the Illinois Street Church in Chicago.",
"title": "History"
},
{
"paragraph_id": 80,
"text": "An advanced theological perspective came from the Princeton theologians from the 1850s to the 1920s, such as Charles Hodge, Archibald Alexander and B.B. Warfield.",
"title": "History"
},
{
"paragraph_id": 81,
"text": "After 1910 the Fundamentalist movement dominated Evangelicalism in the early part of the 20th century; the Fundamentalists rejected liberal theology and emphasized the inerrancy of the Scriptures.",
"title": "History"
},
{
"paragraph_id": 82,
"text": "Following the 1904–1905 Welsh revival, the Azusa Street Revival in 1906 began the spread of Pentecostalism in North America.",
"title": "History"
},
{
"paragraph_id": 83,
"text": "The 20th century also marked by the emergence of the televangelism. Aimee Semple McPherson, who founded the megachurch Angelus Temple in Los Angeles, used radio in the 1920s to reach a wider audience.",
"title": "History"
},
{
"paragraph_id": 84,
"text": "After the Scopes trial in 1925, Christian Century wrote of \"Vanishing Fundamentalism\". In 1929 Princeton University, once the bastion of conservative theology, added several modernists to its faculty, resulting in the departure of J. Gresham Machen and a split in the Presbyterian Church in the United States of America.",
"title": "History"
},
{
"paragraph_id": 85,
"text": "Evangelicalism began to reassert itself in the second half of the 1930s. One factor was the advent of the radio as a means of mass communication. When [Charles E. Fuller] began his \"Old Fashioned Revival Hour\" on October 3, 1937, he sought to avoid the contentious issues that had caused fundamentalists to be characterized as narrow.",
"title": "History"
},
{
"paragraph_id": 86,
"text": "One hundred forty-seven representatives from thirty-four denominations met from April 7 through 9, 1942, in St. Louis, Missouri, for a \"National Conference for United Action among Evangelicals.\" The next year six hundred representatives in Chicago established the National Association of Evangelicals (NAE) with Harold Ockenga as its first president. The NAE was partly a reaction to the founding of the American Council of Christian Churches (ACCC) under the leadership of the fundamentalist Carl McIntire. The ACCC in turn had been founded to counter the influence of the Federal Council of Churches (later merged into the National Council of Churches), which fundamentalists saw as increasingly embracing modernism in its ecumenism. Those who established the NAE had come to view the name fundamentalist as \"an embarrassment instead of a badge of honor.\"",
"title": "History"
},
{
"paragraph_id": 87,
"text": "Evangelical revivalist radio preachers organized themselves in the National Religious Broadcasters in 1944 in order to regulate their activity.",
"title": "History"
},
{
"paragraph_id": 88,
"text": "With the founding of the NAE, American Protestantism was divided into three large groups—the fundamentalists, the modernists, and the new evangelicals, who sought to position themselves between the other two. In 1947 Harold Ockenga coined the term neo-evangelicalism to identify a movement distinct from fundamentalism. The neo-evangelicals had three broad characteristics that distinguished them from the conservative fundamentalism of the ACCC:",
"title": "History"
},
{
"paragraph_id": 89,
"text": "Each of these characteristics took concrete shape by the mid-1950s. In 1947 Carl F. H. Henry's book The Uneasy Conscience of Fundamentalism called on evangelicals to engage in addressing social concerns:",
"title": "History"
},
{
"paragraph_id": 90,
"text": "[I]t remains true that the evangelical, in the very proportion that the culture in which he lives is not actually Christian, must unite with non-evangelicals for social betterment if it is to be achieved at all, simply because the evangelical forces do not predominate. To say that evangelicalism should not voice its convictions in a non-evangelical environment is simply to rob evangelicalism of its missionary vision.",
"title": "History"
},
{
"paragraph_id": 91,
"text": "In the same year Fuller Theological Seminary was established with Ockenga as its president and Henry as the head of its theology department.",
"title": "History"
},
{
"paragraph_id": 92,
"text": "The strongest impetus, however, was the development of the work of Billy Graham. In 1951, with producer Dick Ross, he founded the film production company World Wide Pictures. Graham had begun his career with the support of McIntire and fellow conservatives Bob Jones Sr. and John R. Rice. However, in broadening the reach of his London crusade of 1954, he accepted the support of denominations that those men disapproved of. When he went even further in his 1957 New York crusade, conservatives strongly condemned him and withdrew their support. According to William Martin:",
"title": "History"
},
{
"paragraph_id": 93,
"text": "The New York crusade did not cause the division between the old Fundamentalists and the New Evangelicals; that had been signaled by the nearly simultaneous founding of the NAE and McIntire's American Council of Christian Churches 15 years earlier. But it did provide an event around which the two groups were forced to define themselves.",
"title": "History"
},
{
"paragraph_id": 94,
"text": "A fourth development—the founding of Christianity Today (CT) with Henry as its first editor—was strategic in giving neo-evangelicals a platform to promote their views and in positioning them between the fundamentalists and modernists. In a letter to Harold Lindsell, Graham said that CT would:",
"title": "History"
},
{
"paragraph_id": 95,
"text": "plant the evangelical flag in the middle of the road, taking a conservative theological position but a definite liberal approach to social problems. It would combine the best in liberalism and the best in fundamentalism without compromising theologically.",
"title": "History"
},
{
"paragraph_id": 96,
"text": "The postwar period also saw growth of the ecumenical movement and the founding of the World Council of Churches, which the Evangelical community generally regarded with suspicion.",
"title": "History"
},
{
"paragraph_id": 97,
"text": "In the United Kingdom, John Stott (1921–2011) and Martyn Lloyd-Jones (1899–1981) emerged as key leaders in Evangelical Christianity.",
"title": "History"
},
{
"paragraph_id": 98,
"text": "The charismatic movement began in the 1960s and resulted in the introduction of Pentecostal theology and practice into many mainline denominations. New charismatic groups such as the Association of Vineyard Churches and Newfrontiers trace their roots to this period (see also British New Church Movement).",
"title": "History"
},
{
"paragraph_id": 99,
"text": "The closing years of the 20th century saw controversial postmodern influences entering some parts of Evangelicalism, particularly with the emerging church movement. Also controversial is the relationship between spiritualism and contemporary military metaphors and practices animating many branches of Christianity but especially relevant in the sphere of Evangelicalism. Spiritual warfare is the latest iteration in a long-standing partnership between religious organization and militarization, two spheres that are rarely considered together, although aggressive forms of prayer have long been used to further the aims of expanding Evangelical influence. Major moments of increased political militarization have occurred concurrently with the growth of prominence of militaristic imagery in evangelical communities. This paradigmatic language, paired with an increasing reliance on sociological and academic research to bolster militarized sensibility, serves to illustrate the violent ethos that effectively underscores militarized forms of evangelical prayer.",
"title": "History"
},
{
"paragraph_id": 100,
"text": "In Nigeria, evangelical megachurches, such as Redeemed Christian Church of God and Living Faith Church Worldwide, have built autonomous cities with houses, supermarkets, banks, universities, and power plants.",
"title": "History"
},
{
"paragraph_id": 101,
"text": "Evangelical Christian film production societies were founded, such as Pure Flix in 2005 and Kendrick Brothers in 2013.",
"title": "History"
},
{
"paragraph_id": 102,
"text": "The growth of evangelical churches continues with the construction of new places of worship or enlargements in various regions of the world.",
"title": "History"
},
{
"paragraph_id": 103,
"text": "According to a 2011 Pew Forum study on global Christianity, 285,480,000 or 13.1 percent of all Christians are Evangelicals. These figures do not include the Pentecostalism and Charismatic movements. The study states that the category \"Evangelicals\" should not be considered as a separate category of \"Pentecostal and Charismatic\" categories, since some believers consider themselves in both movements where their church is affiliated with an Evangelical association.",
"title": "Global statistics"
},
{
"paragraph_id": 104,
"text": "In 2015, the World Evangelical Alliance is \"a network of churches in 129 nations that have each formed an Evangelical alliance and over 100 international organizations joining together to give a world-wide identity, voice, and platform to more than 600 million Evangelical Christians\". The Alliance was formed in 1951 by Evangelicals from 21 countries. It has worked to support its members to work together globally.",
"title": "Global statistics"
},
{
"paragraph_id": 105,
"text": "According to Sébastien Fath of CNRS, in 2016, there are 619 million Evangelicals in the world, one in four Christians. In 2017, about 630 million, an increase of 11 million, including Pentecostals.",
"title": "Global statistics"
},
{
"paragraph_id": 106,
"text": "Operation World estimates the number of Evangelicals at 545.9 million, which makes for 7.9 percent of the world's population. From 1960 to 2000, the global growth of the number of reported Evangelicals grew three times the world's population rate, and twice that of Islam. According to Operation World, the Evangelical population's current annual growth rate is 2.6 percent, still more than twice the world's population growth rate.",
"title": "Global statistics"
},
{
"paragraph_id": 107,
"text": "In the 21st century, there are Evangelical churches active in many African countries. They have grown especially since independence came in the 1960s, the strongest movements are based on Pentecostal beliefs. There is a wide range of theology and organizations, including some international movements.",
"title": "Global statistics"
},
{
"paragraph_id": 108,
"text": "In Nigeria the Evangelical Church Winning All (formerly \"Evangelical Church of West Africa\") is the largest church organization with five thousand congregations and over ten million members. It sponsors three seminaries and eight Bible colleges, and 1600 missionaries who serve in Nigeria and other countries with the Evangelical Missionary Society (EMS). There have been serious confrontations since 1999 between Muslims and Christians standing in opposition to the expansion of Sharia law in northern Nigeria. The confrontation has radicalized and politicized the Christians. Violence has been escalating.",
"title": "Global statistics"
},
{
"paragraph_id": 109,
"text": "In Ethiopia, Eritrea, and the Ethiopian and Eritrean diaspora, P'ent'ay (from Ge'ez: ጴንጤ), also known as Ethiopian–Eritrean Evangelicalism, or Wenigēlawī (from Ge'ez: ወንጌላዊ - which directly translates to \"Evangelical\") are terms used for Evangelical Christians and other Eastern/Oriental-oriented Protestant Christians within Ethiopia and Eritrea, and the Ethiopian and Eritrean diaspora abroad. Prominent movements among them have been Pentecostalism (Ethiopian Full Gospel Believers' Church), the Baptist tradition (Ethiopian Kale Heywet Church), Lutheranism (Ethiopian Evangelical Church Mekane Yesus and Evangelical Lutheran Church of Eritrea), and the Mennonite-Anabaptist tradition (Meserete Kristos Church).",
"title": "Global statistics"
},
{
"paragraph_id": 110,
"text": "In Kenya, mainstream Evangelical denominations have taken the lead in promoting political activism and backers, with the smaller Evangelical sects of less importance. Daniel arap Moi was president 1978 to 2002 and claimed to be an Evangelical; he proved intolerant of dissent or pluralism or decentralization of power.",
"title": "Global statistics"
},
{
"paragraph_id": 111,
"text": "The Berlin Missionary Society (BMS) was one of four German Protestant mission societies active in South Africa before 1914. It emerged from the German tradition of Pietism after 1815 and sent its first missionaries to South Africa in 1834. There were few positive reports in the early years, but it was especially active 1859–1914. It was especially strong in the Boer republics. The World War cut off contact with Germany, but the missions continued at a reduced pace. After 1945 the missionaries had to deal with decolonization across Africa and especially with the apartheid government. At all times the BMS emphasized spiritual inwardness, and values such as morality, hard work and self-discipline. It proved unable to speak and act decisively against injustice and racial discrimination and was disbanded in 1972.",
"title": "Global statistics"
},
{
"paragraph_id": 112,
"text": "Since 1974, young professionals have been the active proselytizers of Evangelicalism in the cities of Malawi.",
"title": "Global statistics"
},
{
"paragraph_id": 113,
"text": "In Mozambique, Evangelical Protestant Christianity emerged around 1900 from black migrants whose converted previously in South Africa. They were assisted by European missionaries, but, as industrial workers, they paid for their own churches and proselytizing. They prepared southern Mozambique for the spread of Evangelical Protestantism. During its time as a colonial power in Mozambique, the Catholic Portuguese government tried to counter the spread of Evangelical Protestantism.",
"title": "Global statistics"
},
{
"paragraph_id": 114,
"text": "The East African Revival was a renewal movement within Evangelical churches in East Africa during the late 1920s and 1930s that began at a Church Missionary Society mission station in the Belgian territory of Ruanda-Urundi in 1929, and spread to: Uganda, Tanzania and Kenya during the 1930s and 1940s contributing to the significant growth of the church in East Africa through the 1970s and had a visible influence on Western missionaries who were observer-participants of the movement.",
"title": "Global statistics"
},
{
"paragraph_id": 115,
"text": "In modern Latin America, the term \"Evangelical\" is often simply a synonym for \"Protestant\".",
"title": "Global statistics"
},
{
"paragraph_id": 116,
"text": "Protestantism in Brazil largely originated with German immigrants and British and American missionaries in the 19th century, following up on efforts that began in the 1820s.",
"title": "Global statistics"
},
{
"paragraph_id": 117,
"text": "In the late nineteenth century, while the vast majority of Brazilians were nominal Catholics, the nation was underserved by priests, and for large numbers their religion was only nominal. The Catholic Church in Brazil was de-established in 1890, and responded by increasing the number of dioceses and the efficiency of its clergy. Many Protestants came from a large German immigrant community, but they were seldom engaged in proselytism and grew mostly by natural increase.",
"title": "Global statistics"
},
{
"paragraph_id": 118,
"text": "Methodists were active along with Presbyterians and Baptists. The Scottish missionary Robert Reid Kalley, with support from the Free Church of Scotland, moved to Brazil in 1855, founding the first Evangelical church among the Portuguese-speaking population there in 1856. It was organized according to the Congregational policy as the Igreja Evangélica Fluminense; it became the mother church of Congregationalism in Brazil. The Seventh-day Adventists arrived in 1894, and the YMCA was organized in 1896. The missionaries promoted schools colleges and seminaries, including a liberal arts college in São Paulo, later known as Mackenzie, and an agricultural school in Lavras. The Presbyterian schools in particular later became the nucleus of the governmental system. In 1887 Protestants in Rio de Janeiro formed a hospital. The missionaries largely reached a working-class audience, as the Brazilian upper-class was wedded either to Catholicism or to secularism. By 1914, Protestant churches founded by American missionaries had 47,000 communicants, served by 282 missionaries. In general, these missionaries were more successful than they had been in Mexico, Argentina or elsewhere in Latin America.",
"title": "Global statistics"
},
{
"paragraph_id": 119,
"text": "There were 700,000 Protestants by 1930, and increasingly they were in charge of their own affairs. In 1930, the Methodist Church of Brazil became independent of the missionary societies and elected its own bishop. Protestants were largely from a working-class, but their religious networks help speed their upward social mobility.",
"title": "Global statistics"
},
{
"paragraph_id": 120,
"text": "Protestants accounted for fewer than 5 percent of the population until the 1960s but grew exponentially by proselytizing and by 2000 made up over 15 percent of Brazilians affiliated with a church. Pentecostals and charismatic groups account for the vast majority of this expansion.",
"title": "Global statistics"
},
{
"paragraph_id": 121,
"text": "Pentecostal missionaries arrived early in the 20th century. Pentecostal conversions surged during the 1950s and 1960s, when native Brazilians began founding autonomous churches. The most influential included Brasil Para o Cristo (Brazil for Christ), founded in 1955 by Manoel de Mello. With an emphasis on personal salvation, on God's healing power, and on strict moral codes these groups have developed broad appeal, particularly among the booming urban migrant communities. In Brazil, since the mid-1990s, groups committed to uniting black identity, antiracism, and Evangelical theology have rapidly proliferated. Pentecostalism arrived in Brazil with Swedish and American missionaries in 1911. it grew rapidly but endured numerous schisms and splits. In some areas the Evangelical Assemblies of God churches have taken a leadership role in politics since the 1960s. They claimed major credit for the election of Fernando Collor de Mello as president of Brazil in 1990.",
"title": "Global statistics"
},
{
"paragraph_id": 122,
"text": "According to the 2000 census, 15.4 percent of the Brazilian population was Protestant. Recent research conducted by the Datafolha institute shows that 25 percent of Brazilians are Protestants, of which 19 percent are followers of Pentecostal denominations. The 2010 census found out that 22.2 percent were Protestant at that date. Protestant denominations saw a rapid growth in their number of followers since the last decades of the 20th century. They are politically and socially conservative, and emphasize that God's favor translates into business success. The rich and the poor remained traditional Catholics, while most Evangelical Protestants were in the new lower-middle class – known as the \"C class\" (in a A–E classification system).",
"title": "Global statistics"
},
{
"paragraph_id": 123,
"text": "Chesnut argues that Pentecostalism has become \"one of the principal organizations of the poor,\" for these churches provide the sort of social network that teach members the skills they need to thrive in a rapidly developing meritocratic society.",
"title": "Global statistics"
},
{
"paragraph_id": 124,
"text": "One large Evangelical church that originated from Brazil is the Universal Church of the Kingdom of God (IURD), a neo‐Pentecostal denomination begun in 1977. It now has a presence in many countries, and claims millions of members worldwide.",
"title": "Global statistics"
},
{
"paragraph_id": 125,
"text": "Protestants remained a small portion of the population until the late-twentieth century, when various Protestant groups experienced a demographic boom that coincided with the increasing violence of the Guatemalan Civil War. Two former Guatemalan heads of state, General Efraín Ríos Montt and Jorge Serrano Elías have been practicing Evangelical Protestants, as is Guatemala's former President, Jimmy Morales. General Montt, an Evangelical from the Pentecostal tradition, came to power through a coup. He escalated the war against leftist guerrilla insurgents as a holy war against atheistic \"forces of evil\".",
"title": "Global statistics"
},
{
"paragraph_id": 126,
"text": "Protestant missionary activity in Asia was most successful in Korea. American Presbyterians and Methodists arrived in the 1880s and were well received. Between 1910 and 1945, when Korea was a Japanese colony, Christianity became in part an expression of nationalism in opposition to Japan's efforts to enforce the Japanese language and the Shinto religion. In 1914, out of 16 million people, there were 86,000 Protestants and 79,000 Catholics; by 1934, the numbers were 168,000 and 147,000. Presbyterian missionaries were especially successful. Since the Korean War (1950–53), many Korean Christians have migrated to the U.S., while those who remained behind have risen sharply in social and economic status. Most Korean Protestant churches in the 21st century emphasize their Evangelical heritage. Korean Evangelicalism is characterized by theological conservatism coupled with an emotional revivalist style. Most churches sponsor revival meetings once or twice a year. Missionary work is a high priority, with 13,000 men and women serving in missions across the world, putting Korea in second place just behind the US.",
"title": "Global statistics"
},
{
"paragraph_id": 127,
"text": "Sukman argues that since 1945, Protestantism has been widely seen by Koreans as the religion of the middle class, youth, intellectuals, urbanites, and modernists. It has been a powerful force supporting South Korea's pursuit of modernity and emulation of the United States, and opposition to the old Japanese colonialism and to the authoritarianism of North Korea.",
"title": "Global statistics"
},
{
"paragraph_id": 128,
"text": "South Korea has been referred as an \"evangelical superpower\" for being the home to some of the largest and most dynamic Christian churches in the world; South Korea is also second to the U.S. in the number of missionaries sent abroad.",
"title": "Global statistics"
},
{
"paragraph_id": 129,
"text": "According to 2015 South Korean census, 9.7 million or 19.7 percent of the population described themselves as Protestants, many of whom belong to Presbyterian churches shaped by Evangelicalism.",
"title": "Global statistics"
},
{
"paragraph_id": 130,
"text": "According to the 2010 census, 2.68 percent of Filipinos are Evangelicals. The Philippine Council of Evangelical Churches (PCEC), an organization of more than seventy Evangelical and Mainline Protestant churches, and more than 210 para-church organizations in the Philippines, counts more than 11 million members as of 2011.",
"title": "Global statistics"
},
{
"paragraph_id": 131,
"text": "In 2019, it was reported that Evangelicalism in France was growing, and a new Evangelical church was built every 10 days and now counts 700,000 followers across France.",
"title": "Global statistics"
},
{
"paragraph_id": 132,
"text": "John Wesley (1703–1791) was an Anglican cleric and theologian who, with his brother Charles Wesley (1707–1788) and fellow cleric George Whitefield (1714–1770), founded Methodism. After 1791 the movement became independent of the Anglican Church as the \"Methodist Connection\". It became a force in its own right, especially among the working class.",
"title": "Global statistics"
},
{
"paragraph_id": 133,
"text": "The Clapham Sect was a group of Church of England evangelicals and social reformers based in Clapham, London; they were active 1780s–1840s). John Newton (1725–1807) was the founder. They are described by the historian Stephen Tomkins as \"a network of friends and families in England, with William Wilberforce as its center of gravity, who were powerfully bound together by their shared moral and spiritual values, by their religious mission and social activism, by their love for each other, and by marriage\".",
"title": "Global statistics"
},
{
"paragraph_id": 134,
"text": "Evangelicalism was a major force in the Anglican Church from about 1800 to the 1860s. By 1848 when an evangelical John Bird Sumner became Archbishop of Canterbury, between a quarter and a third of all Anglican clergy were linked to the movement, which by then had diversified greatly in its goals and they were no longer considered an organized faction.",
"title": "Global statistics"
},
{
"paragraph_id": 135,
"text": "In the 21st century there are an estimated 2 million Evangelicals in the UK. According to research performed by the Evangelical Alliance in 2013, 87 percent of UK evangelicals attend Sunday morning church services every week and 63 percent attend weekly or fortnightly small groups. An earlier survey conducted in 2012 found that 92 percent of evangelicals agree it is a Christian's duty to help those in poverty and 45 percent attend a church which has a fund or scheme that helps people in immediate need, and 42 percent go to a church that supports or runs a foodbank. 63 percent believe in tithing, and so give around 10 percent of their income to their church, Christian organizations and various charities 83 percent of UK evangelicals believe that the Bible has supreme authority in guiding their beliefs, views and behavior and 52 percent read or listen to the Bible daily. The Evangelical Alliance, formed in 1846, was the first ecumenical evangelical body in the world and works to unite evangelicals, helping them listen to, and be heard by, the government, media and society.",
"title": "Global statistics"
},
{
"paragraph_id": 136,
"text": "Since the 70s, the number of Evangelicals and Evangelical congregations has grown strongly in Switzerland. Population censuses suggest that these congregations saw the number of their members triple from 1970 to 2000, qualified as a \"spectacular development\" by specialists. Sociologists Jörg Stolz and Olivier Favre show that the growth is due to charismatic and Pentecostal groups, while classical evangelical groups are stable and fundamentalist groups are in decline. A quantitative national census on religious congregations reveals the important diversity of evangelicalism in Switzerland.",
"title": "Global statistics"
},
{
"paragraph_id": 137,
"text": "By the late 19th to early 20th century, most American Protestants were Evangelicals. A bitter divide had arisen between the more liberal-modernist mainline denominations and the fundamentalist denominations, the latter typically consisting of Evangelicals. Key issues included the truth of the Bible—literal or figurative, and teaching of evolution in the schools.",
"title": "Global statistics"
},
{
"paragraph_id": 138,
"text": "During and after World War II, Evangelicals became increasingly organized. There was a great expansion of Evangelical activity within the United States, \"a revival of revivalism\". Youth for Christ was formed; it later became the base for Billy Graham's revivals. The National Association of Evangelicals formed in 1942 as a counterpoise to the mainline Federal Council of Churches. In 1942–43, the Old-Fashioned Revival Hour had a record-setting national radio audience. With this organization, though, fundamentalist groups separated from Evangelicals.",
"title": "Global statistics"
},
{
"paragraph_id": 139,
"text": "According to a Pew Forum on Religion and Public Life study, Evangelicals can be broadly divided into three camps: traditionalist, centrist, and modernist. A 2004 Pew survey identified that while 70.4 percent of Americans call themselves \"Christian\", Evangelicals only make up 26.3 percent of the population, while Catholics make up 22 percent and mainline Protestants make up 16 percent. Among the Christian population in 2020, mainline Protestants began to outnumber Evangelicals.",
"title": "Global statistics"
},
{
"paragraph_id": 140,
"text": "Evangelicals have been socially active throughout US history, a tradition dating back to the abolitionist movement of the Antebellum period and the prohibition movement. As a group, evangelicals are most often associated with the Christian right. However, a large number of black self-labeled Evangelicals, and a small proportion of liberal white self-labeled Evangelicals, gravitate towards the Christian left.",
"title": "Global statistics"
},
{
"paragraph_id": 141,
"text": "Recurrent themes within American Evangelical discourse include abortion, evolution denial, secularism, and the notion of the United States as a Christian nation.",
"title": "Global statistics"
},
{
"paragraph_id": 142,
"text": "In the 1940s, in the United States, neo-evangelicalism developed the importance of social justice and Christian humanitarian aid actions in Evangelical churches. The majority of evangelical Christian humanitarian organizations were founded in the second half of the 20th century. Among those with the most partner countries, there was the foundation of World Vision International (1950), Samaritan's Purse (1970), Mercy Ships (1978), Prison Fellowship International (1979), International Justice Mission (1997).",
"title": "Evangelical humanitarian aid"
}
]
| Evangelicalism, also called evangelical Christianity or evangelical Protestantism, is a worldwide interdenominational movement within Protestant Christianity that emphasises the centrality of being "born again", in which an individual experiences personal conversion; the authority of the Bible as God's revelation to humanity; and spreading the Christian message. The word evangelical comes from the Greek (euangelion) word for "good news". The theological nature of evangelicalism was first explored during the Protestant Reformation in 16th century Europe. Martin Luther's Ninety-Five Theses in 1517 emphasized that scripture and the preaching of the gospel had ultimate authority over the practices of the Church. The origins of modern evangelicalism are usually traced to 1738, with various theological streams contributing to its foundation, including Pietism and Radical Pietism, Puritanism, Quakerism, Presbyterianism and Moravianism. Preeminently, John Wesley and other early Methodists were at the root of sparking this new movement during the First Great Awakening. Today, evangelicals are found across many Protestant branches, as well as in various denominations around the world, not subsumed to a specific branch. Among leaders and major figures of the evangelical Protestant movement were Nicolaus Zinzendorf, George Fox, John Wesley, George Whitefield, Jonathan Edwards, Billy Graham, Bill Bright, Harold Ockenga, Gudina Tumsa, John Stott, Francisco Olazábal, William J. Seymour, and Martyn Lloyd-Jones. The movement has long had a presence in the Anglosphere before spreading further afield in the 19th, 20th, and early 21st centuries. The movement gained significant momentum during the 18th and 19th centuries with the Great Awakening in Great Britain and the United States. As of 2016, there were an estimated 619 million evangelicals in the world, meaning that one in four Christians would be classified as evangelical. The United States has the largest proportion of evangelicals in the world. American evangelicals are a quarter of that nation's population and its single largest religious group. As a transdenominational coalition, evangelicals can be found in nearly every Protestant denomination and tradition, particularly within the Reformed, Plymouth Brethren, Baptist, Methodist (Wesleyan–Arminian), Lutheran, Moravian, Free Church, Mennonite, Quaker, Pentecostal/charismatic and non-denominational churches. | 2002-01-05T19:19:38Z | 2023-12-19T23:36:52Z | [
"Template:Christianity",
"Template:Page needed",
"Template:Citation",
"Template:Cite journal",
"Template:Refbegin",
"Template:Div col",
"Template:Christian History",
"Template:Sfn",
"Template:Ordered list",
"Template:Reflist",
"Template:Cite encyclopedia",
"Template:Cite magazine",
"Template:ISBN",
"Template:Religion topics",
"Template:Authority control",
"Template:Hatnote group",
"Template:Unreliable source?",
"Template:Cite book",
"Template:Harvtxt",
"Template:Oed",
"Template:Cite news",
"Template:Commons category",
"Template:Redirect",
"Template:Blockquote",
"Template:Rp",
"Template:NoteFoot",
"Template:Cite web",
"Template:IPAc-en",
"Template:Main",
"Template:Citation needed",
"Template:Quantify",
"Template:Further",
"Template:Portal",
"Template:Webarchive",
"Template:Harvnb",
"Template:Use mdy dates",
"Template:Protestantism",
"Template:TOC limit",
"Template:Lang",
"Template:Refend",
"Template:Wiktionary",
"Template:Dubious",
"Template:Christianity footer",
"Template:Evangelical Protestantism in the United States",
"Template:Clarify",
"Template:Short description",
"Template:Use American English",
"Template:As of",
"Template:See also"
]
| https://en.wikipedia.org/wiki/Evangelicalism |
10,371 | Euphonium | The euphonium is a medium-sized, 3 or 4-valve, often compensating, conical-bore, tenor-voiced brass instrument that derives its name from the Ancient Greek word εὔφωνος euphōnos, meaning "well-sounding" or "sweet-voiced" (εὖ eu means "well" or "good" and φωνή phōnē means "sound", hence "of good sound"). The euphonium is a valved instrument. Nearly all current models have piston valves, though some models with rotary valves do exist.
Euphonium music may be notated in the bass clef as a non-transposing instrument or in the treble clef as a transposing instrument in B♭. In British brass bands, it is typically treated as a treble-clef instrument, while in American band music, parts may be written in either treble clef or bass clef, or both.
A person who plays the euphonium is known as a euphoniumist, a euphonist, a euphophonist or simply a euphonium player.
The euphonium is in the family of brass instruments, more particularly low-brass instruments with many relatives. It is extremely similar to a baritone horn. The difference is that the bore size of the baritone horn is typically smaller than that of the euphonium, and the baritone has a primarily cylindrical bore, whereas the euphonium has a predominantly conical bore. It is controversial whether this is sufficient to make them two different instruments. In the trombone family large and small bore trombones are both called trombones, while the cylindrical trumpet and the conical flugelhorn are given different names. As with the trumpet and flugelhorn, the two instruments are easily doubled by one player, with some modification of breath and embouchure, since the two have identical range and essentially identical fingering.
The American baritone, featuring three valves on the front of the instrument and a curved, forward-pointing bell, was dominant in American school bands throughout most of the 20th century, its weight, shape, and configuration conforming to the needs of the marching band. While this instrument is a conical-cylindrical bore hybrid, somewhere between the classic baritone horn and euphonium, it was almost universally labelled a "baritone" by both band directors and composers, thus contributing to the confusion of terminology in the United States.
Several late 19th century music catalogs (such as Pepper and Lyon & Healy) sold a euphonium-like instrument called the "B♭ bass" (to distinguish it from the E♭ and BB♭ bass). In these catalog drawings, the B♭ Bass had thicker tubing than the baritone; both had three valves. Along the same lines, drum and bugle corps introduced the "Bass-baritone", and distinguished it from the baritone. The thicker tubing of the three-valve B♭ bass allowed for production of strong false-tones, providing chromatic access to the pedal register.
Ferdinand Sommer's original name for the instrument was the euphonion. It is sometimes called the tenor tuba in B♭, although this can also refer to other varieties of tuba. Names in other languages, as included in scores, can be ambiguous as well. They include French basse, saxhorn basse, and tuba basse; German Baryton, Tenorbass, and Tenorbasshorn; Italian baritono, bombardino, eufonio, and flicorno basso. The most common German name, Baryton, may have influenced Americans to adopt the name "baritone" for the instrument, due to the influx of German musicians to the United States in the nineteenth century.
As a baritone-voiced brass instrument, the euphonium traces its ancestry to the ophicleide and ultimately back to the serpent. The search for a satisfactory foundational wind instrument that could support massed sound above its pitch took many years. While the serpent was used for over two centuries dating back to the late Renaissance, it was notoriously difficult to control its pitch and tone quality due to its disproportionately small open finger holes. The ophicleide, which was used in bands and orchestras for a few decades in the early to mid-19th century, used a system of keys and was an improvement over the serpent but was still unreliable, especially in the high register.
With the invention of the piston valve system c. 1818, the construction of brass instruments with an even sound and facility of playing in all registers became possible. The euphonium is said to have been invented, as a "wide-bore, valved bugle of baritone range", by Ferdinand Sommer of Weimar in 1843, though Carl Moritz in 1838 and Adolphe Sax in 1843 have also been credited. While Sax's family of saxhorns were invented at about the same time and the bass saxhorn is very similar to a euphonium, there are also differences—such as the bass saxhorn being narrower throughout the length of the instrument.
The "British-style" compensating euphonium was developed in 1874 by David Blaikley, of Boosey & Co, and has been in use in Britain since then, with the basic construction little changed.
Modern-day euphonium makers have been working to further enhance the construction of the instrument. Companies such as Adams and Besson have been leading the way in that respect. Adams euphoniums have developed an adjustable lead-pipe receiver, which allows players to change the timbre of the instrument to whatever they find preferable. Besson has been credited with introducing an adjustable main tuning-slide trigger, which allows players more flexibility with intonation.
The euphonium, like the tenor trombone, is pitched in concert B♭. For a valved brass instrument like the euphonium, this means that when no valves are in use the instrument will produce partials of the B♭ harmonic series. It is generally orchestrated as a non-transposing instrument like the trombone, written at concert pitch in the bass clef with higher passages in the tenor clef. Treble clef euphonium parts transposing down a major ninth are included in much concert band music: in the British-style brass band tradition, euphonium music is always written this way. In continental European band music, parts for the euphonium may be written in the bass clef as a B♭ transposing instrument sounding a major second lower than written.
Professional models have three top-action valves, played with the first three fingers of the right hand, plus a fourth valve, generally found midway down the right side of the instrument, played with the left index finger; such an instrument is shown at the top of this page. Such models also have compensating "knuckles" to resolve intonation issues below E2. Beginner models often have only the three top-action valves, while some intermediate "student" models may have a fourth top-action valve, played with the fourth finger of the right hand. Compensating systems are expensive to build, and there is in general a substantial difference in price between compensating and non-compensating models. For a thorough discussion of the valves and the compensation system, see the article on brass instruments.
The euphonium has an extensive range, from E2 to about F4 for intermediate players (using scientific pitch notation). In professional hands this may extend from B0 to as high as B♭5. The lowest notes obtainable depend on the valve set-up of the instrument. All instruments are chromatic down to E2, but four-valved instruments extend that down to at least C2. Non-compensating four-valved instruments suffer from intonation problems from E♭2 down to C2 and cannot produce the low B1; compensating instruments do not have such intonation problems and can play the low B1. From B♭1 down lies the "pedal range", i.e., the fundamentals of the instrument's harmonic series. They are easily produced on the euphonium as compared to other brass instruments, and the extent of the range depends on the make of the instrument in exactly the same way as just described. Thus, on a compensating four-valved instrument, the lowest note possible is B0, sometimes called double pedal B, which is six ledger lines below the bass clef.
As with the other conical-bore instruments, the cornet, flugelhorn, horn, and tuba, the euphonium's tubing (excepting the tubing in the valve section, which is necessarily cylindrical) gradually increases in diameter throughout its length, resulting in a softer, gentler tone compared to cylindrical-bore instruments such as the trumpet, trombone, sudrophone, and baritone horn. While a truly characteristic euphonium sound is rather hard to define precisely, most players would agree that an ideal sound is dark, rich, warm, and velvety, with virtually no hardness to it. This also has to do with the different models preferred by British and American players.
Though the euphonium's fingerings are no different from those of the trumpet or tuba, beginning euphoniumists will likely experience significant problems with intonation, response and range compared to other beginning brass players.
The compensating euphonium is common among professionals. It utilizes a three-plus-one-valve system with three upright valves and one side valve. The compensating valve system uses extra tubing, usually coming off the back of the three upright valves, in order to achieve proper intonation in the lower range of the instrument. This range being from E2 down to B♭1. Not all four-valve and three-plus-one-valve euphoniums are compensating. Only those designed with extra tubing are compensating. There were, at one time, three-valve compensating euphoniums available. This configuration utilized extra tubing, just as the three-plus-one compensating models did, in order to bring the notes C2 and B1 in tune. This three-valve compensating configuration is still available in British style baritone horns, usually on professional models.
A creation unique to the United States was the double-bell euphonium, featuring a second smaller bell in addition to the main one; the player could switch bells for certain passages or even for individual notes by use of an additional valve, operated with the left hand. Ostensibly, the smaller bell was intended to emulate the sound of a trombone (it was cylindrical-bore) and was possibly intended for performance situations in which trombones were not available. The extent to which the difference in sound and timbre was apparent to the listener, however, is up for debate. Michele Raffayolo of the Patrick S. Gilmore band introduced the instrument in the U.S. by 1880, and it was used widely in both school and service bands for several decades. Harold Brasch (see "List of important players" below) brought the British-style compensating euphonium to the United States c. 1939, but the double-belled euphonium may have remained in common use even into the 1950s and 1960s. In any case, they have become rare (they were last in Conn's advertisements in the 1940s, and King's catalog in the 1960s), and are generally unknown to younger players. They are chiefly known now through their mention in the song "Seventy-Six Trombones" from the musical The Music Man by Meredith Willson.
Marching euphoniums are used by marching bands and in drum and bugle corps. Typically in a drum corps, there will be two baritone parts and one euphonium part, with the euphonium playing the lower parts comparatively. Some corps (such as the Blue Devils) march all-euphonium sections rather than only marching baritone or a mix of both. In high school marching bands, the two will often be used interchangeably.
Depending on the manufacturer, the weight of these instruments can be straining to the average marcher and require great strength to hold during practices and performances, leading to nerve problems in the right pinky, a callus on the left hand, and possibly back and arm problems. Marching euphoniums and marching baritones commonly have 3 valves, opposed to the regular euphonium having 4.
Another form of the marching euphonium is the convertible euphonium. Recently widely produced, the horn resembles a convertible tuba, being able to change from a concert upright to a marching forward bell on either the left or right shoulder. These are mainly produced by Jupiter or Yamaha, but other less expensive versions can be found.
The five-valve euphonium (non-compensating) is an extremely rare variation of the euphonium manufactured in the late 19th and early 20th centuries by Britain's Besson musical instrument company and Highams of Manchester Musical Instrument Company. Higham and Besson's Clearbore five-valve euphonium was economical but not widely used.
The Besson five-valve euphonium featured the standard three piston valves horizontally not on top, but had an additional two piston valves off to the side. The standard euphonium has eight possible fingering and non-fingering positions by which sound is produced. The Besson and the Highams "clearbore" model rare fourth and fifth extra "side" valves change the possible fingering and non-fingering positions from eight to thirty-two.
The term 'five-valve euphonium' does not refer to variations of the double bell euphonium made by various brass instrument companies during the same time period. Some of the double-bell euphoniums had five valves, with the fifth valve either not on top with the other four, or by itself off to the side, but the double-bell fifth valve was used for switching the sound to the second smaller trombone-sized bell, and not for changing the fingering pitch of the instrument. Also, Cerveny Musical Instruments manufactures several euphoniums with five vertical rotary valves today, but this is an unrelated recent development.
German Ferdinand Sommer, if one discounts the claims of Moritz and Sax each of whose horns also approached a euphonium in nature, in addition to being credited with inventing the euphonium as the Sommerhorn in 1843, as a soloist on the horn, qualifies as the first euphonium player to significantly advance and alter the understanding of the instrument.
The euphonium repertoire consists of solo literature and orchestral, or, more commonly, concert band parts written for the euphonium. Since its invention in 1843, the euphonium has always had an important role in ensembles, but solo literature was slow to appear, consisting of only a handful of lighter solos until the 1960s. Since then, however, the breadth and depth of the solo euphonium repertoire has increased dramatically.
In the current age, there has been a huge number of new commissions and repertoire development and promotion through Steven Mead's World of the Euphonium Series and the Beyond the Horizon series from Euphonium.com. There has also been a vast number of new commissions by more and more players and a proliferation of large scale Consortium Commissions that are occurring including current ones in 2008 and 2009 organized by Brian Meixner (Libby Larson), Adam Frey (The Euphonium Foundation Consortium), and Jason Ham (David Gillingham).
Upon its invention, it was clear that the euphonium had, compared to its predecessors the serpent and ophicleide, a wide range and had a consistently rich, pleasing sound throughout that range. It was flexible both in tone quality and intonation and could blend well with a variety of ensembles, gaining it immediate popularity with composers and conductors as the principal tenor-voices solo instrument in brass band settings, especially in Britain. It is no surprise, then, that when British composers – some of the same ones who were writing for brass bands – began to write serious, original music for the concert band in the early 20th century, they used the euphonium in a very similar role.
When American composers also began writing for the concert band as its own artistic medium in the 1930s and 1940s, they continued the British brass and concert band tradition of using the euphonium as the principal tenor-voiced solo. This is not to say that composers, then and now, valued the euphonium only for its lyrical capabilities. Indeed, examination of a large body of concert band literature reveals that the euphonium functions as a "jack of all trades."
Though the euphonium was, as previously noted, embraced from its earliest days by composers and arrangers in band settings, orchestral composers have, by and large, not taken advantage of this capability. There are, nevertheless, several orchestral works, a few of which are standard repertoire, in which composers have called for instruments, such as the Wagner tuba, for which euphonium is commonly substituted in the present.
In contrast to the long-standing practice of extensive euphonium use in wind bands and orchestras, there was, until approximately forty years ago, literally no body of solo literature written specifically for the euphonium, and euphonium players were forced to borrow the literature of other instruments. Fortunately, given the instrument's multifaceted capabilities discussed above, solos for many different instruments are easily adaptable to performance on the euphonium.
The earliest surviving solo composition written specifically for euphonium or one of its saxhorn cousins is the Concerto per Flicorno Basso (1872) by Amilcare Ponchielli. For almost a century after this, the euphonium solo repertoire consisted of only a dozen or so virtuosic pieces, mostly light in character. However, in the 1960s and 1970s, American composers began to write the first of the "new school" of serious, artistic solo works specifically for euphonium. Since then, there has been a virtual explosion of solo repertoire for the euphonium. In a mere four decades, the solo literature has expanded from virtually zero to thousands of pieces. More and more composers have become aware of the tremendous soloistic capabilities of the euphonium, and have constantly "pushed the envelope" with new literature in terms of tessitura, endurance, technical demands, and extended techniques.
Finally, the euphonium has, thanks to a handful of enterprising individuals, begun to make inroads in jazz, pop and other non-concert performance settings. One well-known euphonium player from the world of popular music is Don McGlashan, the New Zealand musician who began his musical career as an orchestral brass player before finding success in popular music with bands such as Blam Blam Blam and The Mutton Birds. | [
{
"paragraph_id": 0,
"text": "The euphonium is a medium-sized, 3 or 4-valve, often compensating, conical-bore, tenor-voiced brass instrument that derives its name from the Ancient Greek word εὔφωνος euphōnos, meaning \"well-sounding\" or \"sweet-voiced\" (εὖ eu means \"well\" or \"good\" and φωνή phōnē means \"sound\", hence \"of good sound\"). The euphonium is a valved instrument. Nearly all current models have piston valves, though some models with rotary valves do exist.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Euphonium music may be notated in the bass clef as a non-transposing instrument or in the treble clef as a transposing instrument in B♭. In British brass bands, it is typically treated as a treble-clef instrument, while in American band music, parts may be written in either treble clef or bass clef, or both.",
"title": ""
},
{
"paragraph_id": 2,
"text": "A person who plays the euphonium is known as a euphoniumist, a euphonist, a euphophonist or simply a euphonium player.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The euphonium is in the family of brass instruments, more particularly low-brass instruments with many relatives. It is extremely similar to a baritone horn. The difference is that the bore size of the baritone horn is typically smaller than that of the euphonium, and the baritone has a primarily cylindrical bore, whereas the euphonium has a predominantly conical bore. It is controversial whether this is sufficient to make them two different instruments. In the trombone family large and small bore trombones are both called trombones, while the cylindrical trumpet and the conical flugelhorn are given different names. As with the trumpet and flugelhorn, the two instruments are easily doubled by one player, with some modification of breath and embouchure, since the two have identical range and essentially identical fingering.",
"title": "Name"
},
{
"paragraph_id": 4,
"text": "The American baritone, featuring three valves on the front of the instrument and a curved, forward-pointing bell, was dominant in American school bands throughout most of the 20th century, its weight, shape, and configuration conforming to the needs of the marching band. While this instrument is a conical-cylindrical bore hybrid, somewhere between the classic baritone horn and euphonium, it was almost universally labelled a \"baritone\" by both band directors and composers, thus contributing to the confusion of terminology in the United States.",
"title": "Name"
},
{
"paragraph_id": 5,
"text": "Several late 19th century music catalogs (such as Pepper and Lyon & Healy) sold a euphonium-like instrument called the \"B♭ bass\" (to distinguish it from the E♭ and BB♭ bass). In these catalog drawings, the B♭ Bass had thicker tubing than the baritone; both had three valves. Along the same lines, drum and bugle corps introduced the \"Bass-baritone\", and distinguished it from the baritone. The thicker tubing of the three-valve B♭ bass allowed for production of strong false-tones, providing chromatic access to the pedal register.",
"title": "Name"
},
{
"paragraph_id": 6,
"text": "Ferdinand Sommer's original name for the instrument was the euphonion. It is sometimes called the tenor tuba in B♭, although this can also refer to other varieties of tuba. Names in other languages, as included in scores, can be ambiguous as well. They include French basse, saxhorn basse, and tuba basse; German Baryton, Tenorbass, and Tenorbasshorn; Italian baritono, bombardino, eufonio, and flicorno basso. The most common German name, Baryton, may have influenced Americans to adopt the name \"baritone\" for the instrument, due to the influx of German musicians to the United States in the nineteenth century.",
"title": "Name"
},
{
"paragraph_id": 7,
"text": "As a baritone-voiced brass instrument, the euphonium traces its ancestry to the ophicleide and ultimately back to the serpent. The search for a satisfactory foundational wind instrument that could support massed sound above its pitch took many years. While the serpent was used for over two centuries dating back to the late Renaissance, it was notoriously difficult to control its pitch and tone quality due to its disproportionately small open finger holes. The ophicleide, which was used in bands and orchestras for a few decades in the early to mid-19th century, used a system of keys and was an improvement over the serpent but was still unreliable, especially in the high register.",
"title": "History and development"
},
{
"paragraph_id": 8,
"text": "With the invention of the piston valve system c. 1818, the construction of brass instruments with an even sound and facility of playing in all registers became possible. The euphonium is said to have been invented, as a \"wide-bore, valved bugle of baritone range\", by Ferdinand Sommer of Weimar in 1843, though Carl Moritz in 1838 and Adolphe Sax in 1843 have also been credited. While Sax's family of saxhorns were invented at about the same time and the bass saxhorn is very similar to a euphonium, there are also differences—such as the bass saxhorn being narrower throughout the length of the instrument.",
"title": "History and development"
},
{
"paragraph_id": 9,
"text": "The \"British-style\" compensating euphonium was developed in 1874 by David Blaikley, of Boosey & Co, and has been in use in Britain since then, with the basic construction little changed.",
"title": "History and development"
},
{
"paragraph_id": 10,
"text": "Modern-day euphonium makers have been working to further enhance the construction of the instrument. Companies such as Adams and Besson have been leading the way in that respect. Adams euphoniums have developed an adjustable lead-pipe receiver, which allows players to change the timbre of the instrument to whatever they find preferable. Besson has been credited with introducing an adjustable main tuning-slide trigger, which allows players more flexibility with intonation.",
"title": "History and development"
},
{
"paragraph_id": 11,
"text": "The euphonium, like the tenor trombone, is pitched in concert B♭. For a valved brass instrument like the euphonium, this means that when no valves are in use the instrument will produce partials of the B♭ harmonic series. It is generally orchestrated as a non-transposing instrument like the trombone, written at concert pitch in the bass clef with higher passages in the tenor clef. Treble clef euphonium parts transposing down a major ninth are included in much concert band music: in the British-style brass band tradition, euphonium music is always written this way. In continental European band music, parts for the euphonium may be written in the bass clef as a B♭ transposing instrument sounding a major second lower than written.",
"title": "Construction and general characteristics"
},
{
"paragraph_id": 12,
"text": "Professional models have three top-action valves, played with the first three fingers of the right hand, plus a fourth valve, generally found midway down the right side of the instrument, played with the left index finger; such an instrument is shown at the top of this page. Such models also have compensating \"knuckles\" to resolve intonation issues below E2. Beginner models often have only the three top-action valves, while some intermediate \"student\" models may have a fourth top-action valve, played with the fourth finger of the right hand. Compensating systems are expensive to build, and there is in general a substantial difference in price between compensating and non-compensating models. For a thorough discussion of the valves and the compensation system, see the article on brass instruments.",
"title": "Construction and general characteristics"
},
{
"paragraph_id": 13,
"text": "The euphonium has an extensive range, from E2 to about F4 for intermediate players (using scientific pitch notation). In professional hands this may extend from B0 to as high as B♭5. The lowest notes obtainable depend on the valve set-up of the instrument. All instruments are chromatic down to E2, but four-valved instruments extend that down to at least C2. Non-compensating four-valved instruments suffer from intonation problems from E♭2 down to C2 and cannot produce the low B1; compensating instruments do not have such intonation problems and can play the low B1. From B♭1 down lies the \"pedal range\", i.e., the fundamentals of the instrument's harmonic series. They are easily produced on the euphonium as compared to other brass instruments, and the extent of the range depends on the make of the instrument in exactly the same way as just described. Thus, on a compensating four-valved instrument, the lowest note possible is B0, sometimes called double pedal B, which is six ledger lines below the bass clef.",
"title": "Construction and general characteristics"
},
{
"paragraph_id": 14,
"text": "As with the other conical-bore instruments, the cornet, flugelhorn, horn, and tuba, the euphonium's tubing (excepting the tubing in the valve section, which is necessarily cylindrical) gradually increases in diameter throughout its length, resulting in a softer, gentler tone compared to cylindrical-bore instruments such as the trumpet, trombone, sudrophone, and baritone horn. While a truly characteristic euphonium sound is rather hard to define precisely, most players would agree that an ideal sound is dark, rich, warm, and velvety, with virtually no hardness to it. This also has to do with the different models preferred by British and American players.",
"title": "Construction and general characteristics"
},
{
"paragraph_id": 15,
"text": "Though the euphonium's fingerings are no different from those of the trumpet or tuba, beginning euphoniumists will likely experience significant problems with intonation, response and range compared to other beginning brass players.",
"title": "Construction and general characteristics"
},
{
"paragraph_id": 16,
"text": "The compensating euphonium is common among professionals. It utilizes a three-plus-one-valve system with three upright valves and one side valve. The compensating valve system uses extra tubing, usually coming off the back of the three upright valves, in order to achieve proper intonation in the lower range of the instrument. This range being from E2 down to B♭1. Not all four-valve and three-plus-one-valve euphoniums are compensating. Only those designed with extra tubing are compensating. There were, at one time, three-valve compensating euphoniums available. This configuration utilized extra tubing, just as the three-plus-one compensating models did, in order to bring the notes C2 and B1 in tune. This three-valve compensating configuration is still available in British style baritone horns, usually on professional models.",
"title": "Types"
},
{
"paragraph_id": 17,
"text": "A creation unique to the United States was the double-bell euphonium, featuring a second smaller bell in addition to the main one; the player could switch bells for certain passages or even for individual notes by use of an additional valve, operated with the left hand. Ostensibly, the smaller bell was intended to emulate the sound of a trombone (it was cylindrical-bore) and was possibly intended for performance situations in which trombones were not available. The extent to which the difference in sound and timbre was apparent to the listener, however, is up for debate. Michele Raffayolo of the Patrick S. Gilmore band introduced the instrument in the U.S. by 1880, and it was used widely in both school and service bands for several decades. Harold Brasch (see \"List of important players\" below) brought the British-style compensating euphonium to the United States c. 1939, but the double-belled euphonium may have remained in common use even into the 1950s and 1960s. In any case, they have become rare (they were last in Conn's advertisements in the 1940s, and King's catalog in the 1960s), and are generally unknown to younger players. They are chiefly known now through their mention in the song \"Seventy-Six Trombones\" from the musical The Music Man by Meredith Willson.",
"title": "Types"
},
{
"paragraph_id": 18,
"text": "Marching euphoniums are used by marching bands and in drum and bugle corps. Typically in a drum corps, there will be two baritone parts and one euphonium part, with the euphonium playing the lower parts comparatively. Some corps (such as the Blue Devils) march all-euphonium sections rather than only marching baritone or a mix of both. In high school marching bands, the two will often be used interchangeably.",
"title": "Types"
},
{
"paragraph_id": 19,
"text": "Depending on the manufacturer, the weight of these instruments can be straining to the average marcher and require great strength to hold during practices and performances, leading to nerve problems in the right pinky, a callus on the left hand, and possibly back and arm problems. Marching euphoniums and marching baritones commonly have 3 valves, opposed to the regular euphonium having 4.",
"title": "Types"
},
{
"paragraph_id": 20,
"text": "Another form of the marching euphonium is the convertible euphonium. Recently widely produced, the horn resembles a convertible tuba, being able to change from a concert upright to a marching forward bell on either the left or right shoulder. These are mainly produced by Jupiter or Yamaha, but other less expensive versions can be found.",
"title": "Types"
},
{
"paragraph_id": 21,
"text": "The five-valve euphonium (non-compensating) is an extremely rare variation of the euphonium manufactured in the late 19th and early 20th centuries by Britain's Besson musical instrument company and Highams of Manchester Musical Instrument Company. Higham and Besson's Clearbore five-valve euphonium was economical but not widely used.",
"title": "Types"
},
{
"paragraph_id": 22,
"text": "The Besson five-valve euphonium featured the standard three piston valves horizontally not on top, but had an additional two piston valves off to the side. The standard euphonium has eight possible fingering and non-fingering positions by which sound is produced. The Besson and the Highams \"clearbore\" model rare fourth and fifth extra \"side\" valves change the possible fingering and non-fingering positions from eight to thirty-two.",
"title": "Types"
},
{
"paragraph_id": 23,
"text": "The term 'five-valve euphonium' does not refer to variations of the double bell euphonium made by various brass instrument companies during the same time period. Some of the double-bell euphoniums had five valves, with the fifth valve either not on top with the other four, or by itself off to the side, but the double-bell fifth valve was used for switching the sound to the second smaller trombone-sized bell, and not for changing the fingering pitch of the instrument. Also, Cerveny Musical Instruments manufactures several euphoniums with five vertical rotary valves today, but this is an unrelated recent development.",
"title": "Types"
},
{
"paragraph_id": 24,
"text": "German Ferdinand Sommer, if one discounts the claims of Moritz and Sax each of whose horns also approached a euphonium in nature, in addition to being credited with inventing the euphonium as the Sommerhorn in 1843, as a soloist on the horn, qualifies as the first euphonium player to significantly advance and alter the understanding of the instrument.",
"title": "Notable euphonium players"
},
{
"paragraph_id": 25,
"text": "The euphonium repertoire consists of solo literature and orchestral, or, more commonly, concert band parts written for the euphonium. Since its invention in 1843, the euphonium has always had an important role in ensembles, but solo literature was slow to appear, consisting of only a handful of lighter solos until the 1960s. Since then, however, the breadth and depth of the solo euphonium repertoire has increased dramatically.",
"title": "Repertoire"
},
{
"paragraph_id": 26,
"text": "In the current age, there has been a huge number of new commissions and repertoire development and promotion through Steven Mead's World of the Euphonium Series and the Beyond the Horizon series from Euphonium.com. There has also been a vast number of new commissions by more and more players and a proliferation of large scale Consortium Commissions that are occurring including current ones in 2008 and 2009 organized by Brian Meixner (Libby Larson), Adam Frey (The Euphonium Foundation Consortium), and Jason Ham (David Gillingham).",
"title": "Repertoire"
},
{
"paragraph_id": 27,
"text": "Upon its invention, it was clear that the euphonium had, compared to its predecessors the serpent and ophicleide, a wide range and had a consistently rich, pleasing sound throughout that range. It was flexible both in tone quality and intonation and could blend well with a variety of ensembles, gaining it immediate popularity with composers and conductors as the principal tenor-voices solo instrument in brass band settings, especially in Britain. It is no surprise, then, that when British composers – some of the same ones who were writing for brass bands – began to write serious, original music for the concert band in the early 20th century, they used the euphonium in a very similar role.",
"title": "Repertoire"
},
{
"paragraph_id": 28,
"text": "When American composers also began writing for the concert band as its own artistic medium in the 1930s and 1940s, they continued the British brass and concert band tradition of using the euphonium as the principal tenor-voiced solo. This is not to say that composers, then and now, valued the euphonium only for its lyrical capabilities. Indeed, examination of a large body of concert band literature reveals that the euphonium functions as a \"jack of all trades.\"",
"title": "Repertoire"
},
{
"paragraph_id": 29,
"text": "Though the euphonium was, as previously noted, embraced from its earliest days by composers and arrangers in band settings, orchestral composers have, by and large, not taken advantage of this capability. There are, nevertheless, several orchestral works, a few of which are standard repertoire, in which composers have called for instruments, such as the Wagner tuba, for which euphonium is commonly substituted in the present.",
"title": "Repertoire"
},
{
"paragraph_id": 30,
"text": "In contrast to the long-standing practice of extensive euphonium use in wind bands and orchestras, there was, until approximately forty years ago, literally no body of solo literature written specifically for the euphonium, and euphonium players were forced to borrow the literature of other instruments. Fortunately, given the instrument's multifaceted capabilities discussed above, solos for many different instruments are easily adaptable to performance on the euphonium.",
"title": "Repertoire"
},
{
"paragraph_id": 31,
"text": "The earliest surviving solo composition written specifically for euphonium or one of its saxhorn cousins is the Concerto per Flicorno Basso (1872) by Amilcare Ponchielli. For almost a century after this, the euphonium solo repertoire consisted of only a dozen or so virtuosic pieces, mostly light in character. However, in the 1960s and 1970s, American composers began to write the first of the \"new school\" of serious, artistic solo works specifically for euphonium. Since then, there has been a virtual explosion of solo repertoire for the euphonium. In a mere four decades, the solo literature has expanded from virtually zero to thousands of pieces. More and more composers have become aware of the tremendous soloistic capabilities of the euphonium, and have constantly \"pushed the envelope\" with new literature in terms of tessitura, endurance, technical demands, and extended techniques.",
"title": "Repertoire"
},
{
"paragraph_id": 32,
"text": "Finally, the euphonium has, thanks to a handful of enterprising individuals, begun to make inroads in jazz, pop and other non-concert performance settings. One well-known euphonium player from the world of popular music is Don McGlashan, the New Zealand musician who began his musical career as an orchestral brass player before finding success in popular music with bands such as Blam Blam Blam and The Mutton Birds.",
"title": "Repertoire"
}
]
| The euphonium is a medium-sized, 3 or 4-valve, often compensating, conical-bore, tenor-voiced brass instrument that derives its name from the Ancient Greek word εὔφωνος euphōnos, meaning "well-sounding" or "sweet-voiced". The euphonium is a valved instrument. Nearly all current models have piston valves, though some models with rotary valves do exist. Euphonium music may be notated in the bass clef as a non-transposing instrument or in the treble clef as a transposing instrument in B♭. In British brass bands, it is typically treated as a treble-clef instrument, while in American band music, parts may be written in either treble clef or bass clef, or both. A person who plays the euphonium is known as a euphoniumist, a euphonist, a euphophonist or simply a euphonium player. | 2001-12-13T21:09:54Z | 2023-12-14T19:50:11Z | [
"Template:Cite book",
"Template:Bass (sound)",
"Template:Brass",
"Template:Multiple image",
"Template:Unreferenced section",
"Template:Reflist",
"Template:Cite web",
"Template:ISBN",
"Template:Short description",
"Template:Lang",
"Template:Music",
"Template:By whom",
"Template:Cite dictionary",
"Template:Authority control",
"Template:Use dmy dates",
"Template:Main",
"Template:Cite news",
"Template:Commons category",
"Template:Cite EB1911",
"Template:Cite Q",
"Template:Brass instruments",
"Template:More citations needed",
"Template:Infobox instrument",
"Template:Circa",
"Template:Clear left",
"Template:Cite Grove"
]
| https://en.wikipedia.org/wiki/Euphonium |
10,372 | Entire function | In complex analysis, an entire function, also called an integral function, is a complex-valued function that is holomorphic on the whole complex plane. Typical examples of entire functions are polynomials and the exponential function, and any finite sums, products and compositions of these, such as the trigonometric functions sine and cosine and their hyperbolic counterparts sinh and cosh, as well as derivatives and integrals of entire functions such as the error function. If an entire function f ( z ) {\displaystyle f(z)} has a root at w {\displaystyle w} , then f ( z ) / ( z − w ) {\displaystyle f(z)/(z-w)} , taking the limit value at w {\displaystyle w} , is an entire function. On the other hand, the natural logarithm, the reciprocal function, and the square root are all not entire functions, nor can they be continued analytically to an entire function.
A transcendental entire function is an entire function that is not a polynomial.
Just as meromorphic functions can be viewed as a generalization of rational fractions, entire functions can be viewed as a generalization of polynomials. In particular, if for meromorphic functions one can generalize the factorization into simple fractions (the Mittag-Leffler theorem on the decomposition of a meromorphic function), then for entire functions there is a generalization of the factorization — the Weierstrass theorem on entire functions.
Every entire function f ( z ) {\displaystyle \ f(z)\ } can be represented as a single power series
that converges everywhere in the complex plane, hence uniformly on compact sets. The radius of convergence is infinite, which implies that
or, equivalently,
Any power series satisfying this criterion will represent an entire function.
If (and only if) the coefficients of the power series are all real then the function evidently takes real values for real arguments, and the value of the function at the complex conjugate of z {\displaystyle \ z\ } will be the complex conjugate of the value at z . {\displaystyle \ z~.} Such functions are sometimes called self-conjugate (the conjugate function, F ∗ ( z ) , {\displaystyle \ F^{*}(z)\ ,} being given by F ¯ ( z ¯ ) {\displaystyle \ {\bar {F}}({\bar {z}})\ } ).
If the real part of an entire function is known in a neighborhood of a point then both the real and imaginary parts are known for the whole complex plane, up to an imaginary constant. For instance, if the real part is known in a neighborhood of zero, then we can find the coefficients for n > 0 {\displaystyle n>0} from the following derivatives with respect to a real variable r {\displaystyle \ r\ } :
(Likewise, if the imaginary part is known in a neighborhood then the function is determined up to a real constant.) In fact, if the real part is known just on an arc of a circle, then the function is determined up to an imaginary constant.} Note however that an entire function is not determined by its real part on all curves. In particular, if the real part is given on any curve in the complex plane where the real part of some other entire function is zero, then any multiple of that function can be added to the function we are trying to determine. For example, if the curve where the real part is known is the real line, then we can add i {\displaystyle \ i\ } times any self-conjugate function. If the curve forms a loop, then it is determined by the real part of the function on the loop since the only functions whose real part is zero on the curve are those that are everywhere equal to some imaginary number.
The Weierstrass factorization theorem asserts that any entire function can be represented by a product involving its zeroes (or "roots").
The entire functions on the complex plane form an integral domain (in fact a Prüfer domain). They also form a commutative unital associative algebra over the complex numbers.
Liouville's theorem states that any bounded entire function must be constant.
As a consequence of Liouville's theorem, any function that is entire on the whole Riemann sphere is constant. Thus any non-constant entire function must have a singularity at the complex point at infinity, either a pole for a polynomial or an essential singularity for a transcendental entire function. Specifically, by the Casorati–Weierstrass theorem, for any transcendental entire function f {\displaystyle \ f\ } and any complex w {\displaystyle \ w\ } there is a sequence ( z m ) m ∈ N {\displaystyle \ (z_{m})_{m\in \mathbb {N} }\ } such that
Picard's little theorem is a much stronger result: Any non-constant entire function takes on every complex number as value, possibly with a single exception. When an exception exists, it is called a lacunary value of the function. The possibility of a lacunary value is illustrated by the exponential function, which never takes on the value 0 . One can take a suitable branch of the logarithm of an entire function that never hits 0 , so that this will also be an entire function (according to the Weierstrass factorization theorem). The logarithm hits every complex number except possibly one number, which implies that the first function will hit any value other than 0 an infinite number of times. Similarly, a non-constant, entire function that does not hit a particular value will hit every other value an infinite number of times.
Liouville's theorem is a special case of the following statement:
Theorem — Assume M , {\displaystyle \ M\ ,} R {\displaystyle \ R\ } are positive constants and n {\displaystyle \ n\ } is a non-negative integer. An entire function f {\displaystyle f} satisfying the inequality | f ( z ) | ≤ M | z | n {\displaystyle \ |f(z)|\leq M|z|^{n}\ } for all z {\displaystyle \ z\ } with | z | ≥ R , {\displaystyle \ |z|\geq R\ ,} is necessarily a polynomial, of degree at most n . {\displaystyle \ n~.} Similarly, an entire function f {\displaystyle \ f\ } satisfying the inequality M | z | n ≤ | f ( z ) | {\displaystyle \ M|z|^{n}\leq |f(z)|\ } for all z {\displaystyle z} with | z | ≥ R , {\displaystyle \ |z|\geq R\ ,} is necessarily a polynomial, of degree at least n {\displaystyle n} .
Entire functions may grow as fast as any increasing function: for any increasing function g : [ 0 , ∞ ) → [ 0 , ∞ ) {\displaystyle g:[0,\infty )\to [0,\infty )} there exists an entire function f {\displaystyle f} such that f ( x ) > g ( | x | ) {\displaystyle f(x)>g(|x|)} for all real x {\displaystyle x} . Such a function f {\displaystyle f} may be easily found of the form:
for a constant c {\displaystyle c} and a strictly increasing sequence of positive integers n k {\displaystyle n_{k}} . Any such sequence defines an entire function f ( z ) {\displaystyle f(z)} , and if the powers are chosen appropriately we may satisfy the inequality f ( x ) > g ( | x | ) {\displaystyle f(x)>g(|x|)} for all real x {\displaystyle x} . (For instance, it certainly holds if one chooses c := g ( 2 ) {\displaystyle c:=g(2)} and, for any integer k ≥ 1 {\displaystyle k\geq 1} one chooses an even exponent n k {\displaystyle n_{k}} such that ( k + 1 k ) n k ≥ g ( k + 2 ) {\displaystyle \left({\frac {k+1}{k}}\right)^{n_{k}}\geq g(k+2)} ).
The order (at infinity) of an entire function f ( z ) {\displaystyle f(z)} is defined using the limit superior as:
where B r {\displaystyle B_{r}} is the disk of radius r {\displaystyle r} and ‖ f ‖ ∞ , B r {\displaystyle \|f\|_{\infty ,B_{r}}} denotes the supremum norm of f ( z ) {\displaystyle f(z)} on B r {\displaystyle B_{r}} . The order is a non-negative real number or infinity (except when f ( z ) = 0 {\displaystyle f(z)=0} for all z {\displaystyle z} . In other words, the order of f ( z ) {\displaystyle f(z)} is the infimum of all m {\displaystyle m} such that:
The example of f ( z ) = exp ( 2 z 2 ) {\displaystyle f(z)=\exp(2z^{2})} shows that this does not mean f ( z ) = O ( exp ( | z | m ) ) {\displaystyle f(z)=O(\exp(|z|^{m}))} if f ( z ) {\displaystyle f(z)} is of order m {\displaystyle m} .
If 0 < ρ < ∞ , {\displaystyle 0<\rho <\infty ,} one can also define the type:
If the order is 1 and the type is σ {\displaystyle \sigma } , the function is said to be "of exponential type σ {\displaystyle \sigma } ". If it is of order less than 1 it is said to be of exponential type 0.
If
then the order and type can be found by the formulas
Let f ( n ) {\displaystyle f^{(n)}} denote the n {\displaystyle n} -th derivative of f {\displaystyle f} , then we may restate these formulas in terms of the derivatives at any arbitrary point z 0 {\displaystyle z_{0}} :
The type may be infinite, as in the case of the reciprocal gamma function, or zero (see example below under § Order 1).
Another way to find out the order and type is Matsaev's theorem.
Here are some examples of functions of various orders:
For arbitrary positive numbers ρ {\displaystyle \rho } and σ {\displaystyle \sigma } one can construct an example of an entire function of order ρ {\displaystyle \rho } and type σ {\displaystyle \sigma } using:
where
where
with a ≠ 0 {\displaystyle a\neq 0} (for which the type is given by σ = | a | {\displaystyle \sigma =|a|} )
Entire functions of finite order have Hadamard's canonical representation (Hadamard factorization theorem):
where z k {\displaystyle z_{k}} are those roots of f {\displaystyle f} that are not zero ( z k ≠ 0 {\displaystyle z_{k}\neq 0} ), m {\displaystyle m} is the order of the zero of f {\displaystyle f} at z = 0 {\displaystyle z=0} (the case m = 0 {\displaystyle m=0} being taken to mean f ( 0 ) ≠ 0 {\displaystyle f(0)\neq 0} ), P {\displaystyle P} a polynomial (whose degree we shall call q {\displaystyle q} ), and p {\displaystyle p} is the smallest non-negative integer such that the series
converges. The non-negative integer g = max { p , q } {\displaystyle g=\max\{p,q\}} is called the genus of the entire function f {\displaystyle f} .
If the order ρ {\displaystyle \rho } is not an integer, then g = [ ρ ] {\displaystyle g=[\rho ]} is the integer part of ρ {\displaystyle \rho } . If the order is a positive integer, then there are two possibilities: g = ρ − 1 {\displaystyle g=\rho -1} or g = ρ {\displaystyle g=\rho } .
For example, sin {\displaystyle \sin } , cos {\displaystyle \cos } and exp {\displaystyle \exp } are entire functions of genus g = ρ = 1 {\displaystyle g=\rho =1} .
According to J. E. Littlewood, the Weierstrass sigma function is a 'typical' entire function. This statement can be made precise in the theory of random entire functions: the asymptotic behavior of almost all entire functions is similar to that of the sigma function. Other examples include the Fresnel integrals, the Jacobi theta function, and the reciprocal Gamma function. The exponential function and the error function are special cases of the Mittag-Leffler function. According to the fundamental theorem of Paley and Wiener, Fourier transforms of functions (or distributions) with bounded support are entire functions of order 1 {\displaystyle 1} and finite type.
Other examples are solutions of linear differential equations with polynomial coefficients. If the coefficient at the highest derivative is constant, then all solutions of such equations are entire functions. For example, the exponential function, sine, cosine, Airy functions and Parabolic cylinder functions arise in this way. The class of entire functions is closed with respect to compositions. This makes it possible to study dynamics of entire functions.
An entire function of the square root of a complex number is entire if the original function is even, for example cos ( z ) {\displaystyle \cos({\sqrt {z}})} .
If a sequence of polynomials all of whose roots are real converges in a neighborhood of the origin to a limit which is not identically equal to zero, then this limit is an entire function. Such entire functions form the Laguerre–Pólya class, which can also be characterized in terms of the Hadamard product, namely, f {\displaystyle f} belongs to this class if and only if in the Hadamard representation all z n {\displaystyle z_{n}} are real, ρ ≤ 1 {\displaystyle \rho \leq 1} , and P ( z ) = a + b z + c z 2 {\displaystyle P(z)=a+bz+cz^{2}} , where b {\displaystyle b} and c {\displaystyle c} are real, and c ≤ 0 {\displaystyle c\leq 0} . For example, the sequence of polynomials
converges, as n {\displaystyle n} increases, to exp ( − ( z − d ) 2 ) {\displaystyle \exp(-(z-d)^{2})} . The polynomials
have all real roots, and converge to cos ( z ) {\displaystyle \cos(z)} . The polynomials
also converge to cos ( z ) {\displaystyle \cos(z)} , showing the buildup of the Hadamard product for cosine. | [
{
"paragraph_id": 0,
"text": "In complex analysis, an entire function, also called an integral function, is a complex-valued function that is holomorphic on the whole complex plane. Typical examples of entire functions are polynomials and the exponential function, and any finite sums, products and compositions of these, such as the trigonometric functions sine and cosine and their hyperbolic counterparts sinh and cosh, as well as derivatives and integrals of entire functions such as the error function. If an entire function f ( z ) {\\displaystyle f(z)} has a root at w {\\displaystyle w} , then f ( z ) / ( z − w ) {\\displaystyle f(z)/(z-w)} , taking the limit value at w {\\displaystyle w} , is an entire function. On the other hand, the natural logarithm, the reciprocal function, and the square root are all not entire functions, nor can they be continued analytically to an entire function.",
"title": ""
},
{
"paragraph_id": 1,
"text": "A transcendental entire function is an entire function that is not a polynomial.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Just as meromorphic functions can be viewed as a generalization of rational fractions, entire functions can be viewed as a generalization of polynomials. In particular, if for meromorphic functions one can generalize the factorization into simple fractions (the Mittag-Leffler theorem on the decomposition of a meromorphic function), then for entire functions there is a generalization of the factorization — the Weierstrass theorem on entire functions.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Every entire function f ( z ) {\\displaystyle \\ f(z)\\ } can be represented as a single power series",
"title": "Properties"
},
{
"paragraph_id": 4,
"text": "that converges everywhere in the complex plane, hence uniformly on compact sets. The radius of convergence is infinite, which implies that",
"title": "Properties"
},
{
"paragraph_id": 5,
"text": "or, equivalently,",
"title": "Properties"
},
{
"paragraph_id": 6,
"text": "Any power series satisfying this criterion will represent an entire function.",
"title": "Properties"
},
{
"paragraph_id": 7,
"text": "If (and only if) the coefficients of the power series are all real then the function evidently takes real values for real arguments, and the value of the function at the complex conjugate of z {\\displaystyle \\ z\\ } will be the complex conjugate of the value at z . {\\displaystyle \\ z~.} Such functions are sometimes called self-conjugate (the conjugate function, F ∗ ( z ) , {\\displaystyle \\ F^{*}(z)\\ ,} being given by F ¯ ( z ¯ ) {\\displaystyle \\ {\\bar {F}}({\\bar {z}})\\ } ).",
"title": "Properties"
},
{
"paragraph_id": 8,
"text": "If the real part of an entire function is known in a neighborhood of a point then both the real and imaginary parts are known for the whole complex plane, up to an imaginary constant. For instance, if the real part is known in a neighborhood of zero, then we can find the coefficients for n > 0 {\\displaystyle n>0} from the following derivatives with respect to a real variable r {\\displaystyle \\ r\\ } :",
"title": "Properties"
},
{
"paragraph_id": 9,
"text": "(Likewise, if the imaginary part is known in a neighborhood then the function is determined up to a real constant.) In fact, if the real part is known just on an arc of a circle, then the function is determined up to an imaginary constant.} Note however that an entire function is not determined by its real part on all curves. In particular, if the real part is given on any curve in the complex plane where the real part of some other entire function is zero, then any multiple of that function can be added to the function we are trying to determine. For example, if the curve where the real part is known is the real line, then we can add i {\\displaystyle \\ i\\ } times any self-conjugate function. If the curve forms a loop, then it is determined by the real part of the function on the loop since the only functions whose real part is zero on the curve are those that are everywhere equal to some imaginary number.",
"title": "Properties"
},
{
"paragraph_id": 10,
"text": "The Weierstrass factorization theorem asserts that any entire function can be represented by a product involving its zeroes (or \"roots\").",
"title": "Properties"
},
{
"paragraph_id": 11,
"text": "The entire functions on the complex plane form an integral domain (in fact a Prüfer domain). They also form a commutative unital associative algebra over the complex numbers.",
"title": "Properties"
},
{
"paragraph_id": 12,
"text": "Liouville's theorem states that any bounded entire function must be constant.",
"title": "Properties"
},
{
"paragraph_id": 13,
"text": "As a consequence of Liouville's theorem, any function that is entire on the whole Riemann sphere is constant. Thus any non-constant entire function must have a singularity at the complex point at infinity, either a pole for a polynomial or an essential singularity for a transcendental entire function. Specifically, by the Casorati–Weierstrass theorem, for any transcendental entire function f {\\displaystyle \\ f\\ } and any complex w {\\displaystyle \\ w\\ } there is a sequence ( z m ) m ∈ N {\\displaystyle \\ (z_{m})_{m\\in \\mathbb {N} }\\ } such that",
"title": "Properties"
},
{
"paragraph_id": 14,
"text": "Picard's little theorem is a much stronger result: Any non-constant entire function takes on every complex number as value, possibly with a single exception. When an exception exists, it is called a lacunary value of the function. The possibility of a lacunary value is illustrated by the exponential function, which never takes on the value 0 . One can take a suitable branch of the logarithm of an entire function that never hits 0 , so that this will also be an entire function (according to the Weierstrass factorization theorem). The logarithm hits every complex number except possibly one number, which implies that the first function will hit any value other than 0 an infinite number of times. Similarly, a non-constant, entire function that does not hit a particular value will hit every other value an infinite number of times.",
"title": "Properties"
},
{
"paragraph_id": 15,
"text": "Liouville's theorem is a special case of the following statement:",
"title": "Properties"
},
{
"paragraph_id": 16,
"text": "Theorem — Assume M , {\\displaystyle \\ M\\ ,} R {\\displaystyle \\ R\\ } are positive constants and n {\\displaystyle \\ n\\ } is a non-negative integer. An entire function f {\\displaystyle f} satisfying the inequality | f ( z ) | ≤ M | z | n {\\displaystyle \\ |f(z)|\\leq M|z|^{n}\\ } for all z {\\displaystyle \\ z\\ } with | z | ≥ R , {\\displaystyle \\ |z|\\geq R\\ ,} is necessarily a polynomial, of degree at most n . {\\displaystyle \\ n~.} Similarly, an entire function f {\\displaystyle \\ f\\ } satisfying the inequality M | z | n ≤ | f ( z ) | {\\displaystyle \\ M|z|^{n}\\leq |f(z)|\\ } for all z {\\displaystyle z} with | z | ≥ R , {\\displaystyle \\ |z|\\geq R\\ ,} is necessarily a polynomial, of degree at least n {\\displaystyle n} .",
"title": "Properties"
},
{
"paragraph_id": 17,
"text": "Entire functions may grow as fast as any increasing function: for any increasing function g : [ 0 , ∞ ) → [ 0 , ∞ ) {\\displaystyle g:[0,\\infty )\\to [0,\\infty )} there exists an entire function f {\\displaystyle f} such that f ( x ) > g ( | x | ) {\\displaystyle f(x)>g(|x|)} for all real x {\\displaystyle x} . Such a function f {\\displaystyle f} may be easily found of the form:",
"title": "Growth"
},
{
"paragraph_id": 18,
"text": "for a constant c {\\displaystyle c} and a strictly increasing sequence of positive integers n k {\\displaystyle n_{k}} . Any such sequence defines an entire function f ( z ) {\\displaystyle f(z)} , and if the powers are chosen appropriately we may satisfy the inequality f ( x ) > g ( | x | ) {\\displaystyle f(x)>g(|x|)} for all real x {\\displaystyle x} . (For instance, it certainly holds if one chooses c := g ( 2 ) {\\displaystyle c:=g(2)} and, for any integer k ≥ 1 {\\displaystyle k\\geq 1} one chooses an even exponent n k {\\displaystyle n_{k}} such that ( k + 1 k ) n k ≥ g ( k + 2 ) {\\displaystyle \\left({\\frac {k+1}{k}}\\right)^{n_{k}}\\geq g(k+2)} ).",
"title": "Growth"
},
{
"paragraph_id": 19,
"text": "The order (at infinity) of an entire function f ( z ) {\\displaystyle f(z)} is defined using the limit superior as:",
"title": " Order and type"
},
{
"paragraph_id": 20,
"text": "where B r {\\displaystyle B_{r}} is the disk of radius r {\\displaystyle r} and ‖ f ‖ ∞ , B r {\\displaystyle \\|f\\|_{\\infty ,B_{r}}} denotes the supremum norm of f ( z ) {\\displaystyle f(z)} on B r {\\displaystyle B_{r}} . The order is a non-negative real number or infinity (except when f ( z ) = 0 {\\displaystyle f(z)=0} for all z {\\displaystyle z} . In other words, the order of f ( z ) {\\displaystyle f(z)} is the infimum of all m {\\displaystyle m} such that:",
"title": " Order and type"
},
{
"paragraph_id": 21,
"text": "The example of f ( z ) = exp ( 2 z 2 ) {\\displaystyle f(z)=\\exp(2z^{2})} shows that this does not mean f ( z ) = O ( exp ( | z | m ) ) {\\displaystyle f(z)=O(\\exp(|z|^{m}))} if f ( z ) {\\displaystyle f(z)} is of order m {\\displaystyle m} .",
"title": " Order and type"
},
{
"paragraph_id": 22,
"text": "If 0 < ρ < ∞ , {\\displaystyle 0<\\rho <\\infty ,} one can also define the type:",
"title": " Order and type"
},
{
"paragraph_id": 23,
"text": "If the order is 1 and the type is σ {\\displaystyle \\sigma } , the function is said to be \"of exponential type σ {\\displaystyle \\sigma } \". If it is of order less than 1 it is said to be of exponential type 0.",
"title": " Order and type"
},
{
"paragraph_id": 24,
"text": "If",
"title": " Order and type"
},
{
"paragraph_id": 25,
"text": "then the order and type can be found by the formulas",
"title": " Order and type"
},
{
"paragraph_id": 26,
"text": "Let f ( n ) {\\displaystyle f^{(n)}} denote the n {\\displaystyle n} -th derivative of f {\\displaystyle f} , then we may restate these formulas in terms of the derivatives at any arbitrary point z 0 {\\displaystyle z_{0}} :",
"title": " Order and type"
},
{
"paragraph_id": 27,
"text": "The type may be infinite, as in the case of the reciprocal gamma function, or zero (see example below under § Order 1).",
"title": " Order and type"
},
{
"paragraph_id": 28,
"text": "Another way to find out the order and type is Matsaev's theorem.",
"title": " Order and type"
},
{
"paragraph_id": 29,
"text": "Here are some examples of functions of various orders:",
"title": " Order and type"
},
{
"paragraph_id": 30,
"text": "For arbitrary positive numbers ρ {\\displaystyle \\rho } and σ {\\displaystyle \\sigma } one can construct an example of an entire function of order ρ {\\displaystyle \\rho } and type σ {\\displaystyle \\sigma } using:",
"title": " Order and type"
},
{
"paragraph_id": 31,
"text": "where",
"title": " Order and type"
},
{
"paragraph_id": 32,
"text": "where",
"title": " Order and type"
},
{
"paragraph_id": 33,
"text": "with a ≠ 0 {\\displaystyle a\\neq 0} (for which the type is given by σ = | a | {\\displaystyle \\sigma =|a|} )",
"title": " Order and type"
},
{
"paragraph_id": 34,
"text": "Entire functions of finite order have Hadamard's canonical representation (Hadamard factorization theorem):",
"title": " Genus"
},
{
"paragraph_id": 35,
"text": "where z k {\\displaystyle z_{k}} are those roots of f {\\displaystyle f} that are not zero ( z k ≠ 0 {\\displaystyle z_{k}\\neq 0} ), m {\\displaystyle m} is the order of the zero of f {\\displaystyle f} at z = 0 {\\displaystyle z=0} (the case m = 0 {\\displaystyle m=0} being taken to mean f ( 0 ) ≠ 0 {\\displaystyle f(0)\\neq 0} ), P {\\displaystyle P} a polynomial (whose degree we shall call q {\\displaystyle q} ), and p {\\displaystyle p} is the smallest non-negative integer such that the series",
"title": " Genus"
},
{
"paragraph_id": 36,
"text": "converges. The non-negative integer g = max { p , q } {\\displaystyle g=\\max\\{p,q\\}} is called the genus of the entire function f {\\displaystyle f} .",
"title": " Genus"
},
{
"paragraph_id": 37,
"text": "If the order ρ {\\displaystyle \\rho } is not an integer, then g = [ ρ ] {\\displaystyle g=[\\rho ]} is the integer part of ρ {\\displaystyle \\rho } . If the order is a positive integer, then there are two possibilities: g = ρ − 1 {\\displaystyle g=\\rho -1} or g = ρ {\\displaystyle g=\\rho } .",
"title": " Genus"
},
{
"paragraph_id": 38,
"text": "For example, sin {\\displaystyle \\sin } , cos {\\displaystyle \\cos } and exp {\\displaystyle \\exp } are entire functions of genus g = ρ = 1 {\\displaystyle g=\\rho =1} .",
"title": " Genus"
},
{
"paragraph_id": 39,
"text": "According to J. E. Littlewood, the Weierstrass sigma function is a 'typical' entire function. This statement can be made precise in the theory of random entire functions: the asymptotic behavior of almost all entire functions is similar to that of the sigma function. Other examples include the Fresnel integrals, the Jacobi theta function, and the reciprocal Gamma function. The exponential function and the error function are special cases of the Mittag-Leffler function. According to the fundamental theorem of Paley and Wiener, Fourier transforms of functions (or distributions) with bounded support are entire functions of order 1 {\\displaystyle 1} and finite type.",
"title": "Other examples"
},
{
"paragraph_id": 40,
"text": "Other examples are solutions of linear differential equations with polynomial coefficients. If the coefficient at the highest derivative is constant, then all solutions of such equations are entire functions. For example, the exponential function, sine, cosine, Airy functions and Parabolic cylinder functions arise in this way. The class of entire functions is closed with respect to compositions. This makes it possible to study dynamics of entire functions.",
"title": "Other examples"
},
{
"paragraph_id": 41,
"text": "An entire function of the square root of a complex number is entire if the original function is even, for example cos ( z ) {\\displaystyle \\cos({\\sqrt {z}})} .",
"title": "Other examples"
},
{
"paragraph_id": 42,
"text": "If a sequence of polynomials all of whose roots are real converges in a neighborhood of the origin to a limit which is not identically equal to zero, then this limit is an entire function. Such entire functions form the Laguerre–Pólya class, which can also be characterized in terms of the Hadamard product, namely, f {\\displaystyle f} belongs to this class if and only if in the Hadamard representation all z n {\\displaystyle z_{n}} are real, ρ ≤ 1 {\\displaystyle \\rho \\leq 1} , and P ( z ) = a + b z + c z 2 {\\displaystyle P(z)=a+bz+cz^{2}} , where b {\\displaystyle b} and c {\\displaystyle c} are real, and c ≤ 0 {\\displaystyle c\\leq 0} . For example, the sequence of polynomials",
"title": "Other examples"
},
{
"paragraph_id": 43,
"text": "converges, as n {\\displaystyle n} increases, to exp ( − ( z − d ) 2 ) {\\displaystyle \\exp(-(z-d)^{2})} . The polynomials",
"title": "Other examples"
},
{
"paragraph_id": 44,
"text": "have all real roots, and converge to cos ( z ) {\\displaystyle \\cos(z)} . The polynomials",
"title": "Other examples"
},
{
"paragraph_id": 45,
"text": "also converge to cos ( z ) {\\displaystyle \\cos(z)} , showing the buildup of the Hadamard product for cosine.",
"title": "Other examples"
}
]
| In complex analysis, an entire function, also called an integral function, is a complex-valued function that is holomorphic on the whole complex plane. Typical examples of entire functions are polynomials and the exponential function, and any finite sums, products and compositions of these, such as the trigonometric functions sine and cosine and their hyperbolic counterparts sinh and cosh, as well as derivatives and integrals of entire functions such as the error function. If an entire function f has a root at w , then f / , taking the limit value at w , is an entire function. On the other hand, the natural logarithm, the reciprocal function, and the square root are all not entire functions, nor can they be continued analytically to an entire function. A transcendental entire function is an entire function that is not a polynomial. Just as meromorphic functions can be viewed as a generalization of rational fractions, entire functions can be viewed as a generalization of polynomials. In particular, if for meromorphic functions one can generalize the factorization into simple fractions, then for entire functions there is a generalization of the factorization — the Weierstrass theorem on entire functions. | 2002-01-06T21:32:28Z | 2023-11-08T11:54:19Z | [
"Template:Authority control",
"Template:Efn",
"Template:Anchor",
"Template:Citation needed",
"Template:Refend",
"Template:Short description",
"Template:Sfn",
"Template:Slink",
"Template:Notelist",
"Template:Nobr",
"Template:Reflist",
"Template:Refbegin",
"Template:Nowrap",
"Template:Math theorem",
"Template:Cite book"
]
| https://en.wikipedia.org/wiki/Entire_function |
10,374 | Essay | An essay is, generally, a piece of writing that gives the author's own argument, but the definition is vague, overlapping with those of a letter, a paper, an article, a pamphlet, and a short story. Essays have been sub-classified as formal and informal: formal essays are characterized by "serious purpose, dignity, logical organization, length," whereas the informal essay is characterized by "the personal element (self-revelation, individual tastes and experiences, confidential manner), humor, graceful style, rambling structure, unconventionality or novelty of theme," etc.
Essays are commonly used as literary criticism, political manifestos, learned arguments, observations of daily life, recollections, and reflections of the author. Almost all modern essays are written in prose, but works in verse have been dubbed essays (e.g., Alexander Pope's An Essay on Criticism and An Essay on Man). While brevity usually defines an essay, voluminous works like John Locke's An Essay Concerning Human Understanding and Thomas Malthus's An Essay on the Principle of Population are counterexamples.
In some countries (e.g., the United States and Canada), essays have become a major part of formal education. Secondary students are taught structured essay formats to improve their writing skills; admission essays are often used by universities in selecting applicants, and in the humanities and social sciences essays are often used as a way of assessing the performance of students during final exams.
The concept of an "essay" has been extended to other media beyond writing. A film essay is a movie that often incorporates documentary filmmaking styles and focuses more on the evolution of a theme or idea. A photographic essay covers a topic with a linked series of photographs that may have accompanying text or captions.
The word essay derives from the French infinitive essayer, "to try" or "to attempt". In English essay first meant "a trial" or "an attempt", and this is still an alternative meaning. The Frenchman Michel de Montaigne (1533–1592) was the first author to describe his work as essays; he used the term to characterize these as "attempts" to put his thoughts into writing.
Subsequently, essay has been defined in a variety of ways. One definition is a "prose composition with a focused subject of discussion" or a "long, systematic discourse". It is difficult to define the genre into which essays fall. Aldous Huxley, a leading essayist, gives guidance on the subject. He notes that "the essay is a literary device for saying almost everything about almost anything", and adds that "by tradition, almost by definition, the essay is a short piece". Furthermore, Huxley argues that "essays belong to a literary species whose extreme variability can be studied most effectively within a three-poled frame of reference". These three poles (or worlds in which the essay may exist) are:
Huxley adds that the most satisfying essays "...make the best not of one, not of two, but of all the three worlds in which it is possible for the essay to exist."
Montaigne's "attempts" grew out of his commonplacing. Inspired in particular by the works of Plutarch, a translation of whose Œuvres Morales (Moral works) into French had just been published by Jacques Amyot, Montaigne began to compose his essays in 1572; the first edition, entitled Essais, was published in two volumes in 1580. For the rest of his life, he continued revising previously published essays and composing new ones. A third volume was published posthumously; together, their over 100 examples are widely regarded as the predecessor of the modern essay.
While Montaigne's philosophy was admired and copied in France, none of his most immediate disciples tried to write essays. But Montaigne, who liked to fancy that his family (the Eyquem line) was of English extraction, had spoken of the English people as his "cousins", and he was early read in England, notably by Francis Bacon.
Bacon's essays, published in book form in 1597 (only five years after the death of Montaigne, containing the first ten of his essays), 1612, and 1625, were the first works in English that described themselves as essays. Ben Jonson first used the word essayist in 1609, according to the Oxford English Dictionary. Other English essayists included Sir William Cornwallis, who published essays in 1600 and 1617 that were popular at the time, Robert Burton (1577–1641) and Sir Thomas Browne (1605–1682). In Italy, Baldassare Castiglione wrote about courtly manners in his essay Il Cortigiano. In the 17th century, the Spanish Jesuit Baltasar Gracián wrote about the theme of wisdom.
In England, during the Age of Enlightenment, essays were a favored tool of polemicists who aimed at convincing readers of their position; they also featured heavily in the rise of periodical literature, as seen in the works of Joseph Addison, Richard Steele and Samuel Johnson. Addison and Steele used the journal Tatler (founded in 1709 by Steele) and its successors as storehouses of their work, and they became the most celebrated eighteenth-century essayists in England. Johnson's essays appear during the 1750s in various similar publications. As a result of the focus on journals, the term also acquired a meaning synonymous with "article", although the content may not the strict definition. On the other hand, Locke's An Essay Concerning Human Understanding is not an essay at all, or cluster of essays, in the technical sense, but still it refers to the experimental and tentative nature of the inquiry which the philosopher was undertaking.
In the 18th and 19th centuries, Edmund Burke and Samuel Taylor Coleridge wrote essays for the general public. The early 19th century, in particular, saw a proliferation of great essayists in English—William Hazlitt, Charles Lamb, Leigh Hunt and Thomas De Quincey all penned numerous essays on diverse subjects, reviving the earlier graceful style. Thomas Carlyle's essays were highly influential, and one of his readers, Ralph Waldo Emerson, became a prominent essayist himself. Later in the century, Robert Louis Stevenson also raised the form's literary level. In the 20th century, a number of essayists, such as T.S. Eliot, tried to explain the new movements in art and culture by using essays. Virginia Woolf, Edmund Wilson, and Charles du Bos wrote literary criticism essays.
In France, several writers produced longer works with the title of essai that were not true examples of the form. However, by the mid-19th century, the Causeries du lundi, newspaper columns by the critic Sainte-Beuve, are literary essays in the original sense. Other French writers followed suit, including Théophile Gautier, Anatole France, Jules Lemaître and Émile Faguet.
As with the novel, essays existed in Japan several centuries before they developed in Europe with a genre of essays known as zuihitsu—loosely connected essays and fragmented ideas. Zuihitsu have existed since almost the beginnings of Japanese literature. Many of the most noted early works of Japanese literature are in this genre. Notable examples include The Pillow Book (c. 1000), by court lady Sei Shōnagon, and Tsurezuregusa (1330), by particularly renowned Japanese Buddhist monk Yoshida Kenkō. Kenkō described his short writings similarly to Montaigne, referring to them as "nonsensical thoughts" written in "idle hours". Another noteworthy difference from Europe is that women have traditionally written in Japan, though the more formal, Chinese-influenced writings of male writers were more prized at the time.
The eight-legged essay (Chinese: 八股文; pinyin: bāgǔwén; lit. 'eight bone text') was a style of essay in imperial examinations during the Ming and Qing dynasties in China. The eight-legged essay was needed for those test takers in these civil service tests to show their merits for government service, often focusing on Confucian thought and knowledge of the Four Books and Five Classics, in relation to governmental ideals. Test takers could not write in innovative or creative ways, but needed to conform to the standards of the eight-legged essay. Various skills were examined, including the ability to write coherently and to display basic logic. In certain times, the candidates were expected to spontaneously compose poetry upon a set theme, whose value was also sometimes questioned, or eliminated as part of the test material. This was a major argument in favor of the eight-legged essay, arguing that it were better to eliminate creative art in favor of prosaic literacy. In the history of Chinese literature, the eight-legged essay is often said to have caused China's "cultural stagnation and economic backwardness" in the 19th century.
This section describes the different forms and styles of essay writing. These are used by an array of authors, including university students and professional essayists.
The defining features of a "cause and effect" essay are causal chains that connect from a cause to an effect, careful language, and chronological or emphatic order. A writer using this rhetorical method must consider the subject, determine the purpose, consider the audience, think critically about different causes or consequences, consider a thesis statement, arrange the parts, consider the language, and decide on a conclusion.
Classification is the categorization of objects into a larger whole while division is the breaking of a larger whole into smaller parts.
Compare and contrast essays are characterized by a basis for comparison, points of comparison, and analogies. It is grouped by the object (chunking) or by point (sequential). The comparison highlights the similarities between two or more similar objects while contrasting highlights the differences between two or more objects. When writing a compare/contrast essay, writers need to determine their purpose, consider their audience, consider the basis and points of comparison, consider their thesis statement, arrange and develop the comparison, and reach a conclusion. Compare and contrast is arranged emphatically.
An expository essay is used to inform, describe or explain a topic, using important facts to teach the reader about a topic. Mostly written in third-person, using "it", "he", "she", "they," the expository essay uses formal language to discuss someone or something. Examples of expository essays are: a medical or biological condition, social or technological process, life or character of a famous person. The writing of an expository essay often consists of the following steps: organizing thoughts (brainstorming), researching a topic, developing a thesis statement, writing the introduction, writing the body of essay, and writing the conclusion. Expository essays are often assigned as a part of SAT and other standardized testing or as homework for high school and college students.
Descriptive writing is characterized by sensory details, which appeal to the physical senses, and details that appeal to a reader's emotional, physical, or intellectual sensibilities. Determining the purpose, considering the audience, creating a dominant impression, using descriptive language, and organizing the description are the rhetorical choices to consider when using a description. A description is usually arranged spatially but can also be chronological or emphatic. The focus of a description is the scene. Description uses tools such as denotative language, connotative language, figurative language, metaphor, and simile to arrive at a dominant impression. One university essay guide states that "descriptive writing says what happened or what another author has discussed; it provides an account of the topic". Lyric essays are an important form of descriptive essays.
In the dialectic form of the essay, which is commonly used in philosophy, the writer makes a thesis and argument, then objects to their own argument (with a counterargument), but then counters the counterargument with a final and novel argument. This form benefits from presenting a broader perspective while countering a possible flaw that some may present. This type is sometimes called an ethics paper.
An exemplification essay is characterized by a generalization and relevant, representative, and believable examples including anecdotes. Writers need to consider their subject, determine their purpose, consider their audience, decide on specific examples, and arrange all the parts together when writing an exemplification essay.
An essayist writes a familiar essay if speaking to a single reader, writing about both themselves, and about particular subjects. Anne Fadiman notes that "the genre's heyday was the early nineteenth century," and that its greatest exponent was Charles Lamb. She also suggests that while critical essays have more brain than the heart, and personal essays have more heart than brain, familiar essays have equal measures of both.
A history essay sometimes referred to as a thesis essay describes an argument or claim about one or more historical events and supports that claim with evidence, arguments, and references. The text makes it clear to the reader why the argument or claim is as such.
A narrative uses tools such as flashbacks, flash-forwards, and transitions that often build to a climax. The focus of a narrative is the plot. When creating a narrative, authors must determine their purpose, consider their audience, establish their point of view, use dialogue, and organize the narrative. A narrative is usually arranged chronologically.
An argumentative essay is a critical piece of writing, aimed at presenting objective analysis of the subject matter, narrowed down to a single topic. The main idea of all the criticism is to provide an opinion either of positive or negative implication. As such, a critical essay requires research and analysis, strong internal logic and sharp structure. Its structure normally builds around introduction with a topic's relevance and a thesis statement, body paragraphs with arguments linking back to the main thesis, and conclusion. In addition, an argumentative essay may include a refutation section where conflicting ideas are acknowledged, described, and criticized. Each argument of an argumentative essay should be supported with sufficient evidence, relevant to the point.
A process essay is used for an explanation of making or breaking something. Often, it is written in chronological order or numerical order to show step-by-step processes. It has all the qualities of a technical document with the only difference is that it is often written in descriptive mood, while a technical document is mostly in imperative mood.
An economic essay can start with a thesis, or it can start with a theme. It can take a narrative course and a descriptive course. It can even become an argumentative essay if the author feels the need. After the introduction, the author has to do his/her best to expose the economic matter at hand, to analyze it, evaluate it, and draw a conclusion. If the essay takes more of a narrative form then the author has to expose each aspect of the economic puzzle in a way that makes it clear and understandable for the reader
A reflective essay is an analytical piece of writing in which the writer describes a real or imaginary scene, event, interaction, passing thought, memory, or form—adding a personal reflection on the meaning of the topic in the author's life. Thus, the focus is not merely descriptive. The writer doesn't just describe the situation, but revisits the scene with more detail and emotion to examine what went well, or reveal a need for additional learning—and may relate what transpired to the rest of the author's life.
The logical progression and organizational structure of an essay can take many forms. Understanding how the movement of thought is managed through an essay has a profound impact on its overall cogency and ability to impress. A number of alternative logical structures for essays have been visualized as diagrams, making them easy to implement or adapt in the construction of an argument.
In countries like the United States and the United Kingdom, essays have become a major part of a formal education in the form of free response questions. Secondary students in these countries are taught structured essay formats to improve their writing skills, and essays are often used by universities in these countries in selecting applicants (see admissions essay). In both secondary and tertiary education, essays are used to judge the mastery and comprehension of the material. Students are asked to explain, comment on, or assess a topic of study in the form of an essay. In some courses, university students must complete one or more essays over several weeks or months. In addition, in fields such as the humanities and social sciences, mid-term and end of term examinations often require students to write a short essay in two or three hours.
In these countries, so-called academic essays, also called papers, are usually more formal than literary ones. They may still allow the presentation of the writer's own views, but this is done in a logical and factual manner, with the use of the first person often discouraged. Longer academic essays (often with a word limit of between 2,000 and 5,000 words) are often more discursive. They sometimes begin with a short summary analysis of what has previously been written on a topic, which is often called a literature review.
Longer essays may also contain an introductory page that defines words and phrases of the essay's topic. Most academic institutions require that all substantial facts, quotations, and other supporting material in an essay be referenced in a bibliography or works cited page at the end of the text. This scholarly convention helps others (whether teachers or fellow scholars) to understand the basis of facts and quotations the author uses to support the essay's argument. The bibliography also helps readers evaluate to what extent the argument is supported by evidence and to evaluate the quality of that evidence. The academic essay tests the student's ability to present their thoughts in an organized way and is designed to test their intellectual capabilities.
One of the challenges facing universities is that in some cases, students may submit essays purchased from an essay mill (or "paper mill") as their own work. An "essay mill" is a ghostwriting service that sells pre-written essays to university and college students. Since plagiarism is a form of academic dishonesty or academic fraud, universities and colleges may investigate papers they suspect are from an essay mill by using plagiarism detection software, which compares essays against a database of known mill essays and by orally testing students on the contents of their papers.
Essays often appear in magazines, especially magazines with an intellectual bent, such as The Atlantic and Harpers. Magazine and newspaper essays use many of the essay types described in the section on forms and styles (e.g., descriptive essays, narrative essays, etc.). Some newspapers also print essays in the op-ed section.
Employment essays detailing experience in a certain occupational field are required when applying for some jobs, especially government jobs in the United States. Essays known as Knowledge Skills and Executive Core Qualifications are required when applying to certain US federal government positions.
A KSA, or "Knowledge, Skills, and Abilities", is a series of narrative statements that are required when applying to Federal government job openings in the United States. KSAs are used along with resumes to determine who the best applicants are when several candidates qualify for a job. The knowledge, skills, and abilities necessary for the successful performance of a position are contained on each job vacancy announcement. KSAs are brief and focused essays about one's career and educational background that presumably qualify one to perform the duties of the position being applied for.
An Executive Core Qualification, or ECQ, is a narrative statement that is required when applying to Senior Executive Service positions within the US Federal government. Like the KSAs, ECQs are used along with resumes to determine who the best applicants are when several candidates qualify for a job. The Office of Personnel Management has established five executive core qualifications that all applicants seeking to enter the Senior Executive Service must demonstrate.
A film essay (also essay film or cinematic essay) consists of the evolution of a theme or an idea rather than a plot per se, or the film literally being a cinematic accompaniment to a narrator reading an essay. From another perspective, an essay film could be defined as a documentary film visual basis combined with a form of commentary that contains elements of self-portrait (rather than autobiography), where the signature (rather than the life story) of the filmmaker is apparent. The cinematic essay often blends documentary, fiction, and experimental film making using tones and editing styles.
The genre is not well-defined but might include propaganda works of early Soviet filmmakers like Dziga Vertov, present-day filmmakers including Chris Marker, Michael Moore (Roger & Me, Bowling for Columbine and Fahrenheit 9/11), Errol Morris (The Thin Blue Line), Morgan Spurlock (Supersize Me) and Agnès Varda. Jean-Luc Godard describes his recent work as "film-essays". Two filmmakers whose work was the antecedent to the cinematic essay include Georges Méliès and Bertolt Brecht. Méliès made a short film (The Coronation of Edward VII (1902)) about the 1902 coronation of King Edward VII, which mixes actual footage with shots of a recreation of the event. Brecht was a playwright who experimented with film and incorporated film projections into some of his plays. Orson Welles made an essay film in his own pioneering style, released in 1974, called F for Fake, which dealt specifically with art forger Elmyr de Hory and with the themes of deception, "fakery", and authenticity in general.
David Winks Gray's article "The essay film in action" states that the "essay film became an identifiable form of filmmaking in the 1950s and '60s". He states that since that time, essay films have tended to be "on the margins" of the filmmaking the world. Essay films have a "peculiar searching, questioning tone ... between documentary and fiction" but without "fitting comfortably" into either genre. Gray notes that just like written essays, essay films "tend to marry the personal voice of a guiding narrator (often the director) with a wide swath of other voices". The University of Wisconsin Cinematheque website echoes some of Gray's comments; it calls a film essay an "intimate and allusive" genre that "catches filmmakers in a pensive mood, ruminating on the margins between fiction and documentary" in a manner that is "refreshingly inventive, playful, and idiosyncratic".
In the realm of music, composer Samuel Barber wrote a set of "Essays for Orchestra", relying on the form and content of the music to guide the listener's ear, rather than any extra-musical plot or story.
A photographic essay strives to cover a topic with a linked series of photographs. Photo essays range from purely photographic works to photographs with captions or small notes to full-text essays with a few or many accompanying photographs. Photo essays can be sequential in nature, intended to be viewed in a particular order—or they may consist of non-ordered photographs viewed all at once or in an order that the viewer chooses. All photo essays are collections of photographs, but not all collections of photographs are photo essays. Photo essays often address a certain issue or attempt to capture the character of places and events.
In the visual arts, an essay is a preliminary drawing or sketch that forms a basis for a final painting or sculpture, made as a test of the work's composition (this meaning of the term, like several of those following, comes from the word essay's meaning of "attempt" or "trial"). | [
{
"paragraph_id": 0,
"text": "An essay is, generally, a piece of writing that gives the author's own argument, but the definition is vague, overlapping with those of a letter, a paper, an article, a pamphlet, and a short story. Essays have been sub-classified as formal and informal: formal essays are characterized by \"serious purpose, dignity, logical organization, length,\" whereas the informal essay is characterized by \"the personal element (self-revelation, individual tastes and experiences, confidential manner), humor, graceful style, rambling structure, unconventionality or novelty of theme,\" etc.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Essays are commonly used as literary criticism, political manifestos, learned arguments, observations of daily life, recollections, and reflections of the author. Almost all modern essays are written in prose, but works in verse have been dubbed essays (e.g., Alexander Pope's An Essay on Criticism and An Essay on Man). While brevity usually defines an essay, voluminous works like John Locke's An Essay Concerning Human Understanding and Thomas Malthus's An Essay on the Principle of Population are counterexamples.",
"title": ""
},
{
"paragraph_id": 2,
"text": "In some countries (e.g., the United States and Canada), essays have become a major part of formal education. Secondary students are taught structured essay formats to improve their writing skills; admission essays are often used by universities in selecting applicants, and in the humanities and social sciences essays are often used as a way of assessing the performance of students during final exams.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The concept of an \"essay\" has been extended to other media beyond writing. A film essay is a movie that often incorporates documentary filmmaking styles and focuses more on the evolution of a theme or idea. A photographic essay covers a topic with a linked series of photographs that may have accompanying text or captions.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The word essay derives from the French infinitive essayer, \"to try\" or \"to attempt\". In English essay first meant \"a trial\" or \"an attempt\", and this is still an alternative meaning. The Frenchman Michel de Montaigne (1533–1592) was the first author to describe his work as essays; he used the term to characterize these as \"attempts\" to put his thoughts into writing.",
"title": "Definitions"
},
{
"paragraph_id": 5,
"text": "Subsequently, essay has been defined in a variety of ways. One definition is a \"prose composition with a focused subject of discussion\" or a \"long, systematic discourse\". It is difficult to define the genre into which essays fall. Aldous Huxley, a leading essayist, gives guidance on the subject. He notes that \"the essay is a literary device for saying almost everything about almost anything\", and adds that \"by tradition, almost by definition, the essay is a short piece\". Furthermore, Huxley argues that \"essays belong to a literary species whose extreme variability can be studied most effectively within a three-poled frame of reference\". These three poles (or worlds in which the essay may exist) are:",
"title": "Definitions"
},
{
"paragraph_id": 6,
"text": "Huxley adds that the most satisfying essays \"...make the best not of one, not of two, but of all the three worlds in which it is possible for the essay to exist.\"",
"title": "Definitions"
},
{
"paragraph_id": 7,
"text": "Montaigne's \"attempts\" grew out of his commonplacing. Inspired in particular by the works of Plutarch, a translation of whose Œuvres Morales (Moral works) into French had just been published by Jacques Amyot, Montaigne began to compose his essays in 1572; the first edition, entitled Essais, was published in two volumes in 1580. For the rest of his life, he continued revising previously published essays and composing new ones. A third volume was published posthumously; together, their over 100 examples are widely regarded as the predecessor of the modern essay.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "While Montaigne's philosophy was admired and copied in France, none of his most immediate disciples tried to write essays. But Montaigne, who liked to fancy that his family (the Eyquem line) was of English extraction, had spoken of the English people as his \"cousins\", and he was early read in England, notably by Francis Bacon.",
"title": "History"
},
{
"paragraph_id": 9,
"text": "Bacon's essays, published in book form in 1597 (only five years after the death of Montaigne, containing the first ten of his essays), 1612, and 1625, were the first works in English that described themselves as essays. Ben Jonson first used the word essayist in 1609, according to the Oxford English Dictionary. Other English essayists included Sir William Cornwallis, who published essays in 1600 and 1617 that were popular at the time, Robert Burton (1577–1641) and Sir Thomas Browne (1605–1682). In Italy, Baldassare Castiglione wrote about courtly manners in his essay Il Cortigiano. In the 17th century, the Spanish Jesuit Baltasar Gracián wrote about the theme of wisdom.",
"title": "History"
},
{
"paragraph_id": 10,
"text": "In England, during the Age of Enlightenment, essays were a favored tool of polemicists who aimed at convincing readers of their position; they also featured heavily in the rise of periodical literature, as seen in the works of Joseph Addison, Richard Steele and Samuel Johnson. Addison and Steele used the journal Tatler (founded in 1709 by Steele) and its successors as storehouses of their work, and they became the most celebrated eighteenth-century essayists in England. Johnson's essays appear during the 1750s in various similar publications. As a result of the focus on journals, the term also acquired a meaning synonymous with \"article\", although the content may not the strict definition. On the other hand, Locke's An Essay Concerning Human Understanding is not an essay at all, or cluster of essays, in the technical sense, but still it refers to the experimental and tentative nature of the inquiry which the philosopher was undertaking.",
"title": "History"
},
{
"paragraph_id": 11,
"text": "In the 18th and 19th centuries, Edmund Burke and Samuel Taylor Coleridge wrote essays for the general public. The early 19th century, in particular, saw a proliferation of great essayists in English—William Hazlitt, Charles Lamb, Leigh Hunt and Thomas De Quincey all penned numerous essays on diverse subjects, reviving the earlier graceful style. Thomas Carlyle's essays were highly influential, and one of his readers, Ralph Waldo Emerson, became a prominent essayist himself. Later in the century, Robert Louis Stevenson also raised the form's literary level. In the 20th century, a number of essayists, such as T.S. Eliot, tried to explain the new movements in art and culture by using essays. Virginia Woolf, Edmund Wilson, and Charles du Bos wrote literary criticism essays.",
"title": "History"
},
{
"paragraph_id": 12,
"text": "In France, several writers produced longer works with the title of essai that were not true examples of the form. However, by the mid-19th century, the Causeries du lundi, newspaper columns by the critic Sainte-Beuve, are literary essays in the original sense. Other French writers followed suit, including Théophile Gautier, Anatole France, Jules Lemaître and Émile Faguet.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "As with the novel, essays existed in Japan several centuries before they developed in Europe with a genre of essays known as zuihitsu—loosely connected essays and fragmented ideas. Zuihitsu have existed since almost the beginnings of Japanese literature. Many of the most noted early works of Japanese literature are in this genre. Notable examples include The Pillow Book (c. 1000), by court lady Sei Shōnagon, and Tsurezuregusa (1330), by particularly renowned Japanese Buddhist monk Yoshida Kenkō. Kenkō described his short writings similarly to Montaigne, referring to them as \"nonsensical thoughts\" written in \"idle hours\". Another noteworthy difference from Europe is that women have traditionally written in Japan, though the more formal, Chinese-influenced writings of male writers were more prized at the time.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "The eight-legged essay (Chinese: 八股文; pinyin: bāgǔwén; lit. 'eight bone text') was a style of essay in imperial examinations during the Ming and Qing dynasties in China. The eight-legged essay was needed for those test takers in these civil service tests to show their merits for government service, often focusing on Confucian thought and knowledge of the Four Books and Five Classics, in relation to governmental ideals. Test takers could not write in innovative or creative ways, but needed to conform to the standards of the eight-legged essay. Various skills were examined, including the ability to write coherently and to display basic logic. In certain times, the candidates were expected to spontaneously compose poetry upon a set theme, whose value was also sometimes questioned, or eliminated as part of the test material. This was a major argument in favor of the eight-legged essay, arguing that it were better to eliminate creative art in favor of prosaic literacy. In the history of Chinese literature, the eight-legged essay is often said to have caused China's \"cultural stagnation and economic backwardness\" in the 19th century.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "This section describes the different forms and styles of essay writing. These are used by an array of authors, including university students and professional essayists.",
"title": "Forms and styles"
},
{
"paragraph_id": 16,
"text": "The defining features of a \"cause and effect\" essay are causal chains that connect from a cause to an effect, careful language, and chronological or emphatic order. A writer using this rhetorical method must consider the subject, determine the purpose, consider the audience, think critically about different causes or consequences, consider a thesis statement, arrange the parts, consider the language, and decide on a conclusion.",
"title": "Forms and styles"
},
{
"paragraph_id": 17,
"text": "Classification is the categorization of objects into a larger whole while division is the breaking of a larger whole into smaller parts.",
"title": "Forms and styles"
},
{
"paragraph_id": 18,
"text": "Compare and contrast essays are characterized by a basis for comparison, points of comparison, and analogies. It is grouped by the object (chunking) or by point (sequential). The comparison highlights the similarities between two or more similar objects while contrasting highlights the differences between two or more objects. When writing a compare/contrast essay, writers need to determine their purpose, consider their audience, consider the basis and points of comparison, consider their thesis statement, arrange and develop the comparison, and reach a conclusion. Compare and contrast is arranged emphatically.",
"title": "Forms and styles"
},
{
"paragraph_id": 19,
"text": "An expository essay is used to inform, describe or explain a topic, using important facts to teach the reader about a topic. Mostly written in third-person, using \"it\", \"he\", \"she\", \"they,\" the expository essay uses formal language to discuss someone or something. Examples of expository essays are: a medical or biological condition, social or technological process, life or character of a famous person. The writing of an expository essay often consists of the following steps: organizing thoughts (brainstorming), researching a topic, developing a thesis statement, writing the introduction, writing the body of essay, and writing the conclusion. Expository essays are often assigned as a part of SAT and other standardized testing or as homework for high school and college students.",
"title": "Forms and styles"
},
{
"paragraph_id": 20,
"text": "Descriptive writing is characterized by sensory details, which appeal to the physical senses, and details that appeal to a reader's emotional, physical, or intellectual sensibilities. Determining the purpose, considering the audience, creating a dominant impression, using descriptive language, and organizing the description are the rhetorical choices to consider when using a description. A description is usually arranged spatially but can also be chronological or emphatic. The focus of a description is the scene. Description uses tools such as denotative language, connotative language, figurative language, metaphor, and simile to arrive at a dominant impression. One university essay guide states that \"descriptive writing says what happened or what another author has discussed; it provides an account of the topic\". Lyric essays are an important form of descriptive essays.",
"title": "Forms and styles"
},
{
"paragraph_id": 21,
"text": "In the dialectic form of the essay, which is commonly used in philosophy, the writer makes a thesis and argument, then objects to their own argument (with a counterargument), but then counters the counterargument with a final and novel argument. This form benefits from presenting a broader perspective while countering a possible flaw that some may present. This type is sometimes called an ethics paper.",
"title": "Forms and styles"
},
{
"paragraph_id": 22,
"text": "An exemplification essay is characterized by a generalization and relevant, representative, and believable examples including anecdotes. Writers need to consider their subject, determine their purpose, consider their audience, decide on specific examples, and arrange all the parts together when writing an exemplification essay.",
"title": "Forms and styles"
},
{
"paragraph_id": 23,
"text": "An essayist writes a familiar essay if speaking to a single reader, writing about both themselves, and about particular subjects. Anne Fadiman notes that \"the genre's heyday was the early nineteenth century,\" and that its greatest exponent was Charles Lamb. She also suggests that while critical essays have more brain than the heart, and personal essays have more heart than brain, familiar essays have equal measures of both.",
"title": "Forms and styles"
},
{
"paragraph_id": 24,
"text": "A history essay sometimes referred to as a thesis essay describes an argument or claim about one or more historical events and supports that claim with evidence, arguments, and references. The text makes it clear to the reader why the argument or claim is as such.",
"title": "Forms and styles"
},
{
"paragraph_id": 25,
"text": "A narrative uses tools such as flashbacks, flash-forwards, and transitions that often build to a climax. The focus of a narrative is the plot. When creating a narrative, authors must determine their purpose, consider their audience, establish their point of view, use dialogue, and organize the narrative. A narrative is usually arranged chronologically.",
"title": "Forms and styles"
},
{
"paragraph_id": 26,
"text": "An argumentative essay is a critical piece of writing, aimed at presenting objective analysis of the subject matter, narrowed down to a single topic. The main idea of all the criticism is to provide an opinion either of positive or negative implication. As such, a critical essay requires research and analysis, strong internal logic and sharp structure. Its structure normally builds around introduction with a topic's relevance and a thesis statement, body paragraphs with arguments linking back to the main thesis, and conclusion. In addition, an argumentative essay may include a refutation section where conflicting ideas are acknowledged, described, and criticized. Each argument of an argumentative essay should be supported with sufficient evidence, relevant to the point.",
"title": "Forms and styles"
},
{
"paragraph_id": 27,
"text": "A process essay is used for an explanation of making or breaking something. Often, it is written in chronological order or numerical order to show step-by-step processes. It has all the qualities of a technical document with the only difference is that it is often written in descriptive mood, while a technical document is mostly in imperative mood.",
"title": "Forms and styles"
},
{
"paragraph_id": 28,
"text": "An economic essay can start with a thesis, or it can start with a theme. It can take a narrative course and a descriptive course. It can even become an argumentative essay if the author feels the need. After the introduction, the author has to do his/her best to expose the economic matter at hand, to analyze it, evaluate it, and draw a conclusion. If the essay takes more of a narrative form then the author has to expose each aspect of the economic puzzle in a way that makes it clear and understandable for the reader",
"title": "Forms and styles"
},
{
"paragraph_id": 29,
"text": "A reflective essay is an analytical piece of writing in which the writer describes a real or imaginary scene, event, interaction, passing thought, memory, or form—adding a personal reflection on the meaning of the topic in the author's life. Thus, the focus is not merely descriptive. The writer doesn't just describe the situation, but revisits the scene with more detail and emotion to examine what went well, or reveal a need for additional learning—and may relate what transpired to the rest of the author's life.",
"title": "Forms and styles"
},
{
"paragraph_id": 30,
"text": "The logical progression and organizational structure of an essay can take many forms. Understanding how the movement of thought is managed through an essay has a profound impact on its overall cogency and ability to impress. A number of alternative logical structures for essays have been visualized as diagrams, making them easy to implement or adapt in the construction of an argument.",
"title": "Forms and styles"
},
{
"paragraph_id": 31,
"text": "In countries like the United States and the United Kingdom, essays have become a major part of a formal education in the form of free response questions. Secondary students in these countries are taught structured essay formats to improve their writing skills, and essays are often used by universities in these countries in selecting applicants (see admissions essay). In both secondary and tertiary education, essays are used to judge the mastery and comprehension of the material. Students are asked to explain, comment on, or assess a topic of study in the form of an essay. In some courses, university students must complete one or more essays over several weeks or months. In addition, in fields such as the humanities and social sciences, mid-term and end of term examinations often require students to write a short essay in two or three hours.",
"title": "Academic"
},
{
"paragraph_id": 32,
"text": "In these countries, so-called academic essays, also called papers, are usually more formal than literary ones. They may still allow the presentation of the writer's own views, but this is done in a logical and factual manner, with the use of the first person often discouraged. Longer academic essays (often with a word limit of between 2,000 and 5,000 words) are often more discursive. They sometimes begin with a short summary analysis of what has previously been written on a topic, which is often called a literature review.",
"title": "Academic"
},
{
"paragraph_id": 33,
"text": "Longer essays may also contain an introductory page that defines words and phrases of the essay's topic. Most academic institutions require that all substantial facts, quotations, and other supporting material in an essay be referenced in a bibliography or works cited page at the end of the text. This scholarly convention helps others (whether teachers or fellow scholars) to understand the basis of facts and quotations the author uses to support the essay's argument. The bibliography also helps readers evaluate to what extent the argument is supported by evidence and to evaluate the quality of that evidence. The academic essay tests the student's ability to present their thoughts in an organized way and is designed to test their intellectual capabilities.",
"title": "Academic"
},
{
"paragraph_id": 34,
"text": "One of the challenges facing universities is that in some cases, students may submit essays purchased from an essay mill (or \"paper mill\") as their own work. An \"essay mill\" is a ghostwriting service that sells pre-written essays to university and college students. Since plagiarism is a form of academic dishonesty or academic fraud, universities and colleges may investigate papers they suspect are from an essay mill by using plagiarism detection software, which compares essays against a database of known mill essays and by orally testing students on the contents of their papers.",
"title": "Academic"
},
{
"paragraph_id": 35,
"text": "Essays often appear in magazines, especially magazines with an intellectual bent, such as The Atlantic and Harpers. Magazine and newspaper essays use many of the essay types described in the section on forms and styles (e.g., descriptive essays, narrative essays, etc.). Some newspapers also print essays in the op-ed section.",
"title": "Magazine or newspaper"
},
{
"paragraph_id": 36,
"text": "Employment essays detailing experience in a certain occupational field are required when applying for some jobs, especially government jobs in the United States. Essays known as Knowledge Skills and Executive Core Qualifications are required when applying to certain US federal government positions.",
"title": "Employment"
},
{
"paragraph_id": 37,
"text": "A KSA, or \"Knowledge, Skills, and Abilities\", is a series of narrative statements that are required when applying to Federal government job openings in the United States. KSAs are used along with resumes to determine who the best applicants are when several candidates qualify for a job. The knowledge, skills, and abilities necessary for the successful performance of a position are contained on each job vacancy announcement. KSAs are brief and focused essays about one's career and educational background that presumably qualify one to perform the duties of the position being applied for.",
"title": "Employment"
},
{
"paragraph_id": 38,
"text": "An Executive Core Qualification, or ECQ, is a narrative statement that is required when applying to Senior Executive Service positions within the US Federal government. Like the KSAs, ECQs are used along with resumes to determine who the best applicants are when several candidates qualify for a job. The Office of Personnel Management has established five executive core qualifications that all applicants seeking to enter the Senior Executive Service must demonstrate.",
"title": "Employment"
},
{
"paragraph_id": 39,
"text": "A film essay (also essay film or cinematic essay) consists of the evolution of a theme or an idea rather than a plot per se, or the film literally being a cinematic accompaniment to a narrator reading an essay. From another perspective, an essay film could be defined as a documentary film visual basis combined with a form of commentary that contains elements of self-portrait (rather than autobiography), where the signature (rather than the life story) of the filmmaker is apparent. The cinematic essay often blends documentary, fiction, and experimental film making using tones and editing styles.",
"title": "Non-literary types"
},
{
"paragraph_id": 40,
"text": "The genre is not well-defined but might include propaganda works of early Soviet filmmakers like Dziga Vertov, present-day filmmakers including Chris Marker, Michael Moore (Roger & Me, Bowling for Columbine and Fahrenheit 9/11), Errol Morris (The Thin Blue Line), Morgan Spurlock (Supersize Me) and Agnès Varda. Jean-Luc Godard describes his recent work as \"film-essays\". Two filmmakers whose work was the antecedent to the cinematic essay include Georges Méliès and Bertolt Brecht. Méliès made a short film (The Coronation of Edward VII (1902)) about the 1902 coronation of King Edward VII, which mixes actual footage with shots of a recreation of the event. Brecht was a playwright who experimented with film and incorporated film projections into some of his plays. Orson Welles made an essay film in his own pioneering style, released in 1974, called F for Fake, which dealt specifically with art forger Elmyr de Hory and with the themes of deception, \"fakery\", and authenticity in general.",
"title": "Non-literary types"
},
{
"paragraph_id": 41,
"text": "David Winks Gray's article \"The essay film in action\" states that the \"essay film became an identifiable form of filmmaking in the 1950s and '60s\". He states that since that time, essay films have tended to be \"on the margins\" of the filmmaking the world. Essay films have a \"peculiar searching, questioning tone ... between documentary and fiction\" but without \"fitting comfortably\" into either genre. Gray notes that just like written essays, essay films \"tend to marry the personal voice of a guiding narrator (often the director) with a wide swath of other voices\". The University of Wisconsin Cinematheque website echoes some of Gray's comments; it calls a film essay an \"intimate and allusive\" genre that \"catches filmmakers in a pensive mood, ruminating on the margins between fiction and documentary\" in a manner that is \"refreshingly inventive, playful, and idiosyncratic\".",
"title": "Non-literary types"
},
{
"paragraph_id": 42,
"text": "In the realm of music, composer Samuel Barber wrote a set of \"Essays for Orchestra\", relying on the form and content of the music to guide the listener's ear, rather than any extra-musical plot or story.",
"title": "Non-literary types"
},
{
"paragraph_id": 43,
"text": "A photographic essay strives to cover a topic with a linked series of photographs. Photo essays range from purely photographic works to photographs with captions or small notes to full-text essays with a few or many accompanying photographs. Photo essays can be sequential in nature, intended to be viewed in a particular order—or they may consist of non-ordered photographs viewed all at once or in an order that the viewer chooses. All photo essays are collections of photographs, but not all collections of photographs are photo essays. Photo essays often address a certain issue or attempt to capture the character of places and events.",
"title": "Non-literary types"
},
{
"paragraph_id": 44,
"text": "In the visual arts, an essay is a preliminary drawing or sketch that forms a basis for a final painting or sculpture, made as a test of the work's composition (this meaning of the term, like several of those following, comes from the word essay's meaning of \"attempt\" or \"trial\").",
"title": "Non-literary types"
}
]
| An essay is, generally, a piece of writing that gives the author's own argument, but the definition is vague, overlapping with those of a letter, a paper, an article, a pamphlet, and a short story. Essays have been sub-classified as formal and informal: formal essays are characterized by "serious purpose, dignity, logical organization, length," whereas the informal essay is characterized by "the personal element, humor, graceful style, rambling structure, unconventionality or novelty of theme," etc. Essays are commonly used as literary criticism, political manifestos, learned arguments, observations of daily life, recollections, and reflections of the author. Almost all modern essays are written in prose, but works in verse have been dubbed essays. While brevity usually defines an essay, voluminous works like John Locke's An Essay Concerning Human Understanding and Thomas Malthus's An Essay on the Principle of Population are counterexamples. In some countries, essays have become a major part of formal education. Secondary students are taught structured essay formats to improve their writing skills; admission essays are often used by universities in selecting applicants, and in the humanities and social sciences essays are often used as a way of assessing the performance of students during final exams. The concept of an "essay" has been extended to other media beyond writing. A film essay is a movie that often incorporates documentary filmmaking styles and focuses more on the evolution of a theme or idea. A photographic essay covers a topic with a linked series of photographs that may have accompanying text or captions. | 2002-01-07T20:16:44Z | 2023-10-30T20:12:46Z | [
"Template:Globalize",
"Template:Main",
"Template:Cite news",
"Template:Authority control",
"Template:Short description",
"Template:Registration required",
"Template:For",
"Template:Cite book",
"Template:Cite journal",
"Template:EB1911",
"Template:Citation needed",
"Template:Div col end",
"Template:Webarchive",
"Template:Missing information",
"Template:Sfn",
"Template:Cite web",
"Template:More citations needed",
"Template:ISBN",
"Template:Div col",
"Template:Cbignore",
"Template:Commons category",
"Template:Wikiquote",
"Template:Spaced ndash",
"Template:Clear",
"Template:Pp-semi",
"Template:Lang",
"Template:Reflist",
"Template:Wikibooks",
"Template:Academic publishing",
"Template:Other uses"
]
| https://en.wikipedia.org/wiki/Essay |
10,375 | Error detection and correction | In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver. Error detection techniques allow detecting such errors, while error correction enables reconstruction of the original data in many cases.
Error detection is the detection of errors caused by noise or other impairments during transmission from the transmitter to the receiver.
Error correction is the detection of errors and reconstruction of the original, error-free data.
The modern development of error correction codes is credited to Richard Hamming in 1947. A description of Hamming's code appeared in Claude Shannon's A Mathematical Theory of Communication and was quickly generalized by Marcel J. E. Golay.
All error-detection and correction schemes add some redundancy (i.e., some extra data) to a message, which receivers can use to check consistency of the delivered message and to recover data that has been determined to be corrupted. Error detection and correction schemes can be either systematic or non-systematic. In a systematic scheme, the transmitter sends the original (error-free) data and attaches a fixed number of check bits (or parity data), which are derived from the data bits by some encoding algorithm. If error detection is required, a receiver can simply apply the same algorithm to the received data bits and compare its output with the received check bits; if the values do not match, an error has occurred at some point during the transmission. If error correction is required, a receiver can apply the decoding algorithm to the received data bits and the received check bits to recover the original error-free data. In a system that uses a non-systematic code, the original message is transformed into an encoded message carrying the same information and that has at least as many bits as the original message.
Good error control performance requires the scheme to be selected based on the characteristics of the communication channel. Common channel models include memoryless models where errors occur randomly and with a certain probability, and dynamic models where errors occur primarily in bursts. Consequently, error-detecting and correcting codes can be generally distinguished between random-error-detecting/correcting and burst-error-detecting/correcting. Some codes can also be suitable for a mixture of random errors and burst errors.
If the channel characteristics cannot be determined, or are highly variable, an error-detection scheme may be combined with a system for retransmissions of erroneous data. This is known as automatic repeat request (ARQ), and is most notably used in the Internet. An alternate approach for error control is hybrid automatic repeat request (HARQ), which is a combination of ARQ and error-correction coding.
There are three major types of error correction:
Automatic repeat request (ARQ) is an error control method for data transmission that makes use of error-detection codes, acknowledgment and/or negative acknowledgment messages, and timeouts to achieve reliable data transmission. An acknowledgment is a message sent by the receiver to indicate that it has correctly received a data frame.
Usually, when the transmitter does not receive the acknowledgment before the timeout occurs (i.e., within a reasonable amount of time after sending the data frame), it retransmits the frame until it is either correctly received or the error persists beyond a predetermined number of retransmissions.
Three types of ARQ protocols are Stop-and-wait ARQ, Go-Back-N ARQ, and Selective Repeat ARQ.
ARQ is appropriate if the communication channel has varying or unknown capacity, such as is the case on the Internet. However, ARQ requires the availability of a back channel, results in possibly increased latency due to retransmissions, and requires the maintenance of buffers and timers for retransmissions, which in the case of network congestion can put a strain on the server and overall network capacity.
For example, ARQ is used on shortwave radio data links in the form of ARQ-E, or combined with multiplexing as ARQ-M.
Forward error correction (FEC) is a process of adding redundant data such as an error-correcting code (ECC) to a message so that it can be recovered by a receiver even when a number of errors (up to the capability of the code being used) are introduced, either during the process of transmission or on storage. Since the receiver does not have to ask the sender for retransmission of the data, a backchannel is not required in forward error correction. Error-correcting codes are used in lower-layer communication such as cellular network, high-speed fiber-optic communication and Wi-Fi, as well as for reliable storage in media such as flash memory, hard disk and RAM.
Error-correcting codes are usually distinguished between convolutional codes and block codes:
Shannon's theorem is an important theorem in forward error correction, and describes the maximum information rate at which reliable communication is possible over a channel that has a certain error probability or signal-to-noise ratio (SNR). This strict upper limit is expressed in terms of the channel capacity. More specifically, the theorem says that there exist codes such that with increasing encoding length the probability of error on a discrete memoryless channel can be made arbitrarily small, provided that the code rate is smaller than the channel capacity. The code rate is defined as the fraction k/n of k source symbols and n encoded symbols.
The actual maximum code rate allowed depends on the error-correcting code used, and may be lower. This is because Shannon's proof was only of existential nature, and did not show how to construct codes that are both optimal and have efficient encoding and decoding algorithms.
Hybrid ARQ is a combination of ARQ and forward error correction. There are two basic approaches:
The latter approach is particularly attractive on an erasure channel when using a rateless erasure code.
Error detection is most commonly realized using a suitable hash function (or specifically, a checksum, cyclic redundancy check or other algorithm). A hash function adds a fixed-length tag to a message, which enables receivers to verify the delivered message by recomputing the tag and comparing it with the one provided.
There exists a vast variety of different hash function designs. However, some are of particularly widespread use because of either their simplicity or their suitability for detecting certain kinds of errors (e.g., the cyclic redundancy check's performance in detecting burst errors).
A random-error-correcting code based on minimum distance coding can provide a strict guarantee on the number of detectable errors, but it may not protect against a preimage attack.
A repetition code is a coding scheme that repeats the bits across a channel to achieve error-free communication. Given a stream of data to be transmitted, the data are divided into blocks of bits. Each block is transmitted some predetermined number of times. For example, to send the bit pattern 1011, the four-bit block can be repeated three times, thus producing 1011 1011 1011. If this twelve-bit pattern was received as 1010 1011 1011 – where the first block is unlike the other two – an error has occurred.
A repetition code is very inefficient and can be susceptible to problems if the error occurs in exactly the same place for each group (e.g., 1010 1010 1010 in the previous example would be detected as correct). The advantage of repetition codes is that they are extremely simple, and are in fact used in some transmissions of numbers stations.
A parity bit is a bit that is added to a group of source bits to ensure that the number of set bits (i.e., bits with value 1) in the outcome is even or odd. It is a very simple scheme that can be used to detect single or any other odd number (i.e., three, five, etc.) of errors in the output. An even number of flipped bits will make the parity bit appear correct even though the data is erroneous.
Parity bits added to each word sent are called transverse redundancy checks, while those added at the end of a stream of words are called longitudinal redundancy checks. For example, if each of a series of m-bit words has a parity bit added, showing whether there were an odd or even number of ones in that word, any word with a single error in it will be detected. It will not be known where in the word the error is, however. If, in addition, after each stream of n words a parity sum is sent, each bit of which shows whether there were an odd or even number of ones at that bit-position sent in the most recent group, the exact position of the error can be determined and the error corrected. This method is only guaranteed to be effective, however, if there are no more than 1 error in every group of n words. With more error correction bits, more errors can be detected and in some cases corrected.
There are also other bit-grouping techniques.
A checksum of a message is a modular arithmetic sum of message code words of a fixed word length (e.g., byte values). The sum may be negated by means of a ones'-complement operation prior to transmission to detect unintentional all-zero messages.
Checksum schemes include parity bits, check digits, and longitudinal redundancy checks. Some checksum schemes, such as the Damm algorithm, the Luhn algorithm, and the Verhoeff algorithm, are specifically designed to detect errors commonly introduced by humans in writing down or remembering identification numbers.
A cyclic redundancy check (CRC) is a non-secure hash function designed to detect accidental changes to digital data in computer networks. It is not suitable for detecting maliciously introduced errors. It is characterized by specification of a generator polynomial, which is used as the divisor in a polynomial long division over a finite field, taking the input data as the dividend. The remainder becomes the result.
A CRC has properties that make it well suited for detecting burst errors. CRCs are particularly easy to implement in hardware and are therefore commonly used in computer networks and storage devices such as hard disk drives.
The parity bit can be seen as a special-case 1-bit CRC.
The output of a cryptographic hash function, also known as a message digest, can provide strong assurances about data integrity, whether changes of the data are accidental (e.g., due to transmission errors) or maliciously introduced. Any modification to the data will likely be detected through a mismatching hash value. Furthermore, given some hash value, it is typically infeasible to find some input data (other than the one given) that will yield the same hash value. If an attacker can change not only the message but also the hash value, then a keyed hash or message authentication code (MAC) can be used for additional security. Without knowing the key, it is not possible for the attacker to easily or conveniently calculate the correct keyed hash value for a modified message.
Any error-correcting code can be used for error detection. A code with minimum Hamming distance, d, can detect up to d − 1 errors in a code word. Using minimum-distance-based error-correcting codes for error detection can be suitable if a strict limit on the minimum number of errors to be detected is desired.
Codes with minimum Hamming distance d = 2 are degenerate cases of error-correcting codes and can be used to detect single errors. The parity bit is an example of a single-error-detecting code.
Applications that require low latency (such as telephone conversations) cannot use automatic repeat request (ARQ); they must use forward error correction (FEC). By the time an ARQ system discovers an error and re-transmits it, the re-sent data will arrive too late to be usable.
Applications where the transmitter immediately forgets the information as soon as it is sent (such as most television cameras) cannot use ARQ; they must use FEC because when an error occurs, the original data is no longer available.
Applications that use ARQ must have a return channel; applications having no return channel cannot use ARQ.
Applications that require extremely low error rates (such as digital money transfers) must use ARQ due to the possibility of uncorrectable errors with FEC.
Reliability and inspection engineering also make use of the theory of error-correcting codes.
In a typical TCP/IP stack, error control is performed at multiple levels:
The development of error-correction codes was tightly coupled with the history of deep-space missions due to the extreme dilution of signal power over interplanetary distances, and the limited power availability aboard space probes. Whereas early missions sent their data uncoded, starting in 1968, digital error correction was implemented in the form of (sub-optimally decoded) convolutional codes and Reed–Muller codes. The Reed–Muller code was well suited to the noise the spacecraft was subject to (approximately matching a bell curve), and was implemented for the Mariner spacecraft and used on missions between 1969 and 1977.
The Voyager 1 and Voyager 2 missions, which started in 1977, were designed to deliver color imaging and scientific information from Jupiter and Saturn. This resulted in increased coding requirements, and thus, the spacecraft were supported by (optimally Viterbi-decoded) convolutional codes that could be concatenated with an outer Golay (24,12,8) code. The Voyager 2 craft additionally supported an implementation of a Reed–Solomon code. The concatenated Reed–Solomon–Viterbi (RSV) code allowed for very powerful error correction, and enabled the spacecraft's extended journey to Uranus and Neptune. After ECC system upgrades in 1989, both crafts used V2 RSV coding.
The Consultative Committee for Space Data Systems currently recommends usage of error correction codes with performance similar to the Voyager 2 RSV code as a minimum. Concatenated codes are increasingly falling out of favor with space missions, and are replaced by more powerful codes such as Turbo codes or LDPC codes.
The different kinds of deep space and orbital missions that are conducted suggest that trying to find a one-size-fits-all error correction system will be an ongoing problem. For missions close to Earth, the nature of the noise in the communication channel is different from that which a spacecraft on an interplanetary mission experiences. Additionally, as a spacecraft increases its distance from Earth, the problem of correcting for noise becomes more difficult.
The demand for satellite transponder bandwidth continues to grow, fueled by the desire to deliver television (including new channels and high-definition television) and IP data. Transponder availability and bandwidth constraints have limited this growth. Transponder capacity is determined by the selected modulation scheme and the proportion of capacity consumed by FEC.
Error detection and correction codes are often used to improve the reliability of data storage media. A parity track capable of detecting single-bit errors was present on the first magnetic tape data storage in 1951. The optimal rectangular code used in group coded recording tapes not only detects but also corrects single-bit errors. Some file formats, particularly archive formats, include a checksum (most often CRC32) to detect corruption and truncation and can employ redundancy or parity files to recover portions of corrupted data. Reed-Solomon codes are used in compact discs to correct errors caused by scratches.
Modern hard drives use Reed–Solomon codes to detect and correct minor errors in sector reads, and to recover corrupted data from failing sectors and store that data in the spare sectors. RAID systems use a variety of error correction techniques to recover data when a hard drive completely fails. Filesystems such as ZFS or Btrfs, as well as some RAID implementations, support data scrubbing and resilvering, which allows bad blocks to be detected and (hopefully) recovered before they are used. The recovered data may be re-written to exactly the same physical location, to spare blocks elsewhere on the same piece of hardware, or the data may be rewritten onto replacement hardware.
Dynamic random-access memory (DRAM) may provide stronger protection against soft errors by relying on error-correcting codes. Such error-correcting memory, known as ECC or EDAC-protected memory, is particularly desirable for mission-critical applications, such as scientific computing, financial, medical, etc. as well as extraterrestrial applications due to the increased radiation in space.
Error-correcting memory controllers traditionally use Hamming codes, although some use triple modular redundancy. Interleaving allows distributing the effect of a single cosmic ray potentially upsetting multiple physically neighboring bits across multiple words by associating neighboring bits to different words. As long as a single-event upset (SEU) does not exceed the error threshold (e.g., a single error) in any particular word between accesses, it can be corrected (e.g., by a single-bit error-correcting code), and the illusion of an error-free memory system may be maintained.
In addition to hardware providing features required for ECC memory to operate, operating systems usually contain related reporting facilities that are used to provide notifications when soft errors are transparently recovered. One example is the Linux kernel's EDAC subsystem (previously known as Bluesmoke), which collects the data from error-checking-enabled components inside a computer system; besides collecting and reporting back the events related to ECC memory, it also supports other checksumming errors, including those detected on the PCI bus. A few systems also support memory scrubbing to catch and correct errors early before they become unrecoverable. | [
{
"paragraph_id": 0,
"text": "In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver. Error detection techniques allow detecting such errors, while error correction enables reconstruction of the original data in many cases.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Error detection is the detection of errors caused by noise or other impairments during transmission from the transmitter to the receiver.",
"title": "Definitions"
},
{
"paragraph_id": 2,
"text": "Error correction is the detection of errors and reconstruction of the original, error-free data.",
"title": "Definitions"
},
{
"paragraph_id": 3,
"text": "The modern development of error correction codes is credited to Richard Hamming in 1947. A description of Hamming's code appeared in Claude Shannon's A Mathematical Theory of Communication and was quickly generalized by Marcel J. E. Golay.",
"title": "History"
},
{
"paragraph_id": 4,
"text": "All error-detection and correction schemes add some redundancy (i.e., some extra data) to a message, which receivers can use to check consistency of the delivered message and to recover data that has been determined to be corrupted. Error detection and correction schemes can be either systematic or non-systematic. In a systematic scheme, the transmitter sends the original (error-free) data and attaches a fixed number of check bits (or parity data), which are derived from the data bits by some encoding algorithm. If error detection is required, a receiver can simply apply the same algorithm to the received data bits and compare its output with the received check bits; if the values do not match, an error has occurred at some point during the transmission. If error correction is required, a receiver can apply the decoding algorithm to the received data bits and the received check bits to recover the original error-free data. In a system that uses a non-systematic code, the original message is transformed into an encoded message carrying the same information and that has at least as many bits as the original message.",
"title": "Principles"
},
{
"paragraph_id": 5,
"text": "Good error control performance requires the scheme to be selected based on the characteristics of the communication channel. Common channel models include memoryless models where errors occur randomly and with a certain probability, and dynamic models where errors occur primarily in bursts. Consequently, error-detecting and correcting codes can be generally distinguished between random-error-detecting/correcting and burst-error-detecting/correcting. Some codes can also be suitable for a mixture of random errors and burst errors.",
"title": "Principles"
},
{
"paragraph_id": 6,
"text": "If the channel characteristics cannot be determined, or are highly variable, an error-detection scheme may be combined with a system for retransmissions of erroneous data. This is known as automatic repeat request (ARQ), and is most notably used in the Internet. An alternate approach for error control is hybrid automatic repeat request (HARQ), which is a combination of ARQ and error-correction coding.",
"title": "Principles"
},
{
"paragraph_id": 7,
"text": "There are three major types of error correction:",
"title": "Types of error correction"
},
{
"paragraph_id": 8,
"text": "Automatic repeat request (ARQ) is an error control method for data transmission that makes use of error-detection codes, acknowledgment and/or negative acknowledgment messages, and timeouts to achieve reliable data transmission. An acknowledgment is a message sent by the receiver to indicate that it has correctly received a data frame.",
"title": "Types of error correction"
},
{
"paragraph_id": 9,
"text": "Usually, when the transmitter does not receive the acknowledgment before the timeout occurs (i.e., within a reasonable amount of time after sending the data frame), it retransmits the frame until it is either correctly received or the error persists beyond a predetermined number of retransmissions.",
"title": "Types of error correction"
},
{
"paragraph_id": 10,
"text": "Three types of ARQ protocols are Stop-and-wait ARQ, Go-Back-N ARQ, and Selective Repeat ARQ.",
"title": "Types of error correction"
},
{
"paragraph_id": 11,
"text": "ARQ is appropriate if the communication channel has varying or unknown capacity, such as is the case on the Internet. However, ARQ requires the availability of a back channel, results in possibly increased latency due to retransmissions, and requires the maintenance of buffers and timers for retransmissions, which in the case of network congestion can put a strain on the server and overall network capacity.",
"title": "Types of error correction"
},
{
"paragraph_id": 12,
"text": "For example, ARQ is used on shortwave radio data links in the form of ARQ-E, or combined with multiplexing as ARQ-M.",
"title": "Types of error correction"
},
{
"paragraph_id": 13,
"text": "Forward error correction (FEC) is a process of adding redundant data such as an error-correcting code (ECC) to a message so that it can be recovered by a receiver even when a number of errors (up to the capability of the code being used) are introduced, either during the process of transmission or on storage. Since the receiver does not have to ask the sender for retransmission of the data, a backchannel is not required in forward error correction. Error-correcting codes are used in lower-layer communication such as cellular network, high-speed fiber-optic communication and Wi-Fi, as well as for reliable storage in media such as flash memory, hard disk and RAM.",
"title": "Types of error correction"
},
{
"paragraph_id": 14,
"text": "Error-correcting codes are usually distinguished between convolutional codes and block codes:",
"title": "Types of error correction"
},
{
"paragraph_id": 15,
"text": "Shannon's theorem is an important theorem in forward error correction, and describes the maximum information rate at which reliable communication is possible over a channel that has a certain error probability or signal-to-noise ratio (SNR). This strict upper limit is expressed in terms of the channel capacity. More specifically, the theorem says that there exist codes such that with increasing encoding length the probability of error on a discrete memoryless channel can be made arbitrarily small, provided that the code rate is smaller than the channel capacity. The code rate is defined as the fraction k/n of k source symbols and n encoded symbols.",
"title": "Types of error correction"
},
{
"paragraph_id": 16,
"text": "The actual maximum code rate allowed depends on the error-correcting code used, and may be lower. This is because Shannon's proof was only of existential nature, and did not show how to construct codes that are both optimal and have efficient encoding and decoding algorithms.",
"title": "Types of error correction"
},
{
"paragraph_id": 17,
"text": "Hybrid ARQ is a combination of ARQ and forward error correction. There are two basic approaches:",
"title": "Types of error correction"
},
{
"paragraph_id": 18,
"text": "The latter approach is particularly attractive on an erasure channel when using a rateless erasure code.",
"title": "Types of error correction"
},
{
"paragraph_id": 19,
"text": "Error detection is most commonly realized using a suitable hash function (or specifically, a checksum, cyclic redundancy check or other algorithm). A hash function adds a fixed-length tag to a message, which enables receivers to verify the delivered message by recomputing the tag and comparing it with the one provided.",
"title": "Types of error detection"
},
{
"paragraph_id": 20,
"text": "There exists a vast variety of different hash function designs. However, some are of particularly widespread use because of either their simplicity or their suitability for detecting certain kinds of errors (e.g., the cyclic redundancy check's performance in detecting burst errors).",
"title": "Types of error detection"
},
{
"paragraph_id": 21,
"text": "A random-error-correcting code based on minimum distance coding can provide a strict guarantee on the number of detectable errors, but it may not protect against a preimage attack.",
"title": "Types of error detection"
},
{
"paragraph_id": 22,
"text": "A repetition code is a coding scheme that repeats the bits across a channel to achieve error-free communication. Given a stream of data to be transmitted, the data are divided into blocks of bits. Each block is transmitted some predetermined number of times. For example, to send the bit pattern 1011, the four-bit block can be repeated three times, thus producing 1011 1011 1011. If this twelve-bit pattern was received as 1010 1011 1011 – where the first block is unlike the other two – an error has occurred.",
"title": "Types of error detection"
},
{
"paragraph_id": 23,
"text": "A repetition code is very inefficient and can be susceptible to problems if the error occurs in exactly the same place for each group (e.g., 1010 1010 1010 in the previous example would be detected as correct). The advantage of repetition codes is that they are extremely simple, and are in fact used in some transmissions of numbers stations.",
"title": "Types of error detection"
},
{
"paragraph_id": 24,
"text": "A parity bit is a bit that is added to a group of source bits to ensure that the number of set bits (i.e., bits with value 1) in the outcome is even or odd. It is a very simple scheme that can be used to detect single or any other odd number (i.e., three, five, etc.) of errors in the output. An even number of flipped bits will make the parity bit appear correct even though the data is erroneous.",
"title": "Types of error detection"
},
{
"paragraph_id": 25,
"text": "Parity bits added to each word sent are called transverse redundancy checks, while those added at the end of a stream of words are called longitudinal redundancy checks. For example, if each of a series of m-bit words has a parity bit added, showing whether there were an odd or even number of ones in that word, any word with a single error in it will be detected. It will not be known where in the word the error is, however. If, in addition, after each stream of n words a parity sum is sent, each bit of which shows whether there were an odd or even number of ones at that bit-position sent in the most recent group, the exact position of the error can be determined and the error corrected. This method is only guaranteed to be effective, however, if there are no more than 1 error in every group of n words. With more error correction bits, more errors can be detected and in some cases corrected.",
"title": "Types of error detection"
},
{
"paragraph_id": 26,
"text": "There are also other bit-grouping techniques.",
"title": "Types of error detection"
},
{
"paragraph_id": 27,
"text": "A checksum of a message is a modular arithmetic sum of message code words of a fixed word length (e.g., byte values). The sum may be negated by means of a ones'-complement operation prior to transmission to detect unintentional all-zero messages.",
"title": "Types of error detection"
},
{
"paragraph_id": 28,
"text": "Checksum schemes include parity bits, check digits, and longitudinal redundancy checks. Some checksum schemes, such as the Damm algorithm, the Luhn algorithm, and the Verhoeff algorithm, are specifically designed to detect errors commonly introduced by humans in writing down or remembering identification numbers.",
"title": "Types of error detection"
},
{
"paragraph_id": 29,
"text": "A cyclic redundancy check (CRC) is a non-secure hash function designed to detect accidental changes to digital data in computer networks. It is not suitable for detecting maliciously introduced errors. It is characterized by specification of a generator polynomial, which is used as the divisor in a polynomial long division over a finite field, taking the input data as the dividend. The remainder becomes the result.",
"title": "Types of error detection"
},
{
"paragraph_id": 30,
"text": "A CRC has properties that make it well suited for detecting burst errors. CRCs are particularly easy to implement in hardware and are therefore commonly used in computer networks and storage devices such as hard disk drives.",
"title": "Types of error detection"
},
{
"paragraph_id": 31,
"text": "The parity bit can be seen as a special-case 1-bit CRC.",
"title": "Types of error detection"
},
{
"paragraph_id": 32,
"text": "The output of a cryptographic hash function, also known as a message digest, can provide strong assurances about data integrity, whether changes of the data are accidental (e.g., due to transmission errors) or maliciously introduced. Any modification to the data will likely be detected through a mismatching hash value. Furthermore, given some hash value, it is typically infeasible to find some input data (other than the one given) that will yield the same hash value. If an attacker can change not only the message but also the hash value, then a keyed hash or message authentication code (MAC) can be used for additional security. Without knowing the key, it is not possible for the attacker to easily or conveniently calculate the correct keyed hash value for a modified message.",
"title": "Types of error detection"
},
{
"paragraph_id": 33,
"text": "Any error-correcting code can be used for error detection. A code with minimum Hamming distance, d, can detect up to d − 1 errors in a code word. Using minimum-distance-based error-correcting codes for error detection can be suitable if a strict limit on the minimum number of errors to be detected is desired.",
"title": "Types of error detection"
},
{
"paragraph_id": 34,
"text": "Codes with minimum Hamming distance d = 2 are degenerate cases of error-correcting codes and can be used to detect single errors. The parity bit is an example of a single-error-detecting code.",
"title": "Types of error detection"
},
{
"paragraph_id": 35,
"text": "Applications that require low latency (such as telephone conversations) cannot use automatic repeat request (ARQ); they must use forward error correction (FEC). By the time an ARQ system discovers an error and re-transmits it, the re-sent data will arrive too late to be usable.",
"title": "Applications"
},
{
"paragraph_id": 36,
"text": "Applications where the transmitter immediately forgets the information as soon as it is sent (such as most television cameras) cannot use ARQ; they must use FEC because when an error occurs, the original data is no longer available.",
"title": "Applications"
},
{
"paragraph_id": 37,
"text": "Applications that use ARQ must have a return channel; applications having no return channel cannot use ARQ.",
"title": "Applications"
},
{
"paragraph_id": 38,
"text": "Applications that require extremely low error rates (such as digital money transfers) must use ARQ due to the possibility of uncorrectable errors with FEC.",
"title": "Applications"
},
{
"paragraph_id": 39,
"text": "Reliability and inspection engineering also make use of the theory of error-correcting codes.",
"title": "Applications"
},
{
"paragraph_id": 40,
"text": "In a typical TCP/IP stack, error control is performed at multiple levels:",
"title": "Applications"
},
{
"paragraph_id": 41,
"text": "The development of error-correction codes was tightly coupled with the history of deep-space missions due to the extreme dilution of signal power over interplanetary distances, and the limited power availability aboard space probes. Whereas early missions sent their data uncoded, starting in 1968, digital error correction was implemented in the form of (sub-optimally decoded) convolutional codes and Reed–Muller codes. The Reed–Muller code was well suited to the noise the spacecraft was subject to (approximately matching a bell curve), and was implemented for the Mariner spacecraft and used on missions between 1969 and 1977.",
"title": "Applications"
},
{
"paragraph_id": 42,
"text": "The Voyager 1 and Voyager 2 missions, which started in 1977, were designed to deliver color imaging and scientific information from Jupiter and Saturn. This resulted in increased coding requirements, and thus, the spacecraft were supported by (optimally Viterbi-decoded) convolutional codes that could be concatenated with an outer Golay (24,12,8) code. The Voyager 2 craft additionally supported an implementation of a Reed–Solomon code. The concatenated Reed–Solomon–Viterbi (RSV) code allowed for very powerful error correction, and enabled the spacecraft's extended journey to Uranus and Neptune. After ECC system upgrades in 1989, both crafts used V2 RSV coding.",
"title": "Applications"
},
{
"paragraph_id": 43,
"text": "The Consultative Committee for Space Data Systems currently recommends usage of error correction codes with performance similar to the Voyager 2 RSV code as a minimum. Concatenated codes are increasingly falling out of favor with space missions, and are replaced by more powerful codes such as Turbo codes or LDPC codes.",
"title": "Applications"
},
{
"paragraph_id": 44,
"text": "The different kinds of deep space and orbital missions that are conducted suggest that trying to find a one-size-fits-all error correction system will be an ongoing problem. For missions close to Earth, the nature of the noise in the communication channel is different from that which a spacecraft on an interplanetary mission experiences. Additionally, as a spacecraft increases its distance from Earth, the problem of correcting for noise becomes more difficult.",
"title": "Applications"
},
{
"paragraph_id": 45,
"text": "The demand for satellite transponder bandwidth continues to grow, fueled by the desire to deliver television (including new channels and high-definition television) and IP data. Transponder availability and bandwidth constraints have limited this growth. Transponder capacity is determined by the selected modulation scheme and the proportion of capacity consumed by FEC.",
"title": "Applications"
},
{
"paragraph_id": 46,
"text": "Error detection and correction codes are often used to improve the reliability of data storage media. A parity track capable of detecting single-bit errors was present on the first magnetic tape data storage in 1951. The optimal rectangular code used in group coded recording tapes not only detects but also corrects single-bit errors. Some file formats, particularly archive formats, include a checksum (most often CRC32) to detect corruption and truncation and can employ redundancy or parity files to recover portions of corrupted data. Reed-Solomon codes are used in compact discs to correct errors caused by scratches.",
"title": "Applications"
},
{
"paragraph_id": 47,
"text": "Modern hard drives use Reed–Solomon codes to detect and correct minor errors in sector reads, and to recover corrupted data from failing sectors and store that data in the spare sectors. RAID systems use a variety of error correction techniques to recover data when a hard drive completely fails. Filesystems such as ZFS or Btrfs, as well as some RAID implementations, support data scrubbing and resilvering, which allows bad blocks to be detected and (hopefully) recovered before they are used. The recovered data may be re-written to exactly the same physical location, to spare blocks elsewhere on the same piece of hardware, or the data may be rewritten onto replacement hardware.",
"title": "Applications"
},
{
"paragraph_id": 48,
"text": "Dynamic random-access memory (DRAM) may provide stronger protection against soft errors by relying on error-correcting codes. Such error-correcting memory, known as ECC or EDAC-protected memory, is particularly desirable for mission-critical applications, such as scientific computing, financial, medical, etc. as well as extraterrestrial applications due to the increased radiation in space.",
"title": "Applications"
},
{
"paragraph_id": 49,
"text": "Error-correcting memory controllers traditionally use Hamming codes, although some use triple modular redundancy. Interleaving allows distributing the effect of a single cosmic ray potentially upsetting multiple physically neighboring bits across multiple words by associating neighboring bits to different words. As long as a single-event upset (SEU) does not exceed the error threshold (e.g., a single error) in any particular word between accesses, it can be corrected (e.g., by a single-bit error-correcting code), and the illusion of an error-free memory system may be maintained.",
"title": "Applications"
},
{
"paragraph_id": 50,
"text": "In addition to hardware providing features required for ECC memory to operate, operating systems usually contain related reporting facilities that are used to provide notifications when soft errors are transparently recovered. One example is the Linux kernel's EDAC subsystem (previously known as Bluesmoke), which collects the data from error-checking-enabled components inside a computer system; besides collecting and reporting back the events related to ECC memory, it also supports other checksumming errors, including those detected on the PCI bus. A few systems also support memory scrubbing to catch and correct errors early before they become unrecoverable.",
"title": "Applications"
}
]
| In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver. Error detection techniques allow detecting such errors, while error correction enables reconstruction of the original data in many cases. | 2002-02-25T15:51:15Z | 2023-12-22T16:22:18Z | [
"Template:Specify",
"Template:Dead link",
"Template:More citations needed",
"Template:Anchor",
"Template:Citation",
"Template:Cite book",
"Template:Main",
"Template:Slink",
"Template:Reflist",
"Template:Cite magazine",
"Template:Cite journal",
"Template:Cite web",
"Template:Short description",
"Template:Distinguish",
"Template:About",
"Template:Mono"
]
| https://en.wikipedia.org/wiki/Error_detection_and_correction |
10,376 | Euclidean domain | In mathematics, more specifically in ring theory, a Euclidean domain (also called a Euclidean ring) is an integral domain that can be endowed with a Euclidean function which allows a suitable generalization of the Euclidean division of integers. This generalized Euclidean algorithm can be put to many of the same uses as Euclid's original algorithm in the ring of integers: in any Euclidean domain, one can apply the Euclidean algorithm to compute the greatest common divisor of any two elements. In particular, the greatest common divisor of any two elements exists and can be written as a linear combination of them (Bézout's identity). Also every ideal in a Euclidean domain is principal, which implies a suitable generalization of the fundamental theorem of arithmetic: every Euclidean domain is a unique factorization domain.
It is important to compare the class of Euclidean domains with the larger class of principal ideal domains (PIDs). An arbitrary PID has much the same "structural properties" of a Euclidean domain (or, indeed, even of the ring of integers), but when an explicit algorithm for Euclidean division is known, one may use the Euclidean algorithm and extended Euclidean algorithm to compute greatest common divisors and Bézout's identity. In particular, the existence of efficient algorithms for Euclidean division of integers and of polynomials in one variable over a field is of basic importance in computer algebra.
So, given an integral domain R, it is often very useful to know that R has a Euclidean function: in particular, this implies that R is a PID. However, if there is no "obvious" Euclidean function, then determining whether R is a PID is generally a much easier problem than determining whether it is a Euclidean domain.
Euclidean domains appear in the following chain of class inclusions:
Let R be an integral domain. A Euclidean function on R is a function f from R \ {0} to the non-negative integers satisfying the following fundamental division-with-remainder property:
A Euclidean domain is an integral domain which can be endowed with at least one Euclidean function. A particular Euclidean function f is not part of the definition of a Euclidean domain, as, in general, a Euclidean domain may admit many different Euclidean functions.
In this context, q and r are called respectively a quotient and a remainder of the division (or Euclidean division) of a by b. In contrast with the case of integers and polynomials, the quotient is generally not uniquely defined, but when a quotient has been chosen, the remainder is uniquely defined.
Most algebra texts require a Euclidean function to have the following additional property:
However, one can show that (EF1) alone suffices to define a Euclidean domain; if an integral domain R is endowed with a function g satisfying (EF1), then R can also be endowed with a function satisfying both (EF1) and (EF2) simultaneously. Indeed, for a in R \ {0} , one can define f (a) as follows:
In words, one may define f (a) to be the minimum value attained by g on the set of all non-zero elements of the principal ideal generated by a.
A Euclidean function f is multiplicative if f (ab) = f (a) f (b) and f (a) is never zero. It follows that f (1) = 1. More generally, f (a) = 1 if and only if a is a unit.
Many authors use other terms in place of "Euclidean function", such as "degree function", "valuation function", "gauge function" or "norm function". Some authors also require the domain of the Euclidean function to be the entire ring R; however, this does not essentially affect the definition, since (EF1) does not involve the value of f (0). The definition is sometimes generalized by allowing the Euclidean function to take its values in any well-ordered set; this weakening does not affect the most important implications of the Euclidean property.
The property (EF1) can be restated as follows: for any principal ideal I of R with nonzero generator b, all nonzero classes of the quotient ring R/I have a representative r with f (r) < f (b). Since the possible values of f are well-ordered, this property can be established by showing that f (r) < f (b) for any r ∉ I with minimal value of f (r) in its class. Note that, for a Euclidean function that is so established, there need not exist an effective method to determine q and r in (EF1).
Examples of Euclidean domains include:
Examples of domains that are not Euclidean domains include:
Let R be a domain and f a Euclidean function on R. Then:
However, in many finite extensions of Q with trivial class group, the ring of integers is Euclidean (not necessarily with respect to the absolute value of the field norm; see below). Assuming the extended Riemann hypothesis, if K is a finite extension of Q and the ring of integers of K is a PID with an infinite number of units, then the ring of integers is Euclidean. In particular this applies to the case of totally real quadratic number fields with trivial class group. In addition (and without assuming ERH), if the field K is a Galois extension of Q, has trivial class group and unit rank strictly greater than three, then the ring of integers is Euclidean. An immediate corollary of this is that if the number field is Galois over Q, its class group is trivial and the extension has degree greater than 8 then the ring of integers is necessarily Euclidean.
Algebraic number fields K come with a canonical norm function on them: the absolute value of the field norm N that takes an algebraic element α to the product of all the conjugates of α. This norm maps the ring of integers of a number field K, say OK, to the nonnegative rational integers, so it is a candidate to be a Euclidean norm on this ring. If this norm satisfies the axioms of a Euclidean function then the number field K is called norm-Euclidean or simply Euclidean. Strictly speaking it is the ring of integers that is Euclidean since fields are trivially Euclidean domains, but the terminology is standard.
If a field is not norm-Euclidean then that does not mean the ring of integers is not Euclidean, just that the field norm does not satisfy the axioms of a Euclidean function. In fact, the rings of integers of number fields may be divided in several classes:
The norm-Euclidean quadratic fields have been fully classified; they are Q ( d ) {\displaystyle \mathbf {Q} ({\sqrt {d}}\,)} where d {\displaystyle d} takes the values
Every Euclidean imaginary quadratic field is norm-Euclidean and is one of the five first fields in the preceding list. | [
{
"paragraph_id": 0,
"text": "In mathematics, more specifically in ring theory, a Euclidean domain (also called a Euclidean ring) is an integral domain that can be endowed with a Euclidean function which allows a suitable generalization of the Euclidean division of integers. This generalized Euclidean algorithm can be put to many of the same uses as Euclid's original algorithm in the ring of integers: in any Euclidean domain, one can apply the Euclidean algorithm to compute the greatest common divisor of any two elements. In particular, the greatest common divisor of any two elements exists and can be written as a linear combination of them (Bézout's identity). Also every ideal in a Euclidean domain is principal, which implies a suitable generalization of the fundamental theorem of arithmetic: every Euclidean domain is a unique factorization domain.",
"title": ""
},
{
"paragraph_id": 1,
"text": "It is important to compare the class of Euclidean domains with the larger class of principal ideal domains (PIDs). An arbitrary PID has much the same \"structural properties\" of a Euclidean domain (or, indeed, even of the ring of integers), but when an explicit algorithm for Euclidean division is known, one may use the Euclidean algorithm and extended Euclidean algorithm to compute greatest common divisors and Bézout's identity. In particular, the existence of efficient algorithms for Euclidean division of integers and of polynomials in one variable over a field is of basic importance in computer algebra.",
"title": ""
},
{
"paragraph_id": 2,
"text": "So, given an integral domain R, it is often very useful to know that R has a Euclidean function: in particular, this implies that R is a PID. However, if there is no \"obvious\" Euclidean function, then determining whether R is a PID is generally a much easier problem than determining whether it is a Euclidean domain.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Euclidean domains appear in the following chain of class inclusions:",
"title": ""
},
{
"paragraph_id": 4,
"text": "Let R be an integral domain. A Euclidean function on R is a function f from R \\ {0} to the non-negative integers satisfying the following fundamental division-with-remainder property:",
"title": "Definition"
},
{
"paragraph_id": 5,
"text": "A Euclidean domain is an integral domain which can be endowed with at least one Euclidean function. A particular Euclidean function f is not part of the definition of a Euclidean domain, as, in general, a Euclidean domain may admit many different Euclidean functions.",
"title": "Definition"
},
{
"paragraph_id": 6,
"text": "In this context, q and r are called respectively a quotient and a remainder of the division (or Euclidean division) of a by b. In contrast with the case of integers and polynomials, the quotient is generally not uniquely defined, but when a quotient has been chosen, the remainder is uniquely defined.",
"title": "Definition"
},
{
"paragraph_id": 7,
"text": "Most algebra texts require a Euclidean function to have the following additional property:",
"title": "Definition"
},
{
"paragraph_id": 8,
"text": "However, one can show that (EF1) alone suffices to define a Euclidean domain; if an integral domain R is endowed with a function g satisfying (EF1), then R can also be endowed with a function satisfying both (EF1) and (EF2) simultaneously. Indeed, for a in R \\ {0} , one can define f (a) as follows:",
"title": "Definition"
},
{
"paragraph_id": 9,
"text": "In words, one may define f (a) to be the minimum value attained by g on the set of all non-zero elements of the principal ideal generated by a.",
"title": "Definition"
},
{
"paragraph_id": 10,
"text": "A Euclidean function f is multiplicative if f (ab) = f (a) f (b) and f (a) is never zero. It follows that f (1) = 1. More generally, f (a) = 1 if and only if a is a unit.",
"title": "Definition"
},
{
"paragraph_id": 11,
"text": "Many authors use other terms in place of \"Euclidean function\", such as \"degree function\", \"valuation function\", \"gauge function\" or \"norm function\". Some authors also require the domain of the Euclidean function to be the entire ring R; however, this does not essentially affect the definition, since (EF1) does not involve the value of f (0). The definition is sometimes generalized by allowing the Euclidean function to take its values in any well-ordered set; this weakening does not affect the most important implications of the Euclidean property.",
"title": "Definition"
},
{
"paragraph_id": 12,
"text": "The property (EF1) can be restated as follows: for any principal ideal I of R with nonzero generator b, all nonzero classes of the quotient ring R/I have a representative r with f (r) < f (b). Since the possible values of f are well-ordered, this property can be established by showing that f (r) < f (b) for any r ∉ I with minimal value of f (r) in its class. Note that, for a Euclidean function that is so established, there need not exist an effective method to determine q and r in (EF1).",
"title": "Definition"
},
{
"paragraph_id": 13,
"text": "Examples of Euclidean domains include:",
"title": "Examples"
},
{
"paragraph_id": 14,
"text": "Examples of domains that are not Euclidean domains include:",
"title": "Examples"
},
{
"paragraph_id": 15,
"text": "Let R be a domain and f a Euclidean function on R. Then:",
"title": "Properties"
},
{
"paragraph_id": 16,
"text": "However, in many finite extensions of Q with trivial class group, the ring of integers is Euclidean (not necessarily with respect to the absolute value of the field norm; see below). Assuming the extended Riemann hypothesis, if K is a finite extension of Q and the ring of integers of K is a PID with an infinite number of units, then the ring of integers is Euclidean. In particular this applies to the case of totally real quadratic number fields with trivial class group. In addition (and without assuming ERH), if the field K is a Galois extension of Q, has trivial class group and unit rank strictly greater than three, then the ring of integers is Euclidean. An immediate corollary of this is that if the number field is Galois over Q, its class group is trivial and the extension has degree greater than 8 then the ring of integers is necessarily Euclidean.",
"title": "Properties"
},
{
"paragraph_id": 17,
"text": "Algebraic number fields K come with a canonical norm function on them: the absolute value of the field norm N that takes an algebraic element α to the product of all the conjugates of α. This norm maps the ring of integers of a number field K, say OK, to the nonnegative rational integers, so it is a candidate to be a Euclidean norm on this ring. If this norm satisfies the axioms of a Euclidean function then the number field K is called norm-Euclidean or simply Euclidean. Strictly speaking it is the ring of integers that is Euclidean since fields are trivially Euclidean domains, but the terminology is standard.",
"title": "Norm-Euclidean fields"
},
{
"paragraph_id": 18,
"text": "If a field is not norm-Euclidean then that does not mean the ring of integers is not Euclidean, just that the field norm does not satisfy the axioms of a Euclidean function. In fact, the rings of integers of number fields may be divided in several classes:",
"title": "Norm-Euclidean fields"
},
{
"paragraph_id": 19,
"text": "The norm-Euclidean quadratic fields have been fully classified; they are Q ( d ) {\\displaystyle \\mathbf {Q} ({\\sqrt {d}}\\,)} where d {\\displaystyle d} takes the values",
"title": "Norm-Euclidean fields"
},
{
"paragraph_id": 20,
"text": "Every Euclidean imaginary quadratic field is norm-Euclidean and is one of the five first fields in the preceding list.",
"title": "Norm-Euclidean fields"
}
]
| In mathematics, more specifically in ring theory, a Euclidean domain is an integral domain that can be endowed with a Euclidean function which allows a suitable generalization of the Euclidean division of integers. This generalized Euclidean algorithm can be put to many of the same uses as Euclid's original algorithm in the ring of integers: in any Euclidean domain, one can apply the Euclidean algorithm to compute the greatest common divisor of any two elements. In particular, the greatest common divisor of any two elements exists and can be written as a linear combination of them. Also every ideal in a Euclidean domain is principal, which implies a suitable generalization of the fundamental theorem of arithmetic: every Euclidean domain is a unique factorization domain. It is important to compare the class of Euclidean domains with the larger class of principal ideal domains (PIDs). An arbitrary PID has much the same "structural properties" of a Euclidean domain, but when an explicit algorithm for Euclidean division is known, one may use the Euclidean algorithm and extended Euclidean algorithm to compute greatest common divisors and Bézout's identity. In particular, the existence of efficient algorithms for Euclidean division of integers and of polynomials in one variable over a field is of basic importance in computer algebra. So, given an integral domain R, it is often very useful to know that R has a Euclidean function: in particular, this implies that R is a PID. However, if there is no "obvious" Euclidean function, then determining whether R is a PID is generally a much easier problem than determining whether it is a Euclidean domain. Euclidean domains appear in the following chain of class inclusions: | 2002-01-08T12:58:36Z | 2023-11-07T08:38:44Z | [
"Template:Cite book",
"Template:Cite web",
"Template:Short description",
"Template:Mvar",
"Template:Commutative ring classes",
"Template:Algebraic structures",
"Template:OEIS",
"Template:Math",
"Template:Em",
"Template:Citation",
"Template:Harvnb",
"Template:Cite journal"
]
| https://en.wikipedia.org/wiki/Euclidean_domain |
10,377 | Euclidean algorithm | In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers (numbers), the largest number that divides them both without a remainder. It is named after the ancient Greek mathematician Euclid, who first described it in his Elements (c. 300 BC). It is an example of an algorithm, a step-by-step procedure for performing a calculation according to well-defined rules, and is one of the oldest algorithms in common use. It can be used to reduce fractions to their simplest form, and is a part of many other number-theoretic and cryptographic calculations.
The Euclidean algorithm is based on the principle that the greatest common divisor of two numbers does not change if the larger number is replaced by its difference with the smaller number. For example, 21 is the GCD of 252 and 105 (as 252 = 21 × 12 and 105 = 21 × 5), and the same number 21 is also the GCD of 105 and 252 − 105 = 147. Since this replacement reduces the larger of the two numbers, repeating this process gives successively smaller pairs of numbers until the two numbers become equal. When that occurs, they are the GCD of the original two numbers. By reversing the steps or using the extended Euclidean algorithm, the GCD can be expressed as a linear combination of the two original numbers, that is the sum of the two numbers, each multiplied by an integer (for example, 21 = 5 × 105 + (−2) × 252). The fact that the GCD can always be expressed in this way is known as Bézout's identity.
The version of the Euclidean algorithm described above (and by Euclid) can take many subtraction steps to find the GCD when one of the given numbers is much bigger than the other. A more efficient version of the algorithm shortcuts these steps, instead replacing the larger of the two numbers by its remainder when divided by the smaller of the two (with this version, the algorithm stops when reaching a zero remainder). With this improvement, the algorithm never requires more steps than five times the number of digits (base 10) of the smaller integer. This was proven by Gabriel Lamé in 1844 (Lamé's Theorem), and marks the beginning of computational complexity theory. Additional methods for improving the algorithm's efficiency were developed in the 20th century.
The Euclidean algorithm has many theoretical and practical applications. It is used for reducing fractions to their simplest form and for performing division in modular arithmetic. Computations using this algorithm form part of the cryptographic protocols that are used to secure internet communications, and in methods for breaking these cryptosystems by factoring large composite numbers. The Euclidean algorithm may be used to solve Diophantine equations, such as finding numbers that satisfy multiple congruences according to the Chinese remainder theorem, to construct continued fractions, and to find accurate rational approximations to real numbers. Finally, it can be used as a basic tool for proving theorems in number theory such as Lagrange's four-square theorem and the uniqueness of prime factorizations.
The original algorithm was described only for natural numbers and geometric lengths (real numbers), but the algorithm was generalized in the 19th century to other types of numbers, such as Gaussian integers and polynomials of one variable. This led to modern abstract algebraic notions such as Euclidean domains.
The Euclidean algorithm calculates the greatest common divisor (GCD) of two natural numbers a and b. The greatest common divisor g is the largest natural number that divides both a and b without leaving a remainder. Synonyms for GCD include greatest common factor (GCF), highest common factor (HCF), highest common divisor (HCD), and greatest common measure (GCM). The greatest common divisor is often written as gcd(a, b) or, more simply, as (a, b), although the latter notation is ambiguous, also used for concepts such as an ideal in the ring of integers, which is closely related to GCD.
If gcd(a, b) = 1, then a and b are said to be coprime (or relatively prime). This property does not imply that a or b are themselves prime numbers. For example, 6 and 35 factor as 6 = 2 × 3 and 35 = 5 × 7, so they are not prime, but their prime factors are different, so 6 and 35 are coprime, with no common factors other than 1.
Let g = gcd(a, b). Since a and b are both multiples of g, they can be written a = mg and b = ng, and there is no larger number G > g for which this is true. The natural numbers m and n must be coprime, since any common factor could be factored out of m and n to make g greater. Thus, any other number c that divides both a and b must also divide g. The greatest common divisor g of a and b is the unique (positive) common divisor of a and b that is divisible by any other common divisor c.
The greatest common divisor can be visualized as follows. Consider a rectangular area a by b, and any common divisor c that divides both a and b exactly. The sides of the rectangle can be divided into segments of length c, which divides the rectangle into a grid of squares of side length c. The GCD g is the largest value of c for which this is possible. For illustration, a 24×60 rectangular area can be divided into a grid of: 1×1 squares, 2×2 squares, 3×3 squares, 4×4 squares, 6×6 squares or 12×12 squares. Therefore, 12 is the GCD of 24 and 60. A 24×60 rectangular area can be divided into a grid of 12×12 squares, with two squares along one edge (24/12 = 2) and five squares along the other (60/12 = 5).
The greatest common divisor of two numbers a and b is the product of the prime factors shared by the two numbers, where each prime factor can be repeated as many times as it divides both a and b. For example, since 1386 can be factored into 2 × 3 × 3 × 7 × 11, and 3213 can be factored into 3 × 3 × 3 × 7 × 17, the GCD of 1386 and 3213 equals 63 = 3 × 3 × 7, the product of their shared prime factors (with 3 repeated since 3 × 3 divides both). If two numbers have no common prime factors, their GCD is 1 (obtained here as an instance of the empty product); in other words, they are coprime. A key advantage of the Euclidean algorithm is that it can find the GCD efficiently without having to compute the prime factors. Factorization of large integers is believed to be a computationally very difficult problem, and the security of many widely used cryptographic protocols is based upon its infeasibility.
Another definition of the GCD is helpful in advanced mathematics, particularly ring theory. The greatest common divisor g of two nonzero numbers a and b is also their smallest positive integral linear combination, that is, the smallest positive number of the form ua + vb where u and v are integers. The set of all integral linear combinations of a and b is actually the same as the set of all multiples of g (mg, where m is an integer). In modern mathematical language, the ideal generated by a and b is the ideal generated by g alone (an ideal generated by a single element is called a principal ideal, and all ideals of the integers are principal ideals). Some properties of the GCD are in fact easier to see with this description, for instance the fact that any common divisor of a and b also divides the GCD (it divides both terms of ua + vb). The equivalence of this GCD definition with the other definitions is described below.
The GCD of three or more numbers equals the product of the prime factors common to all the numbers, but it can also be calculated by repeatedly taking the GCDs of pairs of numbers. For example,
Thus, Euclid's algorithm, which computes the GCD of two integers, suffices to calculate the GCD of arbitrarily many integers.
The Euclidean algorithm can be thought of as constructing a sequence of non-negative integers that begins with the two given integers r − 2 = a {\displaystyle r_{-2}=a} and r − 1 = b {\displaystyle r_{-1}=b} and will eventually terminate with the integer zero: { r − 2 = a , r − 1 = b , r 0 , r 1 , ⋯ , r n − 1 , r n = 0 } {\displaystyle \{r_{-2}=a,\ r_{-1}=b,\ r_{0},\ r_{1},\ \cdots ,\ r_{n-1},\ r_{n}=0\}} with r k + 1 < r k {\displaystyle r_{k+1}<r_{k}} . The integer r n − 1 {\displaystyle r_{n-1}} will then be the GCD and we can state gcd ( a , b ) = r n − 1 {\displaystyle {\text{gcd}}(a,b)=r_{n-1}} . The algorithm indicates how to construct the intermediate remainders r k {\displaystyle r_{k}} via division-with-remainder on the preceding pair ( r k − 2 , r k − 1 ) {\displaystyle (r_{k-2},\ r_{k-1})} by finding an integer quotient q k {\displaystyle q_{k}} so that:
Because the sequence of non-negative integers { r k } {\displaystyle \{r_{k}\}} is strictly decreasing, it eventually must terminate. In other words, since r k ≥ 0 {\displaystyle r_{k}\geq 0} for every k {\displaystyle k} , and each r k {\displaystyle r_{k}} is an integer that is strictly smaller than the preceding r k − 1 {\displaystyle r_{k-1}} , there eventually cannot be a non-negative integer smaller than zero, and hence the algorithm must terminate. In fact, the algorithm will always terminate at the n-th step with r n {\displaystyle r_{n}} equal to zero.
To illustrate, suppose the GCD of 1071 and 462 is requested. The sequence is initially { r − 2 = 1071 , r − 1 = 462 } {\displaystyle \{r_{-2}=1071,\ r_{-1}=462\}} and in order to find r 0 {\displaystyle r_{0}} , we need to find integers q 0 {\displaystyle q_{0}} and r 0 < r − 1 {\displaystyle r_{0}<r_{-1}} such that:
This is the quotient q 0 = 2 {\displaystyle q_{0}=2} since 1071 = 2 ⋅ 462 + 147 {\displaystyle 1071=2\cdot 462+147} . This determines r 0 = 147 {\displaystyle r_{0}=147} and so the sequence is now { 1071 , 462 , r 0 = 147 } {\displaystyle \{1071,\ 462,\ r_{0}=147\}} . The next step is to continue the sequence to find r 1 {\displaystyle r_{1}} by finding integers q 1 {\displaystyle q_{1}} and r 1 < r 0 {\displaystyle r_{1}<r_{0}} such that:
This is the quotient q 1 = 3 {\displaystyle q_{1}=3} since 462 = 3 ⋅ 147 + 21 {\displaystyle 462=3\cdot 147+21} . This determines r 1 = 21 {\displaystyle r_{1}=21} and so the sequence is now { 1071 , 462 , 147 , r 1 = 21 } {\displaystyle \{1071,\ 462,\ 147,\ r_{1}=21\}} . The next step is to continue the sequence to find r 2 {\displaystyle r_{2}} by finding integers q 2 {\displaystyle q_{2}} and r 2 < r 1 {\displaystyle r_{2}<r_{1}} such that:
This is the quotient q 2 = 7 {\displaystyle q_{2}=7} since 147 = 7 ⋅ 21 + 0 {\displaystyle 147=7\cdot 21+0} . This determines r 2 = 0 {\displaystyle r_{2}=0} and so the sequence is completed as { 1071 , 462 , 147 , 21 , r 2 = 0 } {\displaystyle \{1071,\ 462,\ 147,\ 21,\ r_{2}=0\}} as no further non-negative integer smaller than 0 {\displaystyle 0} can be found. The penultimate remainder 21 {\displaystyle 21} is therefore the requested GCD:
We can generalise slightly by dropping any ordering requirement on the initial two values a {\displaystyle a} and b {\displaystyle b} . If a = b {\displaystyle a=b} , the algorithm may continue and trivially find that gcd ( a , a ) = a {\displaystyle {\text{gcd}}(a,\ a)=a} as the sequence of remainders will be { a , a , 0 } {\displaystyle \{a,\ a,\ 0\}} . If a < b {\displaystyle a<b} , then we can also continue since a ≡ 0 ⋅ b + a {\displaystyle a\equiv 0\cdot b+a} , suggesting the next remainder should be a {\displaystyle a} itself, and the sequence is { a , b , a , ⋯ } {\displaystyle \{a,\ b,\ a,\ \cdots \}} . Normally, this would be invalid because it breaks the requirement r 0 < r − 1 {\displaystyle r_{0}<r_{-1}} but now we have a < b {\displaystyle a<b} by construction, so the requirement is automatically satisfied and the Euclidean algorithm can continue as normal. Therefore, dropping any ordering between the first two integers does not affect the conclusion that the sequence must eventually terminate because the next remainder will always satisfy r 0 < b {\displaystyle r_{0}<b} and everything continues as above. The only modifications that need to be made are that r k < r k − 1 {\displaystyle r_{k}<r_{k-1}} only for k ≥ 0 {\displaystyle k\geq 0} , and that the sub-sequence of non-negative integers { r k − 1 } {\displaystyle \{r_{k-1}\}} for k ≥ 0 {\displaystyle k\geq 0} is strictly decreasing, therefore excluding a = r − 2 {\displaystyle a=r_{-2}} from both statements.
The validity of the Euclidean algorithm can be proven by a two-step argument. In the first step, the final nonzero remainder rN−1 is shown to divide both a and b. Since it is a common divisor, it must be less than or equal to the greatest common divisor g. In the second step, it is shown that any common divisor of a and b, including g, must divide rN−1; therefore, g must be less than or equal to rN−1. These two opposite inequalities imply rN−1 = g.
To demonstrate that rN−1 divides both a and b (the first step), rN−1 divides its predecessor rN−2
since the final remainder rN is zero. rN−1 also divides its next predecessor rN−3
because it divides both terms on the right-hand side of the equation. Iterating the same argument, rN−1 divides all the preceding remainders, including a and b. None of the preceding remainders rN−2, rN−3, etc. divide a and b, since they leave a remainder. Since rN−1 is a common divisor of a and b, rN−1 ≤ g.
In the second step, any natural number c that divides both a and b (in other words, any common divisor of a and b) divides the remainders rk. By definition, a and b can be written as multiples of c : a = mc and b = nc, where m and n are natural numbers. Therefore, c divides the initial remainder r0, since r0 = a − q0b = mc − q0nc = (m − q0n)c. An analogous argument shows that c also divides the subsequent remainders r1, r2, etc. Therefore, the greatest common divisor g must divide rN−1, which implies that g ≤ rN−1. Since the first part of the argument showed the reverse (rN−1 ≤ g), it follows that g = rN−1. Thus, g is the greatest common divisor of all the succeeding pairs:
For illustration, the Euclidean algorithm can be used to find the greatest common divisor of a = 1071 and b = 462. To begin, multiples of 462 are subtracted from 1071 until the remainder is less than 462. Two such multiples can be subtracted (q0 = 2), leaving a remainder of 147:
Then multiples of 147 are subtracted from 462 until the remainder is less than 147. Three multiples can be subtracted (q1 = 3), leaving a remainder of 21:
Then multiples of 21 are subtracted from 147 until the remainder is less than 21. Seven multiples can be subtracted (q2 = 7), leaving no remainder:
Since the last remainder is zero, the algorithm ends with 21 as the greatest common divisor of 1071 and 462. This agrees with the gcd(1071, 462) found by prime factorization above. In tabular form, the steps are:
The Euclidean algorithm can be visualized in terms of the tiling analogy given above for the greatest common divisor. Assume that we wish to cover an a×b rectangle with square tiles exactly, where a is the larger of the two numbers. We first attempt to tile the rectangle using b×b square tiles; however, this leaves an r0×b residual rectangle untiled, where r0 < b. We then attempt to tile the residual rectangle with r0×r0 square tiles. This leaves a second residual rectangle r1×r0, which we attempt to tile using r1×r1 square tiles, and so on. The sequence ends when there is no residual rectangle, i.e., when the square tiles cover the previous residual rectangle exactly. The length of the sides of the smallest square tile is the GCD of the dimensions of the original rectangle. For example, the smallest square tile in the adjacent figure is 21×21 (shown in red), and 21 is the GCD of 1071 and 462, the dimensions of the original rectangle (shown in green).
At every step k, the Euclidean algorithm computes a quotient qk and remainder rk from two numbers rk−1 and rk−2
where the rk is non-negative and is strictly less than the absolute value of rk−1. The theorem which underlies the definition of the Euclidean division ensures that such a quotient and remainder always exist and are unique.
In Euclid's original version of the algorithm, the quotient and remainder are found by repeated subtraction; that is, rk−1 is subtracted from rk−2 repeatedly until the remainder rk is smaller than rk−1. After that rk and rk−1 are exchanged and the process is iterated. Euclidean division reduces all the steps between two exchanges into a single step, which is thus more efficient. Moreover, the quotients are not needed, thus one may replace Euclidean division by the modulo operation, which gives only the remainder. Thus the iteration of the Euclidean algorithm becomes simply
Implementations of the algorithm may be expressed in pseudocode. For example, the division-based version may be programmed as
At the beginning of the kth iteration, the variable b holds the latest remainder rk−1, whereas the variable a holds its predecessor, rk−2. The step b := a mod b is equivalent to the above recursion formula rk ≡ rk−2 mod rk−1. The temporary variable t holds the value of rk−1 while the next remainder rk is being calculated. At the end of the loop iteration, the variable b holds the remainder rk, whereas the variable a holds its predecessor, rk−1.
(If negative inputs are allowed, or if the mod function may return negative values, the last line must be changed into return abs(a).)
In the subtraction-based version, which was Euclid's original version, the remainder calculation (b := a mod b) is replaced by repeated subtraction. Contrary to the division-based version, which works with arbitrary integers as input, the subtraction-based version supposes that the input consists of positive integers and stops when a = b:
The variables a and b alternate holding the previous remainders rk−1 and rk−2. Assume that a is larger than b at the beginning of an iteration; then a equals rk−2, since rk−2 > rk−1. During the loop iteration, a is reduced by multiples of the previous remainder b until a is smaller than b. Then a is the next remainder rk. Then b is reduced by multiples of a until it is again smaller than a, giving the next remainder rk+1, and so on.
The recursive version is based on the equality of the GCDs of successive remainders and the stopping condition gcd(rN−1, 0) = rN−1.
(As above, if negative inputs are allowed, or if the mod function may return negative values, the instruction "return a" must be changed into "return max(a, −a)".)
For illustration, the gcd(1071, 462) is calculated from the equivalent gcd(462, 1071 mod 462) = gcd(462, 147). The latter GCD is calculated from the gcd(147, 462 mod 147) = gcd(147, 21), which in turn is calculated from the gcd(21, 147 mod 21) = gcd(21, 0) = 21.
In another version of Euclid's algorithm, the quotient at each step is increased by one if the resulting negative remainder is smaller in magnitude than the typical positive remainder. Previously, the equation
assumed that |rk−1| > rk > 0. However, an alternative negative remainder ek can be computed:
if rk−1 > 0 or
if rk−1 < 0.
If rk is replaced by ek. when |ek| < |rk|, then one gets a variant of Euclidean algorithm such that
at each step.
Leopold Kronecker has shown that this version requires the fewest steps of any version of Euclid's algorithm. More generally, it has been proven that, for every input numbers a and b, the number of steps is minimal if and only if qk is chosen in order that | r k + 1 r k | < 1 φ ∼ 0.618 , {\displaystyle \left|{\frac {r_{k+1}}{r_{k}}}\right|<{\frac {1}{\varphi }}\sim 0.618,} where φ {\displaystyle \varphi } is the golden ratio.
The Euclidean algorithm is one of the oldest algorithms in common use. It appears in Euclid's Elements (c. 300 BC), specifically in Book 7 (Propositions 1–2) and Book 10 (Propositions 2–3). In Book 7, the algorithm is formulated for integers, whereas in Book 10, it is formulated for lengths of line segments. (In modern usage, one would say it was formulated there for real numbers. But lengths, areas, and volumes, represented as real numbers in modern usage, are not measured in the same units and there is no natural unit of length, area, or volume; the concept of real numbers was unknown at that time.) The latter algorithm is geometrical. The GCD of two lengths a and b corresponds to the greatest length g that measures a and b evenly; in other words, the lengths a and b are both integer multiples of the length g.
The algorithm was probably not discovered by Euclid, who compiled results from earlier mathematicians in his Elements. The mathematician and historian B. L. van der Waerden suggests that Book VII derives from a textbook on number theory written by mathematicians in the school of Pythagoras. The algorithm was probably known by Eudoxus of Cnidus (about 375 BC). The algorithm may even pre-date Eudoxus, judging from the use of the technical term ἀνθυφαίρεσις (anthyphairesis, reciprocal subtraction) in works by Euclid and Aristotle.
Centuries later, Euclid's algorithm was discovered independently both in India and in China, primarily to solve Diophantine equations that arose in astronomy and making accurate calendars. In the late 5th century, the Indian mathematician and astronomer Aryabhata described the algorithm as the "pulverizer", perhaps because of its effectiveness in solving Diophantine equations. Although a special case of the Chinese remainder theorem had already been described in the Chinese book Sunzi Suanjing, the general solution was published by Qin Jiushao in his 1247 book Shushu Jiuzhang (數書九章 Mathematical Treatise in Nine Sections). The Euclidean algorithm was first described numerically and popularized in Europe in the second edition of Bachet's Problèmes plaisants et délectables (Pleasant and enjoyable problems, 1624). In Europe, it was likewise used to solve Diophantine equations and in developing continued fractions. The extended Euclidean algorithm was published by the English mathematician Nicholas Saunderson, who attributed it to Roger Cotes as a method for computing continued fractions efficiently.
In the 19th century, the Euclidean algorithm led to the development of new number systems, such as Gaussian integers and Eisenstein integers. In 1815, Carl Gauss used the Euclidean algorithm to demonstrate unique factorization of Gaussian integers, although his work was first published in 1832. Gauss mentioned the algorithm in his Disquisitiones Arithmeticae (published 1801), but only as a method for continued fractions. Peter Gustav Lejeune Dirichlet seems to have been the first to describe the Euclidean algorithm as the basis for much of number theory. Lejeune Dirichlet noted that many results of number theory, such as unique factorization, would hold true for any other system of numbers to which the Euclidean algorithm could be applied. Lejeune Dirichlet's lectures on number theory were edited and extended by Richard Dedekind, who used Euclid's algorithm to study algebraic integers, a new general type of number. For example, Dedekind was the first to prove Fermat's two-square theorem using the unique factorization of Gaussian integers. Dedekind also defined the concept of a Euclidean domain, a number system in which a generalized version of the Euclidean algorithm can be defined (as described below). In the closing decades of the 19th century, the Euclidean algorithm gradually became eclipsed by Dedekind's more general theory of ideals.
Other applications of Euclid's algorithm were developed in the 19th century. In 1829, Charles Sturm showed that the algorithm was useful in the Sturm chain method for counting the real roots of polynomials in any given interval.
The Euclidean algorithm was the first integer relation algorithm, which is a method for finding integer relations between commensurate real numbers. Several novel integer relation algorithms have been developed, such as the algorithm of Helaman Ferguson and R.W. Forcade (1979) and the LLL algorithm.
In 1969, Cole and Davie developed a two-player game based on the Euclidean algorithm, called The Game of Euclid, which has an optimal strategy. The players begin with two piles of a and b stones. The players take turns removing m multiples of the smaller pile from the larger. Thus, if the two piles consist of x and y stones, where x is larger than y, the next player can reduce the larger pile from x stones to x − my stones, as long as the latter is a nonnegative integer. The winner is the first player to reduce one pile to zero stones.
Bézout's identity states that the greatest common divisor g of two integers a and b can be represented as a linear sum of the original two numbers a and b. In other words, it is always possible to find integers s and t such that g = sa + tb.
The integers s and t can be calculated from the quotients q0, q1, etc. by reversing the order of equations in Euclid's algorithm. Beginning with the next-to-last equation, g can be expressed in terms of the quotient qN−1 and the two preceding remainders, rN−2 and rN−3:
Those two remainders can be likewise expressed in terms of their quotients and preceding remainders,
Substituting these formulae for rN−2 and rN−3 into the first equation yields g as a linear sum of the remainders rN−4 and rN−5. The process of substituting remainders by formulae involving their predecessors can be continued until the original numbers a and b are reached:
After all the remainders r0, r1, etc. have been substituted, the final equation expresses g as a linear sum of a and b, so that g = sa + tb.
The Euclidean algorithm, and thus Bezout's identity, can be generalized to the context of Euclidean domains.
Bézout's identity provides yet another definition of the greatest common divisor g of two numbers a and b. Consider the set of all numbers ua + vb, where u and v are any two integers. Since a and b are both divisible by g, every number in the set is divisible by g. In other words, every number of the set is an integer multiple of g. This is true for every common divisor of a and b. However, unlike other common divisors, the greatest common divisor is a member of the set; by Bézout's identity, choosing u = s and v = t gives g. A smaller common divisor cannot be a member of the set, since every member of the set must be divisible by g. Conversely, any multiple m of g can be obtained by choosing u = ms and v = mt, where s and t are the integers of Bézout's identity. This may be seen by multiplying Bézout's identity by m,
Therefore, the set of all numbers ua + vb is equivalent to the set of multiples m of g. In other words, the set of all possible sums of integer multiples of two numbers (a and b) is equivalent to the set of multiples of gcd(a, b). The GCD is said to be the generator of the ideal of a and b. This GCD definition led to the modern abstract algebraic concepts of a principal ideal (an ideal generated by a single element) and a principal ideal domain (a domain in which every ideal is a principal ideal).
Certain problems can be solved using this result. For example, consider two measuring cups of volume a and b. By adding/subtracting u multiples of the first cup and v multiples of the second cup, any volume ua + vb can be measured out. These volumes are all multiples of g = gcd(a, b).
The integers s and t of Bézout's identity can be computed efficiently using the extended Euclidean algorithm. This extension adds two recursive equations to Euclid's algorithm
with the starting values
Using this recursion, Bézout's integers s and t are given by s = sN and t = tN, where N+1 is the step on which the algorithm terminates with rN+1 = 0.
The validity of this approach can be shown by induction. Assume that the recursion formula is correct up to step k − 1 of the algorithm; in other words, assume that
for all j less than k. The kth step of the algorithm gives the equation
Since the recursion formula has been assumed to be correct for rk−2 and rk−1, they may be expressed in terms of the corresponding s and t variables
Rearranging this equation yields the recursion formula for step k, as required
The integers s and t can also be found using an equivalent matrix method. The sequence of equations of Euclid's algorithm
can be written as a product of 2×2 quotient matrices multiplying a two-dimensional remainder vector
Let M represent the product of all the quotient matrices
This simplifies the Euclidean algorithm to the form
To express g as a linear sum of a and b, both sides of this equation can be multiplied by the inverse of the matrix M. The determinant of M equals (−1), since it equals the product of the determinants of the quotient matrices, each of which is negative one. Since the determinant of M is never zero, the vector of the final remainders can be solved using the inverse of M
Since the top equation gives
the two integers of Bézout's identity are s = (−1)m22 and t = (−1)m12. The matrix method is as efficient as the equivalent recursion, with two multiplications and two additions per step of the Euclidean algorithm.
Bézout's identity is essential to many applications of Euclid's algorithm, such as demonstrating the unique factorization of numbers into prime factors. To illustrate this, suppose that a number L can be written as a product of two factors u and v, that is, L = uv. If another number w also divides L but is coprime with u, then w must divide v, by the following argument: If the greatest common divisor of u and w is 1, then integers s and t can be found such that
by Bézout's identity. Multiplying both sides by v gives the relation:
Since w divides both terms on the right-hand side, it must also divide the left-hand side, v. This result is known as Euclid's lemma. Specifically, if a prime number divides L, then it must divide at least one factor of L. Conversely, if a number w is coprime to each of a series of numbers a1, a2, ..., an, then w is also coprime to their product, a1 × a2 × ... × an.
Euclid's lemma suffices to prove that every number has a unique factorization into prime numbers. To see this, assume the contrary, that there are two independent factorizations of L into m and n prime factors, respectively
Since each prime p divides L by assumption, it must also divide one of the q factors; since each q is prime as well, it must be that p = q. Iteratively dividing by the p factors shows that each p has an equal counterpart q; the two prime factorizations are identical except for their order. The unique factorization of numbers into primes has many applications in mathematical proofs, as shown below.
Diophantine equations are equations in which the solutions are restricted to integers; they are named after the 3rd-century Alexandrian mathematician Diophantus. A typical linear Diophantine equation seeks integers x and y such that
where a, b and c are given integers. This can be written as an equation for x in modular arithmetic:
Let g be the greatest common divisor of a and b. Both terms in ax + by are divisible by g; therefore, c must also be divisible by g, or the equation has no solutions. By dividing both sides by c/g, the equation can be reduced to Bezout's identity
where s and t can be found by the extended Euclidean algorithm. This provides one solution to the Diophantine equation, x1 = s (c/g) and y1 = t (c/g).
In general, a linear Diophantine equation has no solutions, or an infinite number of solutions. To find the latter, consider two solutions, (x1, y1) and (x2, y2), where
or equivalently
Therefore, the smallest difference between two x solutions is b/g, whereas the smallest difference between two y solutions is a/g. Thus, the solutions may be expressed as
By allowing u to vary over all possible integers, an infinite family of solutions can be generated from a single solution (x1, y1). If the solutions are required to be positive integers (x > 0, y > 0), only a finite number of solutions may be possible. This restriction on the acceptable solutions allows some systems of Diophantine equations with more unknowns than equations to have a finite number of solutions; this is impossible for a system of linear equations when the solutions can be any real number (see Underdetermined system).
A finite field is a set of numbers with four generalized operations. The operations are called addition, subtraction, multiplication and division and have their usual properties, such as commutativity, associativity and distributivity. An example of a finite field is the set of 13 numbers {0, 1, 2, ..., 12} using modular arithmetic. In this field, the results of any mathematical operation (addition, subtraction, multiplication, or division) is reduced modulo 13; that is, multiples of 13 are added or subtracted until the result is brought within the range 0–12. For example, the result of 5 × 7 = 35 mod 13 = 9. Such finite fields can be defined for any prime p; using more sophisticated definitions, they can also be defined for any power m of a prime p. Finite fields are often called Galois fields, and are abbreviated as GF(p) or GF(p).
In such a field with m numbers, every nonzero element a has a unique modular multiplicative inverse, a such that aa = aa ≡ 1 mod m. This inverse can be found by solving the congruence equation ax ≡ 1 mod m, or the equivalent linear Diophantine equation
This equation can be solved by the Euclidean algorithm, as described above. Finding multiplicative inverses is an essential step in the RSA algorithm, which is widely used in electronic commerce; specifically, the equation determines the integer used to decrypt the message. Although the RSA algorithm uses rings rather than fields, the Euclidean algorithm can still be used to find a multiplicative inverse where one exists. The Euclidean algorithm also has other applications in error-correcting codes; for example, it can be used as an alternative to the Berlekamp–Massey algorithm for decoding BCH and Reed–Solomon codes, which are based on Galois fields.
Euclid's algorithm can also be used to solve multiple linear Diophantine equations. Such equations arise in the Chinese remainder theorem, which describes a novel method to represent an integer x. Instead of representing an integer by its digits, it may be represented by its remainders xi modulo a set of N coprime numbers mi:
The goal is to determine x from its N remainders xi. The solution is to combine the multiple equations into a single linear Diophantine equation with a much larger modulus M that is the product of all the individual moduli mi, and define Mi as
Thus, each Mi is the product of all the moduli except mi. The solution depends on finding N new numbers hi such that
With these numbers hi, any integer x can be reconstructed from its remainders xi by the equation
Since these numbers hi are the multiplicative inverses of the Mi, they may be found using Euclid's algorithm as described in the previous subsection.
The Euclidean algorithm can be used to arrange the set of all positive rational numbers into an infinite binary search tree, called the Stern–Brocot tree. The number 1 (expressed as a fraction 1/1) is placed at the root of the tree, and the location of any other number a/b can be found by computing gcd(a,b) using the original form of the Euclidean algorithm, in which each step replaces the larger of the two given numbers by its difference with the smaller number (not its remainder), stopping when two equal numbers are reached. A step of the Euclidean algorithm that replaces the first of the two numbers corresponds to a step in the tree from a node to its right child, and a step that replaces the second of the two numbers corresponds to a step in the tree from a node to its left child. The sequence of steps constructed in this way does not depend on whether a/b is given in lowest terms, and forms a path from the root to a node containing the number a/b. This fact can be used to prove that each positive rational number appears exactly once in this tree.
For example, 3/4 can be found by starting at the root, going to the left once, then to the right twice:
The Euclidean algorithm has almost the same relationship to another binary tree on the rational numbers called the Calkin–Wilf tree. The difference is that the path is reversed: instead of producing a path from the root of the tree to a target, it produces a path from the target to the root.
The Euclidean algorithm has a close relationship with continued fractions. The sequence of equations can be written in the form
The last term on the right-hand side always equals the inverse of the left-hand side of the next equation. Thus, the first two equations may be combined to form
The third equation may be used to substitute the denominator term r1/r0, yielding
The final ratio of remainders rk/rk−1 can always be replaced using the next equation in the series, up to the final equation. The result is a continued fraction
In the worked example above, the gcd(1071, 462) was calculated, and the quotients qk were 2, 3 and 7, respectively. Therefore, the fraction 1071/462 may be written
as can be confirmed by calculation.
Calculating a greatest common divisor is an essential step in several integer factorization algorithms, such as Pollard's rho algorithm, Shor's algorithm, Dixon's factorization method and the Lenstra elliptic curve factorization. The Euclidean algorithm may be used to find this GCD efficiently. Continued fraction factorization uses continued fractions, which are determined using Euclid's algorithm.
The computational efficiency of Euclid's algorithm has been studied thoroughly. This efficiency can be described by the number of division steps the algorithm requires, multiplied by the computational expense of each step. The first known analysis of Euclid's algorithm is due to A. A. L. Reynaud in 1811, who showed that the number of division steps on input (u, v) is bounded by v; later he improved this to v/2 + 2. Later, in 1841, P. J. E. Finck showed that the number of division steps is at most 2 log2 v + 1, and hence Euclid's algorithm runs in time polynomial in the size of the input. Émile Léger, in 1837, studied the worst case, which is when the inputs are consecutive Fibonacci numbers. Finck's analysis was refined by Gabriel Lamé in 1844, who showed that the number of steps required for completion is never more than five times the number h of base-10 digits of the smaller number b.
In the uniform cost model (suitable for analyzing the complexity of gcd calculation on numbers that fit into a single machine word), each step of the algorithm takes constant time, and Lamé's analysis implies that the total running time is also O(h). However, in a model of computation suitable for computation with larger numbers, the computational expense of a single remainder computation in the algorithm can be as large as O(h). In this case the total time for all of the steps of the algorithm can be analyzed using a telescoping series, showing that it is also O(h). Modern algorithmic techniques based on the Schönhage–Strassen algorithm for fast integer multiplication can be used to speed this up, leading to quasilinear algorithms for the GCD.
The number of steps to calculate the GCD of two natural numbers, a and b, may be denoted by T(a, b). If g is the GCD of a and b, then a = mg and b = ng for two coprime numbers m and n. Then
as may be seen by dividing all the steps in the Euclidean algorithm by g. By the same argument, the number of steps remains the same if a and b are multiplied by a common factor w: T(a, b) = T(wa, wb). Therefore, the number of steps T may vary dramatically between neighboring pairs of numbers, such as T(a, b) and T(a, b + 1), depending on the size of the two GCDs.
The recursive nature of the Euclidean algorithm gives another equation
where T(x, 0) = 0 by assumption.
If the Euclidean algorithm requires N steps for a pair of natural numbers a > b > 0, the smallest values of a and b for which this is true are the Fibonacci numbers FN+2 and FN+1, respectively. More precisely, if the Euclidean algorithm requires N steps for the pair a > b, then one has a ≥ FN+2 and b ≥ FN+1. This can be shown by induction. If N = 1, b divides a with no remainder; the smallest natural numbers for which this is true is b = 1 and a = 2, which are F2 and F3, respectively. Now assume that the result holds for all values of N up to M − 1. The first step of the M-step algorithm is a = q0b + r0, and the Euclidean algorithm requires M − 1 steps for the pair b > r0. By induction hypothesis, one has b ≥ FM+1 and r0 ≥ FM. Therefore, a = q0b + r0 ≥ b + r0 ≥ FM+1 + FM = FM+2, which is the desired inequality. This proof, published by Gabriel Lamé in 1844, represents the beginning of computational complexity theory, and also the first practical application of the Fibonacci numbers.
This result suffices to show that the number of steps in Euclid's algorithm can never be more than five times the number of its digits (base 10). For if the algorithm requires N steps, then b is greater than or equal to FN+1 which in turn is greater than or equal to φ, where φ is the golden ratio. Since b ≥ φ, then N − 1 ≤ logφb. Since log10φ > 1/5, (N − 1)/5 < log10φ logφb = log10b. Thus, N ≤ 5 log10b. Thus, the Euclidean algorithm always needs less than O(h) divisions, where h is the number of digits in the smaller number b.
The average number of steps taken by the Euclidean algorithm has been defined in three different ways. The first definition is the average time T(a) required to calculate the GCD of a given number a and a smaller natural number b chosen with equal probability from the integers 0 to a − 1
However, since T(a, b) fluctuates dramatically with the GCD of the two numbers, the averaged function T(a) is likewise "noisy".
To reduce this noise, a second average τ(a) is taken over all numbers coprime with a
There are φ(a) coprime integers less than a, where φ is Euler's totient function. This tau average grows smoothly with a
with the residual error being of order a, where ε is infinitesimal. The constant C in this formula is called Porter's constant and equals
where γ is the Euler–Mascheroni constant and ζ' is the derivative of the Riemann zeta function. The leading coefficient (12/π) ln 2 was determined by two independent methods.
Since the first average can be calculated from the tau average by summing over the divisors d of a
it can be approximated by the formula
where Λ(d) is the Mangoldt function.
A third average Y(n) is defined as the mean number of steps required when both a and b are chosen randomly (with uniform distribution) from 1 to n
Substituting the approximate formula for T(a) into this equation yields an estimate for Y(n)
In each step k of the Euclidean algorithm, the quotient qk and remainder rk are computed for a given pair of integers rk−2 and rk−1
The computational expense per step is associated chiefly with finding qk, since the remainder rk can be calculated quickly from rk−2, rk−1, and qk
The computational expense of dividing h-bit numbers scales as O(h(ℓ+1)), where ℓ is the length of the quotient.
For comparison, Euclid's original subtraction-based algorithm can be much slower. A single integer division is equivalent to the quotient q number of subtractions. If the ratio of a and b is very large, the quotient is large and many subtractions will be required. On the other hand, it has been shown that the quotients are very likely to be small integers. The probability of a given quotient q is approximately ln |u/(u − 1)| where u = (q + 1). For illustration, the probability of a quotient of 1, 2, 3, or 4 is roughly 41.5%, 17.0%, 9.3%, and 5.9%, respectively. Since the operation of subtraction is faster than division, particularly for large numbers, the subtraction-based Euclid's algorithm is competitive with the division-based version. This is exploited in the binary version of Euclid's algorithm.
Combining the estimated number of steps with the estimated computational expense per step shows that the Euclid's algorithm grows quadratically (h) with the average number of digits h in the initial two numbers a and b. Let h0, h1, ..., hN−1 represent the number of digits in the successive remainders r0, r1, ..., rN−1. Since the number of steps N grows linearly with h, the running time is bounded by
Euclid's algorithm is widely used in practice, especially for small numbers, due to its simplicity. For comparison, the efficiency of alternatives to Euclid's algorithm may be determined.
One inefficient approach to finding the GCD of two natural numbers a and b is to calculate all their common divisors; the GCD is then the largest common divisor. The common divisors can be found by dividing both numbers by successive integers from 2 to the smaller number b. The number of steps of this approach grows linearly with b, or exponentially in the number of digits. Another inefficient approach is to find the prime factors of one or both numbers. As noted above, the GCD equals the product of the prime factors shared by the two numbers a and b. Present methods for prime factorization are also inefficient; many modern cryptography systems even rely on that inefficiency.
The binary GCD algorithm is an efficient alternative that substitutes division with faster operations by exploiting the binary representation used by computers. However, this alternative also scales like O(h²). It is generally faster than the Euclidean algorithm on real computers, even though it scales in the same way. Additional efficiency can be gleaned by examining only the leading digits of the two numbers a and b. The binary algorithm can be extended to other bases (k-ary algorithms), with up to fivefold increases in speed. Lehmer's GCD algorithm uses the same general principle as the binary algorithm to speed up GCD computations in arbitrary bases.
A recursive approach for very large integers (with more than 25,000 digits) leads to quasilinear integer GCD algorithms, such as those of Schönhage, and Stehlé and Zimmermann. These algorithms exploit the 2×2 matrix form of the Euclidean algorithm given above. These quasilinear methods generally scale as O(h log h log log h).
Although the Euclidean algorithm is used to find the greatest common divisor of two natural numbers (positive integers), it may be generalized to the real numbers, and to other mathematical objects, such as polynomials, quadratic integers and Hurwitz quaternions. In the latter cases, the Euclidean algorithm is used to demonstrate the crucial property of unique factorization, i.e., that such numbers can be factored uniquely into irreducible elements, the counterparts of prime numbers. Unique factorization is essential to many proofs of number theory.
Euclid's algorithm can be applied to real numbers, as described by Euclid in Book 10 of his Elements. The goal of the algorithm is to identify a real number g such that two given real numbers, a and b, are integer multiples of it: a = mg and b = ng, where m and n are integers. This identification is equivalent to finding an integer relation among the real numbers a and b; that is, it determines integers s and t such that sa + tb = 0. If such an equation is possible, a and b are called commensurable lengths, otherwise they are incommensurable lengths.
The real-number Euclidean algorithm differs from its integer counterpart in two respects. First, the remainders rk are real numbers, although the quotients qk are integers as before. Second, the algorithm is not guaranteed to end in a finite number N of steps. If it does, the fraction a/b is a rational number, i.e., the ratio of two integers
and can be written as a finite continued fraction [q0; q1, q2, ..., qN]. If the algorithm does not stop, the fraction a/b is an irrational number and can be described by an infinite continued fraction [q0; q1, q2, …]. Examples of infinite continued fractions are the golden ratio φ = [1; 1, 1, ...] and the square root of two, √2 = [1; 2, 2, ...]. The algorithm is unlikely to stop, since almost all ratios a/b of two real numbers are irrational.
An infinite continued fraction may be truncated at a step k [q0; q1, q2, ..., qk] to yield an approximation to a/b that improves as k is increased. The approximation is described by convergents mk/nk; the numerator and denominators are coprime and obey the recurrence relation
where m−1 = n−2 = 1 and m−2 = n−1 = 0 are the initial values of the recursion. The convergent mk/nk is the best rational number approximation to a/b with denominator nk:
Polynomials in a single variable x can be added, multiplied and factored into irreducible polynomials, which are the analogs of the prime numbers for integers. The greatest common divisor polynomial g(x) of two polynomials a(x) and b(x) is defined as the product of their shared irreducible polynomials, which can be identified using the Euclidean algorithm. The basic procedure is similar to that for integers. At each step k, a quotient polynomial qk(x) and a remainder polynomial rk(x) are identified to satisfy the recursive equation
where r−2(x) = a(x) and r−1(x) = b(x). Each quotient polynomial is chosen such that each remainder is either zero or has a degree that is smaller than the degree of its predecessor: deg[rk(x)] < deg[rk−1(x)]. Since the degree is a nonnegative integer, and since it decreases with every step, the Euclidean algorithm concludes in a finite number of steps. The last nonzero remainder is the greatest common divisor of the original two polynomials, a(x) and b(x).
For example, consider the following two quartic polynomials, which each factor into two quadratic polynomials
Dividing a(x) by b(x) yields a remainder r0(x) = x + (2/3)x + (5/3)x − (2/3). In the next step, b(x) is divided by r0(x) yielding a remainder r1(x) = x + x + 2. Finally, dividing r0(x) by r1(x) yields a zero remainder, indicating that r1(x) is the greatest common divisor polynomial of a(x) and b(x), consistent with their factorization.
Many of the applications described above for integers carry over to polynomials. The Euclidean algorithm can be used to solve linear Diophantine equations and Chinese remainder problems for polynomials; continued fractions of polynomials can also be defined.
The polynomial Euclidean algorithm has other applications, such as Sturm chains, a method for counting the zeros of a polynomial that lie inside a given real interval. This in turn has applications in several areas, such as the Routh–Hurwitz stability criterion in control theory.
Finally, the coefficients of the polynomials need not be drawn from integers, real numbers or even the complex numbers. For example, the coefficients may be drawn from a general field, such as the finite fields GF(p) described above. The corresponding conclusions about the Euclidean algorithm and its applications hold even for such polynomials.
The Gaussian integers are complex numbers of the form α = u + vi, where u and v are ordinary integers and i is the square root of negative one. By defining an analog of the Euclidean algorithm, Gaussian integers can be shown to be uniquely factorizable, by the argument above. This unique factorization is helpful in many applications, such as deriving all Pythagorean triples or proving Fermat's theorem on sums of two squares. In general, the Euclidean algorithm is convenient in such applications, but not essential; for example, the theorems can often be proven by other arguments.
The Euclidean algorithm developed for two Gaussian integers α and β is nearly the same as that for ordinary integers, but differs in two respects. As before, we set r−2 = α and r−1 = β, and the task at each step k is to identify a quotient qk and a remainder rk such that
where every remainder is strictly smaller than its predecessor: |rk| < |rk−1|. The first difference is that the quotients and remainders are themselves Gaussian integers, and thus are complex numbers. The quotients qk are generally found by rounding the real and complex parts of the exact ratio (such as the complex number α/β) to the nearest integers. The second difference lies in the necessity of defining how one complex remainder can be "smaller" than another. To do this, a norm function f(u + vi) = u + v is defined, which converts every Gaussian integer u + vi into an ordinary integer. After each step k of the Euclidean algorithm, the norm of the remainder f(rk) is smaller than the norm of the preceding remainder, f(rk−1). Since the norm is a nonnegative integer and decreases with every step, the Euclidean algorithm for Gaussian integers ends in a finite number of steps. The final nonzero remainder is gcd(α, β), the Gaussian integer of largest norm that divides both α and β; it is unique up to multiplication by a unit, ±1 or ±i.
Many of the other applications of the Euclidean algorithm carry over to Gaussian integers. For example, it can be used to solve linear Diophantine equations and Chinese remainder problems for Gaussian integers; continued fractions of Gaussian integers can also be defined.
A set of elements under two binary operations, denoted as addition and multiplication, is called a Euclidean domain if it forms a commutative ring R and, roughly speaking, if a generalized Euclidean algorithm can be performed on them. The two operations of such a ring need not be the addition and multiplication of ordinary arithmetic; rather, they can be more general, such as the operations of a mathematical group or monoid. Nevertheless, these general operations should respect many of the laws governing ordinary arithmetic, such as commutativity, associativity and distributivity.
The generalized Euclidean algorithm requires a Euclidean function, i.e., a mapping f from R into the set of nonnegative integers such that, for any two nonzero elements a and b in R, there exist q and r in R such that a = qb + r and f(r) < f(b). Examples of such mappings are the absolute value for integers, the degree for univariate polynomials, and the norm for Gaussian integers above. The basic principle is that each step of the algorithm reduces f inexorably; hence, if f can be reduced only a finite number of times, the algorithm must stop in a finite number of steps. This principle relies on the well-ordering property of the non-negative integers, which asserts that every non-empty set of non-negative integers has a smallest member.
The fundamental theorem of arithmetic applies to any Euclidean domain: Any number from a Euclidean domain can be factored uniquely into irreducible elements. Any Euclidean domain is a unique factorization domain (UFD), although the converse is not true. The Euclidean domains and the UFD's are subclasses of the GCD domains, domains in which a greatest common divisor of two numbers always exists. In other words, a greatest common divisor may exist (for all pairs of elements in a domain), although it may not be possible to find it using a Euclidean algorithm. A Euclidean domain is always a principal ideal domain (PID), an integral domain in which every ideal is a principal ideal. Again, the converse is not true: not every PID is a Euclidean domain.
The unique factorization of Euclidean domains is useful in many applications. For example, the unique factorization of the Gaussian integers is convenient in deriving formulae for all Pythagorean triples and in proving Fermat's theorem on sums of two squares. Unique factorization was also a key element in an attempted proof of Fermat's Last Theorem published in 1847 by Gabriel Lamé, the same mathematician who analyzed the efficiency of Euclid's algorithm, based on a suggestion of Joseph Liouville. Lamé's approach required the unique factorization of numbers of the form x + ωy, where x and y are integers, and ω = e is an nth root of 1, that is, ω = 1. Although this approach succeeds for some values of n (such as n = 3, the Eisenstein integers), in general such numbers do not factor uniquely. This failure of unique factorization in some cyclotomic fields led Ernst Kummer to the concept of ideal numbers and, later, Richard Dedekind to ideals.
The quadratic integer rings are helpful to illustrate Euclidean domains. Quadratic integers are generalizations of the Gaussian integers in which the imaginary unit i is replaced by a number ω. Thus, they have the form u + vω, where u and v are integers and ω has one of two forms, depending on a parameter D. If D does not equal a multiple of four plus one, then
If, however, D does equal a multiple of four plus one, then
If the function f corresponds to a norm function, such as that used to order the Gaussian integers above, then the domain is known as norm-Euclidean. The norm-Euclidean rings of quadratic integers are exactly those where D is one of the values −11, −7, −3, −2, −1, 2, 3, 5, 6, 7, 11, 13, 17, 19, 21, 29, 33, 37, 41, 57, or 73. The cases D = −1 and D = −3 yield the Gaussian integers and Eisenstein integers, respectively.
If f is allowed to be any Euclidean function, then the list of possible values of D for which the domain is Euclidean is not yet known. The first example of a Euclidean domain that was not norm-Euclidean (with D = 69) was published in 1994. In 1973, Weinberger proved that a quadratic integer ring with D > 0 is Euclidean if, and only if, it is a principal ideal domain, provided that the generalized Riemann hypothesis holds.
The Euclidean algorithm may be applied to some noncommutative rings such as the set of Hurwitz quaternions. Let α and β represent two elements from such a ring. They have a common right divisor δ if α = ξδ and β = ηδ for some choice of ξ and η in the ring. Similarly, they have a common left divisor if α = dξ and β = dη for some choice of ξ and η in the ring. Since multiplication is not commutative, there are two versions of the Euclidean algorithm, one for right divisors and one for left divisors. Choosing the right divisors, the first step in finding the gcd(α, β) by the Euclidean algorithm can be written
where ψ0 represents the quotient and ρ0 the remainder. This equation shows that any common right divisor of α and β is likewise a common divisor of the remainder ρ0. The analogous equation for the left divisors would be
With either choice, the process is repeated as above until the greatest common right or left divisor is identified. As in the Euclidean domain, the "size" of the remainder ρ0 (formally, its norm) must be strictly smaller than β, and there must be only a finite number of possible sizes for ρ0, so that the algorithm is guaranteed to terminate.
Most of the results for the GCD carry over to noncommutative numbers. For example, Bézout's identity states that the right gcd(α, β) can be expressed as a linear combination of α and β. In other words, there are numbers σ and τ such that
The analogous identity for the left GCD is nearly the same:
Bézout's identity can be used to solve Diophantine equations. For instance, one of the standard proofs of Lagrange's four-square theorem, that every positive integer can be represented as a sum of four squares, is based on quaternion GCDs in this way. | [
{
"paragraph_id": 0,
"text": "In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers (numbers), the largest number that divides them both without a remainder. It is named after the ancient Greek mathematician Euclid, who first described it in his Elements (c. 300 BC). It is an example of an algorithm, a step-by-step procedure for performing a calculation according to well-defined rules, and is one of the oldest algorithms in common use. It can be used to reduce fractions to their simplest form, and is a part of many other number-theoretic and cryptographic calculations.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The Euclidean algorithm is based on the principle that the greatest common divisor of two numbers does not change if the larger number is replaced by its difference with the smaller number. For example, 21 is the GCD of 252 and 105 (as 252 = 21 × 12 and 105 = 21 × 5), and the same number 21 is also the GCD of 105 and 252 − 105 = 147. Since this replacement reduces the larger of the two numbers, repeating this process gives successively smaller pairs of numbers until the two numbers become equal. When that occurs, they are the GCD of the original two numbers. By reversing the steps or using the extended Euclidean algorithm, the GCD can be expressed as a linear combination of the two original numbers, that is the sum of the two numbers, each multiplied by an integer (for example, 21 = 5 × 105 + (−2) × 252). The fact that the GCD can always be expressed in this way is known as Bézout's identity.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The version of the Euclidean algorithm described above (and by Euclid) can take many subtraction steps to find the GCD when one of the given numbers is much bigger than the other. A more efficient version of the algorithm shortcuts these steps, instead replacing the larger of the two numbers by its remainder when divided by the smaller of the two (with this version, the algorithm stops when reaching a zero remainder). With this improvement, the algorithm never requires more steps than five times the number of digits (base 10) of the smaller integer. This was proven by Gabriel Lamé in 1844 (Lamé's Theorem), and marks the beginning of computational complexity theory. Additional methods for improving the algorithm's efficiency were developed in the 20th century.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The Euclidean algorithm has many theoretical and practical applications. It is used for reducing fractions to their simplest form and for performing division in modular arithmetic. Computations using this algorithm form part of the cryptographic protocols that are used to secure internet communications, and in methods for breaking these cryptosystems by factoring large composite numbers. The Euclidean algorithm may be used to solve Diophantine equations, such as finding numbers that satisfy multiple congruences according to the Chinese remainder theorem, to construct continued fractions, and to find accurate rational approximations to real numbers. Finally, it can be used as a basic tool for proving theorems in number theory such as Lagrange's four-square theorem and the uniqueness of prime factorizations.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The original algorithm was described only for natural numbers and geometric lengths (real numbers), but the algorithm was generalized in the 19th century to other types of numbers, such as Gaussian integers and polynomials of one variable. This led to modern abstract algebraic notions such as Euclidean domains.",
"title": ""
},
{
"paragraph_id": 5,
"text": "The Euclidean algorithm calculates the greatest common divisor (GCD) of two natural numbers a and b. The greatest common divisor g is the largest natural number that divides both a and b without leaving a remainder. Synonyms for GCD include greatest common factor (GCF), highest common factor (HCF), highest common divisor (HCD), and greatest common measure (GCM). The greatest common divisor is often written as gcd(a, b) or, more simply, as (a, b), although the latter notation is ambiguous, also used for concepts such as an ideal in the ring of integers, which is closely related to GCD.",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 6,
"text": "If gcd(a, b) = 1, then a and b are said to be coprime (or relatively prime). This property does not imply that a or b are themselves prime numbers. For example, 6 and 35 factor as 6 = 2 × 3 and 35 = 5 × 7, so they are not prime, but their prime factors are different, so 6 and 35 are coprime, with no common factors other than 1.",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 7,
"text": "Let g = gcd(a, b). Since a and b are both multiples of g, they can be written a = mg and b = ng, and there is no larger number G > g for which this is true. The natural numbers m and n must be coprime, since any common factor could be factored out of m and n to make g greater. Thus, any other number c that divides both a and b must also divide g. The greatest common divisor g of a and b is the unique (positive) common divisor of a and b that is divisible by any other common divisor c.",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 8,
"text": "The greatest common divisor can be visualized as follows. Consider a rectangular area a by b, and any common divisor c that divides both a and b exactly. The sides of the rectangle can be divided into segments of length c, which divides the rectangle into a grid of squares of side length c. The GCD g is the largest value of c for which this is possible. For illustration, a 24×60 rectangular area can be divided into a grid of: 1×1 squares, 2×2 squares, 3×3 squares, 4×4 squares, 6×6 squares or 12×12 squares. Therefore, 12 is the GCD of 24 and 60. A 24×60 rectangular area can be divided into a grid of 12×12 squares, with two squares along one edge (24/12 = 2) and five squares along the other (60/12 = 5).",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 9,
"text": "The greatest common divisor of two numbers a and b is the product of the prime factors shared by the two numbers, where each prime factor can be repeated as many times as it divides both a and b. For example, since 1386 can be factored into 2 × 3 × 3 × 7 × 11, and 3213 can be factored into 3 × 3 × 3 × 7 × 17, the GCD of 1386 and 3213 equals 63 = 3 × 3 × 7, the product of their shared prime factors (with 3 repeated since 3 × 3 divides both). If two numbers have no common prime factors, their GCD is 1 (obtained here as an instance of the empty product); in other words, they are coprime. A key advantage of the Euclidean algorithm is that it can find the GCD efficiently without having to compute the prime factors. Factorization of large integers is believed to be a computationally very difficult problem, and the security of many widely used cryptographic protocols is based upon its infeasibility.",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 10,
"text": "Another definition of the GCD is helpful in advanced mathematics, particularly ring theory. The greatest common divisor g of two nonzero numbers a and b is also their smallest positive integral linear combination, that is, the smallest positive number of the form ua + vb where u and v are integers. The set of all integral linear combinations of a and b is actually the same as the set of all multiples of g (mg, where m is an integer). In modern mathematical language, the ideal generated by a and b is the ideal generated by g alone (an ideal generated by a single element is called a principal ideal, and all ideals of the integers are principal ideals). Some properties of the GCD are in fact easier to see with this description, for instance the fact that any common divisor of a and b also divides the GCD (it divides both terms of ua + vb). The equivalence of this GCD definition with the other definitions is described below.",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 11,
"text": "The GCD of three or more numbers equals the product of the prime factors common to all the numbers, but it can also be calculated by repeatedly taking the GCDs of pairs of numbers. For example,",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 12,
"text": "Thus, Euclid's algorithm, which computes the GCD of two integers, suffices to calculate the GCD of arbitrarily many integers.",
"title": "Background: greatest common divisor"
},
{
"paragraph_id": 13,
"text": "The Euclidean algorithm can be thought of as constructing a sequence of non-negative integers that begins with the two given integers r − 2 = a {\\displaystyle r_{-2}=a} and r − 1 = b {\\displaystyle r_{-1}=b} and will eventually terminate with the integer zero: { r − 2 = a , r − 1 = b , r 0 , r 1 , ⋯ , r n − 1 , r n = 0 } {\\displaystyle \\{r_{-2}=a,\\ r_{-1}=b,\\ r_{0},\\ r_{1},\\ \\cdots ,\\ r_{n-1},\\ r_{n}=0\\}} with r k + 1 < r k {\\displaystyle r_{k+1}<r_{k}} . The integer r n − 1 {\\displaystyle r_{n-1}} will then be the GCD and we can state gcd ( a , b ) = r n − 1 {\\displaystyle {\\text{gcd}}(a,b)=r_{n-1}} . The algorithm indicates how to construct the intermediate remainders r k {\\displaystyle r_{k}} via division-with-remainder on the preceding pair ( r k − 2 , r k − 1 ) {\\displaystyle (r_{k-2},\\ r_{k-1})} by finding an integer quotient q k {\\displaystyle q_{k}} so that:",
"title": "Description"
},
{
"paragraph_id": 14,
"text": "Because the sequence of non-negative integers { r k } {\\displaystyle \\{r_{k}\\}} is strictly decreasing, it eventually must terminate. In other words, since r k ≥ 0 {\\displaystyle r_{k}\\geq 0} for every k {\\displaystyle k} , and each r k {\\displaystyle r_{k}} is an integer that is strictly smaller than the preceding r k − 1 {\\displaystyle r_{k-1}} , there eventually cannot be a non-negative integer smaller than zero, and hence the algorithm must terminate. In fact, the algorithm will always terminate at the n-th step with r n {\\displaystyle r_{n}} equal to zero.",
"title": "Description"
},
{
"paragraph_id": 15,
"text": "To illustrate, suppose the GCD of 1071 and 462 is requested. The sequence is initially { r − 2 = 1071 , r − 1 = 462 } {\\displaystyle \\{r_{-2}=1071,\\ r_{-1}=462\\}} and in order to find r 0 {\\displaystyle r_{0}} , we need to find integers q 0 {\\displaystyle q_{0}} and r 0 < r − 1 {\\displaystyle r_{0}<r_{-1}} such that:",
"title": "Description"
},
{
"paragraph_id": 16,
"text": "This is the quotient q 0 = 2 {\\displaystyle q_{0}=2} since 1071 = 2 ⋅ 462 + 147 {\\displaystyle 1071=2\\cdot 462+147} . This determines r 0 = 147 {\\displaystyle r_{0}=147} and so the sequence is now { 1071 , 462 , r 0 = 147 } {\\displaystyle \\{1071,\\ 462,\\ r_{0}=147\\}} . The next step is to continue the sequence to find r 1 {\\displaystyle r_{1}} by finding integers q 1 {\\displaystyle q_{1}} and r 1 < r 0 {\\displaystyle r_{1}<r_{0}} such that:",
"title": "Description"
},
{
"paragraph_id": 17,
"text": "This is the quotient q 1 = 3 {\\displaystyle q_{1}=3} since 462 = 3 ⋅ 147 + 21 {\\displaystyle 462=3\\cdot 147+21} . This determines r 1 = 21 {\\displaystyle r_{1}=21} and so the sequence is now { 1071 , 462 , 147 , r 1 = 21 } {\\displaystyle \\{1071,\\ 462,\\ 147,\\ r_{1}=21\\}} . The next step is to continue the sequence to find r 2 {\\displaystyle r_{2}} by finding integers q 2 {\\displaystyle q_{2}} and r 2 < r 1 {\\displaystyle r_{2}<r_{1}} such that:",
"title": "Description"
},
{
"paragraph_id": 18,
"text": "This is the quotient q 2 = 7 {\\displaystyle q_{2}=7} since 147 = 7 ⋅ 21 + 0 {\\displaystyle 147=7\\cdot 21+0} . This determines r 2 = 0 {\\displaystyle r_{2}=0} and so the sequence is completed as { 1071 , 462 , 147 , 21 , r 2 = 0 } {\\displaystyle \\{1071,\\ 462,\\ 147,\\ 21,\\ r_{2}=0\\}} as no further non-negative integer smaller than 0 {\\displaystyle 0} can be found. The penultimate remainder 21 {\\displaystyle 21} is therefore the requested GCD:",
"title": "Description"
},
{
"paragraph_id": 19,
"text": "We can generalise slightly by dropping any ordering requirement on the initial two values a {\\displaystyle a} and b {\\displaystyle b} . If a = b {\\displaystyle a=b} , the algorithm may continue and trivially find that gcd ( a , a ) = a {\\displaystyle {\\text{gcd}}(a,\\ a)=a} as the sequence of remainders will be { a , a , 0 } {\\displaystyle \\{a,\\ a,\\ 0\\}} . If a < b {\\displaystyle a<b} , then we can also continue since a ≡ 0 ⋅ b + a {\\displaystyle a\\equiv 0\\cdot b+a} , suggesting the next remainder should be a {\\displaystyle a} itself, and the sequence is { a , b , a , ⋯ } {\\displaystyle \\{a,\\ b,\\ a,\\ \\cdots \\}} . Normally, this would be invalid because it breaks the requirement r 0 < r − 1 {\\displaystyle r_{0}<r_{-1}} but now we have a < b {\\displaystyle a<b} by construction, so the requirement is automatically satisfied and the Euclidean algorithm can continue as normal. Therefore, dropping any ordering between the first two integers does not affect the conclusion that the sequence must eventually terminate because the next remainder will always satisfy r 0 < b {\\displaystyle r_{0}<b} and everything continues as above. The only modifications that need to be made are that r k < r k − 1 {\\displaystyle r_{k}<r_{k-1}} only for k ≥ 0 {\\displaystyle k\\geq 0} , and that the sub-sequence of non-negative integers { r k − 1 } {\\displaystyle \\{r_{k-1}\\}} for k ≥ 0 {\\displaystyle k\\geq 0} is strictly decreasing, therefore excluding a = r − 2 {\\displaystyle a=r_{-2}} from both statements.",
"title": "Description"
},
{
"paragraph_id": 20,
"text": "The validity of the Euclidean algorithm can be proven by a two-step argument. In the first step, the final nonzero remainder rN−1 is shown to divide both a and b. Since it is a common divisor, it must be less than or equal to the greatest common divisor g. In the second step, it is shown that any common divisor of a and b, including g, must divide rN−1; therefore, g must be less than or equal to rN−1. These two opposite inequalities imply rN−1 = g.",
"title": "Description"
},
{
"paragraph_id": 21,
"text": "To demonstrate that rN−1 divides both a and b (the first step), rN−1 divides its predecessor rN−2",
"title": "Description"
},
{
"paragraph_id": 22,
"text": "since the final remainder rN is zero. rN−1 also divides its next predecessor rN−3",
"title": "Description"
},
{
"paragraph_id": 23,
"text": "because it divides both terms on the right-hand side of the equation. Iterating the same argument, rN−1 divides all the preceding remainders, including a and b. None of the preceding remainders rN−2, rN−3, etc. divide a and b, since they leave a remainder. Since rN−1 is a common divisor of a and b, rN−1 ≤ g.",
"title": "Description"
},
{
"paragraph_id": 24,
"text": "In the second step, any natural number c that divides both a and b (in other words, any common divisor of a and b) divides the remainders rk. By definition, a and b can be written as multiples of c : a = mc and b = nc, where m and n are natural numbers. Therefore, c divides the initial remainder r0, since r0 = a − q0b = mc − q0nc = (m − q0n)c. An analogous argument shows that c also divides the subsequent remainders r1, r2, etc. Therefore, the greatest common divisor g must divide rN−1, which implies that g ≤ rN−1. Since the first part of the argument showed the reverse (rN−1 ≤ g), it follows that g = rN−1. Thus, g is the greatest common divisor of all the succeeding pairs:",
"title": "Description"
},
{
"paragraph_id": 25,
"text": "For illustration, the Euclidean algorithm can be used to find the greatest common divisor of a = 1071 and b = 462. To begin, multiples of 462 are subtracted from 1071 until the remainder is less than 462. Two such multiples can be subtracted (q0 = 2), leaving a remainder of 147:",
"title": "Description"
},
{
"paragraph_id": 26,
"text": "Then multiples of 147 are subtracted from 462 until the remainder is less than 147. Three multiples can be subtracted (q1 = 3), leaving a remainder of 21:",
"title": "Description"
},
{
"paragraph_id": 27,
"text": "Then multiples of 21 are subtracted from 147 until the remainder is less than 21. Seven multiples can be subtracted (q2 = 7), leaving no remainder:",
"title": "Description"
},
{
"paragraph_id": 28,
"text": "Since the last remainder is zero, the algorithm ends with 21 as the greatest common divisor of 1071 and 462. This agrees with the gcd(1071, 462) found by prime factorization above. In tabular form, the steps are:",
"title": "Description"
},
{
"paragraph_id": 29,
"text": "The Euclidean algorithm can be visualized in terms of the tiling analogy given above for the greatest common divisor. Assume that we wish to cover an a×b rectangle with square tiles exactly, where a is the larger of the two numbers. We first attempt to tile the rectangle using b×b square tiles; however, this leaves an r0×b residual rectangle untiled, where r0 < b. We then attempt to tile the residual rectangle with r0×r0 square tiles. This leaves a second residual rectangle r1×r0, which we attempt to tile using r1×r1 square tiles, and so on. The sequence ends when there is no residual rectangle, i.e., when the square tiles cover the previous residual rectangle exactly. The length of the sides of the smallest square tile is the GCD of the dimensions of the original rectangle. For example, the smallest square tile in the adjacent figure is 21×21 (shown in red), and 21 is the GCD of 1071 and 462, the dimensions of the original rectangle (shown in green).",
"title": "Description"
},
{
"paragraph_id": 30,
"text": "At every step k, the Euclidean algorithm computes a quotient qk and remainder rk from two numbers rk−1 and rk−2",
"title": "Description"
},
{
"paragraph_id": 31,
"text": "where the rk is non-negative and is strictly less than the absolute value of rk−1. The theorem which underlies the definition of the Euclidean division ensures that such a quotient and remainder always exist and are unique.",
"title": "Description"
},
{
"paragraph_id": 32,
"text": "In Euclid's original version of the algorithm, the quotient and remainder are found by repeated subtraction; that is, rk−1 is subtracted from rk−2 repeatedly until the remainder rk is smaller than rk−1. After that rk and rk−1 are exchanged and the process is iterated. Euclidean division reduces all the steps between two exchanges into a single step, which is thus more efficient. Moreover, the quotients are not needed, thus one may replace Euclidean division by the modulo operation, which gives only the remainder. Thus the iteration of the Euclidean algorithm becomes simply",
"title": "Description"
},
{
"paragraph_id": 33,
"text": "Implementations of the algorithm may be expressed in pseudocode. For example, the division-based version may be programmed as",
"title": "Description"
},
{
"paragraph_id": 34,
"text": "At the beginning of the kth iteration, the variable b holds the latest remainder rk−1, whereas the variable a holds its predecessor, rk−2. The step b := a mod b is equivalent to the above recursion formula rk ≡ rk−2 mod rk−1. The temporary variable t holds the value of rk−1 while the next remainder rk is being calculated. At the end of the loop iteration, the variable b holds the remainder rk, whereas the variable a holds its predecessor, rk−1.",
"title": "Description"
},
{
"paragraph_id": 35,
"text": "(If negative inputs are allowed, or if the mod function may return negative values, the last line must be changed into return abs(a).)",
"title": "Description"
},
{
"paragraph_id": 36,
"text": "In the subtraction-based version, which was Euclid's original version, the remainder calculation (b := a mod b) is replaced by repeated subtraction. Contrary to the division-based version, which works with arbitrary integers as input, the subtraction-based version supposes that the input consists of positive integers and stops when a = b:",
"title": "Description"
},
{
"paragraph_id": 37,
"text": "The variables a and b alternate holding the previous remainders rk−1 and rk−2. Assume that a is larger than b at the beginning of an iteration; then a equals rk−2, since rk−2 > rk−1. During the loop iteration, a is reduced by multiples of the previous remainder b until a is smaller than b. Then a is the next remainder rk. Then b is reduced by multiples of a until it is again smaller than a, giving the next remainder rk+1, and so on.",
"title": "Description"
},
{
"paragraph_id": 38,
"text": "The recursive version is based on the equality of the GCDs of successive remainders and the stopping condition gcd(rN−1, 0) = rN−1.",
"title": "Description"
},
{
"paragraph_id": 39,
"text": "(As above, if negative inputs are allowed, or if the mod function may return negative values, the instruction \"return a\" must be changed into \"return max(a, −a)\".)",
"title": "Description"
},
{
"paragraph_id": 40,
"text": "For illustration, the gcd(1071, 462) is calculated from the equivalent gcd(462, 1071 mod 462) = gcd(462, 147). The latter GCD is calculated from the gcd(147, 462 mod 147) = gcd(147, 21), which in turn is calculated from the gcd(21, 147 mod 21) = gcd(21, 0) = 21.",
"title": "Description"
},
{
"paragraph_id": 41,
"text": "In another version of Euclid's algorithm, the quotient at each step is increased by one if the resulting negative remainder is smaller in magnitude than the typical positive remainder. Previously, the equation",
"title": "Description"
},
{
"paragraph_id": 42,
"text": "assumed that |rk−1| > rk > 0. However, an alternative negative remainder ek can be computed:",
"title": "Description"
},
{
"paragraph_id": 43,
"text": "if rk−1 > 0 or",
"title": "Description"
},
{
"paragraph_id": 44,
"text": "if rk−1 < 0.",
"title": "Description"
},
{
"paragraph_id": 45,
"text": "If rk is replaced by ek. when |ek| < |rk|, then one gets a variant of Euclidean algorithm such that",
"title": "Description"
},
{
"paragraph_id": 46,
"text": "at each step.",
"title": "Description"
},
{
"paragraph_id": 47,
"text": "Leopold Kronecker has shown that this version requires the fewest steps of any version of Euclid's algorithm. More generally, it has been proven that, for every input numbers a and b, the number of steps is minimal if and only if qk is chosen in order that | r k + 1 r k | < 1 φ ∼ 0.618 , {\\displaystyle \\left|{\\frac {r_{k+1}}{r_{k}}}\\right|<{\\frac {1}{\\varphi }}\\sim 0.618,} where φ {\\displaystyle \\varphi } is the golden ratio.",
"title": "Description"
},
{
"paragraph_id": 48,
"text": "The Euclidean algorithm is one of the oldest algorithms in common use. It appears in Euclid's Elements (c. 300 BC), specifically in Book 7 (Propositions 1–2) and Book 10 (Propositions 2–3). In Book 7, the algorithm is formulated for integers, whereas in Book 10, it is formulated for lengths of line segments. (In modern usage, one would say it was formulated there for real numbers. But lengths, areas, and volumes, represented as real numbers in modern usage, are not measured in the same units and there is no natural unit of length, area, or volume; the concept of real numbers was unknown at that time.) The latter algorithm is geometrical. The GCD of two lengths a and b corresponds to the greatest length g that measures a and b evenly; in other words, the lengths a and b are both integer multiples of the length g.",
"title": "Historical development"
},
{
"paragraph_id": 49,
"text": "The algorithm was probably not discovered by Euclid, who compiled results from earlier mathematicians in his Elements. The mathematician and historian B. L. van der Waerden suggests that Book VII derives from a textbook on number theory written by mathematicians in the school of Pythagoras. The algorithm was probably known by Eudoxus of Cnidus (about 375 BC). The algorithm may even pre-date Eudoxus, judging from the use of the technical term ἀνθυφαίρεσις (anthyphairesis, reciprocal subtraction) in works by Euclid and Aristotle.",
"title": "Historical development"
},
{
"paragraph_id": 50,
"text": "Centuries later, Euclid's algorithm was discovered independently both in India and in China, primarily to solve Diophantine equations that arose in astronomy and making accurate calendars. In the late 5th century, the Indian mathematician and astronomer Aryabhata described the algorithm as the \"pulverizer\", perhaps because of its effectiveness in solving Diophantine equations. Although a special case of the Chinese remainder theorem had already been described in the Chinese book Sunzi Suanjing, the general solution was published by Qin Jiushao in his 1247 book Shushu Jiuzhang (數書九章 Mathematical Treatise in Nine Sections). The Euclidean algorithm was first described numerically and popularized in Europe in the second edition of Bachet's Problèmes plaisants et délectables (Pleasant and enjoyable problems, 1624). In Europe, it was likewise used to solve Diophantine equations and in developing continued fractions. The extended Euclidean algorithm was published by the English mathematician Nicholas Saunderson, who attributed it to Roger Cotes as a method for computing continued fractions efficiently.",
"title": "Historical development"
},
{
"paragraph_id": 51,
"text": "In the 19th century, the Euclidean algorithm led to the development of new number systems, such as Gaussian integers and Eisenstein integers. In 1815, Carl Gauss used the Euclidean algorithm to demonstrate unique factorization of Gaussian integers, although his work was first published in 1832. Gauss mentioned the algorithm in his Disquisitiones Arithmeticae (published 1801), but only as a method for continued fractions. Peter Gustav Lejeune Dirichlet seems to have been the first to describe the Euclidean algorithm as the basis for much of number theory. Lejeune Dirichlet noted that many results of number theory, such as unique factorization, would hold true for any other system of numbers to which the Euclidean algorithm could be applied. Lejeune Dirichlet's lectures on number theory were edited and extended by Richard Dedekind, who used Euclid's algorithm to study algebraic integers, a new general type of number. For example, Dedekind was the first to prove Fermat's two-square theorem using the unique factorization of Gaussian integers. Dedekind also defined the concept of a Euclidean domain, a number system in which a generalized version of the Euclidean algorithm can be defined (as described below). In the closing decades of the 19th century, the Euclidean algorithm gradually became eclipsed by Dedekind's more general theory of ideals.",
"title": "Historical development"
},
{
"paragraph_id": 52,
"text": "Other applications of Euclid's algorithm were developed in the 19th century. In 1829, Charles Sturm showed that the algorithm was useful in the Sturm chain method for counting the real roots of polynomials in any given interval.",
"title": "Historical development"
},
{
"paragraph_id": 53,
"text": "The Euclidean algorithm was the first integer relation algorithm, which is a method for finding integer relations between commensurate real numbers. Several novel integer relation algorithms have been developed, such as the algorithm of Helaman Ferguson and R.W. Forcade (1979) and the LLL algorithm.",
"title": "Historical development"
},
{
"paragraph_id": 54,
"text": "In 1969, Cole and Davie developed a two-player game based on the Euclidean algorithm, called The Game of Euclid, which has an optimal strategy. The players begin with two piles of a and b stones. The players take turns removing m multiples of the smaller pile from the larger. Thus, if the two piles consist of x and y stones, where x is larger than y, the next player can reduce the larger pile from x stones to x − my stones, as long as the latter is a nonnegative integer. The winner is the first player to reduce one pile to zero stones.",
"title": "Historical development"
},
{
"paragraph_id": 55,
"text": "Bézout's identity states that the greatest common divisor g of two integers a and b can be represented as a linear sum of the original two numbers a and b. In other words, it is always possible to find integers s and t such that g = sa + tb.",
"title": "Mathematical applications"
},
{
"paragraph_id": 56,
"text": "The integers s and t can be calculated from the quotients q0, q1, etc. by reversing the order of equations in Euclid's algorithm. Beginning with the next-to-last equation, g can be expressed in terms of the quotient qN−1 and the two preceding remainders, rN−2 and rN−3:",
"title": "Mathematical applications"
},
{
"paragraph_id": 57,
"text": "Those two remainders can be likewise expressed in terms of their quotients and preceding remainders,",
"title": "Mathematical applications"
},
{
"paragraph_id": 58,
"text": "Substituting these formulae for rN−2 and rN−3 into the first equation yields g as a linear sum of the remainders rN−4 and rN−5. The process of substituting remainders by formulae involving their predecessors can be continued until the original numbers a and b are reached:",
"title": "Mathematical applications"
},
{
"paragraph_id": 59,
"text": "After all the remainders r0, r1, etc. have been substituted, the final equation expresses g as a linear sum of a and b, so that g = sa + tb.",
"title": "Mathematical applications"
},
{
"paragraph_id": 60,
"text": "The Euclidean algorithm, and thus Bezout's identity, can be generalized to the context of Euclidean domains.",
"title": "Mathematical applications"
},
{
"paragraph_id": 61,
"text": "Bézout's identity provides yet another definition of the greatest common divisor g of two numbers a and b. Consider the set of all numbers ua + vb, where u and v are any two integers. Since a and b are both divisible by g, every number in the set is divisible by g. In other words, every number of the set is an integer multiple of g. This is true for every common divisor of a and b. However, unlike other common divisors, the greatest common divisor is a member of the set; by Bézout's identity, choosing u = s and v = t gives g. A smaller common divisor cannot be a member of the set, since every member of the set must be divisible by g. Conversely, any multiple m of g can be obtained by choosing u = ms and v = mt, where s and t are the integers of Bézout's identity. This may be seen by multiplying Bézout's identity by m,",
"title": "Mathematical applications"
},
{
"paragraph_id": 62,
"text": "Therefore, the set of all numbers ua + vb is equivalent to the set of multiples m of g. In other words, the set of all possible sums of integer multiples of two numbers (a and b) is equivalent to the set of multiples of gcd(a, b). The GCD is said to be the generator of the ideal of a and b. This GCD definition led to the modern abstract algebraic concepts of a principal ideal (an ideal generated by a single element) and a principal ideal domain (a domain in which every ideal is a principal ideal).",
"title": "Mathematical applications"
},
{
"paragraph_id": 63,
"text": "Certain problems can be solved using this result. For example, consider two measuring cups of volume a and b. By adding/subtracting u multiples of the first cup and v multiples of the second cup, any volume ua + vb can be measured out. These volumes are all multiples of g = gcd(a, b).",
"title": "Mathematical applications"
},
{
"paragraph_id": 64,
"text": "The integers s and t of Bézout's identity can be computed efficiently using the extended Euclidean algorithm. This extension adds two recursive equations to Euclid's algorithm",
"title": "Mathematical applications"
},
{
"paragraph_id": 65,
"text": "with the starting values",
"title": "Mathematical applications"
},
{
"paragraph_id": 66,
"text": "Using this recursion, Bézout's integers s and t are given by s = sN and t = tN, where N+1 is the step on which the algorithm terminates with rN+1 = 0.",
"title": "Mathematical applications"
},
{
"paragraph_id": 67,
"text": "The validity of this approach can be shown by induction. Assume that the recursion formula is correct up to step k − 1 of the algorithm; in other words, assume that",
"title": "Mathematical applications"
},
{
"paragraph_id": 68,
"text": "for all j less than k. The kth step of the algorithm gives the equation",
"title": "Mathematical applications"
},
{
"paragraph_id": 69,
"text": "Since the recursion formula has been assumed to be correct for rk−2 and rk−1, they may be expressed in terms of the corresponding s and t variables",
"title": "Mathematical applications"
},
{
"paragraph_id": 70,
"text": "Rearranging this equation yields the recursion formula for step k, as required",
"title": "Mathematical applications"
},
{
"paragraph_id": 71,
"text": "The integers s and t can also be found using an equivalent matrix method. The sequence of equations of Euclid's algorithm",
"title": "Mathematical applications"
},
{
"paragraph_id": 72,
"text": "can be written as a product of 2×2 quotient matrices multiplying a two-dimensional remainder vector",
"title": "Mathematical applications"
},
{
"paragraph_id": 73,
"text": "Let M represent the product of all the quotient matrices",
"title": "Mathematical applications"
},
{
"paragraph_id": 74,
"text": "This simplifies the Euclidean algorithm to the form",
"title": "Mathematical applications"
},
{
"paragraph_id": 75,
"text": "To express g as a linear sum of a and b, both sides of this equation can be multiplied by the inverse of the matrix M. The determinant of M equals (−1), since it equals the product of the determinants of the quotient matrices, each of which is negative one. Since the determinant of M is never zero, the vector of the final remainders can be solved using the inverse of M",
"title": "Mathematical applications"
},
{
"paragraph_id": 76,
"text": "Since the top equation gives",
"title": "Mathematical applications"
},
{
"paragraph_id": 77,
"text": "the two integers of Bézout's identity are s = (−1)m22 and t = (−1)m12. The matrix method is as efficient as the equivalent recursion, with two multiplications and two additions per step of the Euclidean algorithm.",
"title": "Mathematical applications"
},
{
"paragraph_id": 78,
"text": "Bézout's identity is essential to many applications of Euclid's algorithm, such as demonstrating the unique factorization of numbers into prime factors. To illustrate this, suppose that a number L can be written as a product of two factors u and v, that is, L = uv. If another number w also divides L but is coprime with u, then w must divide v, by the following argument: If the greatest common divisor of u and w is 1, then integers s and t can be found such that",
"title": "Mathematical applications"
},
{
"paragraph_id": 79,
"text": "by Bézout's identity. Multiplying both sides by v gives the relation:",
"title": "Mathematical applications"
},
{
"paragraph_id": 80,
"text": "Since w divides both terms on the right-hand side, it must also divide the left-hand side, v. This result is known as Euclid's lemma. Specifically, if a prime number divides L, then it must divide at least one factor of L. Conversely, if a number w is coprime to each of a series of numbers a1, a2, ..., an, then w is also coprime to their product, a1 × a2 × ... × an.",
"title": "Mathematical applications"
},
{
"paragraph_id": 81,
"text": "Euclid's lemma suffices to prove that every number has a unique factorization into prime numbers. To see this, assume the contrary, that there are two independent factorizations of L into m and n prime factors, respectively",
"title": "Mathematical applications"
},
{
"paragraph_id": 82,
"text": "Since each prime p divides L by assumption, it must also divide one of the q factors; since each q is prime as well, it must be that p = q. Iteratively dividing by the p factors shows that each p has an equal counterpart q; the two prime factorizations are identical except for their order. The unique factorization of numbers into primes has many applications in mathematical proofs, as shown below.",
"title": "Mathematical applications"
},
{
"paragraph_id": 83,
"text": "Diophantine equations are equations in which the solutions are restricted to integers; they are named after the 3rd-century Alexandrian mathematician Diophantus. A typical linear Diophantine equation seeks integers x and y such that",
"title": "Mathematical applications"
},
{
"paragraph_id": 84,
"text": "where a, b and c are given integers. This can be written as an equation for x in modular arithmetic:",
"title": "Mathematical applications"
},
{
"paragraph_id": 85,
"text": "Let g be the greatest common divisor of a and b. Both terms in ax + by are divisible by g; therefore, c must also be divisible by g, or the equation has no solutions. By dividing both sides by c/g, the equation can be reduced to Bezout's identity",
"title": "Mathematical applications"
},
{
"paragraph_id": 86,
"text": "where s and t can be found by the extended Euclidean algorithm. This provides one solution to the Diophantine equation, x1 = s (c/g) and y1 = t (c/g).",
"title": "Mathematical applications"
},
{
"paragraph_id": 87,
"text": "In general, a linear Diophantine equation has no solutions, or an infinite number of solutions. To find the latter, consider two solutions, (x1, y1) and (x2, y2), where",
"title": "Mathematical applications"
},
{
"paragraph_id": 88,
"text": "or equivalently",
"title": "Mathematical applications"
},
{
"paragraph_id": 89,
"text": "Therefore, the smallest difference between two x solutions is b/g, whereas the smallest difference between two y solutions is a/g. Thus, the solutions may be expressed as",
"title": "Mathematical applications"
},
{
"paragraph_id": 90,
"text": "By allowing u to vary over all possible integers, an infinite family of solutions can be generated from a single solution (x1, y1). If the solutions are required to be positive integers (x > 0, y > 0), only a finite number of solutions may be possible. This restriction on the acceptable solutions allows some systems of Diophantine equations with more unknowns than equations to have a finite number of solutions; this is impossible for a system of linear equations when the solutions can be any real number (see Underdetermined system).",
"title": "Mathematical applications"
},
{
"paragraph_id": 91,
"text": "A finite field is a set of numbers with four generalized operations. The operations are called addition, subtraction, multiplication and division and have their usual properties, such as commutativity, associativity and distributivity. An example of a finite field is the set of 13 numbers {0, 1, 2, ..., 12} using modular arithmetic. In this field, the results of any mathematical operation (addition, subtraction, multiplication, or division) is reduced modulo 13; that is, multiples of 13 are added or subtracted until the result is brought within the range 0–12. For example, the result of 5 × 7 = 35 mod 13 = 9. Such finite fields can be defined for any prime p; using more sophisticated definitions, they can also be defined for any power m of a prime p. Finite fields are often called Galois fields, and are abbreviated as GF(p) or GF(p).",
"title": "Mathematical applications"
},
{
"paragraph_id": 92,
"text": "In such a field with m numbers, every nonzero element a has a unique modular multiplicative inverse, a such that aa = aa ≡ 1 mod m. This inverse can be found by solving the congruence equation ax ≡ 1 mod m, or the equivalent linear Diophantine equation",
"title": "Mathematical applications"
},
{
"paragraph_id": 93,
"text": "This equation can be solved by the Euclidean algorithm, as described above. Finding multiplicative inverses is an essential step in the RSA algorithm, which is widely used in electronic commerce; specifically, the equation determines the integer used to decrypt the message. Although the RSA algorithm uses rings rather than fields, the Euclidean algorithm can still be used to find a multiplicative inverse where one exists. The Euclidean algorithm also has other applications in error-correcting codes; for example, it can be used as an alternative to the Berlekamp–Massey algorithm for decoding BCH and Reed–Solomon codes, which are based on Galois fields.",
"title": "Mathematical applications"
},
{
"paragraph_id": 94,
"text": "Euclid's algorithm can also be used to solve multiple linear Diophantine equations. Such equations arise in the Chinese remainder theorem, which describes a novel method to represent an integer x. Instead of representing an integer by its digits, it may be represented by its remainders xi modulo a set of N coprime numbers mi:",
"title": "Mathematical applications"
},
{
"paragraph_id": 95,
"text": "The goal is to determine x from its N remainders xi. The solution is to combine the multiple equations into a single linear Diophantine equation with a much larger modulus M that is the product of all the individual moduli mi, and define Mi as",
"title": "Mathematical applications"
},
{
"paragraph_id": 96,
"text": "Thus, each Mi is the product of all the moduli except mi. The solution depends on finding N new numbers hi such that",
"title": "Mathematical applications"
},
{
"paragraph_id": 97,
"text": "With these numbers hi, any integer x can be reconstructed from its remainders xi by the equation",
"title": "Mathematical applications"
},
{
"paragraph_id": 98,
"text": "Since these numbers hi are the multiplicative inverses of the Mi, they may be found using Euclid's algorithm as described in the previous subsection.",
"title": "Mathematical applications"
},
{
"paragraph_id": 99,
"text": "The Euclidean algorithm can be used to arrange the set of all positive rational numbers into an infinite binary search tree, called the Stern–Brocot tree. The number 1 (expressed as a fraction 1/1) is placed at the root of the tree, and the location of any other number a/b can be found by computing gcd(a,b) using the original form of the Euclidean algorithm, in which each step replaces the larger of the two given numbers by its difference with the smaller number (not its remainder), stopping when two equal numbers are reached. A step of the Euclidean algorithm that replaces the first of the two numbers corresponds to a step in the tree from a node to its right child, and a step that replaces the second of the two numbers corresponds to a step in the tree from a node to its left child. The sequence of steps constructed in this way does not depend on whether a/b is given in lowest terms, and forms a path from the root to a node containing the number a/b. This fact can be used to prove that each positive rational number appears exactly once in this tree.",
"title": "Mathematical applications"
},
{
"paragraph_id": 100,
"text": "For example, 3/4 can be found by starting at the root, going to the left once, then to the right twice:",
"title": "Mathematical applications"
},
{
"paragraph_id": 101,
"text": "The Euclidean algorithm has almost the same relationship to another binary tree on the rational numbers called the Calkin–Wilf tree. The difference is that the path is reversed: instead of producing a path from the root of the tree to a target, it produces a path from the target to the root.",
"title": "Mathematical applications"
},
{
"paragraph_id": 102,
"text": "The Euclidean algorithm has a close relationship with continued fractions. The sequence of equations can be written in the form",
"title": "Mathematical applications"
},
{
"paragraph_id": 103,
"text": "The last term on the right-hand side always equals the inverse of the left-hand side of the next equation. Thus, the first two equations may be combined to form",
"title": "Mathematical applications"
},
{
"paragraph_id": 104,
"text": "The third equation may be used to substitute the denominator term r1/r0, yielding",
"title": "Mathematical applications"
},
{
"paragraph_id": 105,
"text": "The final ratio of remainders rk/rk−1 can always be replaced using the next equation in the series, up to the final equation. The result is a continued fraction",
"title": "Mathematical applications"
},
{
"paragraph_id": 106,
"text": "In the worked example above, the gcd(1071, 462) was calculated, and the quotients qk were 2, 3 and 7, respectively. Therefore, the fraction 1071/462 may be written",
"title": "Mathematical applications"
},
{
"paragraph_id": 107,
"text": "as can be confirmed by calculation.",
"title": "Mathematical applications"
},
{
"paragraph_id": 108,
"text": "Calculating a greatest common divisor is an essential step in several integer factorization algorithms, such as Pollard's rho algorithm, Shor's algorithm, Dixon's factorization method and the Lenstra elliptic curve factorization. The Euclidean algorithm may be used to find this GCD efficiently. Continued fraction factorization uses continued fractions, which are determined using Euclid's algorithm.",
"title": "Mathematical applications"
},
{
"paragraph_id": 109,
"text": "The computational efficiency of Euclid's algorithm has been studied thoroughly. This efficiency can be described by the number of division steps the algorithm requires, multiplied by the computational expense of each step. The first known analysis of Euclid's algorithm is due to A. A. L. Reynaud in 1811, who showed that the number of division steps on input (u, v) is bounded by v; later he improved this to v/2 + 2. Later, in 1841, P. J. E. Finck showed that the number of division steps is at most 2 log2 v + 1, and hence Euclid's algorithm runs in time polynomial in the size of the input. Émile Léger, in 1837, studied the worst case, which is when the inputs are consecutive Fibonacci numbers. Finck's analysis was refined by Gabriel Lamé in 1844, who showed that the number of steps required for completion is never more than five times the number h of base-10 digits of the smaller number b.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 110,
"text": "In the uniform cost model (suitable for analyzing the complexity of gcd calculation on numbers that fit into a single machine word), each step of the algorithm takes constant time, and Lamé's analysis implies that the total running time is also O(h). However, in a model of computation suitable for computation with larger numbers, the computational expense of a single remainder computation in the algorithm can be as large as O(h). In this case the total time for all of the steps of the algorithm can be analyzed using a telescoping series, showing that it is also O(h). Modern algorithmic techniques based on the Schönhage–Strassen algorithm for fast integer multiplication can be used to speed this up, leading to quasilinear algorithms for the GCD.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 111,
"text": "The number of steps to calculate the GCD of two natural numbers, a and b, may be denoted by T(a, b). If g is the GCD of a and b, then a = mg and b = ng for two coprime numbers m and n. Then",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 112,
"text": "as may be seen by dividing all the steps in the Euclidean algorithm by g. By the same argument, the number of steps remains the same if a and b are multiplied by a common factor w: T(a, b) = T(wa, wb). Therefore, the number of steps T may vary dramatically between neighboring pairs of numbers, such as T(a, b) and T(a, b + 1), depending on the size of the two GCDs.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 113,
"text": "The recursive nature of the Euclidean algorithm gives another equation",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 114,
"text": "where T(x, 0) = 0 by assumption.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 115,
"text": "If the Euclidean algorithm requires N steps for a pair of natural numbers a > b > 0, the smallest values of a and b for which this is true are the Fibonacci numbers FN+2 and FN+1, respectively. More precisely, if the Euclidean algorithm requires N steps for the pair a > b, then one has a ≥ FN+2 and b ≥ FN+1. This can be shown by induction. If N = 1, b divides a with no remainder; the smallest natural numbers for which this is true is b = 1 and a = 2, which are F2 and F3, respectively. Now assume that the result holds for all values of N up to M − 1. The first step of the M-step algorithm is a = q0b + r0, and the Euclidean algorithm requires M − 1 steps for the pair b > r0. By induction hypothesis, one has b ≥ FM+1 and r0 ≥ FM. Therefore, a = q0b + r0 ≥ b + r0 ≥ FM+1 + FM = FM+2, which is the desired inequality. This proof, published by Gabriel Lamé in 1844, represents the beginning of computational complexity theory, and also the first practical application of the Fibonacci numbers.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 116,
"text": "This result suffices to show that the number of steps in Euclid's algorithm can never be more than five times the number of its digits (base 10). For if the algorithm requires N steps, then b is greater than or equal to FN+1 which in turn is greater than or equal to φ, where φ is the golden ratio. Since b ≥ φ, then N − 1 ≤ logφb. Since log10φ > 1/5, (N − 1)/5 < log10φ logφb = log10b. Thus, N ≤ 5 log10b. Thus, the Euclidean algorithm always needs less than O(h) divisions, where h is the number of digits in the smaller number b.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 117,
"text": "The average number of steps taken by the Euclidean algorithm has been defined in three different ways. The first definition is the average time T(a) required to calculate the GCD of a given number a and a smaller natural number b chosen with equal probability from the integers 0 to a − 1",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 118,
"text": "However, since T(a, b) fluctuates dramatically with the GCD of the two numbers, the averaged function T(a) is likewise \"noisy\".",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 119,
"text": "To reduce this noise, a second average τ(a) is taken over all numbers coprime with a",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 120,
"text": "There are φ(a) coprime integers less than a, where φ is Euler's totient function. This tau average grows smoothly with a",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 121,
"text": "with the residual error being of order a, where ε is infinitesimal. The constant C in this formula is called Porter's constant and equals",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 122,
"text": "where γ is the Euler–Mascheroni constant and ζ' is the derivative of the Riemann zeta function. The leading coefficient (12/π) ln 2 was determined by two independent methods.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 123,
"text": "Since the first average can be calculated from the tau average by summing over the divisors d of a",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 124,
"text": "it can be approximated by the formula",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 125,
"text": "where Λ(d) is the Mangoldt function.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 126,
"text": "A third average Y(n) is defined as the mean number of steps required when both a and b are chosen randomly (with uniform distribution) from 1 to n",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 127,
"text": "Substituting the approximate formula for T(a) into this equation yields an estimate for Y(n)",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 128,
"text": "In each step k of the Euclidean algorithm, the quotient qk and remainder rk are computed for a given pair of integers rk−2 and rk−1",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 129,
"text": "The computational expense per step is associated chiefly with finding qk, since the remainder rk can be calculated quickly from rk−2, rk−1, and qk",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 130,
"text": "The computational expense of dividing h-bit numbers scales as O(h(ℓ+1)), where ℓ is the length of the quotient.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 131,
"text": "For comparison, Euclid's original subtraction-based algorithm can be much slower. A single integer division is equivalent to the quotient q number of subtractions. If the ratio of a and b is very large, the quotient is large and many subtractions will be required. On the other hand, it has been shown that the quotients are very likely to be small integers. The probability of a given quotient q is approximately ln |u/(u − 1)| where u = (q + 1). For illustration, the probability of a quotient of 1, 2, 3, or 4 is roughly 41.5%, 17.0%, 9.3%, and 5.9%, respectively. Since the operation of subtraction is faster than division, particularly for large numbers, the subtraction-based Euclid's algorithm is competitive with the division-based version. This is exploited in the binary version of Euclid's algorithm.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 132,
"text": "Combining the estimated number of steps with the estimated computational expense per step shows that the Euclid's algorithm grows quadratically (h) with the average number of digits h in the initial two numbers a and b. Let h0, h1, ..., hN−1 represent the number of digits in the successive remainders r0, r1, ..., rN−1. Since the number of steps N grows linearly with h, the running time is bounded by",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 133,
"text": "Euclid's algorithm is widely used in practice, especially for small numbers, due to its simplicity. For comparison, the efficiency of alternatives to Euclid's algorithm may be determined.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 134,
"text": "One inefficient approach to finding the GCD of two natural numbers a and b is to calculate all their common divisors; the GCD is then the largest common divisor. The common divisors can be found by dividing both numbers by successive integers from 2 to the smaller number b. The number of steps of this approach grows linearly with b, or exponentially in the number of digits. Another inefficient approach is to find the prime factors of one or both numbers. As noted above, the GCD equals the product of the prime factors shared by the two numbers a and b. Present methods for prime factorization are also inefficient; many modern cryptography systems even rely on that inefficiency.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 135,
"text": "The binary GCD algorithm is an efficient alternative that substitutes division with faster operations by exploiting the binary representation used by computers. However, this alternative also scales like O(h²). It is generally faster than the Euclidean algorithm on real computers, even though it scales in the same way. Additional efficiency can be gleaned by examining only the leading digits of the two numbers a and b. The binary algorithm can be extended to other bases (k-ary algorithms), with up to fivefold increases in speed. Lehmer's GCD algorithm uses the same general principle as the binary algorithm to speed up GCD computations in arbitrary bases.",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 136,
"text": "A recursive approach for very large integers (with more than 25,000 digits) leads to quasilinear integer GCD algorithms, such as those of Schönhage, and Stehlé and Zimmermann. These algorithms exploit the 2×2 matrix form of the Euclidean algorithm given above. These quasilinear methods generally scale as O(h log h log log h).",
"title": "Algorithmic efficiency"
},
{
"paragraph_id": 137,
"text": "Although the Euclidean algorithm is used to find the greatest common divisor of two natural numbers (positive integers), it may be generalized to the real numbers, and to other mathematical objects, such as polynomials, quadratic integers and Hurwitz quaternions. In the latter cases, the Euclidean algorithm is used to demonstrate the crucial property of unique factorization, i.e., that such numbers can be factored uniquely into irreducible elements, the counterparts of prime numbers. Unique factorization is essential to many proofs of number theory.",
"title": "Generalizations"
},
{
"paragraph_id": 138,
"text": "Euclid's algorithm can be applied to real numbers, as described by Euclid in Book 10 of his Elements. The goal of the algorithm is to identify a real number g such that two given real numbers, a and b, are integer multiples of it: a = mg and b = ng, where m and n are integers. This identification is equivalent to finding an integer relation among the real numbers a and b; that is, it determines integers s and t such that sa + tb = 0. If such an equation is possible, a and b are called commensurable lengths, otherwise they are incommensurable lengths.",
"title": "Generalizations"
},
{
"paragraph_id": 139,
"text": "The real-number Euclidean algorithm differs from its integer counterpart in two respects. First, the remainders rk are real numbers, although the quotients qk are integers as before. Second, the algorithm is not guaranteed to end in a finite number N of steps. If it does, the fraction a/b is a rational number, i.e., the ratio of two integers",
"title": "Generalizations"
},
{
"paragraph_id": 140,
"text": "and can be written as a finite continued fraction [q0; q1, q2, ..., qN]. If the algorithm does not stop, the fraction a/b is an irrational number and can be described by an infinite continued fraction [q0; q1, q2, …]. Examples of infinite continued fractions are the golden ratio φ = [1; 1, 1, ...] and the square root of two, √2 = [1; 2, 2, ...]. The algorithm is unlikely to stop, since almost all ratios a/b of two real numbers are irrational.",
"title": "Generalizations"
},
{
"paragraph_id": 141,
"text": "An infinite continued fraction may be truncated at a step k [q0; q1, q2, ..., qk] to yield an approximation to a/b that improves as k is increased. The approximation is described by convergents mk/nk; the numerator and denominators are coprime and obey the recurrence relation",
"title": "Generalizations"
},
{
"paragraph_id": 142,
"text": "where m−1 = n−2 = 1 and m−2 = n−1 = 0 are the initial values of the recursion. The convergent mk/nk is the best rational number approximation to a/b with denominator nk:",
"title": "Generalizations"
},
{
"paragraph_id": 143,
"text": "Polynomials in a single variable x can be added, multiplied and factored into irreducible polynomials, which are the analogs of the prime numbers for integers. The greatest common divisor polynomial g(x) of two polynomials a(x) and b(x) is defined as the product of their shared irreducible polynomials, which can be identified using the Euclidean algorithm. The basic procedure is similar to that for integers. At each step k, a quotient polynomial qk(x) and a remainder polynomial rk(x) are identified to satisfy the recursive equation",
"title": "Generalizations"
},
{
"paragraph_id": 144,
"text": "where r−2(x) = a(x) and r−1(x) = b(x). Each quotient polynomial is chosen such that each remainder is either zero or has a degree that is smaller than the degree of its predecessor: deg[rk(x)] < deg[rk−1(x)]. Since the degree is a nonnegative integer, and since it decreases with every step, the Euclidean algorithm concludes in a finite number of steps. The last nonzero remainder is the greatest common divisor of the original two polynomials, a(x) and b(x).",
"title": "Generalizations"
},
{
"paragraph_id": 145,
"text": "For example, consider the following two quartic polynomials, which each factor into two quadratic polynomials",
"title": "Generalizations"
},
{
"paragraph_id": 146,
"text": "Dividing a(x) by b(x) yields a remainder r0(x) = x + (2/3)x + (5/3)x − (2/3). In the next step, b(x) is divided by r0(x) yielding a remainder r1(x) = x + x + 2. Finally, dividing r0(x) by r1(x) yields a zero remainder, indicating that r1(x) is the greatest common divisor polynomial of a(x) and b(x), consistent with their factorization.",
"title": "Generalizations"
},
{
"paragraph_id": 147,
"text": "Many of the applications described above for integers carry over to polynomials. The Euclidean algorithm can be used to solve linear Diophantine equations and Chinese remainder problems for polynomials; continued fractions of polynomials can also be defined.",
"title": "Generalizations"
},
{
"paragraph_id": 148,
"text": "The polynomial Euclidean algorithm has other applications, such as Sturm chains, a method for counting the zeros of a polynomial that lie inside a given real interval. This in turn has applications in several areas, such as the Routh–Hurwitz stability criterion in control theory.",
"title": "Generalizations"
},
{
"paragraph_id": 149,
"text": "Finally, the coefficients of the polynomials need not be drawn from integers, real numbers or even the complex numbers. For example, the coefficients may be drawn from a general field, such as the finite fields GF(p) described above. The corresponding conclusions about the Euclidean algorithm and its applications hold even for such polynomials.",
"title": "Generalizations"
},
{
"paragraph_id": 150,
"text": "The Gaussian integers are complex numbers of the form α = u + vi, where u and v are ordinary integers and i is the square root of negative one. By defining an analog of the Euclidean algorithm, Gaussian integers can be shown to be uniquely factorizable, by the argument above. This unique factorization is helpful in many applications, such as deriving all Pythagorean triples or proving Fermat's theorem on sums of two squares. In general, the Euclidean algorithm is convenient in such applications, but not essential; for example, the theorems can often be proven by other arguments.",
"title": "Generalizations"
},
{
"paragraph_id": 151,
"text": "The Euclidean algorithm developed for two Gaussian integers α and β is nearly the same as that for ordinary integers, but differs in two respects. As before, we set r−2 = α and r−1 = β, and the task at each step k is to identify a quotient qk and a remainder rk such that",
"title": "Generalizations"
},
{
"paragraph_id": 152,
"text": "where every remainder is strictly smaller than its predecessor: |rk| < |rk−1|. The first difference is that the quotients and remainders are themselves Gaussian integers, and thus are complex numbers. The quotients qk are generally found by rounding the real and complex parts of the exact ratio (such as the complex number α/β) to the nearest integers. The second difference lies in the necessity of defining how one complex remainder can be \"smaller\" than another. To do this, a norm function f(u + vi) = u + v is defined, which converts every Gaussian integer u + vi into an ordinary integer. After each step k of the Euclidean algorithm, the norm of the remainder f(rk) is smaller than the norm of the preceding remainder, f(rk−1). Since the norm is a nonnegative integer and decreases with every step, the Euclidean algorithm for Gaussian integers ends in a finite number of steps. The final nonzero remainder is gcd(α, β), the Gaussian integer of largest norm that divides both α and β; it is unique up to multiplication by a unit, ±1 or ±i.",
"title": "Generalizations"
},
{
"paragraph_id": 153,
"text": "Many of the other applications of the Euclidean algorithm carry over to Gaussian integers. For example, it can be used to solve linear Diophantine equations and Chinese remainder problems for Gaussian integers; continued fractions of Gaussian integers can also be defined.",
"title": "Generalizations"
},
{
"paragraph_id": 154,
"text": "A set of elements under two binary operations, denoted as addition and multiplication, is called a Euclidean domain if it forms a commutative ring R and, roughly speaking, if a generalized Euclidean algorithm can be performed on them. The two operations of such a ring need not be the addition and multiplication of ordinary arithmetic; rather, they can be more general, such as the operations of a mathematical group or monoid. Nevertheless, these general operations should respect many of the laws governing ordinary arithmetic, such as commutativity, associativity and distributivity.",
"title": "Generalizations"
},
{
"paragraph_id": 155,
"text": "The generalized Euclidean algorithm requires a Euclidean function, i.e., a mapping f from R into the set of nonnegative integers such that, for any two nonzero elements a and b in R, there exist q and r in R such that a = qb + r and f(r) < f(b). Examples of such mappings are the absolute value for integers, the degree for univariate polynomials, and the norm for Gaussian integers above. The basic principle is that each step of the algorithm reduces f inexorably; hence, if f can be reduced only a finite number of times, the algorithm must stop in a finite number of steps. This principle relies on the well-ordering property of the non-negative integers, which asserts that every non-empty set of non-negative integers has a smallest member.",
"title": "Generalizations"
},
{
"paragraph_id": 156,
"text": "The fundamental theorem of arithmetic applies to any Euclidean domain: Any number from a Euclidean domain can be factored uniquely into irreducible elements. Any Euclidean domain is a unique factorization domain (UFD), although the converse is not true. The Euclidean domains and the UFD's are subclasses of the GCD domains, domains in which a greatest common divisor of two numbers always exists. In other words, a greatest common divisor may exist (for all pairs of elements in a domain), although it may not be possible to find it using a Euclidean algorithm. A Euclidean domain is always a principal ideal domain (PID), an integral domain in which every ideal is a principal ideal. Again, the converse is not true: not every PID is a Euclidean domain.",
"title": "Generalizations"
},
{
"paragraph_id": 157,
"text": "The unique factorization of Euclidean domains is useful in many applications. For example, the unique factorization of the Gaussian integers is convenient in deriving formulae for all Pythagorean triples and in proving Fermat's theorem on sums of two squares. Unique factorization was also a key element in an attempted proof of Fermat's Last Theorem published in 1847 by Gabriel Lamé, the same mathematician who analyzed the efficiency of Euclid's algorithm, based on a suggestion of Joseph Liouville. Lamé's approach required the unique factorization of numbers of the form x + ωy, where x and y are integers, and ω = e is an nth root of 1, that is, ω = 1. Although this approach succeeds for some values of n (such as n = 3, the Eisenstein integers), in general such numbers do not factor uniquely. This failure of unique factorization in some cyclotomic fields led Ernst Kummer to the concept of ideal numbers and, later, Richard Dedekind to ideals.",
"title": "Generalizations"
},
{
"paragraph_id": 158,
"text": "The quadratic integer rings are helpful to illustrate Euclidean domains. Quadratic integers are generalizations of the Gaussian integers in which the imaginary unit i is replaced by a number ω. Thus, they have the form u + vω, where u and v are integers and ω has one of two forms, depending on a parameter D. If D does not equal a multiple of four plus one, then",
"title": "Generalizations"
},
{
"paragraph_id": 159,
"text": "If, however, D does equal a multiple of four plus one, then",
"title": "Generalizations"
},
{
"paragraph_id": 160,
"text": "If the function f corresponds to a norm function, such as that used to order the Gaussian integers above, then the domain is known as norm-Euclidean. The norm-Euclidean rings of quadratic integers are exactly those where D is one of the values −11, −7, −3, −2, −1, 2, 3, 5, 6, 7, 11, 13, 17, 19, 21, 29, 33, 37, 41, 57, or 73. The cases D = −1 and D = −3 yield the Gaussian integers and Eisenstein integers, respectively.",
"title": "Generalizations"
},
{
"paragraph_id": 161,
"text": "If f is allowed to be any Euclidean function, then the list of possible values of D for which the domain is Euclidean is not yet known. The first example of a Euclidean domain that was not norm-Euclidean (with D = 69) was published in 1994. In 1973, Weinberger proved that a quadratic integer ring with D > 0 is Euclidean if, and only if, it is a principal ideal domain, provided that the generalized Riemann hypothesis holds.",
"title": "Generalizations"
},
{
"paragraph_id": 162,
"text": "The Euclidean algorithm may be applied to some noncommutative rings such as the set of Hurwitz quaternions. Let α and β represent two elements from such a ring. They have a common right divisor δ if α = ξδ and β = ηδ for some choice of ξ and η in the ring. Similarly, they have a common left divisor if α = dξ and β = dη for some choice of ξ and η in the ring. Since multiplication is not commutative, there are two versions of the Euclidean algorithm, one for right divisors and one for left divisors. Choosing the right divisors, the first step in finding the gcd(α, β) by the Euclidean algorithm can be written",
"title": "Generalizations"
},
{
"paragraph_id": 163,
"text": "where ψ0 represents the quotient and ρ0 the remainder. This equation shows that any common right divisor of α and β is likewise a common divisor of the remainder ρ0. The analogous equation for the left divisors would be",
"title": "Generalizations"
},
{
"paragraph_id": 164,
"text": "With either choice, the process is repeated as above until the greatest common right or left divisor is identified. As in the Euclidean domain, the \"size\" of the remainder ρ0 (formally, its norm) must be strictly smaller than β, and there must be only a finite number of possible sizes for ρ0, so that the algorithm is guaranteed to terminate.",
"title": "Generalizations"
},
{
"paragraph_id": 165,
"text": "Most of the results for the GCD carry over to noncommutative numbers. For example, Bézout's identity states that the right gcd(α, β) can be expressed as a linear combination of α and β. In other words, there are numbers σ and τ such that",
"title": "Generalizations"
},
{
"paragraph_id": 166,
"text": "The analogous identity for the left GCD is nearly the same:",
"title": "Generalizations"
},
{
"paragraph_id": 167,
"text": "Bézout's identity can be used to solve Diophantine equations. For instance, one of the standard proofs of Lagrange's four-square theorem, that every positive integer can be represented as a sum of four squares, is based on quaternion GCDs in this way.",
"title": "Generalizations"
},
{
"paragraph_id": 168,
"text": "",
"title": "External links"
}
]
| In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers (numbers), the largest number that divides them both without a remainder. It is named after the ancient Greek mathematician Euclid, who first described it in his Elements.
It is an example of an algorithm, a step-by-step procedure for performing a calculation according to well-defined rules,
and is one of the oldest algorithms in common use. It can be used to reduce fractions to their simplest form, and is a part of many other number-theoretic and cryptographic calculations. The Euclidean algorithm is based on the principle that the greatest common divisor of two numbers does not change if the larger number is replaced by its difference with the smaller number. For example, 21 is the GCD of 252 and 105, and the same number 21 is also the GCD of 105 and 252 − 105 = 147. Since this replacement reduces the larger of the two numbers, repeating this process gives successively smaller pairs of numbers until the two numbers become equal. When that occurs, they are the GCD of the original two numbers. By reversing the steps or using the extended Euclidean algorithm, the GCD can be expressed as a linear combination of the two original numbers, that is the sum of the two numbers, each multiplied by an integer. The fact that the GCD can always be expressed in this way is known as Bézout's identity. The version of the Euclidean algorithm described above can take many subtraction steps to find the GCD when one of the given numbers is much bigger than the other. A more efficient version of the algorithm shortcuts these steps, instead replacing the larger of the two numbers by its remainder when divided by the smaller of the two. With this improvement, the algorithm never requires more steps than five times the number of digits of the smaller integer. This was proven by Gabriel Lamé in 1844, and marks the beginning of computational complexity theory. Additional methods for improving the algorithm's efficiency were developed in the 20th century. The Euclidean algorithm has many theoretical and practical applications. It is used for reducing fractions to their simplest form and for performing division in modular arithmetic. Computations using this algorithm form part of the cryptographic protocols that are used to secure internet communications, and in methods for breaking these cryptosystems by factoring large composite numbers. The Euclidean algorithm may be used to solve Diophantine equations, such as finding numbers that satisfy multiple congruences according to the Chinese remainder theorem, to construct continued fractions, and to find accurate rational approximations to real numbers. Finally, it can be used as a basic tool for proving theorems in number theory such as Lagrange's four-square theorem and the uniqueness of prime factorizations. The original algorithm was described only for natural numbers and geometric lengths, but the algorithm was generalized in the 19th century to other types of numbers, such as Gaussian integers and polynomials of one variable. This led to modern abstract algebraic notions such as Euclidean domains. | 2002-01-08T13:04:35Z | 2023-12-28T20:46:59Z | [
"Template:About",
"Template:Math",
"Template:Main",
"Template:Sfn",
"Template:Reflist",
"Template:Commons category",
"Template:Ancient Greek mathematics",
"Template:Short description",
"Template:Authority control",
"Template:Featured article",
"Template:Cite journal",
"Template:Harvnb",
"Template:Harvtxt",
"Template:Em",
"Template:Mvar",
"Template:Nowrap",
"Template:Clarify",
"Template:Cite book",
"Template:MathWorld",
"Template:PlanetMath",
"Template:Number theoretic algorithms",
"Template:Circa"
]
| https://en.wikipedia.org/wiki/Euclidean_algorithm |
10,378 | European Centre for Medium-Range Weather Forecasts | The European Centre for Medium-Range Weather Forecasts (ECMWF) is an independent intergovernmental organisation supported by most of the nations of Europe. It is based at three sites: Shinfield Park, Reading, United Kingdom; Bologna, Italy; and Bonn, Germany. It operates one of the largest supercomputer complexes in Europe and the world's largest archive of numerical weather prediction data.
ECMWF was established in 1975, in recognition of the need to pool the scientific and technical resources of Europe's meteorological services and institutions for the production of weather forecasts for medium-range timescales (up to approximately two weeks) and of the economic and social benefits expected from it. The Centre employs about 350 staff, mostly appointed from across the member states and co-operating states.
In 2017, the centre's member states accepted an offer from the Italian Government to move ECMWF's data centre to Bologna, Italy. The new site, a former tobacco factory, would be redesigned by the architecture firm gmp.
During 2020, the Centre arranged to move its Copernicus operations away from Reading and into European Union territory. Following bids from Toulouse, Italy, Austria, Germany, Spain and Ireland, eventually Bonn (Germany) was chosen. The move has been directly attributed to Brexit.
ECMWF aims to provide accurate medium-range global weather forecasts out to 15 days and seasonal forecasts out to 12 months. Its products are provided to the national weather services of its member states and co-operating states as a complement to their national short-range and climatological activities, and those national states use ECMWF's products for their own national duties, in particular to give early warning of potentially damaging severe weather.
ECMWF's core mission is to:
To deliver this core mission, the Centre provides:
The Centre develops and operates global atmospheric models and data assimilation systems for the dynamics, thermodynamics and composition of the Earth's atmosphere and for interacting parts of the Earth-system. It uses numerical weather prediction methods to prepare forecasts and their initial conditions, and it contributes to monitoring the relevant parts of the Earth system.
Numerical weather prediction (NWP) requires input of meteorological data, collected by satellites and earth observation systems such as automatic and crewed weather stations, aircraft (including commercial flights), ships and weather balloons. Assimilation of this data is used to produce an initial state of a computer model of the atmosphere, from which an atmospheric model is used to forecast the weather. These forecasts are typically:
Over the past three decades ECMWF's wide-ranging programme of research has played a major role in developing such assimilation and modelling systems. This improves the accuracy and reliability of weather forecasting by about a day per decade, so that a seven-day forecast now (2015) is as accurate as a three-day forecast was four decades ago (1975).
ECMWF's monthly and seasonal forecasts provide early predictions of events such as heat waves, cold spells and droughts, as well as their impacts on sectors such as agriculture, energy and health. Since ECMWF runs a wave model, there are also predictions of coastal waves and storm surges in European waters which can be used to provide warnings.
Forecasts of severe weather events allow appropriate mitigating action to be taken and contingency plans to be put into place by the authorities and the public. The increased time gained by issuing accurate warnings can save lives, for instance by evacuating people from a storm surge area. Authorities and businesses can plan to maintain services around threats such as high winds, floods or snow.
In October 2012 the ECMWF model suggested seven days in advance that Hurricane Sandy was likely to make landfall on the East Coast of the United States. It also predicted the intensity and track of the November 2012 nor'easter, which impacted the east coast a week after Sandy.
ECMWF's Extreme Forecast Index (EFI) was developed as a tool to identify where the EPS (Ensemble Prediction System) forecast distribution differs substantially from that of the model climate. It contains information regarding variability of weather parameters, in location and time and can highlight an abnormality of a weather situation without having to define specific space- and time-dependent thresholds.
ECMWF, through its partnerships with EUMETSAT, ESA, the EU and others, exploits satellite data for operational numerical weather prediction and operational seasonal forecasting with coupled atmosphere–ocean–land models. The increasing amount of satellite data and the development of more sophisticated ways of extracting information from that data have made a major contribution to improving the accuracy and utility of NWP forecasts. ECMWF continuously endeavours to improve the use of satellite observations for NWP.
ECMWF supports research on climate variability using an approach known as reanalysis. This involves feeding weather observations collected over decades into a NWP system to recreate past atmospheric, sea- and land-surface conditions over specific time periods to obtain a clearer picture of how the climate has changed. Reanalysis provides a four-dimensional picture of the atmosphere and effectively allows monitoring of the variability and change of global climate, thereby contributing also to the understanding and attribution of climate change.
To date, and with support from Europe's National Meteorological Services and the European Commission, ECMWF has conducted several major reanalyses of the global atmosphere: the first ECMWF re-analysis (ERA-15) project generated reanalyses from December 1978 to February 1994; the ERA-40 project generated reanalyses from September 1957 to August 2002. The ERA-Interim reanalysis covered the period from 1979 onwards. A reanalysis product (ERA5) with higher spatial resolution (31 km) was released by ECMWF in 2019 as part of the Copernicus Climate Change Service.
ECMWF's operational forecasts are produced from its "Integrated Forecast System" (sometimes informally known in the United States as the "European model") which is run every twelve hours and forecasts out to ten days.
It includes both a "deterministic forecast" mode and an ensemble. The deterministic forecast is a single model run that is relatively high in resolution as well as in computational expense. The ensemble is relatively low (about half that of the deterministic) in resolution (and in computational expense), so less accurate. But it is run 51 times in parallel, from slightly different initial conditions to give a spread of likelihood over the range of the forecast.
As of 2021, the ECMWF's weather model is generally considered to be the most accurate weather forecasting model.
The centre currently serves as the Entrusted Entity responsible for delivery of two of the Services of the EU's Copernicus Programme. The two services are the Copernicus Atmosphere Monitoring Service (CAMS) and the Copernicus Climate Change Service (C3S).
The Centre arranged to move its Copernicus operations away from Reading and into Bonn (Germany). The move has been directly attributed to Brexit.
ECMWF comprises 23 European countries:
It also has co-operation agreements with other states: Bulgaria, Czech Republic, Hungary, Israel, Latvia, Lithuania, North Macedonia, Montenegro, Morocco, Romania and Slovakia. | [
{
"paragraph_id": 0,
"text": "The European Centre for Medium-Range Weather Forecasts (ECMWF) is an independent intergovernmental organisation supported by most of the nations of Europe. It is based at three sites: Shinfield Park, Reading, United Kingdom; Bologna, Italy; and Bonn, Germany. It operates one of the largest supercomputer complexes in Europe and the world's largest archive of numerical weather prediction data.",
"title": ""
},
{
"paragraph_id": 1,
"text": "ECMWF was established in 1975, in recognition of the need to pool the scientific and technical resources of Europe's meteorological services and institutions for the production of weather forecasts for medium-range timescales (up to approximately two weeks) and of the economic and social benefits expected from it. The Centre employs about 350 staff, mostly appointed from across the member states and co-operating states.",
"title": "History"
},
{
"paragraph_id": 2,
"text": "In 2017, the centre's member states accepted an offer from the Italian Government to move ECMWF's data centre to Bologna, Italy. The new site, a former tobacco factory, would be redesigned by the architecture firm gmp.",
"title": "History"
},
{
"paragraph_id": 3,
"text": "During 2020, the Centre arranged to move its Copernicus operations away from Reading and into European Union territory. Following bids from Toulouse, Italy, Austria, Germany, Spain and Ireland, eventually Bonn (Germany) was chosen. The move has been directly attributed to Brexit.",
"title": "History"
},
{
"paragraph_id": 4,
"text": "ECMWF aims to provide accurate medium-range global weather forecasts out to 15 days and seasonal forecasts out to 12 months. Its products are provided to the national weather services of its member states and co-operating states as a complement to their national short-range and climatological activities, and those national states use ECMWF's products for their own national duties, in particular to give early warning of potentially damaging severe weather.",
"title": "Objectives"
},
{
"paragraph_id": 5,
"text": "ECMWF's core mission is to:",
"title": "Objectives"
},
{
"paragraph_id": 6,
"text": "To deliver this core mission, the Centre provides:",
"title": "Objectives"
},
{
"paragraph_id": 7,
"text": "The Centre develops and operates global atmospheric models and data assimilation systems for the dynamics, thermodynamics and composition of the Earth's atmosphere and for interacting parts of the Earth-system. It uses numerical weather prediction methods to prepare forecasts and their initial conditions, and it contributes to monitoring the relevant parts of the Earth system.",
"title": "Objectives"
},
{
"paragraph_id": 8,
"text": "Numerical weather prediction (NWP) requires input of meteorological data, collected by satellites and earth observation systems such as automatic and crewed weather stations, aircraft (including commercial flights), ships and weather balloons. Assimilation of this data is used to produce an initial state of a computer model of the atmosphere, from which an atmospheric model is used to forecast the weather. These forecasts are typically:",
"title": "Work and projects"
},
{
"paragraph_id": 9,
"text": "Over the past three decades ECMWF's wide-ranging programme of research has played a major role in developing such assimilation and modelling systems. This improves the accuracy and reliability of weather forecasting by about a day per decade, so that a seven-day forecast now (2015) is as accurate as a three-day forecast was four decades ago (1975).",
"title": "Work and projects"
},
{
"paragraph_id": 10,
"text": "ECMWF's monthly and seasonal forecasts provide early predictions of events such as heat waves, cold spells and droughts, as well as their impacts on sectors such as agriculture, energy and health. Since ECMWF runs a wave model, there are also predictions of coastal waves and storm surges in European waters which can be used to provide warnings.",
"title": "Work and projects"
},
{
"paragraph_id": 11,
"text": "Forecasts of severe weather events allow appropriate mitigating action to be taken and contingency plans to be put into place by the authorities and the public. The increased time gained by issuing accurate warnings can save lives, for instance by evacuating people from a storm surge area. Authorities and businesses can plan to maintain services around threats such as high winds, floods or snow.",
"title": "Work and projects"
},
{
"paragraph_id": 12,
"text": "In October 2012 the ECMWF model suggested seven days in advance that Hurricane Sandy was likely to make landfall on the East Coast of the United States. It also predicted the intensity and track of the November 2012 nor'easter, which impacted the east coast a week after Sandy.",
"title": "Work and projects"
},
{
"paragraph_id": 13,
"text": "ECMWF's Extreme Forecast Index (EFI) was developed as a tool to identify where the EPS (Ensemble Prediction System) forecast distribution differs substantially from that of the model climate. It contains information regarding variability of weather parameters, in location and time and can highlight an abnormality of a weather situation without having to define specific space- and time-dependent thresholds.",
"title": "Work and projects"
},
{
"paragraph_id": 14,
"text": "ECMWF, through its partnerships with EUMETSAT, ESA, the EU and others, exploits satellite data for operational numerical weather prediction and operational seasonal forecasting with coupled atmosphere–ocean–land models. The increasing amount of satellite data and the development of more sophisticated ways of extracting information from that data have made a major contribution to improving the accuracy and utility of NWP forecasts. ECMWF continuously endeavours to improve the use of satellite observations for NWP.",
"title": "Work and projects"
},
{
"paragraph_id": 15,
"text": "ECMWF supports research on climate variability using an approach known as reanalysis. This involves feeding weather observations collected over decades into a NWP system to recreate past atmospheric, sea- and land-surface conditions over specific time periods to obtain a clearer picture of how the climate has changed. Reanalysis provides a four-dimensional picture of the atmosphere and effectively allows monitoring of the variability and change of global climate, thereby contributing also to the understanding and attribution of climate change.",
"title": "Work and projects"
},
{
"paragraph_id": 16,
"text": "To date, and with support from Europe's National Meteorological Services and the European Commission, ECMWF has conducted several major reanalyses of the global atmosphere: the first ECMWF re-analysis (ERA-15) project generated reanalyses from December 1978 to February 1994; the ERA-40 project generated reanalyses from September 1957 to August 2002. The ERA-Interim reanalysis covered the period from 1979 onwards. A reanalysis product (ERA5) with higher spatial resolution (31 km) was released by ECMWF in 2019 as part of the Copernicus Climate Change Service.",
"title": "Work and projects"
},
{
"paragraph_id": 17,
"text": "ECMWF's operational forecasts are produced from its \"Integrated Forecast System\" (sometimes informally known in the United States as the \"European model\") which is run every twelve hours and forecasts out to ten days.",
"title": "Work and projects"
},
{
"paragraph_id": 18,
"text": "It includes both a \"deterministic forecast\" mode and an ensemble. The deterministic forecast is a single model run that is relatively high in resolution as well as in computational expense. The ensemble is relatively low (about half that of the deterministic) in resolution (and in computational expense), so less accurate. But it is run 51 times in parallel, from slightly different initial conditions to give a spread of likelihood over the range of the forecast.",
"title": "Work and projects"
},
{
"paragraph_id": 19,
"text": "As of 2021, the ECMWF's weather model is generally considered to be the most accurate weather forecasting model.",
"title": "Work and projects"
},
{
"paragraph_id": 20,
"text": "The centre currently serves as the Entrusted Entity responsible for delivery of two of the Services of the EU's Copernicus Programme. The two services are the Copernicus Atmosphere Monitoring Service (CAMS) and the Copernicus Climate Change Service (C3S).",
"title": "Copernicus"
},
{
"paragraph_id": 21,
"text": "The Centre arranged to move its Copernicus operations away from Reading and into Bonn (Germany). The move has been directly attributed to Brexit.",
"title": "Copernicus"
},
{
"paragraph_id": 22,
"text": "ECMWF comprises 23 European countries:",
"title": "Member and co-operating states"
},
{
"paragraph_id": 23,
"text": "It also has co-operation agreements with other states: Bulgaria, Czech Republic, Hungary, Israel, Latvia, Lithuania, North Macedonia, Montenegro, Morocco, Romania and Slovakia.",
"title": "Member and co-operating states"
}
]
| The European Centre for Medium-Range Weather Forecasts (ECMWF) is an independent intergovernmental organisation supported by most of the nations of Europe. It is based at three sites: Shinfield Park, Reading, United Kingdom; Bologna, Italy; and Bonn, Germany. It operates one of the largest supercomputer complexes in Europe and the world's largest archive of numerical weather prediction data. | 2002-02-25T15:43:11Z | 2023-11-18T20:14:59Z | [
"Template:Atmospheric, Oceanographic and Climate Models",
"Template:Use British English",
"Template:Flag",
"Template:Portal",
"Template:Legend",
"Template:Citation needed",
"Template:Main article",
"Template:Cite journal",
"Template:National Meteorological Organisations",
"Template:Short description",
"Template:Use dmy dates",
"Template:More citations needed",
"Template:Major Scientific Research Facilities based in the United Kingdom",
"Template:Authority control",
"Template:Infobox organization/Wikidata",
"Template:Clarify",
"Template:Reflist",
"Template:Cite book",
"Template:Official Website",
"Template:Cite web",
"Template:Citation",
"Template:Cite magazine"
]
| https://en.wikipedia.org/wiki/European_Centre_for_Medium-Range_Weather_Forecasts |
10,380 | European Broadcasting Union | The European Broadcasting Union (EBU; French: Union européenne de radio-télévision, UER) is an alliance of public service media organisations whose countries are within the European Broadcasting Area or who are members of the Council of Europe. As of 2022, it is made up of 112 member organizations from 54 countries, and 30 associate members from a further 19 countries. It was established in 1950, and has its administrative headquarters in Geneva.
The EBU owns and operates the Eurovision and Euroradio telecommunications networks on which major television and radio broadcasts are distributed live to its members. It also operates the daily Eurovision news exchange in which members share breaking news footage. In 2017, the EBU launched the Eurovision Social Newswire, an eyewitness and video verification service. Led by Head of Social Newsgathering, Derek Bowler, the service provides members of the EBU with verified and cleared-for-use newsworthy eyewitness media emerging on social media.
The EBU, in co-operation with its members, produces programmes and organizes events in which its members can participate, such as the Eurovision Song Contest, its best known production, or the Eurovision Debates between candidates for president of the European Commission for the 2014 and 2019 parliamentary elections. The Director-General is Noel Curran since 2017.
EBU members are public service media (PSM) broadcasters whose output is made, financed, and controlled by the public, for the public. PSM broadcasters are often established by law but are non-partisan, independent and run for the benefit of society as a whole.
EBU members come from as far north as Iceland and as far south as Egypt, from Ireland in the west and Azerbaijan in the east, and almost every nation from geographical Europe in between. Associate Members are from countries and territories beyond Europe, such as Canada, Japan, India and China. Associate members from the United States include ABC, CBS, NBC, CPB, NPR, APM and the only individual station, Chicago-based classical music radio WFMT.
Membership is for media organisations whose countries are within the European Broadcasting Area, as defined by the International Telecommunication Union, or who are members of the Council of Europe.
Members benefit from:
The EBU's highest-profile production is the Eurovision Song Contest. The EBU also organises the Eurovision Dance Contest, the Junior Eurovision Song Contest, the Eurovision Young Dancers competition, and other competitions which are modeled along similar lines.
Radio collaborations include Euroclassic Notturno—an overnight classical music stream, produced by BBC Radio 3 and broadcast in the United Kingdom as Through the Night—and special theme days, such as the annual Christmas music relays from around Europe. The EBU is a member of the International Music Council.
Most EBU broadcasters have group deals to carry major sporting events including the FIFA World Cup and the inaugural European Championships. Another annually recurring event which is broadcast across Europe through the EBU is the Vienna New Year's Concert.
Eurovision Media Services is the business arm of the EBU and provides media services for many media organisations and sports federations around the world.
The theme music played before and after every EBU broadcast is Marc-Antoine Charpentier's Prelude to Te Deum. It is well known to Europeans as it is played before and after the Eurovision Song Contest and other important events.
The EBU was a successor to the International Broadcasting Union (IBU) that was founded in 1925 and had its administrative headquarters in Geneva and technical office in Brussels. It fostered programming exchanges between members and mediated technical disputes between members that were mostly concerned with frequency and interference issues. It was in effect taken over by Nazi Germany during the Second World War, and thereafter the Allies viewed it as a compromised organisation that they could not trust.
In the spring of 1946, representatives of the Soviet radio committee proposed forming a new organisation; however, at the same time preparations were being made for an inter-governmental "European Broadcasting Conference" in Copenhagen in 1948 to draw up a new plan for frequency use in the European Broadcasting Area. It was considered necessary to have an organisation that could implement the "Copenhagen Wavelength Plan" but there was disagreement among broadcasters and particularly a fear expressed by the BBC that a new association might be dominated by the USSR and its proposal to give each of its constituent states one vote. France proposed that it would have four votes with the inclusion of its North African colonies. The United Kingdom felt it would have little influence with just one vote.
On 27 June 1946, the alternative International Broadcasting Organisation (IBO) was founded with 26 members and without British participation. The following day the IBU met in General Assembly and an attempt was made to dissolve it but failed; though 18 of its 28 members left to join the IBO. For a period of time in the late 1940s both the IBU and IBO vied for the role of organising frequencies but Britain decided to be in involved in neither. The BBC attempted but failed to find suitable working arrangements with them. However, for practical purposes, the IBO rented the IBU technical centre in Brussels and employed its staff. The BBC then proposed a new solution based on the IBO changing its constitution so there will be only one member per International Telecommunication Union (ITU) country, thus ensuring a Western majority over the USSR and its satellite states. In August 1949 a meeting took place in Stresa, Italy but it resulted in disagreement between delegates on how to resolve the problems. One proposal was for the European Broadcasting Area to be replaced by one that would exclude Eastern Europe, the Levant and North Africa.
After Stresa, a consensus emerged among the Western Europeans to form a new organisation and the BBC proposed it be based in London. Meetings in Paris on 31 October and 1 November 1949 sealed the fate of the IBU and IBO, but it was decided not to allow West Germany to be a founder of the new organisation. On 13 February 1950 the European Broadcasting Union had its first meeting with 23 members from the ITU defined European Broadcasting Area at the Imperial Hotel in Torquay, England, United Kingdom. The first president was Ian Jacob of the BBC who remained at the helm for 10 years while its operation was largely dominated by the BBC due to its financial, technical and staff input. The most important difference between the EBU and its predecessors was that EBU membership was for broadcasters and not governments. Early delegates said EBU meetings were cordial and professional and very different from the abrupt tone of its predecessors. West Germany was admitted in 1951 and a working relationship forged with the USSR's Organisation for International Radio and TV (OIRT) which existed in parallel with the EBU until its merger on 1 January 1993.
In 1967, the first concert in the International Concert Season of the European Broadcasting Union was broadcast from the Queen Elizabeth Hall in London.
The objective of the EBU's technical activities is simply to assist EBU Members (see below) in this period of unprecedented technological changes. This includes the provision of technical information to Members via conferences and workshops, as well as in written form (such as the EBU Technical Review, and the EBU tech-i magazine).
The EBU also encourages active collaboration between its Members on the basis that they can freely share their knowledge and experience, thus achieving considerably more than individual Members could achieve by themselves. Much of this collaboration is achieved through Project Groups which study specific technical issues of common interest: for example, EBU Members have long been preparing for the revision of the 1961 Stockholm Plan.
The EBU places great emphasis on the use of open standards. Widespread use of open standards (such as MPEG-2, DAB, DVB, etc.) ensures interoperability between products from different vendors, as well as facilitating the exchange of programme material between EBU Members and promoting "horizontal markets" for the benefit of all consumers.
EBU Members and the EBU Technical Department have long played an important role in the development of many systems used in radio and television broadcasting, such as:
The EBU has also actively encouraged the development and implementation of:
On 11 June 2013, the Greek government shut down the state broadcaster Hellenic Broadcasting Corporation (ERT) on short notice, citing government spending concerns related to the European debt crisis. In response, the EBU set up a makeshift studio the same day near the former ERT offices in Athens in order to continue providing EBU members with the news-gathering and broadcast relay services which had formerly been provided by ERT. The EBU put out a statement expressing its "profound dismay" at the shutdown, urging the Greek Prime Minister "to use all his powers to immediately reverse this decision" and offered the "advice, assistance and expertise necessary for ERT to be preserved". Starting on 4 May 2014, the new state broadcaster New Hellenic Radio, Internet and Television (NERIT) began nationwide transmissions, taking over ERT's vacant active membership slot in the EBU. On 11 June 2015, two years after ERT's closure, NERIT was renamed as Hellenic Broadcasting Corporation (ERT), which reopened with a comprehensive program in all radio stations (with nineteen regional, two world-range and five pan-Hellenic range radio stations) and three TV channels ERT1, ERT2 and ERT3.
The Belarusian Television and Radio Company (BTRC) has been accused of repressing its own employees, having fired more than 100 people since a wave of anti-Lukashenko protests in 2020 following alleged election fraud. Many of them have also been jailed. Many voices have been raised against the participation of Belarus and the BTRC in the otherwise unpolitical Eurovision Song Contest in 2021, the argument being that the EBU would make a political statement if it did endorse Belarus by essentially and silently saying that democracy is unimportant and so are basic human rights such as freedom of speech.
On 28 May 2021, the EBU suspended the BTRC's membership as they had been "particularly alarmed by the broadcast of interviews apparently obtained under duress". BTRC was given two weeks to respond before the suspension came into effect, but did not do so publicly. The broadcaster was completely expelled from the EBU on 1 July 2021 for a period of three years.
The three Russian members of the EBU, Channel One Russia, VGTRK, and Radio Dom Ostankino are all controlled by the Russian government. On 21 February 2022, the Russian government recognized the independence of the Donetsk and Luhansk People's Republics, disputed territories that are internationally recognized as part of Ukraine. Ukraine's public broadcaster Suspilne called on the EBU to terminate the membership of Channel One Russia and VGTRK, and to consider preventing Russia from participating in the Eurovision Song Contest 2022, citing the Russian government's use of both outlets to spread disinformation surrounding the Russo-Ukrainian war. Following the 2022 Russian invasion of Ukraine, several other public broadcasters joined UA:PBC in calling for Russia's exclusion from the 2022 Contest; Finland's Yle and Estonia's ERR stated that they would not send a representative if Russia was allowed to participate. After initially stating that both Russia and Ukraine would be allowed to compete, the EBU announced on 25 February 2022 that it would ban Russia from participating in the Contest.
The three Russian broadcasters announced, via a statement released by Russian state media, that they would withdraw from the EBU on 26 February, citing increased politicization of the organization. The EBU released a statement saying that it was aware of the reports, but that it had not received any formal confirmation. On 1 March, a further statement from the EBU announced that it had suspended its Russian members from its governance structures. On 26 May, the EBU made effective the suspension of its Russian members indefinitely.
In 2023, an extensive investigation by the EBU Investigative Journalism Network uncovered evidence of a Kremlin-sponsored initiative to take Ukrainian children from the war-torn country to Russia, a war crime under international law.
As of February 2022, the list of EBU members comprises the following 66 broadcasting companies from 54 countries.
Any group or organisation from an International Telecommunication Union (ITU) member country, which provides a radio or television service outside of the European Broadcasting Area, is permitted to submit applications to the EBU for Associate Membership.
It is also noted by the EBU that any country that is granted Associate Member status does not gain access into Eurovision events with the notable exceptions of Australia, who have participated in the Eurovision Song Contest and the Junior Eurovision Song Contest since 2015, Canada in Eurovision Young Dancers between 1987 and 1989 and Kazakhstan, who have participated in Junior Eurovision since 2018, all of which were individually invited.
The list of Associate Members of EBU comprised the following 30 broadcasting companies from 19 countries as of February 2023.
The list of past associate members of EBU comprises the following 30 broadcasting companies from 19 countries and 1 autonomous territory.
Any groups or organisations from a country with International Telecommunication Union (ITU) membership, which does not qualify for either the EBU's Active or Associate memberships, but still provide a broadcasting activity for the EBU, are granted a unique Approved Participants membership, which lasts approximately five years. An application for this status may be submitted to the EBU at any given time, providing an annual fee is paid.
The following seven EBU broadcast members had status as Approved Participants in May 2022.
The following members previously had status as Approved Participants.
The EBU in co-operation with the respective host broadcaster organises competitions and events in which its members can participate if they wish to do so. These include:
The Eurovision Song Contest (French: Concours Eurovision de la chanson) is an annual international song competition between EBU members, that was first held in Lugano, Switzerland, on 24 May 1956. Seven countries participated – each submitting two songs, for a total of 14. This was the only contest in which more than one song per country was performed: since 1957, all contests have allowed one entry per country. The 1956 contest was won by the host nation, Switzerland. The most recent host city was Liverpool, United Kingdom, where Sweden won the competition.
Let the Peoples Sing is a biennial choir competition, the participants of which are chosen from radio recordings entered by EBU radio members. The final, encompassing three categories and around ten choirs, is offered as a live broadcast to all EBU members. The overall winner is awarded the Silver Rose Bowl.
Jeux sans frontières (English: Games without frontiers, or Games Without Borders) was a Europe-wide television game show. In its original conception, it was broadcast from 1965 to 1999 under the auspices of the EBU. The original series' run ended in 1982, but was revived in 1988 with a different composition of nations and was hosted by smaller broadcasters.
The Eurovision Young Musicians is a competition for European musicians that are between the ages of 12 and 21 years old. It is organised by the EBU and is a member of EMCY. The first competition was held in Manchester, United Kingdom on 11 May 1982.
The televised competition is held every two years, with some countries holding national heats. Since its inaugural edition in 1982, it has become one of the most important music competitions on an international level.
The Eurovision Young Dancers was a biennial dance showcase broadcast on television throughout Europe. The first competition was held in Reggio Emilia, Italy on 16 June 1985.
It uses a format similar to the Eurovision Song Contest. Every participating country has the opportunity to send a dance act to compete for the title of "Eurovision Young Dancer". The competition is for solo dancers, and all contestants must be between the ages of 16 and 21, and not professionally engaged.
Euroclassic Notturno is a six-hour sequence of classical music recordings, assembled by BBC Radio from material supplied by EBU members and streamed back to those broadcasters by satellite for use in their overnight classical-music schedules. The recordings used are taken not from commercial CDs, but from earlier (usually live) radio broadcasts.
The Junior Eurovision Song Contest (French: Concours Eurovision de la Chanson Junior) is an annual international song competition that was first held in Copenhagen, Denmark, on 15 November 2003. Sixteen countries participated in the inaugural edition, with each submitting one song, for a total of 16 entries. The inaugural contest was won by Croatia. The winner of the most recent contest, which took place in Nice, France, is France.
The Eurovision Dance Contest (not to be confused with the Eurovision Young Dancers Competition) was an international dancing competition that was held for the first time in London, United Kingdom, on 1 September 2007. The competition was repeated in 2008 when it was held in Glasgow, United Kingdom, but has not been held since.
The Eurovision Magic Circus Show was an entertainment show organised by the EBU, which took place in 2010, 2011 and 2012 in Geneva. Children aged between 7–14 representing eight countries within the EBU membership area performed a variety of circus acts at the Geneva Christmas Circus (French: Cirque de Noël Genève). The main show was also accompanied by the Magic Circus Show Orchestra.
The inaugural Eurovision Choir, featuring non-professional choirs selected by EBU members, took place on 22 July 2017 in Riga, hosted by the Latvian broadcaster Latvijas Televīzija (LTV). Nine countries took part in the first edition. Carmen Manet from Slovenia was the first winner.
The European Sports Championships is a multi-sport event involving some of the leading sports in Europe. The European Governing Bodies for athletics, aquatics, cycling, rowing, golf, gymnastics and triathlon, coordinated their individual championships as part of the first edition in the summer of 2018, hosted by the cities of Berlin (already chosen as the host for the 2018 European Athletics Championships) and Glasgow (already chosen as the host for the 2018 European Aquatics Championships, and which concurrently also hosted the events of the other sports). | [
{
"paragraph_id": 0,
"text": "The European Broadcasting Union (EBU; French: Union européenne de radio-télévision, UER) is an alliance of public service media organisations whose countries are within the European Broadcasting Area or who are members of the Council of Europe. As of 2022, it is made up of 112 member organizations from 54 countries, and 30 associate members from a further 19 countries. It was established in 1950, and has its administrative headquarters in Geneva.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The EBU owns and operates the Eurovision and Euroradio telecommunications networks on which major television and radio broadcasts are distributed live to its members. It also operates the daily Eurovision news exchange in which members share breaking news footage. In 2017, the EBU launched the Eurovision Social Newswire, an eyewitness and video verification service. Led by Head of Social Newsgathering, Derek Bowler, the service provides members of the EBU with verified and cleared-for-use newsworthy eyewitness media emerging on social media.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The EBU, in co-operation with its members, produces programmes and organizes events in which its members can participate, such as the Eurovision Song Contest, its best known production, or the Eurovision Debates between candidates for president of the European Commission for the 2014 and 2019 parliamentary elections. The Director-General is Noel Curran since 2017.",
"title": ""
},
{
"paragraph_id": 3,
"text": "EBU members are public service media (PSM) broadcasters whose output is made, financed, and controlled by the public, for the public. PSM broadcasters are often established by law but are non-partisan, independent and run for the benefit of society as a whole.",
"title": "General description"
},
{
"paragraph_id": 4,
"text": "EBU members come from as far north as Iceland and as far south as Egypt, from Ireland in the west and Azerbaijan in the east, and almost every nation from geographical Europe in between. Associate Members are from countries and territories beyond Europe, such as Canada, Japan, India and China. Associate members from the United States include ABC, CBS, NBC, CPB, NPR, APM and the only individual station, Chicago-based classical music radio WFMT.",
"title": "General description"
},
{
"paragraph_id": 5,
"text": "Membership is for media organisations whose countries are within the European Broadcasting Area, as defined by the International Telecommunication Union, or who are members of the Council of Europe.",
"title": "General description"
},
{
"paragraph_id": 6,
"text": "Members benefit from:",
"title": "General description"
},
{
"paragraph_id": 7,
"text": "The EBU's highest-profile production is the Eurovision Song Contest. The EBU also organises the Eurovision Dance Contest, the Junior Eurovision Song Contest, the Eurovision Young Dancers competition, and other competitions which are modeled along similar lines.",
"title": "General description"
},
{
"paragraph_id": 8,
"text": "Radio collaborations include Euroclassic Notturno—an overnight classical music stream, produced by BBC Radio 3 and broadcast in the United Kingdom as Through the Night—and special theme days, such as the annual Christmas music relays from around Europe. The EBU is a member of the International Music Council.",
"title": "General description"
},
{
"paragraph_id": 9,
"text": "Most EBU broadcasters have group deals to carry major sporting events including the FIFA World Cup and the inaugural European Championships. Another annually recurring event which is broadcast across Europe through the EBU is the Vienna New Year's Concert.",
"title": "General description"
},
{
"paragraph_id": 10,
"text": "Eurovision Media Services is the business arm of the EBU and provides media services for many media organisations and sports federations around the world.",
"title": "General description"
},
{
"paragraph_id": 11,
"text": "The theme music played before and after every EBU broadcast is Marc-Antoine Charpentier's Prelude to Te Deum. It is well known to Europeans as it is played before and after the Eurovision Song Contest and other important events.",
"title": "General description"
},
{
"paragraph_id": 12,
"text": "The EBU was a successor to the International Broadcasting Union (IBU) that was founded in 1925 and had its administrative headquarters in Geneva and technical office in Brussels. It fostered programming exchanges between members and mediated technical disputes between members that were mostly concerned with frequency and interference issues. It was in effect taken over by Nazi Germany during the Second World War, and thereafter the Allies viewed it as a compromised organisation that they could not trust.",
"title": "History"
},
{
"paragraph_id": 13,
"text": "In the spring of 1946, representatives of the Soviet radio committee proposed forming a new organisation; however, at the same time preparations were being made for an inter-governmental \"European Broadcasting Conference\" in Copenhagen in 1948 to draw up a new plan for frequency use in the European Broadcasting Area. It was considered necessary to have an organisation that could implement the \"Copenhagen Wavelength Plan\" but there was disagreement among broadcasters and particularly a fear expressed by the BBC that a new association might be dominated by the USSR and its proposal to give each of its constituent states one vote. France proposed that it would have four votes with the inclusion of its North African colonies. The United Kingdom felt it would have little influence with just one vote.",
"title": "History"
},
{
"paragraph_id": 14,
"text": "On 27 June 1946, the alternative International Broadcasting Organisation (IBO) was founded with 26 members and without British participation. The following day the IBU met in General Assembly and an attempt was made to dissolve it but failed; though 18 of its 28 members left to join the IBO. For a period of time in the late 1940s both the IBU and IBO vied for the role of organising frequencies but Britain decided to be in involved in neither. The BBC attempted but failed to find suitable working arrangements with them. However, for practical purposes, the IBO rented the IBU technical centre in Brussels and employed its staff. The BBC then proposed a new solution based on the IBO changing its constitution so there will be only one member per International Telecommunication Union (ITU) country, thus ensuring a Western majority over the USSR and its satellite states. In August 1949 a meeting took place in Stresa, Italy but it resulted in disagreement between delegates on how to resolve the problems. One proposal was for the European Broadcasting Area to be replaced by one that would exclude Eastern Europe, the Levant and North Africa.",
"title": "History"
},
{
"paragraph_id": 15,
"text": "After Stresa, a consensus emerged among the Western Europeans to form a new organisation and the BBC proposed it be based in London. Meetings in Paris on 31 October and 1 November 1949 sealed the fate of the IBU and IBO, but it was decided not to allow West Germany to be a founder of the new organisation. On 13 February 1950 the European Broadcasting Union had its first meeting with 23 members from the ITU defined European Broadcasting Area at the Imperial Hotel in Torquay, England, United Kingdom. The first president was Ian Jacob of the BBC who remained at the helm for 10 years while its operation was largely dominated by the BBC due to its financial, technical and staff input. The most important difference between the EBU and its predecessors was that EBU membership was for broadcasters and not governments. Early delegates said EBU meetings were cordial and professional and very different from the abrupt tone of its predecessors. West Germany was admitted in 1951 and a working relationship forged with the USSR's Organisation for International Radio and TV (OIRT) which existed in parallel with the EBU until its merger on 1 January 1993.",
"title": "History"
},
{
"paragraph_id": 16,
"text": "In 1967, the first concert in the International Concert Season of the European Broadcasting Union was broadcast from the Queen Elizabeth Hall in London.",
"title": "History"
},
{
"paragraph_id": 17,
"text": "The objective of the EBU's technical activities is simply to assist EBU Members (see below) in this period of unprecedented technological changes. This includes the provision of technical information to Members via conferences and workshops, as well as in written form (such as the EBU Technical Review, and the EBU tech-i magazine).",
"title": "Technical activities"
},
{
"paragraph_id": 18,
"text": "The EBU also encourages active collaboration between its Members on the basis that they can freely share their knowledge and experience, thus achieving considerably more than individual Members could achieve by themselves. Much of this collaboration is achieved through Project Groups which study specific technical issues of common interest: for example, EBU Members have long been preparing for the revision of the 1961 Stockholm Plan.",
"title": "Technical activities"
},
{
"paragraph_id": 19,
"text": "The EBU places great emphasis on the use of open standards. Widespread use of open standards (such as MPEG-2, DAB, DVB, etc.) ensures interoperability between products from different vendors, as well as facilitating the exchange of programme material between EBU Members and promoting \"horizontal markets\" for the benefit of all consumers.",
"title": "Technical activities"
},
{
"paragraph_id": 20,
"text": "EBU Members and the EBU Technical Department have long played an important role in the development of many systems used in radio and television broadcasting, such as:",
"title": "Technical activities"
},
{
"paragraph_id": 21,
"text": "The EBU has also actively encouraged the development and implementation of:",
"title": "Technical activities"
},
{
"paragraph_id": 22,
"text": "On 11 June 2013, the Greek government shut down the state broadcaster Hellenic Broadcasting Corporation (ERT) on short notice, citing government spending concerns related to the European debt crisis. In response, the EBU set up a makeshift studio the same day near the former ERT offices in Athens in order to continue providing EBU members with the news-gathering and broadcast relay services which had formerly been provided by ERT. The EBU put out a statement expressing its \"profound dismay\" at the shutdown, urging the Greek Prime Minister \"to use all his powers to immediately reverse this decision\" and offered the \"advice, assistance and expertise necessary for ERT to be preserved\". Starting on 4 May 2014, the new state broadcaster New Hellenic Radio, Internet and Television (NERIT) began nationwide transmissions, taking over ERT's vacant active membership slot in the EBU. On 11 June 2015, two years after ERT's closure, NERIT was renamed as Hellenic Broadcasting Corporation (ERT), which reopened with a comprehensive program in all radio stations (with nineteen regional, two world-range and five pan-Hellenic range radio stations) and three TV channels ERT1, ERT2 and ERT3.",
"title": "Controversies"
},
{
"paragraph_id": 23,
"text": "The Belarusian Television and Radio Company (BTRC) has been accused of repressing its own employees, having fired more than 100 people since a wave of anti-Lukashenko protests in 2020 following alleged election fraud. Many of them have also been jailed. Many voices have been raised against the participation of Belarus and the BTRC in the otherwise unpolitical Eurovision Song Contest in 2021, the argument being that the EBU would make a political statement if it did endorse Belarus by essentially and silently saying that democracy is unimportant and so are basic human rights such as freedom of speech.",
"title": "Controversies"
},
{
"paragraph_id": 24,
"text": "On 28 May 2021, the EBU suspended the BTRC's membership as they had been \"particularly alarmed by the broadcast of interviews apparently obtained under duress\". BTRC was given two weeks to respond before the suspension came into effect, but did not do so publicly. The broadcaster was completely expelled from the EBU on 1 July 2021 for a period of three years.",
"title": "Controversies"
},
{
"paragraph_id": 25,
"text": "The three Russian members of the EBU, Channel One Russia, VGTRK, and Radio Dom Ostankino are all controlled by the Russian government. On 21 February 2022, the Russian government recognized the independence of the Donetsk and Luhansk People's Republics, disputed territories that are internationally recognized as part of Ukraine. Ukraine's public broadcaster Suspilne called on the EBU to terminate the membership of Channel One Russia and VGTRK, and to consider preventing Russia from participating in the Eurovision Song Contest 2022, citing the Russian government's use of both outlets to spread disinformation surrounding the Russo-Ukrainian war. Following the 2022 Russian invasion of Ukraine, several other public broadcasters joined UA:PBC in calling for Russia's exclusion from the 2022 Contest; Finland's Yle and Estonia's ERR stated that they would not send a representative if Russia was allowed to participate. After initially stating that both Russia and Ukraine would be allowed to compete, the EBU announced on 25 February 2022 that it would ban Russia from participating in the Contest.",
"title": "Controversies"
},
{
"paragraph_id": 26,
"text": "The three Russian broadcasters announced, via a statement released by Russian state media, that they would withdraw from the EBU on 26 February, citing increased politicization of the organization. The EBU released a statement saying that it was aware of the reports, but that it had not received any formal confirmation. On 1 March, a further statement from the EBU announced that it had suspended its Russian members from its governance structures. On 26 May, the EBU made effective the suspension of its Russian members indefinitely.",
"title": "Controversies"
},
{
"paragraph_id": 27,
"text": "In 2023, an extensive investigation by the EBU Investigative Journalism Network uncovered evidence of a Kremlin-sponsored initiative to take Ukrainian children from the war-torn country to Russia, a war crime under international law.",
"title": "Controversies"
},
{
"paragraph_id": 28,
"text": "As of February 2022, the list of EBU members comprises the following 66 broadcasting companies from 54 countries.",
"title": "Members"
},
{
"paragraph_id": 29,
"text": "Any group or organisation from an International Telecommunication Union (ITU) member country, which provides a radio or television service outside of the European Broadcasting Area, is permitted to submit applications to the EBU for Associate Membership.",
"title": "Members"
},
{
"paragraph_id": 30,
"text": "It is also noted by the EBU that any country that is granted Associate Member status does not gain access into Eurovision events with the notable exceptions of Australia, who have participated in the Eurovision Song Contest and the Junior Eurovision Song Contest since 2015, Canada in Eurovision Young Dancers between 1987 and 1989 and Kazakhstan, who have participated in Junior Eurovision since 2018, all of which were individually invited.",
"title": "Members"
},
{
"paragraph_id": 31,
"text": "The list of Associate Members of EBU comprised the following 30 broadcasting companies from 19 countries as of February 2023.",
"title": "Members"
},
{
"paragraph_id": 32,
"text": "The list of past associate members of EBU comprises the following 30 broadcasting companies from 19 countries and 1 autonomous territory.",
"title": "Members"
},
{
"paragraph_id": 33,
"text": "Any groups or organisations from a country with International Telecommunication Union (ITU) membership, which does not qualify for either the EBU's Active or Associate memberships, but still provide a broadcasting activity for the EBU, are granted a unique Approved Participants membership, which lasts approximately five years. An application for this status may be submitted to the EBU at any given time, providing an annual fee is paid.",
"title": "Members"
},
{
"paragraph_id": 34,
"text": "The following seven EBU broadcast members had status as Approved Participants in May 2022.",
"title": "Members"
},
{
"paragraph_id": 35,
"text": "The following members previously had status as Approved Participants.",
"title": "Members"
},
{
"paragraph_id": 36,
"text": "The EBU in co-operation with the respective host broadcaster organises competitions and events in which its members can participate if they wish to do so. These include:",
"title": "Organised events"
},
{
"paragraph_id": 37,
"text": "The Eurovision Song Contest (French: Concours Eurovision de la chanson) is an annual international song competition between EBU members, that was first held in Lugano, Switzerland, on 24 May 1956. Seven countries participated – each submitting two songs, for a total of 14. This was the only contest in which more than one song per country was performed: since 1957, all contests have allowed one entry per country. The 1956 contest was won by the host nation, Switzerland. The most recent host city was Liverpool, United Kingdom, where Sweden won the competition.",
"title": "Organised events"
},
{
"paragraph_id": 38,
"text": "Let the Peoples Sing is a biennial choir competition, the participants of which are chosen from radio recordings entered by EBU radio members. The final, encompassing three categories and around ten choirs, is offered as a live broadcast to all EBU members. The overall winner is awarded the Silver Rose Bowl.",
"title": "Organised events"
},
{
"paragraph_id": 39,
"text": "Jeux sans frontières (English: Games without frontiers, or Games Without Borders) was a Europe-wide television game show. In its original conception, it was broadcast from 1965 to 1999 under the auspices of the EBU. The original series' run ended in 1982, but was revived in 1988 with a different composition of nations and was hosted by smaller broadcasters.",
"title": "Organised events"
},
{
"paragraph_id": 40,
"text": "The Eurovision Young Musicians is a competition for European musicians that are between the ages of 12 and 21 years old. It is organised by the EBU and is a member of EMCY. The first competition was held in Manchester, United Kingdom on 11 May 1982.",
"title": "Organised events"
},
{
"paragraph_id": 41,
"text": "The televised competition is held every two years, with some countries holding national heats. Since its inaugural edition in 1982, it has become one of the most important music competitions on an international level.",
"title": "Organised events"
},
{
"paragraph_id": 42,
"text": "The Eurovision Young Dancers was a biennial dance showcase broadcast on television throughout Europe. The first competition was held in Reggio Emilia, Italy on 16 June 1985.",
"title": "Organised events"
},
{
"paragraph_id": 43,
"text": "It uses a format similar to the Eurovision Song Contest. Every participating country has the opportunity to send a dance act to compete for the title of \"Eurovision Young Dancer\". The competition is for solo dancers, and all contestants must be between the ages of 16 and 21, and not professionally engaged.",
"title": "Organised events"
},
{
"paragraph_id": 44,
"text": "Euroclassic Notturno is a six-hour sequence of classical music recordings, assembled by BBC Radio from material supplied by EBU members and streamed back to those broadcasters by satellite for use in their overnight classical-music schedules. The recordings used are taken not from commercial CDs, but from earlier (usually live) radio broadcasts.",
"title": "Organised events"
},
{
"paragraph_id": 45,
"text": "The Junior Eurovision Song Contest (French: Concours Eurovision de la Chanson Junior) is an annual international song competition that was first held in Copenhagen, Denmark, on 15 November 2003. Sixteen countries participated in the inaugural edition, with each submitting one song, for a total of 16 entries. The inaugural contest was won by Croatia. The winner of the most recent contest, which took place in Nice, France, is France.",
"title": "Organised events"
},
{
"paragraph_id": 46,
"text": "The Eurovision Dance Contest (not to be confused with the Eurovision Young Dancers Competition) was an international dancing competition that was held for the first time in London, United Kingdom, on 1 September 2007. The competition was repeated in 2008 when it was held in Glasgow, United Kingdom, but has not been held since.",
"title": "Organised events"
},
{
"paragraph_id": 47,
"text": "The Eurovision Magic Circus Show was an entertainment show organised by the EBU, which took place in 2010, 2011 and 2012 in Geneva. Children aged between 7–14 representing eight countries within the EBU membership area performed a variety of circus acts at the Geneva Christmas Circus (French: Cirque de Noël Genève). The main show was also accompanied by the Magic Circus Show Orchestra.",
"title": "Organised events"
},
{
"paragraph_id": 48,
"text": "The inaugural Eurovision Choir, featuring non-professional choirs selected by EBU members, took place on 22 July 2017 in Riga, hosted by the Latvian broadcaster Latvijas Televīzija (LTV). Nine countries took part in the first edition. Carmen Manet from Slovenia was the first winner.",
"title": "Organised events"
},
{
"paragraph_id": 49,
"text": "The European Sports Championships is a multi-sport event involving some of the leading sports in Europe. The European Governing Bodies for athletics, aquatics, cycling, rowing, golf, gymnastics and triathlon, coordinated their individual championships as part of the first edition in the summer of 2018, hosted by the cities of Berlin (already chosen as the host for the 2018 European Athletics Championships) and Glasgow (already chosen as the host for the 2018 European Aquatics Championships, and which concurrently also hosted the events of the other sports).",
"title": "Organised events"
}
]
| The European Broadcasting Union is an alliance of public service media organisations whose countries are within the European Broadcasting Area or who are members of the Council of Europe. As of 2022, it is made up of 112 member organizations from 54 countries, and 30 associate members from a further 19 countries. It was established in 1950, and has its administrative headquarters in Geneva. The EBU owns and operates the Eurovision and Euroradio telecommunications networks on which major television and radio broadcasts are distributed live to its members. It also operates the daily Eurovision news exchange in which members share breaking news footage. In 2017, the EBU launched the Eurovision Social Newswire, an eyewitness and video verification service. Led by Head of Social Newsgathering, Derek Bowler, the service provides members of the EBU with verified and cleared-for-use newsworthy eyewitness media emerging on social media. The EBU, in co-operation with its members, produces programmes and organizes events in which its members can participate, such as the Eurovision Song Contest, its best known production, or the Eurovision Debates between candidates for president of the European Commission for the 2014 and 2019 parliamentary elections. The Director-General is Noel Curran since 2017. | 2002-01-08T17:52:19Z | 2023-12-26T19:22:48Z | [
"Template:Commons category",
"Template:Ill",
"Template:Lang fr",
"Template:Reflist",
"Template:Cite web",
"Template:Cite press release",
"Template:Cite book",
"Template:Main",
"Template:Lang",
"Template:Portal bar",
"Template:Use British English",
"Template:Lang-en",
"Template:International broadcasting organizations",
"Template:Infobox organization",
"Template:Update section",
"Template:Official website",
"Template:Redirect",
"Template:Efn",
"Template:Cbignore",
"Template:Authority control",
"Template:European Broadcasting Union",
"Template:European Broadcasting Union Members",
"Template:Use dmy dates",
"Template:Lang-fr",
"Template:Abbr",
"Template:Escyr",
"Template:Cite news",
"Template:Webarchive",
"Template:List of radio stations in Europe",
"Template:Television in Europe",
"Template:Short description",
"Template:As of",
"Template:Flag",
"Template:Flagcountry",
"Template:Flagicon",
"Template:Notelist"
]
| https://en.wikipedia.org/wiki/European_Broadcasting_Union |
10,382 | Electrothermal-chemical technology | Electrothermal-chemical (ETC) technology is an attempt to increase accuracy and muzzle energy of future tank, artillery, and close-in weapon system guns by improving the predictability and rate of expansion of propellants inside the barrel.
An electrothermal-chemical gun uses a plasma cartridge to ignite and control the ammunition's propellant, using electrical energy to trigger the process. ETC increases the performance of conventional solid propellants, reduces the effect of temperature on propellant expansion and allows for more advanced, higher density propellants to be used.
The technology has been under development since the mid-1980s and in 1993 was actively being researched in the United States by the Army Research Laboratory, Sandia National Laboratories and defense industry contractors, including FMC Corporation, General Dynamics Land Systems, Olin Ordnance, and Soreq Nuclear Research Center. It is possible that electrothermal-chemical gun propulsion will be an integral part of US Army's future combat system and those of other countries such as Germany and the United Kingdom. Electrothermal-chemical technology is part of a broad research and development program that encompasses all electric gun technology, such as railguns and coil guns.
The constant battle between armour and armor-piercing round has led to continuous development of the main battle tank design. The evolution of American anti-tank weapons can be traced back to requirements to combat Soviet tanks. In the late 1980s, it was thought that the protection level of the Future Soviet Tank (FST) could exceed 700 mm of rolled homogeneous armour equivalence at its maximum thickness, which was effectively immune against the contemporary M829 armour piercing fin stabilized discarding sabot. In the 1980s the most immediate method available to NATO to counter Soviet advances in armour technology was the adoption of a 140 mm main gun, but this required a redesigned turret that could incorporate the larger breech and ammunition, and it also required some sort of automatic loader. Although the 140 mm gun was considered a real interim solution it was decided after the fall of the Soviet Union that the increase in muzzle energy it provided was not worth the increase in weight. Resources were therefore spent on research into other programs that could provide the needed muzzle energy. One of the most successful alternative technologies remains electrothermal-chemical ignition.
Most proposed advances in gun technology are based on the assumption that the solid propellant as a stand-alone propulsion system is no longer capable of delivering the required muzzle energy. This requirement has been underscored by the appearance of the Russian T-90 main battle tank. The elongation of current gun tubes, such as the new German 120 mm L/55, which was introduced by Rheinmetall is considered only an interim solution as it does not offer the required increase in muzzle velocity. Even advanced kinetic energy ammunition such as the United States' M829A3 is considered only an interim solution against future threats. To that extent the solid propellant is considered to have reached the end of its usefulness, although it will remain the principal propulsion method for at least the next decade until newer technologies mature. To improve on the capabilities of a solid propellant weapon the electrothermal-chemical gun may see production as early as 2016.
ETC technology offers a medium-risk upgrade and is developed to the point that further improvements are so minor that it can be considered mature. The lightweight American 120 mm XM291 came close to achieving 17 MJ of muzzle energy, which is the lower-end muzzle energy spectrum for a 140 mm gun. However, the success of the XM291 does not imply the success of ETC technology as there are key parts of the propulsion system that are not yet understood or fully developed, such as the plasma ignition process. Nevertheless, there is substantial existing evidence that ETC technology is viable and worth the money to continue development. Furthermore, it can be integrated into current gun systems.
An electrothermal-chemical gun uses a plasma cartridge to ignite and control the ammunition's propellant, using electrical energy as a catalyst to begin the process. Originally researched by Dr. Jon Parmentola for the U.S. Army, it has grown into a very plausible successor to a standard solid propellant tank gun. Since the beginning of research the United States has funded the XM291 gun project with USD 4,000,000, basic research with USD 300,000, and applied research with USD 600,000. Since then it has been proven to work, although efficiency to the level required has not yet been accomplished. ETC increases the performance of conventional solid propellants, reduces the effect of temperature on propellant expansion and allows for more advanced, higher density propellants to be used. It will also reduce pressure placed on the barrel in comparison to alternative technologies that offer the same muzzle energy given the fact that it helps spread the propellant's gas much more smoothly during ignition. Currently, there are two principal methods of plasma initiation: the flashboard large area emitter (FLARE) and the triple coaxial plasma igniter (TCPI).
Flashboards run in several parallel strings to provide a large area of plasma or ultraviolet radiation and uses the breakdown and vaporization of gaps of diamonds to produce the required plasma. These parallel strings are mounted in tubes and oriented to have their gaps azimuthal to the tube's axis. It discharges by using high pressure air to move air out of the way. FLARE initiators can ignite propellants through the release of plasma, or even through the use of ultraviolet heat radiation. The absorption length of a solid propellant is sufficient to be ignited by radiation from a plasma source. However, FLARE has most likely not reached optimal design requirements and further understanding of FLARE and how it works is completely necessary to ensure the evolution of the technology. If FLARE provided the XM291 gun project with the sufficient radiative heat to ignite the propellant to achieve a muzzle energy of 17 MJ one could only imagine the possibilities with a fully developed FLARE plasma igniter. Current areas of study include how plasma will affect the propellant through radiation, the deliverance of mechanical energy and heat directly and by driving gas flow. Despite these daunting tasks FLARE has been seen as the most plausible igniter for future application on ETC guns.
A coaxial igniter consists of a fully insulated conductor, covered by four strips of aluminium foil. All of this is further insulated in a tube about 1.6 cm in diameter that is perforated with small holes. The idea is to use an electrical flow through the conductor and then exploding the flow into vapour and then breaking it down into plasma. Consequently, the plasma escapes through the constant perforations throughout the insulating tube and initiates the surrounding propellant. A TCPI igniter is fitted in individual propellant cases for each round of ammunition. However, TCPI is no longer considered a viable method of propellant ignition because it may damage the fins and does not deliver energy as efficiently as a FLARE igniter.
The XM291 is the best existing example of a working electrothermal-chemical gun. It was an alternative technology to the heavier caliber 140 mm gun by using the dual-caliber approach. It uses a breech that is large enough to accept 140 mm ammunition and be mounted with both a 120 mm barrel and a 135 mm or 140 mm barrel. The XM291 also mounts a larger gun tube and a larger ignition chamber than the existing M256 L/44 main gun. Through the application of electrothermal-chemical technology the XM291 has been able to achieve muzzle energy outputs that equate that to a low-level 140 mm gun, while achieving muzzle velocities greater than those of the larger 140 mm gun. Although the XM291 does not mean that ETC technology is viable it does offer an example that it is possible.
ETC is also a more viable option than other alternatives by definition. ETC requires much less energy input from outside sources, like a battery, than a railgun or a coilgun would. Tests have shown that energy output by the propellant is higher than energy input from outside sources on ETC guns. In comparison, a railgun currently cannot achieve a higher muzzle velocity than the amount of energy input. Even at 50% efficiency a rail gun launching a projectile with a kinetic energy of 20 MJ would require an energy input into the rails of 40 MJ, and 50% efficiency has not yet been achieved. To put this into perspective, a rail gun launching at 9 MJ of energy would need roughly 32 MJ worth of energy from capacitors. Current advances in energy storage allow for energy densities as high as 2.5 MJ/dm³, which means that a battery delivering 32 MJ of energy would require a volume of 12.8 dm³ per shot; this is not a viable volume for use in a modern main battle tank, especially one designed to be lighter than existing models. There has even been discussion about eliminating the necessity for an outside electrical source in ETC ignition by initiating the plasma cartridge through a small explosive force.
Furthermore, ETC technology is not only applicable to solid propellants. To increase muzzle velocity even further electrothermal-chemical ignition can work with liquid propellants, although this would require further research into plasma ignition. ETC technology is also compatible with existing projects to reduce the amount of recoil delivered to the vehicle while firing. Understandably, recoil of a gun firing a projectile at 17 MJ or more will increase directly with the increase in muzzle energy in accordance to Newton's third law of motion and successful implementation of recoil reduction mechanisms will be vital to the installation of an ETC powered gun in an existing vehicle design. For example, OTO Melara's new lightweight 120 mm L/45 gun has achieved a recoil force of 25 t by using a longer recoil mechanism (550 mm) and a pepperpot muzzle brake. Reduction in recoil can also be achieved through mass attenuation of the thermal sleeve. The ability of ETC technology to be applied to existing gun designs means that for future gun upgrades there's no longer the necessity to redesign the turret to include a larger breech or caliber gun barrel.
Several countries have already determined that ETC technology is viable for the future and have funded indigenous projects considerably. These include the United States, Germany and the United Kingdom, amongst others. The United States' XM360, which was planned to equip the Future Combat Systems Mounted Combat System light tank and may be the M1 Abrams' next gun upgrade, is reportedly based on the XM291 and may include ETC technology, or portions of ETC technology. Tests of this gun have been performed using "precision ignition" technology, which may refer to ETC ignition. | [
{
"paragraph_id": 0,
"text": "Electrothermal-chemical (ETC) technology is an attempt to increase accuracy and muzzle energy of future tank, artillery, and close-in weapon system guns by improving the predictability and rate of expansion of propellants inside the barrel.",
"title": ""
},
{
"paragraph_id": 1,
"text": "An electrothermal-chemical gun uses a plasma cartridge to ignite and control the ammunition's propellant, using electrical energy to trigger the process. ETC increases the performance of conventional solid propellants, reduces the effect of temperature on propellant expansion and allows for more advanced, higher density propellants to be used.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The technology has been under development since the mid-1980s and in 1993 was actively being researched in the United States by the Army Research Laboratory, Sandia National Laboratories and defense industry contractors, including FMC Corporation, General Dynamics Land Systems, Olin Ordnance, and Soreq Nuclear Research Center. It is possible that electrothermal-chemical gun propulsion will be an integral part of US Army's future combat system and those of other countries such as Germany and the United Kingdom. Electrothermal-chemical technology is part of a broad research and development program that encompasses all electric gun technology, such as railguns and coil guns.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The constant battle between armour and armor-piercing round has led to continuous development of the main battle tank design. The evolution of American anti-tank weapons can be traced back to requirements to combat Soviet tanks. In the late 1980s, it was thought that the protection level of the Future Soviet Tank (FST) could exceed 700 mm of rolled homogeneous armour equivalence at its maximum thickness, which was effectively immune against the contemporary M829 armour piercing fin stabilized discarding sabot. In the 1980s the most immediate method available to NATO to counter Soviet advances in armour technology was the adoption of a 140 mm main gun, but this required a redesigned turret that could incorporate the larger breech and ammunition, and it also required some sort of automatic loader. Although the 140 mm gun was considered a real interim solution it was decided after the fall of the Soviet Union that the increase in muzzle energy it provided was not worth the increase in weight. Resources were therefore spent on research into other programs that could provide the needed muzzle energy. One of the most successful alternative technologies remains electrothermal-chemical ignition.",
"title": "Background"
},
{
"paragraph_id": 4,
"text": "Most proposed advances in gun technology are based on the assumption that the solid propellant as a stand-alone propulsion system is no longer capable of delivering the required muzzle energy. This requirement has been underscored by the appearance of the Russian T-90 main battle tank. The elongation of current gun tubes, such as the new German 120 mm L/55, which was introduced by Rheinmetall is considered only an interim solution as it does not offer the required increase in muzzle velocity. Even advanced kinetic energy ammunition such as the United States' M829A3 is considered only an interim solution against future threats. To that extent the solid propellant is considered to have reached the end of its usefulness, although it will remain the principal propulsion method for at least the next decade until newer technologies mature. To improve on the capabilities of a solid propellant weapon the electrothermal-chemical gun may see production as early as 2016.",
"title": "Background"
},
{
"paragraph_id": 5,
"text": "ETC technology offers a medium-risk upgrade and is developed to the point that further improvements are so minor that it can be considered mature. The lightweight American 120 mm XM291 came close to achieving 17 MJ of muzzle energy, which is the lower-end muzzle energy spectrum for a 140 mm gun. However, the success of the XM291 does not imply the success of ETC technology as there are key parts of the propulsion system that are not yet understood or fully developed, such as the plasma ignition process. Nevertheless, there is substantial existing evidence that ETC technology is viable and worth the money to continue development. Furthermore, it can be integrated into current gun systems.",
"title": "Background"
},
{
"paragraph_id": 6,
"text": "An electrothermal-chemical gun uses a plasma cartridge to ignite and control the ammunition's propellant, using electrical energy as a catalyst to begin the process. Originally researched by Dr. Jon Parmentola for the U.S. Army, it has grown into a very plausible successor to a standard solid propellant tank gun. Since the beginning of research the United States has funded the XM291 gun project with USD 4,000,000, basic research with USD 300,000, and applied research with USD 600,000. Since then it has been proven to work, although efficiency to the level required has not yet been accomplished. ETC increases the performance of conventional solid propellants, reduces the effect of temperature on propellant expansion and allows for more advanced, higher density propellants to be used. It will also reduce pressure placed on the barrel in comparison to alternative technologies that offer the same muzzle energy given the fact that it helps spread the propellant's gas much more smoothly during ignition. Currently, there are two principal methods of plasma initiation: the flashboard large area emitter (FLARE) and the triple coaxial plasma igniter (TCPI).",
"title": "Operational Principle"
},
{
"paragraph_id": 7,
"text": "Flashboards run in several parallel strings to provide a large area of plasma or ultraviolet radiation and uses the breakdown and vaporization of gaps of diamonds to produce the required plasma. These parallel strings are mounted in tubes and oriented to have their gaps azimuthal to the tube's axis. It discharges by using high pressure air to move air out of the way. FLARE initiators can ignite propellants through the release of plasma, or even through the use of ultraviolet heat radiation. The absorption length of a solid propellant is sufficient to be ignited by radiation from a plasma source. However, FLARE has most likely not reached optimal design requirements and further understanding of FLARE and how it works is completely necessary to ensure the evolution of the technology. If FLARE provided the XM291 gun project with the sufficient radiative heat to ignite the propellant to achieve a muzzle energy of 17 MJ one could only imagine the possibilities with a fully developed FLARE plasma igniter. Current areas of study include how plasma will affect the propellant through radiation, the deliverance of mechanical energy and heat directly and by driving gas flow. Despite these daunting tasks FLARE has been seen as the most plausible igniter for future application on ETC guns.",
"title": "Operational Principle"
},
{
"paragraph_id": 8,
"text": "A coaxial igniter consists of a fully insulated conductor, covered by four strips of aluminium foil. All of this is further insulated in a tube about 1.6 cm in diameter that is perforated with small holes. The idea is to use an electrical flow through the conductor and then exploding the flow into vapour and then breaking it down into plasma. Consequently, the plasma escapes through the constant perforations throughout the insulating tube and initiates the surrounding propellant. A TCPI igniter is fitted in individual propellant cases for each round of ammunition. However, TCPI is no longer considered a viable method of propellant ignition because it may damage the fins and does not deliver energy as efficiently as a FLARE igniter.",
"title": "Operational Principle"
},
{
"paragraph_id": 9,
"text": "The XM291 is the best existing example of a working electrothermal-chemical gun. It was an alternative technology to the heavier caliber 140 mm gun by using the dual-caliber approach. It uses a breech that is large enough to accept 140 mm ammunition and be mounted with both a 120 mm barrel and a 135 mm or 140 mm barrel. The XM291 also mounts a larger gun tube and a larger ignition chamber than the existing M256 L/44 main gun. Through the application of electrothermal-chemical technology the XM291 has been able to achieve muzzle energy outputs that equate that to a low-level 140 mm gun, while achieving muzzle velocities greater than those of the larger 140 mm gun. Although the XM291 does not mean that ETC technology is viable it does offer an example that it is possible.",
"title": "Feasibility"
},
{
"paragraph_id": 10,
"text": "ETC is also a more viable option than other alternatives by definition. ETC requires much less energy input from outside sources, like a battery, than a railgun or a coilgun would. Tests have shown that energy output by the propellant is higher than energy input from outside sources on ETC guns. In comparison, a railgun currently cannot achieve a higher muzzle velocity than the amount of energy input. Even at 50% efficiency a rail gun launching a projectile with a kinetic energy of 20 MJ would require an energy input into the rails of 40 MJ, and 50% efficiency has not yet been achieved. To put this into perspective, a rail gun launching at 9 MJ of energy would need roughly 32 MJ worth of energy from capacitors. Current advances in energy storage allow for energy densities as high as 2.5 MJ/dm³, which means that a battery delivering 32 MJ of energy would require a volume of 12.8 dm³ per shot; this is not a viable volume for use in a modern main battle tank, especially one designed to be lighter than existing models. There has even been discussion about eliminating the necessity for an outside electrical source in ETC ignition by initiating the plasma cartridge through a small explosive force.",
"title": "Feasibility"
},
{
"paragraph_id": 11,
"text": "Furthermore, ETC technology is not only applicable to solid propellants. To increase muzzle velocity even further electrothermal-chemical ignition can work with liquid propellants, although this would require further research into plasma ignition. ETC technology is also compatible with existing projects to reduce the amount of recoil delivered to the vehicle while firing. Understandably, recoil of a gun firing a projectile at 17 MJ or more will increase directly with the increase in muzzle energy in accordance to Newton's third law of motion and successful implementation of recoil reduction mechanisms will be vital to the installation of an ETC powered gun in an existing vehicle design. For example, OTO Melara's new lightweight 120 mm L/45 gun has achieved a recoil force of 25 t by using a longer recoil mechanism (550 mm) and a pepperpot muzzle brake. Reduction in recoil can also be achieved through mass attenuation of the thermal sleeve. The ability of ETC technology to be applied to existing gun designs means that for future gun upgrades there's no longer the necessity to redesign the turret to include a larger breech or caliber gun barrel.",
"title": "Feasibility"
},
{
"paragraph_id": 12,
"text": "Several countries have already determined that ETC technology is viable for the future and have funded indigenous projects considerably. These include the United States, Germany and the United Kingdom, amongst others. The United States' XM360, which was planned to equip the Future Combat Systems Mounted Combat System light tank and may be the M1 Abrams' next gun upgrade, is reportedly based on the XM291 and may include ETC technology, or portions of ETC technology. Tests of this gun have been performed using \"precision ignition\" technology, which may refer to ETC ignition.",
"title": "Feasibility"
}
]
| Electrothermal-chemical (ETC) technology is an attempt to increase accuracy and muzzle energy of future tank, artillery, and close-in weapon system guns by improving the predictability and rate of expansion of propellants inside the barrel. An electrothermal-chemical gun uses a plasma cartridge to ignite and control the ammunition's propellant, using electrical energy to trigger the process. ETC increases the performance of conventional solid propellants, reduces the effect of temperature on propellant expansion and allows for more advanced, higher density propellants to be used. The technology has been under development since the mid-1980s and in 1993 was actively being researched in the United States by the Army Research Laboratory, Sandia National Laboratories and defense industry contractors, including FMC Corporation, General Dynamics Land Systems, Olin Ordnance, and Soreq Nuclear Research Center. It is possible that electrothermal-chemical gun propulsion will be an integral part of US Army's future combat system and those of other countries such as Germany and the United Kingdom. Electrothermal-chemical technology is part of a broad research and development program that encompasses all electric gun technology, such as railguns and coil guns. | 2002-02-15T19:14:15Z | 2023-12-27T04:00:32Z | [
"Template:Refbegin",
"Template:Dead link",
"Template:Cite document",
"Template:Citation needed",
"Template:Cite book",
"Template:Pn",
"Template:Update inline",
"Template:Clarify",
"Template:Cite journal",
"Template:Cite conference",
"Template:Short description",
"Template:Cite report",
"Template:Refend",
"Template:Reflist"
]
| https://en.wikipedia.org/wiki/Electrothermal-chemical_technology |
10,384 | Boeing E-3 Sentry | The Boeing E-3 Sentry is an American airborne early warning and control (AEW&C) aircraft developed by Boeing. E-3s are commonly known as AWACS (Airborne Warning and Control System). Derived from the Boeing 707 airliner, it provides all-weather surveillance, command, control, and communications, and is used by the United States Air Force, NATO, French Air and Space Force, Royal Saudi Air Force and Chilean Air Force. The E-3 has a distinctive rotating radar dome (rotodome) above the fuselage. Production ended in 1992 after 68 aircraft had been built.
In the mid-1960s, the U.S. Air Force (USAF) was seeking an aircraft to replace its piston-engined Lockheed EC-121 Warning Star, which had been in service for over a decade. After issuing preliminary development contracts to three companies, the USAF picked Boeing to construct two airframes to test Westinghouse Electric and Hughes's competing radars. Both radars used pulse-Doppler technology, with Westinghouse's design emerging as the contract winner. Testing on the first production E-3 began in October 1975.
The first USAF E-3 was delivered in March 1977, and during the next seven years, a total of 34 aircraft were manufactured. E-3s were also purchased by NATO (18), the United Kingdom (7), France (4) and Saudi Arabia (5). In 1991, when the last aircraft had been delivered, E-3s participated in the Persian Gulf War, playing a crucial role of directing coalition aircraft against Iraqi forces.
The aircraft was also the last of the Boeing 707 derivatives after 34 years of continuous production. The aircraft's capabilities have been maintained and enhanced through numerous upgrades. In 1996, Westinghouse Electric's Defense & Electronic Systems division was acquired by Northrop Corporation, before being renamed Northrop Grumman Mission Systems, which currently supports the E-3's radar. In April 2022, the U.S. Air Force announced that the Boeing E-7 is to replace the E-3 beginning in 2027.
In 1963, the USAF asked for proposals for an Airborne Warning and Control System (AWACS) to replace its EC-121 Warning Stars, which had served in the airborne early warning role for over a decade. The new aircraft would take advantage of improvements in radar technology and computer-aided radar data analysis and data reduction. These developments allowed airborne radars to "look down", i.e. to detect the movement of low-flying aircraft, and discriminate, even over land, target aircraft's movements; previously this had been impossible due to the inability to discriminate an aircraft's track from ground clutter. Contracts were issued to Boeing, Douglas, and Lockheed, the latter being eliminated in July 1966. In 1967, a parallel program was put into place to develop the radar, with Westinghouse Electric Corporation and Hughes Aircraft being asked to compete in producing the radar system. In 1968, it was referred to as Overland Radar Technology (ORT) during development tests on the modified EC-121Q. The Westinghouse radar antenna was going to be used by whichever company won the radar competition since Westinghouse had pioneered the design of high-power radio frequency (RF) phase-shifters, which are used to both focus the RF into a pencil beam and scan electronically for altitude determination.
Boeing initially proposed a purpose-built aircraft, but tests indicated it would not outperform the already-operational 707, so the latter was chosen instead. To increase endurance, this design was to be powered by eight General Electric TF34s. It would carry its radar in a rotating dome mounted at the top of a forward-swept tail, above the fuselage. Boeing was selected ahead of McDonnell Douglas's DC-8-based proposal in July 1970. Initial orders were placed for two aircraft, designated EC-137D, as test beds to evaluate the two competing radars. As the test beds did not need the same 14-hour endurance demanded of the production aircraft, the EC-137s retained the Pratt & Whitney JT3D commercial engines, and a later reduction in the endurance requirement led to retention of the JT3D engines in production.
The first EC-137 made its maiden flight on 9 February 1972, with the fly-off between the two radars taking place from March to July of that year. Favorable test results led to the selection of Westinghouse's radar for the production aircraft. Hughes' radar was initially thought to be a certain winner due to its related development of the APG-63 radar for the new F-15 Eagle. The Westinghouse radar used a pipelined fast Fourier transform (FFT) to digitally resolve 128 Doppler frequencies, while Hughes's radars used analog filters based on the design for the F-15. Westinghouse's engineering team won this competition by using a programmable 18-bit computer whose software could be modified before each mission. This computer was the AN/AYK-8 design from the B-57G program, and designated AYK-8-EP1 for its much expanded memory. This radar also multiplexed a beyond-the-horizon (BTH) pulse mode that could complement the pulse-Doppler radar mode. This proved to be beneficial especially when the BTH mode is used to detect ships at sea when the radar beam is directed below the horizon.
Approval was given on 26 January 1973 for the full-scale development of the AWACS system. To allow further development of the aircraft's systems, orders were placed for three preproduction aircraft, the first of which performed its maiden flight in February 1975. IBM and Hazeltine were selected to develop the mission computer and display system. The IBM computer was designated 4PI, and the software was written in JOVIAL. A Semi-Automatic Ground Environment (SAGE) or back-up interceptor control (BUIC) operator would immediately be at home with the track displays and tabular displays, but differences in symbology would create compatibility problems in tactical ground radar systems in Iceland, mainland Europe, and South Korea over Link-11 (TADIL-A). In 1977, Iran placed an order for ten E-3s, however this order was cancelled following the Iranian Revolution.
Engineering, test and evaluation began on the first E-3 Sentry in October 1975. Between 1977 and 1992, a total of 68 E-3s were built.
Because the Boeing 707 is no longer in production, the E-3 mission package has been fitted into the Boeing E-767 for the Japan Air Self Defense Forces. The E-10 MC2A was intended to replace USAF E-3s—along with the RC-135 and the E-8 Joint STARS, but the program was canceled by the Department of Defense.
NATO intends to extend the operational status of its AWACS until 2035 when it is due to be replaced by the Alliance Future Surveillance and Control (AFSC) program. The Royal Air Force (RAF) chose to limit investment in its E-3D fleet in the early 2000s, diverting Sentry upgrade funds to a replacement program. On 22 March 2019, the UK Defence Secretary announced a $1.98 billion (~$2.25 billion in 2022) contract to purchase five E-7 Wedgetails. The U.S. Air Force intends to retire 15 of its 31 E-3s and acquire the E-7.
On 31 March 2023, the first E-3 was retired from service.
The E-3 Sentry's airframe is a modified Boeing 707-320B Advanced model. Modifications include a rotating radar dome (rotodome), uprated hydraulics from 241 to 345 bar (3500–5000 PSI) to drive the rotodome, single-point ground refueling, air refueling, and a bail-out tunnel or chute. A second bail-out chute was deleted to cut mounting costs.
USAF and NATO E-3s have an unrefueled range of 7,400 km (4,600 mi) or 8 hours of flying. The newer E-3 versions bought by France, Saudi Arabia, and the UK are equipped with newer CFM56-2 turbofan engines, and these can fly for about 11 hours or more than 9,250 km (5,750 mi). The Sentry's range and on-station time can be increased through air-to-air refueling and the crews can work in shifts by the use of an on-board crew rest and meals area. The aircraft are equipped with one toilet in the rear, and a urinal behind the cockpit. Saudi E-3s were delivered with an additional toilet in the rear.
When deployed, the E-3 monitors an assigned area of the battlefield and provides information for commanders of air operations to gain and maintain control of the battle; while as an air defense asset, E-3s can detect, identify, and track airborne enemy forces far from the boundaries of the U.S. or NATO countries and can direct interceptor aircraft to these targets. In support of air-to-ground operations, the E-3 can provide direct information needed for interdiction, reconnaissance, airlift, and close-air support for friendly ground forces.
The unpressurized rotodome is 30 ft (9.1 m) in diameter, 6 ft (1.8 m) thick at the center, and is held 11 ft (3.4 m) above the fuselage by 2 struts. It is tilted down at the front to reduce its aerodynamic drag, which lessens its detrimental effect on take-offs and endurance. This tilt is corrected electronically by both the radar and secondary surveillance radar antenna phase shifters. The rotodome uses bleed air, outside cooling doors, and fluorocarbon-based cold plate cooling to maintain the electronic and mechanical equipment temperatures. The hydraulically rotated antenna system permits the AN/APY-1 [uk] and AN/APY-2 passive electronically scanned array radar system to provide surveillance from the Earth's surface up into the stratosphere, over land or water.
Other major subsystems in the E-3 Sentry are navigation, communications, and computers. 14 consoles display computer-processed data in graphic and tabular format on screens. Its operators perform surveillance, identification, weapons control, battle management and communications functions. Data may be forwarded in real-time to any major command and control center in rear areas or aboard ships. In times of crisis, data may also be forwarded to the National Command Authority in the U.S. via RC-135 or aircraft carrier task forces.
Electrical generators mounted in each of the E-3's four engines provide 1 megawatt of electrical power required by the aircraft's radars and electronics. Its pulse-Doppler radar has a range of more than 250 mi (400 km) for low-flying targets at its operating altitude, and the pulse (BTH) radar has a range of approximately 400 mi (650 km) for aircraft flying at medium to high altitudes. The radar, combined with a secondary surveillance radar (SSR) and electronic support measures (ESM), provides a look down capability, to detect, identify, and track low-flying aircraft, while eliminating ground clutter returns.
Between 1987 and 2001, USAF E-3s were upgraded under the "Block 30/35 Modification Program". Enhancements included:
The Radar System Improvement Program (RSIP) was a joint US/NATO development program. RSIP enhances the operational capability of the E-3 radars' electronic countermeasures, and improves the system's reliability, maintainability, and availability. Essentially, this program replaced the older transistor-transistor logic (TTL) and emitter-coupled logic (MECL) electronic components, long-since out of production, with off-the-shelf computers that utilised a High-level programming language instead of assembly language. Significant improvement came from adding pulse compression to the pulse-Doppler mode. These hardware and software modifications improve the E-3 radars' performance, providing enhanced detection with an emphasis towards low radar cross-section (RCS) targets.
The RAF had also joined the USAF in adding RSIP to upgrade the E-3's radars. The retrofitting of the E-3 squadrons was completed in December 2000. Along with the RSIP upgrade was installation of the Global Positioning System/Inertial Navigation Systems which improved positioning accuracy. In 2002, Boeing was awarded a contract to add RSIP to the small French AWACS squadron. Installation was completed in 2006. Saudi Arabia began RSIP upgrades in 2013; the first aircraft being upgraded by Boeing in Seattle with the four remaining aircraft upgraded in Riyadh between 2014 and 2016.
Between 2000 and 2008 NATO upgraded its E-3s to Mid Term Program (MTP) standard. This involved technical upgrades and a total multi-sensor-systems integration
In 2009, the USAF, in cooperation with NATO, entered into a major flight deck avionics modernization program in order to maintain compliance with worldwide airspace mandates. The program, called DRAGON (for DMS Replacement of Avionics for Global Operation and Navigation), was awarded to Boeing and Rockwell Collins in 2010. Drawing on their Flight2 flight management system (FMS), almost all the avionics were replaced with more modern digital equipment from Rockwell Collins. Main upgrades include a Digital Audio Distribution System, Mode-5/ADS-B transponder, Inmarsat and VDL datalinks, and a terrain awareness and warning system (TAWS). The centerpiece flight deck hardware consists of five 6x8 color graphics displays and two color CDUs. DRAGON laid the foundation for subsequent upgrades including GPS M-Code, Iridium ATC, and Autopilot. USAF DRAGON Production began in 2018.
In 2014 the USAF began upgrading block 30/35 E-3B/Cs into block 40/45 E-3Gs. This upgrade replaces the main flight computer with a Red Hat Linux-based system, as well as replacing the DOS 2.0-like operating system with a Windows 95-like system on the operator workstations. In 2016, a three-week long cybersecurity vulnerability test revealed that the 40/45 block and its supporting ground equipment were vulnerable to cyber threats, and were thus deemed "not survivable." This caused a delay of approximately two years. Twenty-four E-3s are projected to complete this upgrade to 40/45 by the end of fiscal year 2020, while seven aircraft will be retired to save upgrade costs and harvest out-of-production components.
NATO intends to extend the operational status of its AWACS until 2035 by significantly upgrading fourteen aircraft in the Final Lifetime Extension Program (FLEP) between 2019 and 2026. Upgrades include the expansion of data capacity, expansion of bandwidth for satellite communications, new encryption equipment, new HAVE QUICK radios, upgraded mission computing software and new operator consoles. The supporting ground systems (mission training center and mission planning and evaluation system) will also be upgraded to the latest standard. NATO Airborne Early Warning & Control Program Management Agency (NAPMA) is the preparing and executing authority for the FLEP. FLEP will be combined with the standard planned higher echelon technical maintenance.
In March 1977 the 552nd Airborne Warning and Control Wing received the first E-3 aircraft at Tinker AFB, Oklahoma. The 34th and last USAF Sentry was delivered in June 1984. The USAF has a total of thirty E-3s in active service. Twenty-six are stationed at Tinker AFB and belong to the Air Combat Command (ACC). Four are assigned to the Pacific Air Forces (PACAF) and stationed at Kadena AB, Okinawa and Elmendorf AFB, Alaska. One aircraft (TS-3) was assigned to Boeing for testing and development (retired/scrapped June 2012).
E-3 Sentry aircraft were among the first to deploy during Operation Desert Shield, where they established a radar screen to monitor Iraqi forces. During Operation Desert Storm, E-3s flew 379 missions and logged 5,052 hours of on-station time. The data collection capability of the E-3 radar and computer subsystems allowed an entire air war to be recorded for the first time. In addition to providing senior leadership with time-critical information on the actions of enemy forces, E-3 controllers assisted in 38 of the 41 air-to-air kills recorded during the conflict.
NATO, UK, French and USAF AWACS played an important role in the air campaign against Serbia and Montenegro in the former republic of FR Yugoslavia. From March to June 1999 the aircraft were deployed in the NATO bombing of Yugoslavia (operation Allied Force) directing allied strike and air defence aircraft to and from their targets. Over 1,000 aircraft operating from bases in Germany and Italy took part in the air campaign which was intended to destroy Yugoslav air defenses and high-value targets such as the bridges across the Danube river, factories, power stations, telecommunications facilities, and military installations.
On 18 November 2015, an E-3G was deployed to the Middle East to begin flying combat missions in support of Operation Inherent Resolve against ISIL, marking the first combat deployment of the upgraded Block 40/45 aircraft.
In February 1987 the UK and France ordered E-3 aircraft in a joint project which saw deliveries start in 1991. The British requirement arose due to the cancellation of the BAE Nimrod AEW3 project. France operates its E-3F aircraft independently of NATO, UK E-3Ds formed the E-3D Component of the NATO Airborne Early Warning and Control Force (NAEWCF), receiving much of their tasking directly from NATO. However, RAF E-3Ds remain UK manned and capable of independent, national tasking. This has been done on numerous occasions, notably when E-3Ds were committed to operations over Afghanistan in 2001 and Iraq in 2003.
The UK fleet has slowly been reduced from 7 since 2011. In 2009, the UK effectively limited the service life of the E-3D fleet by de-funding the Project Eagle upgrade which would have seen it upgraded in line with the USAF Block 40/45 standard. AirForces Monthly reported that by December 2020, just 2 aircraft were available for operations at any one time. The Strategic Defence and Security Review 2015 had announced the intention to retain the E-3D fleet until 2035, however in March 2019, the Ministry of Defence announced that the E-3Ds would be replaced by five E-7 Wedgetails from 2023. The £1.51 billion contract was awarded to Boeing without a competitive procurement process, a decision criticised by both competitors of Boeing and the UK's Defence Select Committee. The 2021 Integrated Defence Review confirmed a reduced order of three aircraft. On 27 January 2015, the RAF deployed an E-3D Sentry to Cyprus in support of U.S.-led coalition airstrikes against Islamic State militants in Iraq and Syria. The last intended operational flight by an RAF E3 Sentry was supposed to be in July 2021 with the Sentry retired from service, however RAF ZH101 and ZH106 have both flown patrols over Poland / Eastern Europe during Russia's incursions into Ukraine during late February / March 2022.
In February 1987 the UK and France ordered E-3 aircraft in a joint project which saw deliveries start in 1991. France operates its E-3F aircraft independently of NATO, UK E-3Ds formed the E-3D Component of the NATO Airborne Early Warning and Control Force (NAEWCF), receiving much of their tasking directly from NATO.
France operates four aircraft, all fitted with the newer CFM56-2 engines.
3 Boeing E-3D Sentry (Sentry AEW.1) aircraft, acquired second hand from the United Kingdom in September 2021, arrived in Chile in July 2022; units ZH103 and ZH106 will join the "Grupo de Aviación N.º 10" of the II Air Brigade.
NATO acquired 18 E-3As and support equipment, with the first aircraft delivered in January 1982. The aircraft are registered in Luxembourg. The eighteen E-3s were operated by Number 1, 2 and 3 Squadrons of NATO's E-3 Component, based at NATO Air Base Geilenkirchen.
NATO E-3s participated in Operation Eagle Assist after the September 11 attacks on the World Trade Center towers and the Pentagon. NATO and RAF E-3s participated in the military intervention in Libya.
From January 2011 to September 2014, NATO E-3s were deployed to Mazar-i-Sharif International Airport, Afghanistan, as part of NATO's International Security Assistance Force (ISAF) mission. The aircraft were used for air traffic control of military aircraft over the country, as well as surveillance, and tactical management of friendly aircraft. During the mission to Afghanistan, NATO E-3s flew 1,240 missions and accumulated 12,240 flying hours.
Presently, 14 NATO E-3As are in the inventory, since one E-3 was lost in a crash and three were retired from service in 2015, 2017, and 2018. The first was due for its six-year cycle Depot Level Maintenance (DLM) inspection which would have been very costly. The "449 Retirement Project" resulted in reclamation of critical parts with a value of upwards of $40 million which will be used to support the remaining active aircraft. Some of the parts to be removed are no longer on the market or have become very expensive.
E-3s have been involved in three hull-loss accidents, and one radar antenna was destroyed during RSIP development (see photo under Avionics).
Data from : E-3 Sentry (AWACS)
General characteristics
Performance
Avionics
Related development
Aircraft of comparable role, configuration, and era
Related lists
Notes
Citations
Bibliography | [
{
"paragraph_id": 0,
"text": "The Boeing E-3 Sentry is an American airborne early warning and control (AEW&C) aircraft developed by Boeing. E-3s are commonly known as AWACS (Airborne Warning and Control System). Derived from the Boeing 707 airliner, it provides all-weather surveillance, command, control, and communications, and is used by the United States Air Force, NATO, French Air and Space Force, Royal Saudi Air Force and Chilean Air Force. The E-3 has a distinctive rotating radar dome (rotodome) above the fuselage. Production ended in 1992 after 68 aircraft had been built.",
"title": ""
},
{
"paragraph_id": 1,
"text": "In the mid-1960s, the U.S. Air Force (USAF) was seeking an aircraft to replace its piston-engined Lockheed EC-121 Warning Star, which had been in service for over a decade. After issuing preliminary development contracts to three companies, the USAF picked Boeing to construct two airframes to test Westinghouse Electric and Hughes's competing radars. Both radars used pulse-Doppler technology, with Westinghouse's design emerging as the contract winner. Testing on the first production E-3 began in October 1975.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The first USAF E-3 was delivered in March 1977, and during the next seven years, a total of 34 aircraft were manufactured. E-3s were also purchased by NATO (18), the United Kingdom (7), France (4) and Saudi Arabia (5). In 1991, when the last aircraft had been delivered, E-3s participated in the Persian Gulf War, playing a crucial role of directing coalition aircraft against Iraqi forces.",
"title": ""
},
{
"paragraph_id": 3,
"text": "The aircraft was also the last of the Boeing 707 derivatives after 34 years of continuous production. The aircraft's capabilities have been maintained and enhanced through numerous upgrades. In 1996, Westinghouse Electric's Defense & Electronic Systems division was acquired by Northrop Corporation, before being renamed Northrop Grumman Mission Systems, which currently supports the E-3's radar. In April 2022, the U.S. Air Force announced that the Boeing E-7 is to replace the E-3 beginning in 2027.",
"title": ""
},
{
"paragraph_id": 4,
"text": "In 1963, the USAF asked for proposals for an Airborne Warning and Control System (AWACS) to replace its EC-121 Warning Stars, which had served in the airborne early warning role for over a decade. The new aircraft would take advantage of improvements in radar technology and computer-aided radar data analysis and data reduction. These developments allowed airborne radars to \"look down\", i.e. to detect the movement of low-flying aircraft, and discriminate, even over land, target aircraft's movements; previously this had been impossible due to the inability to discriminate an aircraft's track from ground clutter. Contracts were issued to Boeing, Douglas, and Lockheed, the latter being eliminated in July 1966. In 1967, a parallel program was put into place to develop the radar, with Westinghouse Electric Corporation and Hughes Aircraft being asked to compete in producing the radar system. In 1968, it was referred to as Overland Radar Technology (ORT) during development tests on the modified EC-121Q. The Westinghouse radar antenna was going to be used by whichever company won the radar competition since Westinghouse had pioneered the design of high-power radio frequency (RF) phase-shifters, which are used to both focus the RF into a pencil beam and scan electronically for altitude determination.",
"title": "Development"
},
{
"paragraph_id": 5,
"text": "Boeing initially proposed a purpose-built aircraft, but tests indicated it would not outperform the already-operational 707, so the latter was chosen instead. To increase endurance, this design was to be powered by eight General Electric TF34s. It would carry its radar in a rotating dome mounted at the top of a forward-swept tail, above the fuselage. Boeing was selected ahead of McDonnell Douglas's DC-8-based proposal in July 1970. Initial orders were placed for two aircraft, designated EC-137D, as test beds to evaluate the two competing radars. As the test beds did not need the same 14-hour endurance demanded of the production aircraft, the EC-137s retained the Pratt & Whitney JT3D commercial engines, and a later reduction in the endurance requirement led to retention of the JT3D engines in production.",
"title": "Development"
},
{
"paragraph_id": 6,
"text": "The first EC-137 made its maiden flight on 9 February 1972, with the fly-off between the two radars taking place from March to July of that year. Favorable test results led to the selection of Westinghouse's radar for the production aircraft. Hughes' radar was initially thought to be a certain winner due to its related development of the APG-63 radar for the new F-15 Eagle. The Westinghouse radar used a pipelined fast Fourier transform (FFT) to digitally resolve 128 Doppler frequencies, while Hughes's radars used analog filters based on the design for the F-15. Westinghouse's engineering team won this competition by using a programmable 18-bit computer whose software could be modified before each mission. This computer was the AN/AYK-8 design from the B-57G program, and designated AYK-8-EP1 for its much expanded memory. This radar also multiplexed a beyond-the-horizon (BTH) pulse mode that could complement the pulse-Doppler radar mode. This proved to be beneficial especially when the BTH mode is used to detect ships at sea when the radar beam is directed below the horizon.",
"title": "Development"
},
{
"paragraph_id": 7,
"text": "Approval was given on 26 January 1973 for the full-scale development of the AWACS system. To allow further development of the aircraft's systems, orders were placed for three preproduction aircraft, the first of which performed its maiden flight in February 1975. IBM and Hazeltine were selected to develop the mission computer and display system. The IBM computer was designated 4PI, and the software was written in JOVIAL. A Semi-Automatic Ground Environment (SAGE) or back-up interceptor control (BUIC) operator would immediately be at home with the track displays and tabular displays, but differences in symbology would create compatibility problems in tactical ground radar systems in Iceland, mainland Europe, and South Korea over Link-11 (TADIL-A). In 1977, Iran placed an order for ten E-3s, however this order was cancelled following the Iranian Revolution.",
"title": "Development"
},
{
"paragraph_id": 8,
"text": "Engineering, test and evaluation began on the first E-3 Sentry in October 1975. Between 1977 and 1992, a total of 68 E-3s were built.",
"title": "Development"
},
{
"paragraph_id": 9,
"text": "Because the Boeing 707 is no longer in production, the E-3 mission package has been fitted into the Boeing E-767 for the Japan Air Self Defense Forces. The E-10 MC2A was intended to replace USAF E-3s—along with the RC-135 and the E-8 Joint STARS, but the program was canceled by the Department of Defense.",
"title": "Development"
},
{
"paragraph_id": 10,
"text": "NATO intends to extend the operational status of its AWACS until 2035 when it is due to be replaced by the Alliance Future Surveillance and Control (AFSC) program. The Royal Air Force (RAF) chose to limit investment in its E-3D fleet in the early 2000s, diverting Sentry upgrade funds to a replacement program. On 22 March 2019, the UK Defence Secretary announced a $1.98 billion (~$2.25 billion in 2022) contract to purchase five E-7 Wedgetails. The U.S. Air Force intends to retire 15 of its 31 E-3s and acquire the E-7.",
"title": "Development"
},
{
"paragraph_id": 11,
"text": "On 31 March 2023, the first E-3 was retired from service.",
"title": "Development"
},
{
"paragraph_id": 12,
"text": "The E-3 Sentry's airframe is a modified Boeing 707-320B Advanced model. Modifications include a rotating radar dome (rotodome), uprated hydraulics from 241 to 345 bar (3500–5000 PSI) to drive the rotodome, single-point ground refueling, air refueling, and a bail-out tunnel or chute. A second bail-out chute was deleted to cut mounting costs.",
"title": "Design"
},
{
"paragraph_id": 13,
"text": "USAF and NATO E-3s have an unrefueled range of 7,400 km (4,600 mi) or 8 hours of flying. The newer E-3 versions bought by France, Saudi Arabia, and the UK are equipped with newer CFM56-2 turbofan engines, and these can fly for about 11 hours or more than 9,250 km (5,750 mi). The Sentry's range and on-station time can be increased through air-to-air refueling and the crews can work in shifts by the use of an on-board crew rest and meals area. The aircraft are equipped with one toilet in the rear, and a urinal behind the cockpit. Saudi E-3s were delivered with an additional toilet in the rear.",
"title": "Design"
},
{
"paragraph_id": 14,
"text": "When deployed, the E-3 monitors an assigned area of the battlefield and provides information for commanders of air operations to gain and maintain control of the battle; while as an air defense asset, E-3s can detect, identify, and track airborne enemy forces far from the boundaries of the U.S. or NATO countries and can direct interceptor aircraft to these targets. In support of air-to-ground operations, the E-3 can provide direct information needed for interdiction, reconnaissance, airlift, and close-air support for friendly ground forces.",
"title": "Design"
},
{
"paragraph_id": 15,
"text": "The unpressurized rotodome is 30 ft (9.1 m) in diameter, 6 ft (1.8 m) thick at the center, and is held 11 ft (3.4 m) above the fuselage by 2 struts. It is tilted down at the front to reduce its aerodynamic drag, which lessens its detrimental effect on take-offs and endurance. This tilt is corrected electronically by both the radar and secondary surveillance radar antenna phase shifters. The rotodome uses bleed air, outside cooling doors, and fluorocarbon-based cold plate cooling to maintain the electronic and mechanical equipment temperatures. The hydraulically rotated antenna system permits the AN/APY-1 [uk] and AN/APY-2 passive electronically scanned array radar system to provide surveillance from the Earth's surface up into the stratosphere, over land or water.",
"title": "Design"
},
{
"paragraph_id": 16,
"text": "Other major subsystems in the E-3 Sentry are navigation, communications, and computers. 14 consoles display computer-processed data in graphic and tabular format on screens. Its operators perform surveillance, identification, weapons control, battle management and communications functions. Data may be forwarded in real-time to any major command and control center in rear areas or aboard ships. In times of crisis, data may also be forwarded to the National Command Authority in the U.S. via RC-135 or aircraft carrier task forces.",
"title": "Design"
},
{
"paragraph_id": 17,
"text": "Electrical generators mounted in each of the E-3's four engines provide 1 megawatt of electrical power required by the aircraft's radars and electronics. Its pulse-Doppler radar has a range of more than 250 mi (400 km) for low-flying targets at its operating altitude, and the pulse (BTH) radar has a range of approximately 400 mi (650 km) for aircraft flying at medium to high altitudes. The radar, combined with a secondary surveillance radar (SSR) and electronic support measures (ESM), provides a look down capability, to detect, identify, and track low-flying aircraft, while eliminating ground clutter returns.",
"title": "Design"
},
{
"paragraph_id": 18,
"text": "Between 1987 and 2001, USAF E-3s were upgraded under the \"Block 30/35 Modification Program\". Enhancements included:",
"title": "Design"
},
{
"paragraph_id": 19,
"text": "The Radar System Improvement Program (RSIP) was a joint US/NATO development program. RSIP enhances the operational capability of the E-3 radars' electronic countermeasures, and improves the system's reliability, maintainability, and availability. Essentially, this program replaced the older transistor-transistor logic (TTL) and emitter-coupled logic (MECL) electronic components, long-since out of production, with off-the-shelf computers that utilised a High-level programming language instead of assembly language. Significant improvement came from adding pulse compression to the pulse-Doppler mode. These hardware and software modifications improve the E-3 radars' performance, providing enhanced detection with an emphasis towards low radar cross-section (RCS) targets.",
"title": "Design"
},
{
"paragraph_id": 20,
"text": "The RAF had also joined the USAF in adding RSIP to upgrade the E-3's radars. The retrofitting of the E-3 squadrons was completed in December 2000. Along with the RSIP upgrade was installation of the Global Positioning System/Inertial Navigation Systems which improved positioning accuracy. In 2002, Boeing was awarded a contract to add RSIP to the small French AWACS squadron. Installation was completed in 2006. Saudi Arabia began RSIP upgrades in 2013; the first aircraft being upgraded by Boeing in Seattle with the four remaining aircraft upgraded in Riyadh between 2014 and 2016.",
"title": "Design"
},
{
"paragraph_id": 21,
"text": "Between 2000 and 2008 NATO upgraded its E-3s to Mid Term Program (MTP) standard. This involved technical upgrades and a total multi-sensor-systems integration",
"title": "Design"
},
{
"paragraph_id": 22,
"text": "In 2009, the USAF, in cooperation with NATO, entered into a major flight deck avionics modernization program in order to maintain compliance with worldwide airspace mandates. The program, called DRAGON (for DMS Replacement of Avionics for Global Operation and Navigation), was awarded to Boeing and Rockwell Collins in 2010. Drawing on their Flight2 flight management system (FMS), almost all the avionics were replaced with more modern digital equipment from Rockwell Collins. Main upgrades include a Digital Audio Distribution System, Mode-5/ADS-B transponder, Inmarsat and VDL datalinks, and a terrain awareness and warning system (TAWS). The centerpiece flight deck hardware consists of five 6x8 color graphics displays and two color CDUs. DRAGON laid the foundation for subsequent upgrades including GPS M-Code, Iridium ATC, and Autopilot. USAF DRAGON Production began in 2018.",
"title": "Design"
},
{
"paragraph_id": 23,
"text": "In 2014 the USAF began upgrading block 30/35 E-3B/Cs into block 40/45 E-3Gs. This upgrade replaces the main flight computer with a Red Hat Linux-based system, as well as replacing the DOS 2.0-like operating system with a Windows 95-like system on the operator workstations. In 2016, a three-week long cybersecurity vulnerability test revealed that the 40/45 block and its supporting ground equipment were vulnerable to cyber threats, and were thus deemed \"not survivable.\" This caused a delay of approximately two years. Twenty-four E-3s are projected to complete this upgrade to 40/45 by the end of fiscal year 2020, while seven aircraft will be retired to save upgrade costs and harvest out-of-production components.",
"title": "Design"
},
{
"paragraph_id": 24,
"text": "NATO intends to extend the operational status of its AWACS until 2035 by significantly upgrading fourteen aircraft in the Final Lifetime Extension Program (FLEP) between 2019 and 2026. Upgrades include the expansion of data capacity, expansion of bandwidth for satellite communications, new encryption equipment, new HAVE QUICK radios, upgraded mission computing software and new operator consoles. The supporting ground systems (mission training center and mission planning and evaluation system) will also be upgraded to the latest standard. NATO Airborne Early Warning & Control Program Management Agency (NAPMA) is the preparing and executing authority for the FLEP. FLEP will be combined with the standard planned higher echelon technical maintenance.",
"title": "Design"
},
{
"paragraph_id": 25,
"text": "In March 1977 the 552nd Airborne Warning and Control Wing received the first E-3 aircraft at Tinker AFB, Oklahoma. The 34th and last USAF Sentry was delivered in June 1984. The USAF has a total of thirty E-3s in active service. Twenty-six are stationed at Tinker AFB and belong to the Air Combat Command (ACC). Four are assigned to the Pacific Air Forces (PACAF) and stationed at Kadena AB, Okinawa and Elmendorf AFB, Alaska. One aircraft (TS-3) was assigned to Boeing for testing and development (retired/scrapped June 2012).",
"title": "Operational history"
},
{
"paragraph_id": 26,
"text": "E-3 Sentry aircraft were among the first to deploy during Operation Desert Shield, where they established a radar screen to monitor Iraqi forces. During Operation Desert Storm, E-3s flew 379 missions and logged 5,052 hours of on-station time. The data collection capability of the E-3 radar and computer subsystems allowed an entire air war to be recorded for the first time. In addition to providing senior leadership with time-critical information on the actions of enemy forces, E-3 controllers assisted in 38 of the 41 air-to-air kills recorded during the conflict.",
"title": "Operational history"
},
{
"paragraph_id": 27,
"text": "NATO, UK, French and USAF AWACS played an important role in the air campaign against Serbia and Montenegro in the former republic of FR Yugoslavia. From March to June 1999 the aircraft were deployed in the NATO bombing of Yugoslavia (operation Allied Force) directing allied strike and air defence aircraft to and from their targets. Over 1,000 aircraft operating from bases in Germany and Italy took part in the air campaign which was intended to destroy Yugoslav air defenses and high-value targets such as the bridges across the Danube river, factories, power stations, telecommunications facilities, and military installations.",
"title": "Operational history"
},
{
"paragraph_id": 28,
"text": "On 18 November 2015, an E-3G was deployed to the Middle East to begin flying combat missions in support of Operation Inherent Resolve against ISIL, marking the first combat deployment of the upgraded Block 40/45 aircraft.",
"title": "Operational history"
},
{
"paragraph_id": 29,
"text": "In February 1987 the UK and France ordered E-3 aircraft in a joint project which saw deliveries start in 1991. The British requirement arose due to the cancellation of the BAE Nimrod AEW3 project. France operates its E-3F aircraft independently of NATO, UK E-3Ds formed the E-3D Component of the NATO Airborne Early Warning and Control Force (NAEWCF), receiving much of their tasking directly from NATO. However, RAF E-3Ds remain UK manned and capable of independent, national tasking. This has been done on numerous occasions, notably when E-3Ds were committed to operations over Afghanistan in 2001 and Iraq in 2003.",
"title": "Operational history"
},
{
"paragraph_id": 30,
"text": "The UK fleet has slowly been reduced from 7 since 2011. In 2009, the UK effectively limited the service life of the E-3D fleet by de-funding the Project Eagle upgrade which would have seen it upgraded in line with the USAF Block 40/45 standard. AirForces Monthly reported that by December 2020, just 2 aircraft were available for operations at any one time. The Strategic Defence and Security Review 2015 had announced the intention to retain the E-3D fleet until 2035, however in March 2019, the Ministry of Defence announced that the E-3Ds would be replaced by five E-7 Wedgetails from 2023. The £1.51 billion contract was awarded to Boeing without a competitive procurement process, a decision criticised by both competitors of Boeing and the UK's Defence Select Committee. The 2021 Integrated Defence Review confirmed a reduced order of three aircraft. On 27 January 2015, the RAF deployed an E-3D Sentry to Cyprus in support of U.S.-led coalition airstrikes against Islamic State militants in Iraq and Syria. The last intended operational flight by an RAF E3 Sentry was supposed to be in July 2021 with the Sentry retired from service, however RAF ZH101 and ZH106 have both flown patrols over Poland / Eastern Europe during Russia's incursions into Ukraine during late February / March 2022.",
"title": "Operational history"
},
{
"paragraph_id": 31,
"text": "In February 1987 the UK and France ordered E-3 aircraft in a joint project which saw deliveries start in 1991. France operates its E-3F aircraft independently of NATO, UK E-3Ds formed the E-3D Component of the NATO Airborne Early Warning and Control Force (NAEWCF), receiving much of their tasking directly from NATO.",
"title": "Operational history"
},
{
"paragraph_id": 32,
"text": "France operates four aircraft, all fitted with the newer CFM56-2 engines.",
"title": "Operational history"
},
{
"paragraph_id": 33,
"text": "3 Boeing E-3D Sentry (Sentry AEW.1) aircraft, acquired second hand from the United Kingdom in September 2021, arrived in Chile in July 2022; units ZH103 and ZH106 will join the \"Grupo de Aviación N.º 10\" of the II Air Brigade.",
"title": "Operational history"
},
{
"paragraph_id": 34,
"text": "NATO acquired 18 E-3As and support equipment, with the first aircraft delivered in January 1982. The aircraft are registered in Luxembourg. The eighteen E-3s were operated by Number 1, 2 and 3 Squadrons of NATO's E-3 Component, based at NATO Air Base Geilenkirchen.",
"title": "Operational history"
},
{
"paragraph_id": 35,
"text": "NATO E-3s participated in Operation Eagle Assist after the September 11 attacks on the World Trade Center towers and the Pentagon. NATO and RAF E-3s participated in the military intervention in Libya.",
"title": "Operational history"
},
{
"paragraph_id": 36,
"text": "From January 2011 to September 2014, NATO E-3s were deployed to Mazar-i-Sharif International Airport, Afghanistan, as part of NATO's International Security Assistance Force (ISAF) mission. The aircraft were used for air traffic control of military aircraft over the country, as well as surveillance, and tactical management of friendly aircraft. During the mission to Afghanistan, NATO E-3s flew 1,240 missions and accumulated 12,240 flying hours.",
"title": "Operational history"
},
{
"paragraph_id": 37,
"text": "Presently, 14 NATO E-3As are in the inventory, since one E-3 was lost in a crash and three were retired from service in 2015, 2017, and 2018. The first was due for its six-year cycle Depot Level Maintenance (DLM) inspection which would have been very costly. The \"449 Retirement Project\" resulted in reclamation of critical parts with a value of upwards of $40 million which will be used to support the remaining active aircraft. Some of the parts to be removed are no longer on the market or have become very expensive.",
"title": "Operational history"
},
{
"paragraph_id": 38,
"text": "E-3s have been involved in three hull-loss accidents, and one radar antenna was destroyed during RSIP development (see photo under Avionics).",
"title": "Incidents and accidents"
},
{
"paragraph_id": 39,
"text": "Data from : E-3 Sentry (AWACS)",
"title": "Specifications (USAF/NATO)"
},
{
"paragraph_id": 40,
"text": "General characteristics",
"title": "Specifications (USAF/NATO)"
},
{
"paragraph_id": 41,
"text": "Performance",
"title": "Specifications (USAF/NATO)"
},
{
"paragraph_id": 42,
"text": "Avionics",
"title": "Specifications (USAF/NATO)"
},
{
"paragraph_id": 43,
"text": "Related development",
"title": "See also"
},
{
"paragraph_id": 44,
"text": "Aircraft of comparable role, configuration, and era",
"title": "See also"
},
{
"paragraph_id": 45,
"text": "Related lists",
"title": "See also"
},
{
"paragraph_id": 46,
"text": "Notes",
"title": "References"
},
{
"paragraph_id": 47,
"text": "Citations",
"title": "References"
},
{
"paragraph_id": 48,
"text": "Bibliography",
"title": "References"
}
]
| The Boeing E-3 Sentry is an American airborne early warning and control (AEW&C) aircraft developed by Boeing. E-3s are commonly known as AWACS. Derived from the Boeing 707 airliner, it provides all-weather surveillance, command, control, and communications, and is used by the United States Air Force, NATO, French Air and Space Force, Royal Saudi Air Force and Chilean Air Force. The E-3 has a distinctive rotating radar dome (rotodome) above the fuselage. Production ended in 1992 after 68 aircraft had been built. In the mid-1960s, the U.S. Air Force (USAF) was seeking an aircraft to replace its piston-engined Lockheed EC-121 Warning Star, which had been in service for over a decade. After issuing preliminary development contracts to three companies, the USAF picked Boeing to construct two airframes to test Westinghouse Electric and Hughes's competing radars. Both radars used pulse-Doppler technology, with Westinghouse's design emerging as the contract winner. Testing on the first production E-3 began in October 1975. The first USAF E-3 was delivered in March 1977, and during the next seven years, a total of 34 aircraft were manufactured. E-3s were also purchased by NATO (18), the United Kingdom (7), France (4) and Saudi Arabia (5). In 1991, when the last aircraft had been delivered, E-3s participated in the Persian Gulf War, playing a crucial role of directing coalition aircraft against Iraqi forces. The aircraft was also the last of the Boeing 707 derivatives after 34 years of continuous production. The aircraft's capabilities have been maintained and enhanced through numerous upgrades. In 1996, Westinghouse Electric's Defense & Electronic Systems division was acquired by Northrop Corporation, before being renamed Northrop Grumman Mission Systems, which currently supports the E-3's radar. In April 2022, the U.S. Air Force announced that the Boeing E-7 is to replace the E-3 beginning in 2027. | 2002-01-08T23:20:54Z | 2023-12-22T13:23:07Z | [
"Template:Short description",
"Template:Infobox aircraft begin",
"Template:Cite journal",
"Template:Webarchive",
"Template:Boeing military aircraft",
"Template:US EW aircraft",
"Template:Flag",
"Template:Aircontent",
"Template:Reflist",
"Template:Refbegin",
"Template:Refend",
"Template:Good article",
"Template:Infobox aircraft type",
"Template:Format price",
"Template:Clear",
"Template:Cite web",
"Template:Inflation/year",
"Template:Cvt",
"Template:Interlanguage link",
"Template:Portal",
"Template:Cite magazine",
"Template:Needs update",
"Template:Cite news",
"Template:Cite book",
"Template:Use dmy dates",
"Template:See also",
"Template:Flagu",
"Template:Aircraft specs",
"Template:Authority control",
"Template:Use American English",
"Template:Cn",
"Template:Citation needed",
"Template:Commons category",
"Template:Dead link",
"Template:707 military variants",
"Template:USAF system codes"
]
| https://en.wikipedia.org/wiki/Boeing_E-3_Sentry |
10,385 | Northrop Grumman E-8 Joint STARS | The Northrop Grumman E-8 Joint Surveillance Target Attack Radar System (Joint STARS) is a retired United States Air Force (USAF) airborne ground surveillance, battle management and command and control aircraft. It tracks ground vehicles and some aircraft, collects imagery, and relays tactical pictures to ground and air theater commanders. The aircraft was operated by both active duty USAF and Air National Guard units and also carried specially trained U.S. Army personnel as additional flight crew.
Joint STARS evolved from separate U.S. Army and Air Force (USAF) programs to develop technology to detect, locate and attack enemy armor at ranges beyond the forward area of troops. In 1982, the programs were merged and the USAF became the lead agent. The concept and sensor technology for the E-8 was developed and tested on the Tacit Blue experimental aircraft. The prime contract was awarded to Grumman Aerospace Corporation in September 1985 for two E-8A development systems.
In late 2005, Northrop Grumman was awarded a contract for upgrading engines and other systems. Pratt & Whitney, in a joint venture with Seven Q Seven (SQS), was contracted to produce and deliver JT8D-219 engines for the E-8s. Their greater efficiency would have allowed the Joint STARS to spend more time on station, take off from a wider range of runways, climb faster, fly higher, all with a much reduced cost per flying hour.
In December 2008, an E-8C test aircraft took its first flight with the new engines. In 2009, the company began engine replacement and additional upgrade efforts. The re-engining funding was halted in 2009 as the Air Force began to consider other options for performing the JSTARS mission.
The E-8C is an aircraft modified from the Boeing 707-300 series commercial airliner. The E-8 carries specialized radar, communications, operations and control subsystems. The most prominent external feature is the 40 ft (12 m) canoe-shaped radome under the forward fuselage that houses the 24 ft (7.3 m) APY-7 active electronically scanned array side looking airborne radar antenna.
The E-8C can respond quickly and effectively to support worldwide military contingency operations. It is a jam-resistant system capable of operating while experiencing heavy electronic countermeasures. The E-8C can fly a mission profile for 9 hours without refueling. Its range and on-station time can be substantially increased through in-flight refueling.
The AN/APY-7 radar can operate in wide area surveillance, ground moving target indicator (GMTI), fixed target indicator (FTI) target classification, and synthetic aperture radar (SAR) modes.
To pick up moving targets, the Doppler radar looks at the Doppler frequency shift of the returned signal. It can look from a long-range, which the military refers to as a high standoff capability. The antenna can be tilted to either side of the aircraft for a 120-degree field of view covering nearly 19,305 square miles (50,000 km) and can simultaneously track 600 targets at more than 152 miles (250 km). The GMTI modes cannot pick up objects that are too small, insufficiently dense, or stationary. Data processing allows the APY-7 to differentiate between armored vehicles (tracked tanks) and trucks, allowing targeting personnel to better select the appropriate ordnance for various targets.
The system's SAR modes can produce images of stationary objects. Objects with many angles (for example, the interior of a pick-up bed) will give a much better radar signature, or specular return. In addition to being able to detect, locate and track large numbers of ground vehicles, the radar has a limited capability to detect helicopters, rotating antennas and low, slow-moving fixed-wing aircraft.
The radar and computer subsystems on the E-8C can gather and display broad and detailed battlefield information. Data is collected as events occur. This includes position and tracking information on enemy and friendly ground forces. The information is relayed in near-real time to the US Army's common ground stations via the secure jam-resistant surveillance and control data link (SCDL) and to other ground C4I nodes beyond line-of-sight via ultra high-frequency satellite communications.
Other major E-8C prime mission equipment are the communications/datalink (COMM/DLX) and operations and control (O&C) subsystems. Eighteen operator workstations display computer-processed data in graphic and tabular format on video screens. Operators and technicians perform battle management, surveillance, weapons, intelligence, communications and maintenance functions.
Northrop Grumman has tested the installation of a MS-177 camera on an E-8C to provide real time visual target confirmation.
In missions from peacekeeping operations to major theater war, the E-8C can provide targeting data and intelligence for attack aviation, naval surface fire, field artillery and friendly maneuver forces. The information helps air and land commanders to control the battlespace.
The E-8's ground-moving radar can tell approximate number of vehicles, location, speed, and direction of travel. It cannot identify exactly what type of vehicle a target is, tell what equipment it has, or discern whether it is friendly, hostile, or a bystander, so commanders often crosscheck the JSTARS data against other sources. In the Army, JSTARS data is analyzed in and disseminated from a Ground Station Module (GSM).
The two E-8A development aircraft were deployed in 1991 to participate in Operation Desert Storm under the direction of USAF Colonel Harry H. Heimple, Program Director, even though they were still in development. The joint program accurately tracked mobile Iraqi forces, including tanks and Scud missiles. Crews flew developmental aircraft on 49 combat sorties, accumulating more than 500 combat hours and a 100% mission effectiveness rate.
These Joint STARS developmental aircraft also participated in Operation Joint Endeavor, a NATO peacekeeping mission, in December 1995. While flying in friendly air space, the test-bed E-8A and pre-production E-8C aircraft monitored ground movements to confirm compliance with the Dayton Peace Accords agreements. Crews flew 95 consecutive operational sorties and more than 1,000 flight hours with a 98% mission effectiveness rate.
The 93d Air Control Wing, which activated 29 January 1996, accepted its first aircraft on 11 June 1996, and deployed in support of Operation Joint Endeavor in October. The provisional 93d Air Expeditionary Group monitored treaty compliance while NATO rotated troops through Bosnia and Herzegovina. The first production E-8C and a pre-production E-8C flew 36 operational sorties and more than 470 flight hours with a 100% effectiveness rate. The wing declared initial operational capability 18 December 1997 after receiving the second production aircraft. Operation Allied Force saw Joint STARS in action again from February to June 1999 accumulating more than 1,000 flight hours and a 94.5% mission-effectiveness rate in support of the U.S.-lead Kosovo War.
The twelfth production aircraft, outfitted with an upgraded operations and control subsystem, was delivered to the USAF on 5 November 2001.
On 1 October 2002, the 93d Air Control Wing (93 ACW) was "blended" with the 116th Bomb Wing in a ceremony at Robins Air Force Base, Georgia. The 116 BW was an Air National Guard wing equipped with the B-1B Lancer bomber at Robins AFB. As a result of a USAF reorganization of the B-1B force, all B-1Bs were assigned to active duty wings, resulting in the 116 BW lacking a current mission. The newly created wing was designated as the 116th Air Control Wing (116 ACW). The 93 ACW was inactivated the same day. The 116 ACW constituted the first fully blended wing of active duty and Air National Guard airmen. The wing took delivery of the 17th and final E-8C on 23 March 2005.
The E-8C Joint STARS routinely supports various taskings of the Combined Force Command Korea during the North Korean winter exercise cycle and for the United Nations enforcing resolutions on Iraq.
In March 2009, a Joint STARS aircraft was damaged beyond economical repair when a test plug was left on a fuel tank vent, subsequently causing the fuel tank to rupture during in-flight refueling. There were no casualties but the aircraft sustained $25 million in damage.
In September 2009, Loren B. Thompson of the Lexington Institute raised the question of why most of the Joint STARS fleet was sitting idle instead of being used to track insurgents in Afghanistan. Thompson states that the Joint STARS' radar has an inherent capacity to find what the Army calls 'dismounted' targets—insurgents walking around or placing roadside bombs. Thompson's neutrality has been questioned by some since Lexington Institute has been heavily funded by defense contractors, including Northrop Grumman.
Recent trials of Joint STARS in Afghanistan are destined to develop tactics, techniques and procedures in tracking dismounted, moving groups of Taliban.
In January 2011, Northrop Grumman's E-8C Joint Surveillance Target Attack Radar System (Joint STARS) test bed aircraft completed the second of two deployments to Naval Air Station Point Mugu, California, in support of the U.S. Navy Joint Surface Warfare Joint Capability Technology Demonstration to test its Network-Enabled Weapon (NEW) architecture. The Joint STARS aircraft executed three Operational Utility Assessment flights and demonstrated its ability to guide anti-ship weapons against surface combatants at a variety of standoff distances in the NEW architecture.
From 2001 to January 2011 the Joint STARS fleet flew more than 63,000 hours in 5,200 combat missions in support of Operations Iraqi Freedom, Enduring Freedom and New Dawn.
On 1 October 2011, the "blended" wing construct of the 116th Air Control Wing (116 ACW), combining Air National Guard and Regular Air Force personnel in a single unit was discontinued. On this date, the 461st Air Control Wing (461 ACW) was established at Robins AFB as the Air Force's sole active duty E-8 Joint STARS wing while the 116 ACW reverted to a traditional Air National Guard wing within the Georgia Air National Guard. Both units share the same E-8 aircraft and will often fly with mixed crews, but now function as separate units.
On 1 October 2019, JSTARS ended its continuous presence in the United States Central Command (USCENTCOM) areas of responsibility. The 18–year deployment was the second-longest deployment in U.S. Air Force history. In that time, the crews and aircraft flew 10,938 sorties, and 114,426.6 combat hours.
On 11 February 2022, the first of four JSTARS out of the remaining 16 operational JSTARS was retired as detailed in the Fiscal Year 2022 National Defence Authorisation Act (NDAA). The plane (serial number 92-3289/GA) which was the first to arrive at Robins AFB in 1996 has now been transferred to the 309th Aerospace Maintenance and Regeneration Group at Davis–Monthan Air Force Base.
In late 2021 to early 2022, E-8C JSTARS aircraft deployed to Europe during the 2021-2022 Russo-Ukrainian crisis. 30 years after entering service, it was performing the type of mission it had originally been intended to: monitoring Russian military activity in Eastern Europe, which it did while operating over Ukrainian airspace until the start of the 2022 Russian invasion of Ukraine in late February 2022.
The USAF began an analysis of alternatives (AOA) in March 2010 for its next generation ground GMTI radar aircraft fleet. The study was completed in March 2012 and recommended buying a new business jet-based ISR aircraft, such as a version of the Boeing 737, and the Gulfstream 550. The Air Force said Joint STARS was expected to remain in operation through 2030.
On 23 January 2014, the USAF revealed a plan for the acquisition of a new business jet-class replacement for the E-8C Joint STARS. The program was called Joint STARS Recap and planned for the aircraft to reach initial operating capability (IOC) by 2022. The airframe would be more efficient, and separate contracts would be awarded for developing the aircraft, airborne sensor, battle management command and control (BMC2) system, and communications subsystem.
On 8 April 2014, the Air Force held an industry day for companies interested in competing for JSTARS Recap; attendees included Boeing, Bombardier Aerospace, and Gulfstream Aerospace. Air Force procurement documents called for a replacement for the Boeing 707-based E-8C as a "business jet class" airframe that is "significantly smaller and more efficient." Indicative specification were for an aircraft with a 10-13 person crew with a 3.96–6.1 m (13.0–20.0 ft) radar array and capable of flying at 38,000 ft for eight hours. In August 2015, the Air Force issued contracts to Boeing, Lockheed Martin, and Northrop Grumman for a one-year pre-engineering and manufacturing development effort to mature and test competing designs ahead of a downselect in late 2017.
During the fiscal 2019 budget rollout briefing it was announced that the Air Force will not move forward with an E-8C replacement aircraft. Funding for the JSTARS recapitalization program was instead be diverted to pay for development of an Advanced Battle Management System.
The E-8C JSTARS began to be retired in February 2022, and flew its last operational sortie on 21 September 2023. Rather than procure a replacement aircraft, the USAF intends to use a network of satellites, aircraft sensors and ground radars as a cheaper and more resilient approach to collecting similar targeting and tracking data. The JSTARS performed its last flight on 15 November 2023. The aircraft conducted some 14,000 operational sorties flying more than 141,000 hours over 32 years of service.
One E-8C was damaged beyond economical repair during an operational sortie.
Data from USAF Factsheet
General characteristics
Performance
Avionics
Related development
Aircraft of comparable role, configuration, and era
Related lists | [
{
"paragraph_id": 0,
"text": "The Northrop Grumman E-8 Joint Surveillance Target Attack Radar System (Joint STARS) is a retired United States Air Force (USAF) airborne ground surveillance, battle management and command and control aircraft. It tracks ground vehicles and some aircraft, collects imagery, and relays tactical pictures to ground and air theater commanders. The aircraft was operated by both active duty USAF and Air National Guard units and also carried specially trained U.S. Army personnel as additional flight crew.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Joint STARS evolved from separate U.S. Army and Air Force (USAF) programs to develop technology to detect, locate and attack enemy armor at ranges beyond the forward area of troops. In 1982, the programs were merged and the USAF became the lead agent. The concept and sensor technology for the E-8 was developed and tested on the Tacit Blue experimental aircraft. The prime contract was awarded to Grumman Aerospace Corporation in September 1985 for two E-8A development systems.",
"title": "Development"
},
{
"paragraph_id": 2,
"text": "In late 2005, Northrop Grumman was awarded a contract for upgrading engines and other systems. Pratt & Whitney, in a joint venture with Seven Q Seven (SQS), was contracted to produce and deliver JT8D-219 engines for the E-8s. Their greater efficiency would have allowed the Joint STARS to spend more time on station, take off from a wider range of runways, climb faster, fly higher, all with a much reduced cost per flying hour.",
"title": "Development"
},
{
"paragraph_id": 3,
"text": "In December 2008, an E-8C test aircraft took its first flight with the new engines. In 2009, the company began engine replacement and additional upgrade efforts. The re-engining funding was halted in 2009 as the Air Force began to consider other options for performing the JSTARS mission.",
"title": "Development"
},
{
"paragraph_id": 4,
"text": "The E-8C is an aircraft modified from the Boeing 707-300 series commercial airliner. The E-8 carries specialized radar, communications, operations and control subsystems. The most prominent external feature is the 40 ft (12 m) canoe-shaped radome under the forward fuselage that houses the 24 ft (7.3 m) APY-7 active electronically scanned array side looking airborne radar antenna.",
"title": "Design"
},
{
"paragraph_id": 5,
"text": "The E-8C can respond quickly and effectively to support worldwide military contingency operations. It is a jam-resistant system capable of operating while experiencing heavy electronic countermeasures. The E-8C can fly a mission profile for 9 hours without refueling. Its range and on-station time can be substantially increased through in-flight refueling.",
"title": "Design"
},
{
"paragraph_id": 6,
"text": "The AN/APY-7 radar can operate in wide area surveillance, ground moving target indicator (GMTI), fixed target indicator (FTI) target classification, and synthetic aperture radar (SAR) modes.",
"title": "Design"
},
{
"paragraph_id": 7,
"text": "To pick up moving targets, the Doppler radar looks at the Doppler frequency shift of the returned signal. It can look from a long-range, which the military refers to as a high standoff capability. The antenna can be tilted to either side of the aircraft for a 120-degree field of view covering nearly 19,305 square miles (50,000 km) and can simultaneously track 600 targets at more than 152 miles (250 km). The GMTI modes cannot pick up objects that are too small, insufficiently dense, or stationary. Data processing allows the APY-7 to differentiate between armored vehicles (tracked tanks) and trucks, allowing targeting personnel to better select the appropriate ordnance for various targets.",
"title": "Design"
},
{
"paragraph_id": 8,
"text": "The system's SAR modes can produce images of stationary objects. Objects with many angles (for example, the interior of a pick-up bed) will give a much better radar signature, or specular return. In addition to being able to detect, locate and track large numbers of ground vehicles, the radar has a limited capability to detect helicopters, rotating antennas and low, slow-moving fixed-wing aircraft.",
"title": "Design"
},
{
"paragraph_id": 9,
"text": "The radar and computer subsystems on the E-8C can gather and display broad and detailed battlefield information. Data is collected as events occur. This includes position and tracking information on enemy and friendly ground forces. The information is relayed in near-real time to the US Army's common ground stations via the secure jam-resistant surveillance and control data link (SCDL) and to other ground C4I nodes beyond line-of-sight via ultra high-frequency satellite communications.",
"title": "Design"
},
{
"paragraph_id": 10,
"text": "Other major E-8C prime mission equipment are the communications/datalink (COMM/DLX) and operations and control (O&C) subsystems. Eighteen operator workstations display computer-processed data in graphic and tabular format on video screens. Operators and technicians perform battle management, surveillance, weapons, intelligence, communications and maintenance functions.",
"title": "Design"
},
{
"paragraph_id": 11,
"text": "Northrop Grumman has tested the installation of a MS-177 camera on an E-8C to provide real time visual target confirmation.",
"title": "Design"
},
{
"paragraph_id": 12,
"text": "In missions from peacekeeping operations to major theater war, the E-8C can provide targeting data and intelligence for attack aviation, naval surface fire, field artillery and friendly maneuver forces. The information helps air and land commanders to control the battlespace.",
"title": "Design"
},
{
"paragraph_id": 13,
"text": "The E-8's ground-moving radar can tell approximate number of vehicles, location, speed, and direction of travel. It cannot identify exactly what type of vehicle a target is, tell what equipment it has, or discern whether it is friendly, hostile, or a bystander, so commanders often crosscheck the JSTARS data against other sources. In the Army, JSTARS data is analyzed in and disseminated from a Ground Station Module (GSM).",
"title": "Design"
},
{
"paragraph_id": 14,
"text": "The two E-8A development aircraft were deployed in 1991 to participate in Operation Desert Storm under the direction of USAF Colonel Harry H. Heimple, Program Director, even though they were still in development. The joint program accurately tracked mobile Iraqi forces, including tanks and Scud missiles. Crews flew developmental aircraft on 49 combat sorties, accumulating more than 500 combat hours and a 100% mission effectiveness rate.",
"title": "Operational history"
},
{
"paragraph_id": 15,
"text": "These Joint STARS developmental aircraft also participated in Operation Joint Endeavor, a NATO peacekeeping mission, in December 1995. While flying in friendly air space, the test-bed E-8A and pre-production E-8C aircraft monitored ground movements to confirm compliance with the Dayton Peace Accords agreements. Crews flew 95 consecutive operational sorties and more than 1,000 flight hours with a 98% mission effectiveness rate.",
"title": "Operational history"
},
{
"paragraph_id": 16,
"text": "The 93d Air Control Wing, which activated 29 January 1996, accepted its first aircraft on 11 June 1996, and deployed in support of Operation Joint Endeavor in October. The provisional 93d Air Expeditionary Group monitored treaty compliance while NATO rotated troops through Bosnia and Herzegovina. The first production E-8C and a pre-production E-8C flew 36 operational sorties and more than 470 flight hours with a 100% effectiveness rate. The wing declared initial operational capability 18 December 1997 after receiving the second production aircraft. Operation Allied Force saw Joint STARS in action again from February to June 1999 accumulating more than 1,000 flight hours and a 94.5% mission-effectiveness rate in support of the U.S.-lead Kosovo War.",
"title": "Operational history"
},
{
"paragraph_id": 17,
"text": "The twelfth production aircraft, outfitted with an upgraded operations and control subsystem, was delivered to the USAF on 5 November 2001.",
"title": "Operational history"
},
{
"paragraph_id": 18,
"text": "On 1 October 2002, the 93d Air Control Wing (93 ACW) was \"blended\" with the 116th Bomb Wing in a ceremony at Robins Air Force Base, Georgia. The 116 BW was an Air National Guard wing equipped with the B-1B Lancer bomber at Robins AFB. As a result of a USAF reorganization of the B-1B force, all B-1Bs were assigned to active duty wings, resulting in the 116 BW lacking a current mission. The newly created wing was designated as the 116th Air Control Wing (116 ACW). The 93 ACW was inactivated the same day. The 116 ACW constituted the first fully blended wing of active duty and Air National Guard airmen. The wing took delivery of the 17th and final E-8C on 23 March 2005.",
"title": "Operational history"
},
{
"paragraph_id": 19,
"text": "The E-8C Joint STARS routinely supports various taskings of the Combined Force Command Korea during the North Korean winter exercise cycle and for the United Nations enforcing resolutions on Iraq.",
"title": "Operational history"
},
{
"paragraph_id": 20,
"text": "In March 2009, a Joint STARS aircraft was damaged beyond economical repair when a test plug was left on a fuel tank vent, subsequently causing the fuel tank to rupture during in-flight refueling. There were no casualties but the aircraft sustained $25 million in damage.",
"title": "Operational history"
},
{
"paragraph_id": 21,
"text": "In September 2009, Loren B. Thompson of the Lexington Institute raised the question of why most of the Joint STARS fleet was sitting idle instead of being used to track insurgents in Afghanistan. Thompson states that the Joint STARS' radar has an inherent capacity to find what the Army calls 'dismounted' targets—insurgents walking around or placing roadside bombs. Thompson's neutrality has been questioned by some since Lexington Institute has been heavily funded by defense contractors, including Northrop Grumman.",
"title": "Operational history"
},
{
"paragraph_id": 22,
"text": "Recent trials of Joint STARS in Afghanistan are destined to develop tactics, techniques and procedures in tracking dismounted, moving groups of Taliban.",
"title": "Operational history"
},
{
"paragraph_id": 23,
"text": "In January 2011, Northrop Grumman's E-8C Joint Surveillance Target Attack Radar System (Joint STARS) test bed aircraft completed the second of two deployments to Naval Air Station Point Mugu, California, in support of the U.S. Navy Joint Surface Warfare Joint Capability Technology Demonstration to test its Network-Enabled Weapon (NEW) architecture. The Joint STARS aircraft executed three Operational Utility Assessment flights and demonstrated its ability to guide anti-ship weapons against surface combatants at a variety of standoff distances in the NEW architecture.",
"title": "Operational history"
},
{
"paragraph_id": 24,
"text": "From 2001 to January 2011 the Joint STARS fleet flew more than 63,000 hours in 5,200 combat missions in support of Operations Iraqi Freedom, Enduring Freedom and New Dawn.",
"title": "Operational history"
},
{
"paragraph_id": 25,
"text": "On 1 October 2011, the \"blended\" wing construct of the 116th Air Control Wing (116 ACW), combining Air National Guard and Regular Air Force personnel in a single unit was discontinued. On this date, the 461st Air Control Wing (461 ACW) was established at Robins AFB as the Air Force's sole active duty E-8 Joint STARS wing while the 116 ACW reverted to a traditional Air National Guard wing within the Georgia Air National Guard. Both units share the same E-8 aircraft and will often fly with mixed crews, but now function as separate units.",
"title": "Operational history"
},
{
"paragraph_id": 26,
"text": "On 1 October 2019, JSTARS ended its continuous presence in the United States Central Command (USCENTCOM) areas of responsibility. The 18–year deployment was the second-longest deployment in U.S. Air Force history. In that time, the crews and aircraft flew 10,938 sorties, and 114,426.6 combat hours.",
"title": "Operational history"
},
{
"paragraph_id": 27,
"text": "On 11 February 2022, the first of four JSTARS out of the remaining 16 operational JSTARS was retired as detailed in the Fiscal Year 2022 National Defence Authorisation Act (NDAA). The plane (serial number 92-3289/GA) which was the first to arrive at Robins AFB in 1996 has now been transferred to the 309th Aerospace Maintenance and Regeneration Group at Davis–Monthan Air Force Base.",
"title": "Operational history"
},
{
"paragraph_id": 28,
"text": "In late 2021 to early 2022, E-8C JSTARS aircraft deployed to Europe during the 2021-2022 Russo-Ukrainian crisis. 30 years after entering service, it was performing the type of mission it had originally been intended to: monitoring Russian military activity in Eastern Europe, which it did while operating over Ukrainian airspace until the start of the 2022 Russian invasion of Ukraine in late February 2022.",
"title": "Operational history"
},
{
"paragraph_id": 29,
"text": "The USAF began an analysis of alternatives (AOA) in March 2010 for its next generation ground GMTI radar aircraft fleet. The study was completed in March 2012 and recommended buying a new business jet-based ISR aircraft, such as a version of the Boeing 737, and the Gulfstream 550. The Air Force said Joint STARS was expected to remain in operation through 2030.",
"title": "Operational history"
},
{
"paragraph_id": 30,
"text": "On 23 January 2014, the USAF revealed a plan for the acquisition of a new business jet-class replacement for the E-8C Joint STARS. The program was called Joint STARS Recap and planned for the aircraft to reach initial operating capability (IOC) by 2022. The airframe would be more efficient, and separate contracts would be awarded for developing the aircraft, airborne sensor, battle management command and control (BMC2) system, and communications subsystem.",
"title": "Operational history"
},
{
"paragraph_id": 31,
"text": "On 8 April 2014, the Air Force held an industry day for companies interested in competing for JSTARS Recap; attendees included Boeing, Bombardier Aerospace, and Gulfstream Aerospace. Air Force procurement documents called for a replacement for the Boeing 707-based E-8C as a \"business jet class\" airframe that is \"significantly smaller and more efficient.\" Indicative specification were for an aircraft with a 10-13 person crew with a 3.96–6.1 m (13.0–20.0 ft) radar array and capable of flying at 38,000 ft for eight hours. In August 2015, the Air Force issued contracts to Boeing, Lockheed Martin, and Northrop Grumman for a one-year pre-engineering and manufacturing development effort to mature and test competing designs ahead of a downselect in late 2017.",
"title": "Operational history"
},
{
"paragraph_id": 32,
"text": "During the fiscal 2019 budget rollout briefing it was announced that the Air Force will not move forward with an E-8C replacement aircraft. Funding for the JSTARS recapitalization program was instead be diverted to pay for development of an Advanced Battle Management System.",
"title": "Operational history"
},
{
"paragraph_id": 33,
"text": "The E-8C JSTARS began to be retired in February 2022, and flew its last operational sortie on 21 September 2023. Rather than procure a replacement aircraft, the USAF intends to use a network of satellites, aircraft sensors and ground radars as a cheaper and more resilient approach to collecting similar targeting and tracking data. The JSTARS performed its last flight on 15 November 2023. The aircraft conducted some 14,000 operational sorties flying more than 141,000 hours over 32 years of service.",
"title": "Operational history"
},
{
"paragraph_id": 34,
"text": "One E-8C was damaged beyond economical repair during an operational sortie.",
"title": "Accidents"
},
{
"paragraph_id": 35,
"text": "Data from USAF Factsheet",
"title": "Specifications (E-8C)"
},
{
"paragraph_id": 36,
"text": "General characteristics",
"title": "Specifications (E-8C)"
},
{
"paragraph_id": 37,
"text": "Performance",
"title": "Specifications (E-8C)"
},
{
"paragraph_id": 38,
"text": "Avionics",
"title": "Specifications (E-8C)"
},
{
"paragraph_id": 39,
"text": "Related development",
"title": "See also"
},
{
"paragraph_id": 40,
"text": "Aircraft of comparable role, configuration, and era",
"title": "See also"
},
{
"paragraph_id": 41,
"text": "Related lists",
"title": "See also"
}
]
| The Northrop Grumman E-8 Joint Surveillance Target Attack Radar System is a retired United States Air Force (USAF) airborne ground surveillance, battle management and command and control aircraft. It tracks ground vehicles and some aircraft, collects imagery, and relays tactical pictures to ground and air theater commanders. The aircraft was operated by both active duty USAF and Air National Guard units and also carried specially trained U.S. Army personnel as additional flight crew. | 2002-01-09T01:14:57Z | 2023-12-13T20:33:27Z | [
"Template:USAF system codes",
"Template:Short description",
"Template:Expand section",
"Template:Portal",
"Template:Aircontent",
"Template:Webarchive",
"Template:Grumman aircraft",
"Template:Aircraft specs",
"Template:Reflist",
"Template:Cite web",
"Template:Cite book",
"Template:707 military variants",
"Template:Infobox aircraft begin",
"Template:More citations needed",
"Template:Convert",
"Template:US Air Force",
"Template:US EW aircraft",
"Template:Infobox aircraft type",
"Template:USA",
"Template:Commons category"
]
| https://en.wikipedia.org/wiki/Northrop_Grumman_E-8_Joint_STARS |
10,388 | Eric Cheney | Eric Cheney (5 January 1924 – 30 December 2001) was an English motorcycle racer, designer and independent constructor. He was known as one of the best motorcycle frame designers of his era, concentrating mainly in the off-road competition aftermarket.
Cheney attended a school in Winchester based on Lancasterian principles before joining the Royal Navy at the age of 18, where he served on wartime Arctic convoys and in motor torpedo boats and gained experience of engineering and working on high performance engines. Cheney also worked on the development of remote controlled submarines for the Royal Navy.
After World War II, Cheney joined the motorcycle dealers Archers of Aldershot as a mechanic. Cheney began racing motocross and became one Britain's best riders, along with his travelling companion Les Archer, who went on to become European champion. He had ten successful years on the Continental circuit but a prolonged illness due to an infection contracted while racing in Algeria ended his riding career. He moved into bike preparation and designs for motorcycle chassis and suspension systems.
Cheney had no formal training as a motorcycle designer yet was able to create original and high-performance motorcycle chassis designs working in a simple workshop that was essentially a domestic garage. His approach has been described as "like a medieval engineer" as in an age of computer-aided design and significant resources for research and development teams, he worked entirely by intuition. Eric relied on his long personal experience of international off-road competition riding and would prepare his initial designs for a new motorcycle frame in chalk on the wall of his workshop. Experimenting with different lines until he was satisfied, Cheney would then form the steel tubing using his chalk drawings as a guide. Only when he had built a working prototype motorcycle would he start work on a final jig for mass production. He was once quoted as saying "I know when it's right and it screams at me when it's wrong."
In the late 1960s, the British motorcycle industry was unable to support a national team to compete in the International Six Days Trial so, Cheney hand built a limited number of ISDT Cheney-Triumphs using his own design of twin down-tube frame with a specially tuned Triumph 5TA engine. Fitted with tapered conical hubs, special motocross forks and large alloy fuel tanks, a Cheney Triumph was first used in the 1968 British Trophy Team. In 1970 and 1971 three 504cc Cheney Triumphs were used by the British team in the ISDT, in which Cheney won a manufacturer's prize. Replicas were built, but production was short-lived due to a shortage of engines.
Cheney's most noted successes were in the Grand Prix road racing championships, with Phil Read using his chassis in tandem with a Yamaha engine to win the 1971 250cc world championship. His designs were the last British ones to win a Grand Prix. He never worked for any of the major manufacturers but maintained a productive relationship with BSA in its heyday. After the demise of BSA in 1972, Cheney joined with former BSA factory rider John Banks to develop and campaign a highly successful BSA powered motocross bike.
Some of Cheney's motorcycle designs are now famous in their own right, such as the competition BSA Gold Stars of Jerry Scott and Keith Hickman and the John Banks replica which used a BSA B50 engine specially tuned by Cheney. He also built some racing frames for Suzuki Grand Prix motorcycles in 1968 and, it has been suggested that Suzuki engineers incorporated features of Cheney's designs, such as magnesium hubs and lower fork legs into production road going motorcycles. Cheney's company was originally known as Eric Cheney Designs, then changed to Inter-Moto, now known as Cheney Racing.
American actor Steve McQueen, an experienced off-road rider who represented the United States in the ISDT bought a number of Cheney's motorcycles at full price because he considered them better than other makes. | [
{
"paragraph_id": 0,
"text": "Eric Cheney (5 January 1924 – 30 December 2001) was an English motorcycle racer, designer and independent constructor. He was known as one of the best motorcycle frame designers of his era, concentrating mainly in the off-road competition aftermarket.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Cheney attended a school in Winchester based on Lancasterian principles before joining the Royal Navy at the age of 18, where he served on wartime Arctic convoys and in motor torpedo boats and gained experience of engineering and working on high performance engines. Cheney also worked on the development of remote controlled submarines for the Royal Navy.",
"title": "Early life"
},
{
"paragraph_id": 2,
"text": "After World War II, Cheney joined the motorcycle dealers Archers of Aldershot as a mechanic. Cheney began racing motocross and became one Britain's best riders, along with his travelling companion Les Archer, who went on to become European champion. He had ten successful years on the Continental circuit but a prolonged illness due to an infection contracted while racing in Algeria ended his riding career. He moved into bike preparation and designs for motorcycle chassis and suspension systems.",
"title": "Career"
},
{
"paragraph_id": 3,
"text": "Cheney had no formal training as a motorcycle designer yet was able to create original and high-performance motorcycle chassis designs working in a simple workshop that was essentially a domestic garage. His approach has been described as \"like a medieval engineer\" as in an age of computer-aided design and significant resources for research and development teams, he worked entirely by intuition. Eric relied on his long personal experience of international off-road competition riding and would prepare his initial designs for a new motorcycle frame in chalk on the wall of his workshop. Experimenting with different lines until he was satisfied, Cheney would then form the steel tubing using his chalk drawings as a guide. Only when he had built a working prototype motorcycle would he start work on a final jig for mass production. He was once quoted as saying \"I know when it's right and it screams at me when it's wrong.\"",
"title": "Career"
},
{
"paragraph_id": 4,
"text": "In the late 1960s, the British motorcycle industry was unable to support a national team to compete in the International Six Days Trial so, Cheney hand built a limited number of ISDT Cheney-Triumphs using his own design of twin down-tube frame with a specially tuned Triumph 5TA engine. Fitted with tapered conical hubs, special motocross forks and large alloy fuel tanks, a Cheney Triumph was first used in the 1968 British Trophy Team. In 1970 and 1971 three 504cc Cheney Triumphs were used by the British team in the ISDT, in which Cheney won a manufacturer's prize. Replicas were built, but production was short-lived due to a shortage of engines.",
"title": "Career"
},
{
"paragraph_id": 5,
"text": "Cheney's most noted successes were in the Grand Prix road racing championships, with Phil Read using his chassis in tandem with a Yamaha engine to win the 1971 250cc world championship. His designs were the last British ones to win a Grand Prix. He never worked for any of the major manufacturers but maintained a productive relationship with BSA in its heyday. After the demise of BSA in 1972, Cheney joined with former BSA factory rider John Banks to develop and campaign a highly successful BSA powered motocross bike.",
"title": "Career"
},
{
"paragraph_id": 6,
"text": "Some of Cheney's motorcycle designs are now famous in their own right, such as the competition BSA Gold Stars of Jerry Scott and Keith Hickman and the John Banks replica which used a BSA B50 engine specially tuned by Cheney. He also built some racing frames for Suzuki Grand Prix motorcycles in 1968 and, it has been suggested that Suzuki engineers incorporated features of Cheney's designs, such as magnesium hubs and lower fork legs into production road going motorcycles. Cheney's company was originally known as Eric Cheney Designs, then changed to Inter-Moto, now known as Cheney Racing.",
"title": "Career"
},
{
"paragraph_id": 7,
"text": "American actor Steve McQueen, an experienced off-road rider who represented the United States in the ISDT bought a number of Cheney's motorcycles at full price because he considered them better than other makes.",
"title": "Steve McQueen"
}
]
| Eric Cheney was an English motorcycle racer, designer and independent constructor. He was known as one of the best motorcycle frame designers of his era, concentrating mainly in the off-road competition aftermarket. | 2022-10-04T03:54:37Z | [
"Template:Cite web",
"Template:Cite book",
"Template:Authority control",
"Template:Use dmy dates",
"Template:Use British English",
"Template:Infobox person",
"Template:Reflist",
"Template:Cite news"
]
| https://en.wikipedia.org/wiki/Eric_Cheney |
|
10,390 | Econometrics | Econometrics is an application of statistical methods to economic data in order to give empirical content to economic relationships. More precisely, it is "the quantitative analysis of actual economic phenomena based on the concurrent development of theory and observation, related by appropriate methods of inference". An introductory economics textbook describes econometrics as allowing economists "to sift through mountains of data to extract simple relationships". Jan Tinbergen is one of the two founding fathers of econometrics. The other, Ragnar Frisch, also coined the term in the sense in which it is used today.
A basic tool for econometrics is the multiple linear regression model. Econometric theory uses statistical theory and mathematical statistics to evaluate and develop econometric methods. Econometricians try to find estimators that have desirable statistical properties including unbiasedness, efficiency, and consistency. Applied econometrics uses theoretical econometrics and real-world data for assessing economic theories, developing econometric models, analysing economic history, and forecasting.
A basic tool for econometrics is the multiple linear regression model. In modern econometrics, other statistical tools are frequently used, but linear regression is still the most frequently used starting point for an analysis. Estimating a linear regression on two variables can be visualised as fitting a line through data points representing paired values of the independent and dependent variables.
For example, consider Okun's law, which relates GDP growth to the unemployment rate. This relationship is represented in a linear regression where the change in unemployment rate ( Δ Unemployment {\displaystyle \Delta \ {\text{Unemployment}}} ) is a function of an intercept ( β 0 {\displaystyle \beta _{0}} ), a given value of GDP growth multiplied by a slope coefficient β 1 {\displaystyle \beta _{1}} and an error term, ε {\displaystyle \varepsilon } :
The unknown parameters β 0 {\displaystyle \beta _{0}} and β 1 {\displaystyle \beta _{1}} can be estimated. Here β 0 {\displaystyle \beta _{0}} is estimated to be 0.83 and β 1 {\displaystyle \beta _{1}} is estimated to be -1.77. This means that if GDP growth increased by one percentage point, the unemployment rate would be predicted to drop by 1.77 * 1 points, other things held constant. The model could then be tested for statistical significance as to whether an increase in GDP growth is associated with a decrease in the unemployment, as hypothesized. If the estimate of β 1 {\displaystyle \beta _{1}} were not significantly different from 0, the test would fail to find evidence that changes in the growth rate and unemployment rate were related. The variance in a prediction of the dependent variable (unemployment) as a function of the independent variable (GDP growth) is given in polynomial least squares.
Econometric theory uses statistical theory and mathematical statistics to evaluate and develop econometric methods. Econometricians try to find estimators that have desirable statistical properties including unbiasedness, efficiency, and consistency. An estimator is unbiased if its expected value is the true value of the parameter; it is consistent if it converges to the true value as the sample size gets larger, and it is efficient if the estimator has lower standard error than other unbiased estimators for a given sample size. Ordinary least squares (OLS) is often used for estimation since it provides the BLUE or "best linear unbiased estimator" (where "best" means most efficient, unbiased estimator) given the Gauss-Markov assumptions. When these assumptions are violated or other statistical properties are desired, other estimation techniques such as maximum likelihood estimation, generalized method of moments, or generalized least squares are used. Estimators that incorporate prior beliefs are advocated by those who favour Bayesian statistics over traditional, classical or "frequentist" approaches.
Applied econometrics uses theoretical econometrics and real-world data for assessing economic theories, developing econometric models, analysing economic history, and forecasting.
Econometrics may use standard statistical models to study economic questions, but most often they are with observational data, rather than in controlled experiments. In this, the design of observational studies in econometrics is similar to the design of studies in other observational disciplines, such as astronomy, epidemiology, sociology and political science. Analysis of data from an observational study is guided by the study protocol, although exploratory data analysis may be useful for generating new hypotheses. Economics often analyses systems of equations and inequalities, such as supply and demand hypothesized to be in equilibrium. Consequently, the field of econometrics has developed methods for identification and estimation of simultaneous equations models. These methods are analogous to methods used in other areas of science, such as the field of system identification in systems analysis and control theory. Such methods may allow researchers to estimate models and investigate their empirical consequences, without directly manipulating the system.
One of the fundamental statistical methods used by econometricians is regression analysis. Regression methods are important in econometrics because economists typically cannot use controlled experiments. Typically, the most readily available data is retrospective. However, retrospective analysis of observational data may be subject to omitted-variable bias, reverse causality, or other limitations that cast doubt on causal interpretation of the correlations.
In the absence of evidence from controlled experiments, econometricians often seek illuminating natural experiments or apply quasi-experimental methods to draw credible causal inference. The methods include regression discontinuity design, instrumental variables, and difference-in-differences.
A simple example of a relationship in econometrics from the field of labour economics is:
This example assumes that the natural logarithm of a person's wage is a linear function of the number of years of education that person has acquired. The parameter β 1 {\displaystyle \beta _{1}} measures the increase in the natural log of the wage attributable to one more year of education. The term ε {\displaystyle \varepsilon } is a random variable representing all other factors that may have direct influence on wage. The econometric goal is to estimate the parameters, β 0 and β 1 {\displaystyle \beta _{0}{\mbox{ and }}\beta _{1}} under specific assumptions about the random variable ε {\displaystyle \varepsilon } . For example, if ε {\displaystyle \varepsilon } is uncorrelated with years of education, then the equation can be estimated with ordinary least squares.
If the researcher could randomly assign people to different levels of education, the data set thus generated would allow estimation of the effect of changes in years of education on wages. In reality, those experiments cannot be conducted. Instead, the econometrician observes the years of education of and the wages paid to people who differ along many dimensions. Given this kind of data, the estimated coefficient on Years of Education in the equation above reflects both the effect of education on wages and the effect of other variables on wages, if those other variables were correlated with education. For example, people born in certain places may have higher wages and higher levels of education. Unless the econometrician controls for place of birth in the above equation, the effect of birthplace on wages may be falsely attributed to the effect of education on wages.
The most obvious way to control for birthplace is to include a measure of the effect of birthplace in the equation above. Exclusion of birthplace, together with the assumption that ϵ {\displaystyle \epsilon } is uncorrelated with education produces a misspecified model. Another technique is to include in the equation additional set of measured covariates which are not instrumental variables, yet render β 1 {\displaystyle \beta _{1}} identifiable. An overview of econometric methods used to study this problem were provided by Card (1999).
The main journals that publish work in econometrics are Econometrica, the Journal of Econometrics, The Review of Economics and Statistics, Econometric Theory, the Journal of Applied Econometrics, Econometric Reviews, The Econometrics Journal, and the Journal of Business & Economic Statistics.
Like other forms of statistical analysis, badly specified econometric models may show a spurious relationship where two variables are correlated but causally unrelated. In a study of the use of econometrics in major economics journals, McCloskey concluded that some economists report p-values (following the Fisherian tradition of tests of significance of point null-hypotheses) and neglect concerns of type II errors; some economists fail to report estimates of the size of effects (apart from statistical significance) and to discuss their economic importance. She also argues that some economists also fail to use economic reasoning for model selection, especially for deciding which variables to include in a regression.
In some cases, economic variables cannot be experimentally manipulated as treatments randomly assigned to subjects. In such cases, economists rely on observational studies, often using data sets with many strongly associated covariates, resulting in enormous numbers of models with similar explanatory ability but different covariates and regression estimates. Regarding the plurality of models compatible with observational data-sets, Edward Leamer urged that "professionals ... properly withhold belief until an inference can be shown to be adequately insensitive to the choice of assumptions". | [
{
"paragraph_id": 0,
"text": "Econometrics is an application of statistical methods to economic data in order to give empirical content to economic relationships. More precisely, it is \"the quantitative analysis of actual economic phenomena based on the concurrent development of theory and observation, related by appropriate methods of inference\". An introductory economics textbook describes econometrics as allowing economists \"to sift through mountains of data to extract simple relationships\". Jan Tinbergen is one of the two founding fathers of econometrics. The other, Ragnar Frisch, also coined the term in the sense in which it is used today.",
"title": ""
},
{
"paragraph_id": 1,
"text": "A basic tool for econometrics is the multiple linear regression model. Econometric theory uses statistical theory and mathematical statistics to evaluate and develop econometric methods. Econometricians try to find estimators that have desirable statistical properties including unbiasedness, efficiency, and consistency. Applied econometrics uses theoretical econometrics and real-world data for assessing economic theories, developing econometric models, analysing economic history, and forecasting.",
"title": ""
},
{
"paragraph_id": 2,
"text": "A basic tool for econometrics is the multiple linear regression model. In modern econometrics, other statistical tools are frequently used, but linear regression is still the most frequently used starting point for an analysis. Estimating a linear regression on two variables can be visualised as fitting a line through data points representing paired values of the independent and dependent variables.",
"title": "Basic models: linear regression"
},
{
"paragraph_id": 3,
"text": "For example, consider Okun's law, which relates GDP growth to the unemployment rate. This relationship is represented in a linear regression where the change in unemployment rate ( Δ Unemployment {\\displaystyle \\Delta \\ {\\text{Unemployment}}} ) is a function of an intercept ( β 0 {\\displaystyle \\beta _{0}} ), a given value of GDP growth multiplied by a slope coefficient β 1 {\\displaystyle \\beta _{1}} and an error term, ε {\\displaystyle \\varepsilon } :",
"title": "Basic models: linear regression"
},
{
"paragraph_id": 4,
"text": "The unknown parameters β 0 {\\displaystyle \\beta _{0}} and β 1 {\\displaystyle \\beta _{1}} can be estimated. Here β 0 {\\displaystyle \\beta _{0}} is estimated to be 0.83 and β 1 {\\displaystyle \\beta _{1}} is estimated to be -1.77. This means that if GDP growth increased by one percentage point, the unemployment rate would be predicted to drop by 1.77 * 1 points, other things held constant. The model could then be tested for statistical significance as to whether an increase in GDP growth is associated with a decrease in the unemployment, as hypothesized. If the estimate of β 1 {\\displaystyle \\beta _{1}} were not significantly different from 0, the test would fail to find evidence that changes in the growth rate and unemployment rate were related. The variance in a prediction of the dependent variable (unemployment) as a function of the independent variable (GDP growth) is given in polynomial least squares.",
"title": "Basic models: linear regression"
},
{
"paragraph_id": 5,
"text": "Econometric theory uses statistical theory and mathematical statistics to evaluate and develop econometric methods. Econometricians try to find estimators that have desirable statistical properties including unbiasedness, efficiency, and consistency. An estimator is unbiased if its expected value is the true value of the parameter; it is consistent if it converges to the true value as the sample size gets larger, and it is efficient if the estimator has lower standard error than other unbiased estimators for a given sample size. Ordinary least squares (OLS) is often used for estimation since it provides the BLUE or \"best linear unbiased estimator\" (where \"best\" means most efficient, unbiased estimator) given the Gauss-Markov assumptions. When these assumptions are violated or other statistical properties are desired, other estimation techniques such as maximum likelihood estimation, generalized method of moments, or generalized least squares are used. Estimators that incorporate prior beliefs are advocated by those who favour Bayesian statistics over traditional, classical or \"frequentist\" approaches.",
"title": "Theory"
},
{
"paragraph_id": 6,
"text": "Applied econometrics uses theoretical econometrics and real-world data for assessing economic theories, developing econometric models, analysing economic history, and forecasting.",
"title": "Methods"
},
{
"paragraph_id": 7,
"text": "Econometrics may use standard statistical models to study economic questions, but most often they are with observational data, rather than in controlled experiments. In this, the design of observational studies in econometrics is similar to the design of studies in other observational disciplines, such as astronomy, epidemiology, sociology and political science. Analysis of data from an observational study is guided by the study protocol, although exploratory data analysis may be useful for generating new hypotheses. Economics often analyses systems of equations and inequalities, such as supply and demand hypothesized to be in equilibrium. Consequently, the field of econometrics has developed methods for identification and estimation of simultaneous equations models. These methods are analogous to methods used in other areas of science, such as the field of system identification in systems analysis and control theory. Such methods may allow researchers to estimate models and investigate their empirical consequences, without directly manipulating the system.",
"title": "Methods"
},
{
"paragraph_id": 8,
"text": "One of the fundamental statistical methods used by econometricians is regression analysis. Regression methods are important in econometrics because economists typically cannot use controlled experiments. Typically, the most readily available data is retrospective. However, retrospective analysis of observational data may be subject to omitted-variable bias, reverse causality, or other limitations that cast doubt on causal interpretation of the correlations.",
"title": "Methods"
},
{
"paragraph_id": 9,
"text": "In the absence of evidence from controlled experiments, econometricians often seek illuminating natural experiments or apply quasi-experimental methods to draw credible causal inference. The methods include regression discontinuity design, instrumental variables, and difference-in-differences.",
"title": "Methods"
},
{
"paragraph_id": 10,
"text": "A simple example of a relationship in econometrics from the field of labour economics is:",
"title": "Example"
},
{
"paragraph_id": 11,
"text": "This example assumes that the natural logarithm of a person's wage is a linear function of the number of years of education that person has acquired. The parameter β 1 {\\displaystyle \\beta _{1}} measures the increase in the natural log of the wage attributable to one more year of education. The term ε {\\displaystyle \\varepsilon } is a random variable representing all other factors that may have direct influence on wage. The econometric goal is to estimate the parameters, β 0 and β 1 {\\displaystyle \\beta _{0}{\\mbox{ and }}\\beta _{1}} under specific assumptions about the random variable ε {\\displaystyle \\varepsilon } . For example, if ε {\\displaystyle \\varepsilon } is uncorrelated with years of education, then the equation can be estimated with ordinary least squares.",
"title": "Example"
},
{
"paragraph_id": 12,
"text": "If the researcher could randomly assign people to different levels of education, the data set thus generated would allow estimation of the effect of changes in years of education on wages. In reality, those experiments cannot be conducted. Instead, the econometrician observes the years of education of and the wages paid to people who differ along many dimensions. Given this kind of data, the estimated coefficient on Years of Education in the equation above reflects both the effect of education on wages and the effect of other variables on wages, if those other variables were correlated with education. For example, people born in certain places may have higher wages and higher levels of education. Unless the econometrician controls for place of birth in the above equation, the effect of birthplace on wages may be falsely attributed to the effect of education on wages.",
"title": "Example"
},
{
"paragraph_id": 13,
"text": "The most obvious way to control for birthplace is to include a measure of the effect of birthplace in the equation above. Exclusion of birthplace, together with the assumption that ϵ {\\displaystyle \\epsilon } is uncorrelated with education produces a misspecified model. Another technique is to include in the equation additional set of measured covariates which are not instrumental variables, yet render β 1 {\\displaystyle \\beta _{1}} identifiable. An overview of econometric methods used to study this problem were provided by Card (1999).",
"title": "Example"
},
{
"paragraph_id": 14,
"text": "The main journals that publish work in econometrics are Econometrica, the Journal of Econometrics, The Review of Economics and Statistics, Econometric Theory, the Journal of Applied Econometrics, Econometric Reviews, The Econometrics Journal, and the Journal of Business & Economic Statistics.",
"title": "Journals"
},
{
"paragraph_id": 15,
"text": "Like other forms of statistical analysis, badly specified econometric models may show a spurious relationship where two variables are correlated but causally unrelated. In a study of the use of econometrics in major economics journals, McCloskey concluded that some economists report p-values (following the Fisherian tradition of tests of significance of point null-hypotheses) and neglect concerns of type II errors; some economists fail to report estimates of the size of effects (apart from statistical significance) and to discuss their economic importance. She also argues that some economists also fail to use economic reasoning for model selection, especially for deciding which variables to include in a regression.",
"title": "Limitations and criticisms"
},
{
"paragraph_id": 16,
"text": "In some cases, economic variables cannot be experimentally manipulated as treatments randomly assigned to subjects. In such cases, economists rely on observational studies, often using data sets with many strongly associated covariates, resulting in enormous numbers of models with similar explanatory ability but different covariates and regression estimates. Regarding the plurality of models compatible with observational data-sets, Edward Leamer urged that \"professionals ... properly withhold belief until an inference can be shown to be adequately insensitive to the choice of assumptions\".",
"title": "Limitations and criticisms"
}
]
| Econometrics is an application of statistical methods to economic data in order to give empirical content to economic relationships. More precisely, it is "the quantitative analysis of actual economic phenomena based on the concurrent development of theory and observation, related by appropriate methods of inference". An introductory economics textbook describes econometrics as allowing economists "to sift through mountains of data to extract simple relationships". Jan Tinbergen is one of the two founding fathers of econometrics. The other, Ragnar Frisch, also coined the term in the sense in which it is used today. A basic tool for econometrics is the multiple linear regression model. Econometric theory uses statistical theory and mathematical statistics to evaluate and develop econometric methods. Econometricians try to find estimators that have desirable statistical properties including unbiasedness, efficiency, and consistency. Applied econometrics uses theoretical econometrics and real-world data for assessing economic theories, developing econometric models, analysing economic history, and forecasting. | 2002-02-25T15:43:11Z | 2023-11-09T20:51:36Z | [
"Template:Webarchive",
"Template:Main",
"Template:Cite journal",
"Template:Authority control",
"Template:Short description",
"Template:EngvarB",
"Template:See also",
"Template:Cite book",
"Template:Wiktionary",
"Template:Broader",
"Template:Commons category",
"Template:ISBN",
"Template:Div col end",
"Template:Reflist",
"Template:Cite web",
"Template:*",
"Template:Economics",
"Template:Use dmy dates",
"Template:Economics sidebar",
"Template:Div col"
]
| https://en.wikipedia.org/wiki/Econometrics |
10,391 | Ellen van Langen | Ellen Gezina Maria van Langen (Dutch: [ˈɛlən ɣeːˈzinaː maːˈriaː vɑn ˈlɑŋən]; born 9 February 1966) is a Dutch former middle distance runner, who specialised in the 800 metres. A talented but injury-ridden athlete, she was the 1992 Olympic Champion for the women's 800 meters. She is now the director of the FBK games (the Hengelo meeting).
Van Langen was born in Oldenzaal, Overijssel. Before she started running she played football. She only started to run seriously at 20. In 1989, she won her first of four national championships in the 800 meters and went on to win a silver medal behind Ana Quirot (Cuba) at the World Student Games (Universiade), running 1:59.82. In 1990, she finished fourth in the final of the European Championships in Split, with a Dutch national record of 1:57.57, behind the East German athletes Sigrun Wodars (gold), Christine Wachtel (silver) and Liliya Nurutdinova (bronze) from the Soviet Union.
During the year 1991, she was troubled by an Achilles tendon injury. At the Tokyo World Championships she was eliminated in the heats. The next year, leading up to the 1992 Olympic Games in Barcelona, she defeated Tokyo gold medallist Liliya Nurutdinova at the Fanny Blankers-Koen Games in Hengelo on 28 June in 1:56.66, the fastest time of the season prior to the Games. Just two weeks before the Olympics, she ran another fast time of 1:56.92 at Hechtel.
At the 1992 Olympic Games in Barcelona, Van Langen won the Olympic title in the 800 metres in a time of 1:55.54, a time which is still the Dutch national record. Fearing her final sprint, her competitors including favorites Nurutdinova, Quirot, Ella Kovacs (Romania) and Maria Mutola (Mozambique) set a rapid pace, running the first lap in a very fast time of 55.73, with Van Langen only in 6th position. Entering the final stretch Nurutdinova, who had led the final from the start, had a slight lead but Van Langen moved through on the inside in the last 50m to win a surprise victory, beating Nurutdinova (silver) and Quirot (bronze).
The year 1992 remained her top year, when she won 10 of her 11 800m races. After her Olympic triumph, she was plagued by various injuries. Her best result after 1992 was a 6th-place finish at the 1995 World Championships at Gothenburg. The ongoing injuries prevented her from defending her Olympic title in 1996. She retired from the sport in 1998.
Van Langen later explained the secret of her success. "I think what I could do well is I could die very well in a race and still continue,” she said. “That is very hard, because it hurts running the 800 meters. You have to overcome some boundaries in yourself to continue when it hurts like hell. I was good at it. If the Olympic race would have been run by each athlete individual and the fastest time was the winner I would not have won." She added: "I was also good in tactics, looking around me and taking the right decisions."
After her gold medal win in 1992 the Amsterdam unemployment benefits office terminated her dole on grounds that she might earn money from her victory in the future. She has a degree in economics from the University of Amsterdam, and currently works as an event manager for Global Sports Communication.
Van Langen is the director of the Fanny Blankers-Koen Games in Hengelo.
Information from World Athletics profile unless otherwise noted. | [
{
"paragraph_id": 0,
"text": "Ellen Gezina Maria van Langen (Dutch: [ˈɛlən ɣeːˈzinaː maːˈriaː vɑn ˈlɑŋən]; born 9 February 1966) is a Dutch former middle distance runner, who specialised in the 800 metres. A talented but injury-ridden athlete, she was the 1992 Olympic Champion for the women's 800 meters. She is now the director of the FBK games (the Hengelo meeting).",
"title": ""
},
{
"paragraph_id": 1,
"text": "Van Langen was born in Oldenzaal, Overijssel. Before she started running she played football. She only started to run seriously at 20. In 1989, she won her first of four national championships in the 800 meters and went on to win a silver medal behind Ana Quirot (Cuba) at the World Student Games (Universiade), running 1:59.82. In 1990, she finished fourth in the final of the European Championships in Split, with a Dutch national record of 1:57.57, behind the East German athletes Sigrun Wodars (gold), Christine Wachtel (silver) and Liliya Nurutdinova (bronze) from the Soviet Union.",
"title": "Career"
},
{
"paragraph_id": 2,
"text": "During the year 1991, she was troubled by an Achilles tendon injury. At the Tokyo World Championships she was eliminated in the heats. The next year, leading up to the 1992 Olympic Games in Barcelona, she defeated Tokyo gold medallist Liliya Nurutdinova at the Fanny Blankers-Koen Games in Hengelo on 28 June in 1:56.66, the fastest time of the season prior to the Games. Just two weeks before the Olympics, she ran another fast time of 1:56.92 at Hechtel.",
"title": "Career"
},
{
"paragraph_id": 3,
"text": "At the 1992 Olympic Games in Barcelona, Van Langen won the Olympic title in the 800 metres in a time of 1:55.54, a time which is still the Dutch national record. Fearing her final sprint, her competitors including favorites Nurutdinova, Quirot, Ella Kovacs (Romania) and Maria Mutola (Mozambique) set a rapid pace, running the first lap in a very fast time of 55.73, with Van Langen only in 6th position. Entering the final stretch Nurutdinova, who had led the final from the start, had a slight lead but Van Langen moved through on the inside in the last 50m to win a surprise victory, beating Nurutdinova (silver) and Quirot (bronze).",
"title": "Career"
},
{
"paragraph_id": 4,
"text": "The year 1992 remained her top year, when she won 10 of her 11 800m races. After her Olympic triumph, she was plagued by various injuries. Her best result after 1992 was a 6th-place finish at the 1995 World Championships at Gothenburg. The ongoing injuries prevented her from defending her Olympic title in 1996. She retired from the sport in 1998.",
"title": "Career"
},
{
"paragraph_id": 5,
"text": "Van Langen later explained the secret of her success. \"I think what I could do well is I could die very well in a race and still continue,” she said. “That is very hard, because it hurts running the 800 meters. You have to overcome some boundaries in yourself to continue when it hurts like hell. I was good at it. If the Olympic race would have been run by each athlete individual and the fastest time was the winner I would not have won.\" She added: \"I was also good in tactics, looking around me and taking the right decisions.\"",
"title": "Career"
},
{
"paragraph_id": 6,
"text": "After her gold medal win in 1992 the Amsterdam unemployment benefits office terminated her dole on grounds that she might earn money from her victory in the future. She has a degree in economics from the University of Amsterdam, and currently works as an event manager for Global Sports Communication.",
"title": "Career"
},
{
"paragraph_id": 7,
"text": "Van Langen is the director of the Fanny Blankers-Koen Games in Hengelo.",
"title": "Career"
},
{
"paragraph_id": 8,
"text": "Information from World Athletics profile unless otherwise noted.",
"title": "Personal bests"
}
]
| Ellen Gezina Maria van Langen is a Dutch former middle distance runner, who specialised in the 800 metres. A talented but injury-ridden athlete, she was the 1992 Olympic Champion for the women's 800 meters. She is now the director of the FBK games. | 2002-02-25T15:51:15Z | 2023-10-16T23:08:38Z | [
"Template:IPA-nl",
"Template:Reflist",
"Template:Nocnsf.nl",
"Template:S-start",
"Template:S-ach",
"Template:Footer Olympic Champions 800 m Women",
"Template:Short description",
"Template:Family name hatnote",
"Template:AthAbbr",
"Template:Olympedia",
"Template:S-bef",
"Template:Footer WBYP 800m Women",
"Template:Authority control",
"Template:Infobox sportsperson",
"Template:Cite news",
"Template:World Athletics",
"Template:Olympics.com",
"Template:S-ttl",
"Template:S-aft",
"Template:S-end"
]
| https://en.wikipedia.org/wiki/Ellen_van_Langen |
10,392 | Emacs Lisp | Emacs Lisp is a dialect of the Lisp programming language used as a scripting language by Emacs (a text editor family most commonly associated with GNU Emacs and XEmacs). It is used for implementing most of the editing functionality built into Emacs, the remainder being written in C, as is the Lisp interpreter. Emacs Lisp is also termed Elisp, although there are also older, unrelated Lisp dialects with that name.
Users of Emacs commonly write Emacs Lisp code to customize and extend Emacs. Other options include the Customize feature that's been in GNU Emacs since version 20. Itself written in Emacs Lisp, Customize provides a set of preferences pages allowing the user to set options and preview their effect in the running Emacs session. When the user saves their changes, Customize simply writes the necessary Emacs Lisp code to the user's config file, which can be set to a special file that only Customize uses, to avoid the possibility of altering the user's own file.
Emacs Lisp can also function as a scripting language, much like the Unix Bourne shell or Perl, by calling Emacs in batch mode. In this way it may be called from the command line or via an executable file, and its editing functions, such as buffers and movement commands are available to the program just as in the normal mode. No user interface is presented when Emacs is started in batch mode; it simply executes the passed-in script and exits, displaying any output from the script.
Emacs Lisp is most closely related to Maclisp, with some later influence from Common Lisp. It supports imperative and functional programming methods. Lisp was the default extention language for Emacs derivatives such as EINE and ZWEI. When Richard Stallman forked Gosling Emacs into GNU Emacs, he also chose Lisp as the extension language, because of its powerful features, including the ability to treat functions as data. Although the Common Lisp standard had yet to be formulated, Scheme existed at the time but Stallman chose not to use it because of its comparatively poor performance on workstations (as opposed to the minicomputers that were Emacs' traditional home), and he wanted to develop a dialect which he thought would be more easily optimized.
The Lisp dialect used in Emacs differs substantially from the more modern Common Lisp and Scheme dialects used for applications programming. A prominent characteristic of Emacs Lisp is in its use of dynamic rather than lexical scope by default. That is, a function may reference local variables in the scope it is called from, but not in the scope where it was defined. Recently, there has been an ongoing effort to update code to use lexical scoping, for reasons outlined below.
To understand the logic behind Emacs Lisp, it is important to remember that there is an emphasis on providing data structures and features specific to making a versatile text editor over implementing a general-purpose programming language. For example, Emacs Lisp cannot easily read a file a line at a time—the entire file must be read into an Emacs buffer. However, Emacs Lisp provides many features for navigating and modifying buffer text at a sentence, paragraph, or higher syntactic level as defined by modes.
Here follows a simple example of an Emacs extension written in Emacs Lisp. In Emacs, the editing area can be split into separate areas called windows, each displaying a different buffer. A buffer is a region of text loaded into Emacs' memory (possibly from a file) which can be saved into a text document.
Users can press the default C-x 2 key binding to open a new window. This runs the Emacs Lisp function split-window-below. Normally, when the new window appears, it displays the same buffer as the previous one. Suppose we wish to make it display the next available buffer. In order to do this, the user writes the following Emacs Lisp code, in either an existing Emacs Lisp source file or an empty Emacs buffer:
The first statement, (defun ...), defines a new function, my-split-window-func, which calls split-window-below (the old window-splitting function), then tells the new window to display another (new) buffer. The second statement, (global-set-key ...) re-binds the key sequence "C-x 2" to the new function.
This can also be written using the feature called advice, which allows the user to create wrappers around existing functions instead of defining their own. This has the advantage of not requiring keybindings to be changed and working wherever the original function is called, as well as being simpler to write but the disadvantage of making debugging more complicated. For this reason, advice is not allowed in the source code of GNU Emacs, but if a user wishes, the advice feature can be used in their code to reimplement the above code as follows:
This instructs split-window-below to execute the user-supplied code whenever it is called, after executing the rest of the function. Advice can also be specified to execute before the original function, around it (literally wrapping the original), or to conditionally execute the original function based on the results of the advice.
Emacs 24.4 replaces this defadvice mechanism with advice-add, which is claimed to be more flexible and simpler. The advice above could be reimplemented using the new system as:
These changes take effect as soon as the code is evaluated. It is not necessary to recompile, restart Emacs, or even rehash a configuration file. If the code is saved into an Emacs init file, then Emacs will load the extension the next time it starts. Otherwise, the changes must be reevaluated manually when Emacs is restarted.
Emacs Lisp code is stored in filesystems as plain text files, by convention with the filename suffix ".el". The user's init file is an exception, often appearing as ".emacs" despite being evaluated as any Emacs Lisp code. Since the mid-1990s, Emacs also loads ~/.emacs.el and ~/.emacs.d/init.el. Additionally, users may specify any file to load as a config file on the command line, or explicitly state that no config file is to be loaded. When the files are loaded, an interpreter component of the Emacs program reads and parses the functions and variables, storing them in memory. They are then available to other editing functions, and to user commands. Functions and variables can be freely modified and redefined without restarting the editor or reloading the config file.
In order to save time and memory space, much of the functionality of Emacs loads only when required. Each set of optional features shipped with Emacs is implemented by a collection of Emacs code called a package or library. For example, there is a library for highlighting keywords in program source code, and a library for playing the game of Tetris. Each library is implemented using one or more Emacs Lisp source files. Libraries can define one or more major modes to activate and control their function.
Emacs developers write certain functions in C. These are primitives, also termed built-in functions or subrs. Although primitives can be called from Lisp code, they can only be modified by editing the C source files and recompiling. In GNU Emacs, primitives are not available as external libraries; they are part of the Emacs executable. In XEmacs, runtime loading of such primitives is possible, using the operating system's support for dynamic linking. Functions may be written as primitives because they need access to external data and libraries not otherwise available from Emacs Lisp, or because they are called often enough that the comparative speed of C versus Emacs Lisp makes a worthwhile difference.
However, because errors in C code can easily lead to segmentation violations or to more subtle bugs, which crash the editor, and because writing C code that interacts correctly with the Emacs Lisp garbage collector is error-prone, the number of functions implemented as primitives is kept to a necessary minimum.
Byte-compiling can make Emacs Lisp code execute faster. Emacs contains a compiler which can translate Emacs Lisp source files into a special representation termed bytecode. Emacs Lisp bytecode files have the filename suffix ".elc". Compared to source files, bytecode files load faster, occupy less space on the disk, use less memory when loaded, and run faster.
Bytecode still runs more slowly than primitives, but functions loaded as bytecode can be easily modified and re-loaded. In addition, bytecode files are platform-independent. The standard Emacs Lisp code distributed with Emacs is loaded as bytecode, although the matching source files are usually provided for the user's reference as well. User-supplied extensions are typically not byte-compiled, as they are neither as large nor as computationally intensive.
Notably, the "cl-lib" package implements a fairly large subset of Common Lisp. This package replaces an earlier "cl" package, which would overwrite existing Emacs Lisp function definitions with ones more similar to those found in Common Lisp. The "cl-lib" package, on the other hand, follows Emacs Lisp style guidelines more closely and prefixes each function and macro it defines with "cl-" (e.g., cl-defun, which doesn't conflict with the name of the built-in defun), avoiding the unexpected changes in behavior that could occur whenever the "cl" package was loaded.
Emacs Lisp (unlike some other Lisp implementations) does not do tail-call optimization. Without this, tail recursions can eventually lead to stack overflow.
The apel library aids in writing portable Emacs Lisp code, with the help of the polysylabi platform bridge.
Emacs Lisp is a Lisp-2 like Common Lisp, meaning that it has a function namespace which is separate from the namespace it uses for other variables.
Like MacLisp, Emacs Lisp uses dynamic scope, offering static (or lexical) as an option starting from version 24. It can be activated by setting the file local variable lexical-binding. Before this option was added, one could use the lexical-let macro from the (now deprecated) "cl" package to provide effective lexical scope.
In dynamic scoping, if a programmer declares a variable within the scope of a function, it is available to subroutines called from within that function. Originally, this was intended as an optimization; lexical scoping was still uncommon and of uncertain performance. "I asked RMS when he was implementing emacs lisp why it was dynamically scoped and his exact reply was that lexical scope was too inefficient." Dynamic scoping was also meant to provide greater flexibility for user customizations. However, dynamic scoping has several disadvantages. Firstly, it can easily lead to bugs in large programs, due to unintended interactions between variables in different functions. Secondly, accessing variables under dynamic scoping is generally slower than under lexical scoping. | [
{
"paragraph_id": 0,
"text": "Emacs Lisp is a dialect of the Lisp programming language used as a scripting language by Emacs (a text editor family most commonly associated with GNU Emacs and XEmacs). It is used for implementing most of the editing functionality built into Emacs, the remainder being written in C, as is the Lisp interpreter. Emacs Lisp is also termed Elisp, although there are also older, unrelated Lisp dialects with that name.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Users of Emacs commonly write Emacs Lisp code to customize and extend Emacs. Other options include the Customize feature that's been in GNU Emacs since version 20. Itself written in Emacs Lisp, Customize provides a set of preferences pages allowing the user to set options and preview their effect in the running Emacs session. When the user saves their changes, Customize simply writes the necessary Emacs Lisp code to the user's config file, which can be set to a special file that only Customize uses, to avoid the possibility of altering the user's own file.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Emacs Lisp can also function as a scripting language, much like the Unix Bourne shell or Perl, by calling Emacs in batch mode. In this way it may be called from the command line or via an executable file, and its editing functions, such as buffers and movement commands are available to the program just as in the normal mode. No user interface is presented when Emacs is started in batch mode; it simply executes the passed-in script and exits, displaying any output from the script.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Emacs Lisp is most closely related to Maclisp, with some later influence from Common Lisp. It supports imperative and functional programming methods. Lisp was the default extention language for Emacs derivatives such as EINE and ZWEI. When Richard Stallman forked Gosling Emacs into GNU Emacs, he also chose Lisp as the extension language, because of its powerful features, including the ability to treat functions as data. Although the Common Lisp standard had yet to be formulated, Scheme existed at the time but Stallman chose not to use it because of its comparatively poor performance on workstations (as opposed to the minicomputers that were Emacs' traditional home), and he wanted to develop a dialect which he thought would be more easily optimized.",
"title": "Compared to other Lisp dialects"
},
{
"paragraph_id": 4,
"text": "The Lisp dialect used in Emacs differs substantially from the more modern Common Lisp and Scheme dialects used for applications programming. A prominent characteristic of Emacs Lisp is in its use of dynamic rather than lexical scope by default. That is, a function may reference local variables in the scope it is called from, but not in the scope where it was defined. Recently, there has been an ongoing effort to update code to use lexical scoping, for reasons outlined below.",
"title": "Compared to other Lisp dialects"
},
{
"paragraph_id": 5,
"text": "To understand the logic behind Emacs Lisp, it is important to remember that there is an emphasis on providing data structures and features specific to making a versatile text editor over implementing a general-purpose programming language. For example, Emacs Lisp cannot easily read a file a line at a time—the entire file must be read into an Emacs buffer. However, Emacs Lisp provides many features for navigating and modifying buffer text at a sentence, paragraph, or higher syntactic level as defined by modes.",
"title": "Example"
},
{
"paragraph_id": 6,
"text": "Here follows a simple example of an Emacs extension written in Emacs Lisp. In Emacs, the editing area can be split into separate areas called windows, each displaying a different buffer. A buffer is a region of text loaded into Emacs' memory (possibly from a file) which can be saved into a text document.",
"title": "Example"
},
{
"paragraph_id": 7,
"text": "Users can press the default C-x 2 key binding to open a new window. This runs the Emacs Lisp function split-window-below. Normally, when the new window appears, it displays the same buffer as the previous one. Suppose we wish to make it display the next available buffer. In order to do this, the user writes the following Emacs Lisp code, in either an existing Emacs Lisp source file or an empty Emacs buffer:",
"title": "Example"
},
{
"paragraph_id": 8,
"text": "The first statement, (defun ...), defines a new function, my-split-window-func, which calls split-window-below (the old window-splitting function), then tells the new window to display another (new) buffer. The second statement, (global-set-key ...) re-binds the key sequence \"C-x 2\" to the new function.",
"title": "Example"
},
{
"paragraph_id": 9,
"text": "This can also be written using the feature called advice, which allows the user to create wrappers around existing functions instead of defining their own. This has the advantage of not requiring keybindings to be changed and working wherever the original function is called, as well as being simpler to write but the disadvantage of making debugging more complicated. For this reason, advice is not allowed in the source code of GNU Emacs, but if a user wishes, the advice feature can be used in their code to reimplement the above code as follows:",
"title": "Example"
},
{
"paragraph_id": 10,
"text": "This instructs split-window-below to execute the user-supplied code whenever it is called, after executing the rest of the function. Advice can also be specified to execute before the original function, around it (literally wrapping the original), or to conditionally execute the original function based on the results of the advice.",
"title": "Example"
},
{
"paragraph_id": 11,
"text": "Emacs 24.4 replaces this defadvice mechanism with advice-add, which is claimed to be more flexible and simpler. The advice above could be reimplemented using the new system as:",
"title": "Example"
},
{
"paragraph_id": 12,
"text": "These changes take effect as soon as the code is evaluated. It is not necessary to recompile, restart Emacs, or even rehash a configuration file. If the code is saved into an Emacs init file, then Emacs will load the extension the next time it starts. Otherwise, the changes must be reevaluated manually when Emacs is restarted.",
"title": "Example"
},
{
"paragraph_id": 13,
"text": "Emacs Lisp code is stored in filesystems as plain text files, by convention with the filename suffix \".el\". The user's init file is an exception, often appearing as \".emacs\" despite being evaluated as any Emacs Lisp code. Since the mid-1990s, Emacs also loads ~/.emacs.el and ~/.emacs.d/init.el. Additionally, users may specify any file to load as a config file on the command line, or explicitly state that no config file is to be loaded. When the files are loaded, an interpreter component of the Emacs program reads and parses the functions and variables, storing them in memory. They are then available to other editing functions, and to user commands. Functions and variables can be freely modified and redefined without restarting the editor or reloading the config file.",
"title": "Source code"
},
{
"paragraph_id": 14,
"text": "In order to save time and memory space, much of the functionality of Emacs loads only when required. Each set of optional features shipped with Emacs is implemented by a collection of Emacs code called a package or library. For example, there is a library for highlighting keywords in program source code, and a library for playing the game of Tetris. Each library is implemented using one or more Emacs Lisp source files. Libraries can define one or more major modes to activate and control their function.",
"title": "Source code"
},
{
"paragraph_id": 15,
"text": "Emacs developers write certain functions in C. These are primitives, also termed built-in functions or subrs. Although primitives can be called from Lisp code, they can only be modified by editing the C source files and recompiling. In GNU Emacs, primitives are not available as external libraries; they are part of the Emacs executable. In XEmacs, runtime loading of such primitives is possible, using the operating system's support for dynamic linking. Functions may be written as primitives because they need access to external data and libraries not otherwise available from Emacs Lisp, or because they are called often enough that the comparative speed of C versus Emacs Lisp makes a worthwhile difference.",
"title": "Source code"
},
{
"paragraph_id": 16,
"text": "However, because errors in C code can easily lead to segmentation violations or to more subtle bugs, which crash the editor, and because writing C code that interacts correctly with the Emacs Lisp garbage collector is error-prone, the number of functions implemented as primitives is kept to a necessary minimum.",
"title": "Source code"
},
{
"paragraph_id": 17,
"text": "Byte-compiling can make Emacs Lisp code execute faster. Emacs contains a compiler which can translate Emacs Lisp source files into a special representation termed bytecode. Emacs Lisp bytecode files have the filename suffix \".elc\". Compared to source files, bytecode files load faster, occupy less space on the disk, use less memory when loaded, and run faster.",
"title": "Source code"
},
{
"paragraph_id": 18,
"text": "Bytecode still runs more slowly than primitives, but functions loaded as bytecode can be easily modified and re-loaded. In addition, bytecode files are platform-independent. The standard Emacs Lisp code distributed with Emacs is loaded as bytecode, although the matching source files are usually provided for the user's reference as well. User-supplied extensions are typically not byte-compiled, as they are neither as large nor as computationally intensive.",
"title": "Source code"
},
{
"paragraph_id": 19,
"text": "Notably, the \"cl-lib\" package implements a fairly large subset of Common Lisp. This package replaces an earlier \"cl\" package, which would overwrite existing Emacs Lisp function definitions with ones more similar to those found in Common Lisp. The \"cl-lib\" package, on the other hand, follows Emacs Lisp style guidelines more closely and prefixes each function and macro it defines with \"cl-\" (e.g., cl-defun, which doesn't conflict with the name of the built-in defun), avoiding the unexpected changes in behavior that could occur whenever the \"cl\" package was loaded.",
"title": "Language features"
},
{
"paragraph_id": 20,
"text": "Emacs Lisp (unlike some other Lisp implementations) does not do tail-call optimization. Without this, tail recursions can eventually lead to stack overflow.",
"title": "Language features"
},
{
"paragraph_id": 21,
"text": "The apel library aids in writing portable Emacs Lisp code, with the help of the polysylabi platform bridge.",
"title": "Language features"
},
{
"paragraph_id": 22,
"text": "Emacs Lisp is a Lisp-2 like Common Lisp, meaning that it has a function namespace which is separate from the namespace it uses for other variables.",
"title": "Language features"
},
{
"paragraph_id": 23,
"text": "Like MacLisp, Emacs Lisp uses dynamic scope, offering static (or lexical) as an option starting from version 24. It can be activated by setting the file local variable lexical-binding. Before this option was added, one could use the lexical-let macro from the (now deprecated) \"cl\" package to provide effective lexical scope.",
"title": "Language features"
},
{
"paragraph_id": 24,
"text": "In dynamic scoping, if a programmer declares a variable within the scope of a function, it is available to subroutines called from within that function. Originally, this was intended as an optimization; lexical scoping was still uncommon and of uncertain performance. \"I asked RMS when he was implementing emacs lisp why it was dynamically scoped and his exact reply was that lexical scope was too inefficient.\" Dynamic scoping was also meant to provide greater flexibility for user customizations. However, dynamic scoping has several disadvantages. Firstly, it can easily lead to bugs in large programs, due to unintended interactions between variables in different functions. Secondly, accessing variables under dynamic scoping is generally slower than under lexical scoping.",
"title": "Language features"
}
]
| Emacs Lisp is a dialect of the Lisp programming language used as a scripting language by Emacs. It is used for implementing most of the editing functionality built into Emacs, the remainder being written in C, as is the Lisp interpreter. Emacs Lisp is also termed Elisp, although there are also older, unrelated Lisp dialects with that name. Users of Emacs commonly write Emacs Lisp code to customize and extend Emacs. Other options include the Customize feature that's been in GNU Emacs since version 20. Itself written in Emacs Lisp, Customize provides a set of preferences pages allowing the user to set options and preview their effect in the running Emacs session. When the user saves their changes, Customize simply writes the necessary Emacs Lisp code to the user's config file, which can be set to a special file that only Customize uses, to avoid the possibility of altering the user's own file. Emacs Lisp can also function as a scripting language, much like the Unix Bourne shell or Perl, by calling Emacs in batch mode. In this way it may be called from the command line or via an executable file, and its editing functions, such as buffers and movement commands are available to the program just as in the normal mode. No user interface is presented when Emacs is started in batch mode; it simply executes the passed-in script and exits, displaying any output from the script. | 2002-01-11T19:49:36Z | 2023-12-09T22:42:19Z | [
"Template:Commons category",
"Template:Lisp programming language",
"Template:EmacsNavbox",
"Template:Reflist",
"Template:Cite letter",
"Template:Cite magazine",
"Template:Cite web",
"Template:Official website",
"Template:Portal bar",
"Template:Short description",
"Template:Infobox programming language",
"Template:Lisp",
"Template:Cite book"
]
| https://en.wikipedia.org/wiki/Emacs_Lisp |
10,393 | Edward Bulwer-Lytton | Edward George Earle Lytton Bulwer-Lytton, 1st Baron Lytton, PC (25 May 1803 – 18 January 1873) was an English writer and politician. He served as a Whig member of Parliament from 1831 to 1841 and a Conservative from 1851 to 1866. He was Secretary of State for the Colonies from June 1858 to June 1859, choosing Richard Clement Moody as founder of British Columbia. He declined the Crown of Greece in 1862 after King Otto abdicated. He was created Baron Lytton of Knebworth in 1866.
Bulwer-Lytton's works were well known in his time. He coined famous phrases like "pursuit of the almighty dollar", "the pen is mightier than the sword", "dweller on the threshold", "the great unwashed", and the opening phrase "It was a dark and stormy night." The sardonic Bulwer-Lytton Fiction Contest, held annually since 1982, claims to seek the "opening sentence of the worst of all possible novels".
Bulwer was born on 25 May 1803 to General William Earle Bulwer of Heydon Hall and Wood Dalling, Norfolk and Elizabeth Barbara Lytton, daughter of Richard Warburton Lytton of Knebworth House, Hertfordshire. He had two older brothers, William Earle Lytton Bulwer (1799–1877) and Henry (1801–1872), later Lord Dalling and Bulwer.
His father died and his mother moved to London when he was four years old. When he was 15, a tutor named Wallington, who tutored him at Ealing, encouraged him to publish an immature work: Ishmael and Other Poems. Around this time, Bulwer fell in love, but the woman's father induced her to marry another man. She died about the time that Bulwer went to Cambridge and he stated that her loss affected all his subsequent life.
In 1822 Bulwer-Lytton entered Trinity College, Cambridge, where he met John Auldjo, but soon moved to Trinity Hall. In 1825 he won the Chancellor's Gold Medal for English verse. In the following year he took his BA degree and printed for private circulation a small volume of poems, Weeds and Wild Flowers. He purchased an army commission in 1826, but sold it in 1829 without serving.
In August 1827, he married Rosina Doyle Wheeler (1802–1882), a noted Irish beauty, but against the wishes of his mother, who withdrew his allowance, forcing him to work for a living. They had two children, Emily Elizabeth Bulwer-Lytton (1828–1848), and (Edward) Robert Lytton Bulwer-Lytton, 1st Earl of Lytton (1831–1891) who became Governor-General and Viceroy of British India (1876–1880). His writing and political work strained their marriage and his infidelity embittered Rosina.
In 1833, they separated acrimoniously and in 1836 the separation became legal. Three years later, Rosina published Cheveley, or the Man of Honour (1839), a near-libellous fiction satirising her husband's alleged hypocrisy.
In June 1858, when her husband was standing as parliamentary candidate for Hertfordshire, she denounced him at the hustings. He retaliated by threatening her publishers, withholding her allowance and denying her access to their children. Finally he had her committed to a mental asylum, but she was released a few weeks later after a public outcry. This she chronicled in a memoir, A Blighted Life (1880). She continued attacking her husband's character for several years.
The death of Bulwer's mother in 1843 meant his "exhaustion of toil and study had been completed by great anxiety and grief," and by "about the January of 1844, I was thoroughly shattered."
In his mother's room at Knebworth House, which he inherited, he "had inscribed above the mantelpiece a request that future generations preserve the room as his beloved mother had used it." It remains hardly changed to this day.
On 20 February 1844, in accordance with his mother's will, he changed his surname from Bulwer to Bulwer-Lytton and assumed the arms of Lytton by royal licence. His widowed mother had done the same in 1811. His brothers remained plain "Bulwer".
By chance, Bulwer-Lytton encountered a copy of "Captain Claridge's work on the "Water Cure", as practised by Priessnitz, at Graefenberg" and, "making allowances for certain exaggerations therein", pondered the option of travelling to Graefenberg, but preferred to find something closer to home, with access to his own doctors in case of failure: "I who scarcely lived through a day without leech or potion!". After reading a pamphlet by Doctor James Wilson, who operated a hydropathic establishment with James Manby Gully at Malvern, he stayed there for "some nine or ten weeks", after which he "continued the system some seven weeks longer under Doctor Weiss, at Petersham", then again at "Doctor Schmidt's magnificent hydropathic establishment at Boppart" (at the former Marienberg Convent at Boppard), after developing a cold and fever upon his return home.
When Otto, King of Greece abdicated in 1862, Bulwer-Lytton was offered the Greek Crown, but declined.
The English Rosicrucian society, founded in 1867 by Robert Wentworth Little, claimed Bulwer-Lytton as their "Grand Patron", but he wrote to the society complaining that he was "extremely surprised" by their use of the title, as he had "never sanctioned such." Nevertheless, a number of esoteric groups have continued to claim Bulwer-Lytton as their own, chiefly because some of his writings – such as the 1842 book Zanoni – have included Rosicrucian and other esoteric notions. According to the Fulham Football Club, he once resided in the original Craven Cottage, today the site of their stadium.
Bulwer-Lytton had long suffered from a disease of the ear, and for the last two or three years of his life lived in Torquay nursing his health. After an operation to cure deafness, an abscess formed in the ear and burst; he endured intense pain for a week and died at 2 am on 18 January 1873, just short of his 70th birthday. The cause of death was unclear but it was thought the infection had affected his brain and caused a fit. Rosina outlived him by nine years. Against his wishes, Bulwer-Lytton was honoured with a burial in Westminster Abbey. His unfinished history Athens: Its Rise and Fall was published posthumously.
Bulwer began his political career as a follower of Jeremy Bentham. In 1831 he was elected member for St Ives, Cornwall, after which he was returned for Lincoln in 1832, and sat in Parliament for that city for nine years. He spoke in favour of the Reform Bill and took the lead in securing the reduction, after he had vainly supported the repeal, of the newspaper stamp duties. His influence was perhaps most keenly felt after the British Whig Party's dismissal from office in 1834, when he issued a pamphlet entitled A Letter to a Late Cabinet Minister on the Crisis. Lord Melbourne, the Prime Minister, offered him a lordship of the Admiralty, which he declined as likely to interfere with his activity as an author.
Bulwer was created a baronet, of Knebworth House in the County of Hertford, in the Baronetage of the United Kingdom, in 1838. In 1841, he left Parliament and spent much of his time in travel. He did not return to politics until 1852, when, having differed from Lord John Russell over the Corn Laws, he stood for Hertfordshire as a Conservative. Bulwer-Lytton held that seat until 1866, when he was raised to the peerage as Baron Lytton of Knebworth in the County of Hertford. In 1858, he entered Lord Derby's government as Secretary of State for the Colonies, thus serving alongside his old friend Benjamin Disraeli. He was comparatively inactive in the House of Lords.
"Just prior to his government's defeat in 1859 the Secretary of State for the Colonies, Sir Edward Bulwer Lytton, notified Sir George Ferguson Bowen of his appointment as Governor of the new colony to be known as 'Queen's Land'." The draft letter was ranked #4 in the 'Top 150: Documenting Queensland' exhibition when it toured to venues around Queensland from February 2009 to April 2010. The exhibition was part of Queensland State Archives' events and exhibition program which contributed to the state's Q150 celebrations, marking the 150th anniversary of the separation of Queensland from New South Wales.
When news of the Fraser Canyon Gold Rush reached London, Bulwer-Lytton, as Secretary of State for the Colonies, requested that the War Office recommend a field officer, "a man of good judgement possessing a knowledge of mankind", to lead a Corps of 150 (later increased to 172) Royal Engineers, who had been selected for their "superior discipline and intelligence". The War Office chose Richard Clement Moody, and Lord Lytton, who described Moody as his "distinguished friend", accepted the nomination in view of Moody's military record, his success as Governor of the Falkland Islands, and the distinguished record of his father, Colonel Thomas Moody, Knight at the Colonial Office. Moody was charged to establish British order and transform the newly-established Colony of British Columbia into the British Empire's "bulwark in the farthest west" and "found a second England on the shores of the Pacific". Lytton desired to send to the colony "representatives of the best of British culture, not just a police force", sought men who possessed "courtesy, high breeding and urbane knowledge of the world", and decided to send Moody, whom the Government considered to be the archetypal "English gentleman and British Officer" at the head of the Royal Engineers, Columbia Detachment to whom he wrote an impassioned letter.
The former HBC Fort Dallas at Camchin, the confluence of the Thompson and the Fraser Rivers, was renamed in his honour by Governor Sir James Douglas in 1858 as Lytton, British Columbia.
Bulwer-Lytton's literary career began in 1820 with the publication of a book of poems and spanned much of the 19th century. He wrote in a variety of genres, including historical fiction, mystery, romance, the occult and science fiction. He financed his extravagant way of life with a varied and prolific literary output, sometimes publishing anonymously.
Bulwer-Lytton published Falkland in 1827, a novel which was only a moderate success. But Pelham brought him public acclaim in 1828 and established his reputation as a wit and dandy. Its intricate plot and humorous, intimate portrayal of pre-Victorian dandyism kept gossips busy trying to associate public figures with characters in the book. Pelham resembled Benjamin Disraeli's first novel Vivian Grey (1827). The character of the villainous Richard Crawford in The Disowned, also published in 1828, borrowed much from that of banker and forger Henry Fauntleroy, who was hanged in London in 1824 before a crowd of some 100,000.
Bulwer-Lytton admired Disraeli's father Isaac D'Israeli, himself a noted author. They began corresponding in the late 1820s and met for the first time in March 1830, when Isaac D'Israeli dined at Bulwer-Lytton's house. Also present that evening were Charles Pelham Villiers and Alexander Cockburn. The young Villiers had a long parliamentary career, while Cockburn became Lord Chief Justice of England in 1859.
Bulwer-Lytton reached his height of popularity with the publication of England and the English, and Godolphin (1833). This was followed by The Pilgrims of the Rhine (1834), The Last Days of Pompeii (1834), Rienzi, Last of the Roman Tribunes about Cola di Rienzo (1835), Ernest Maltravers; or, The Eleusinia (1837), Alice; or, The Mysteries (1838), Leila; or, The Siege of Granada (1838), and Harold, the Last of the Saxons (1848). The Last Days of Pompeii was inspired by Karl Briullov's painting The Last Day of Pompeii, which Bulwer-Lytton saw in Milan.
His New Timon lampooned Tennyson, who responded in kind. Bulwer-Lytton also wrote the horror story The Haunted and the Haunters; or, The House and the Brain (1859). Another novel with a supernatural theme was A Strange Story (1862), which was an influence on Bram Stoker's Dracula.
Bulwer-Lytton wrote many other works, including Vril: The Power of the Coming Race (1871) which drew heavily on his interest in the occult and contributed to the early growth of the science fiction genre. Its story of a subterranean race waiting to reclaim the surface of the Earth is an early science fiction theme. The book popularised the Hollow Earth theory and may have inspired Nazi mysticism. His term "vril" lent its name to Bovril meat extract. The book was also the theme of a fundraising event held at the Royal Albert Hall in 1891, the Vril-Ya Bazaar and Fete. "Vril" has been adopted by theosophists and occultists since the 1870s and became closely associated with the ideas of an esoteric neo-Nazism after 1945.
His play Money (1840) was first produced at the Theatre Royal, Haymarket, London, on 8 December 1840. The first American production was at the Old Park Theater in New York on 1 February 1841. Subsequent productions include the Prince of Wales's Theatre's in 1872 and as the inaugural play at the new California Theatre (San Francisco) in 1869.
Among Bulwer-Lytton's lesser-known contributions to literature was that he convinced Charles Dickens to revise the ending of Great Expectations to make it more palatable to the reading public, as in the original version of the novel, Pip and Estella do not get together.
Bulwer-Lytton's works had an influence in a number of fields.
Bulwer-Lytton's most famous quotation is "The pen is mightier than the sword" from his play Richelieu:
beneath the rule of men entirely great, the pen is mightier than the sword
He popularized the phrase "pursuit of the almighty dollar" from his novel The Coming Race, and he is credited with "the great unwashed", using this disparaging term in his 1830 novel Paul Clifford:
He is certainly a man who bathes and "lives cleanly", (two especial charges preferred against him by Messrs. the Great Unwashed).
The writers of theosophy were among those influenced by Bulwer-Lytton's work. Annie Besant and especially Helena Blavatsky incorporated his thoughts and ideas, particularly from The Last Days of Pompeii, Vril, the Power of the Coming Race and Zanoni in her own books.
Bulwer-Lytton's name lives on in the annual Bulwer-Lytton Fiction Contest, in which contestants think up terrible openings for imaginary novels, inspired by the first line of his 1830 novel Paul Clifford:
It was a dark and stormy night; the rain fell in torrents – except at occasional intervals, when it was checked by a violent gust of wind which swept up the streets (for it is in London that our scene lies), rattling along the housetops, and fiercely agitating the scanty flame of the lamps that struggled against the darkness.
Entrants in the contest seek to capture the rapid changes in point of view, the florid language, and the atmosphere of the full sentence. The opening was popularized by the Peanuts comic strip, in which Snoopy's sessions on the typewriter usually began with "It was a dark and stormy night". The same words also form the first sentence of Madeleine L'Engle's Newbery Medal-winning novel A Wrinkle in Time. Similar wording appears in Edgar Allan Poe's 1831 short story "The Bargain Lost", although not at the very beginning. It reads:
It was a dark and stormy night. The rain fell in cataracts; and drowsy citizens started, from dreams of the deluge, to gaze upon the boisterous sea, which foamed and bellowed for admittance into the proud towers and marble palaces. Who would have thought of passions so fierce in that calm water that slumbers all day long? At a slight alabaster stand, trembling beneath the ponderous tomes which it supported, sat the hero of our story.
Several of Bulwer-Lytton's novels were made into operas. One of them, Rienzi, der Letzte der Tribunen (1842) by Richard Wagner, eventually became more famous than the novel. Leonora (1846) by William Henry Fry, the first European-styled "grand" opera composed in the United States, is based on Bulwer-Lytton's play The Lady of Lyons, as is Frederic Cowen's first opera Pauline (1876). Verdi rival Errico Petrella's most successful opera, Jone (1858), was based on Bulwer-Lytton's The Last Days of Pompeii, and was performed all over the world until the 1880s, and in Italy until 1910. Harold, the Last of the Saxons (1848) provided character names (but little else) for Verdi's opera Aroldo (1857).
Shortly after their first publication, The Last Days of Pompeii, Rienzi, and Ernest Maltravers all received successful stage performances in New York. The plays were written by Louisa Medina, one of the most successful playwrights of the 19th century. The Last Days of Pompeii had the longest continuous stage run in New York at the time with 29 straight performances.
In addition to his political and literary work, Bulwer-Lytton became the editor of the New Monthly in 1831, but he resigned the following year. In 1841, he started the Monthly Chronicle, a semi-scientific magazine. During his career he wrote poetry, prose, and stage plays; his last novel was Kenelm Chillingly, which was in course of publication in Blackwood's Magazine at the time of his death in 1873.
Bulwer-Lytton's works of fiction and non-fiction were translated in his day and since then into many languages, including Serbian (by Laza Kostic), German, Russian, Norwegian, Swedish, French, Finnish, and Spanish. In 1879, his Ernest Maltravers was the first complete novel from the West to be translated into Japanese.
In Brisbane, Queensland, Australia, the suburb of Lytton, the town of Bulwer on Moreton Island (Moorgumpin) and the neighbourhood (former island) of Bulwer Island are named after him. The township of Lytton, Quebec (today part of Montcerf-Lytton) was named after him as was Lytton, British Columbia, and Lytton, Iowa. Lytton Road in Gisborne, New Zealand was named after the novelist. Later a state secondary school, Lytton High School, was founded in the road. Also in New Zealand, Bulwer is a small locality in Waihinau Bay in the outer Pelorus Sound, New Zealand. It can be reached by 77 km of winding, mostly unsealed, road from Rai Valley. A weekly mail boat service delivers mail and also offers passenger services. In London, Lytton Road in the suburb of Pinner, where the novelist lived, is named after him.
Bulwer-Lytton was portrayed by the actor Brett Usher in the 1978 television serial Disraeli. | [
{
"paragraph_id": 0,
"text": "Edward George Earle Lytton Bulwer-Lytton, 1st Baron Lytton, PC (25 May 1803 – 18 January 1873) was an English writer and politician. He served as a Whig member of Parliament from 1831 to 1841 and a Conservative from 1851 to 1866. He was Secretary of State for the Colonies from June 1858 to June 1859, choosing Richard Clement Moody as founder of British Columbia. He declined the Crown of Greece in 1862 after King Otto abdicated. He was created Baron Lytton of Knebworth in 1866.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Bulwer-Lytton's works were well known in his time. He coined famous phrases like \"pursuit of the almighty dollar\", \"the pen is mightier than the sword\", \"dweller on the threshold\", \"the great unwashed\", and the opening phrase \"It was a dark and stormy night.\" The sardonic Bulwer-Lytton Fiction Contest, held annually since 1982, claims to seek the \"opening sentence of the worst of all possible novels\".",
"title": ""
},
{
"paragraph_id": 2,
"text": "Bulwer was born on 25 May 1803 to General William Earle Bulwer of Heydon Hall and Wood Dalling, Norfolk and Elizabeth Barbara Lytton, daughter of Richard Warburton Lytton of Knebworth House, Hertfordshire. He had two older brothers, William Earle Lytton Bulwer (1799–1877) and Henry (1801–1872), later Lord Dalling and Bulwer.",
"title": "Life"
},
{
"paragraph_id": 3,
"text": "His father died and his mother moved to London when he was four years old. When he was 15, a tutor named Wallington, who tutored him at Ealing, encouraged him to publish an immature work: Ishmael and Other Poems. Around this time, Bulwer fell in love, but the woman's father induced her to marry another man. She died about the time that Bulwer went to Cambridge and he stated that her loss affected all his subsequent life.",
"title": "Life"
},
{
"paragraph_id": 4,
"text": "In 1822 Bulwer-Lytton entered Trinity College, Cambridge, where he met John Auldjo, but soon moved to Trinity Hall. In 1825 he won the Chancellor's Gold Medal for English verse. In the following year he took his BA degree and printed for private circulation a small volume of poems, Weeds and Wild Flowers. He purchased an army commission in 1826, but sold it in 1829 without serving.",
"title": "Life"
},
{
"paragraph_id": 5,
"text": "In August 1827, he married Rosina Doyle Wheeler (1802–1882), a noted Irish beauty, but against the wishes of his mother, who withdrew his allowance, forcing him to work for a living. They had two children, Emily Elizabeth Bulwer-Lytton (1828–1848), and (Edward) Robert Lytton Bulwer-Lytton, 1st Earl of Lytton (1831–1891) who became Governor-General and Viceroy of British India (1876–1880). His writing and political work strained their marriage and his infidelity embittered Rosina.",
"title": "Life"
},
{
"paragraph_id": 6,
"text": "In 1833, they separated acrimoniously and in 1836 the separation became legal. Three years later, Rosina published Cheveley, or the Man of Honour (1839), a near-libellous fiction satirising her husband's alleged hypocrisy.",
"title": "Life"
},
{
"paragraph_id": 7,
"text": "In June 1858, when her husband was standing as parliamentary candidate for Hertfordshire, she denounced him at the hustings. He retaliated by threatening her publishers, withholding her allowance and denying her access to their children. Finally he had her committed to a mental asylum, but she was released a few weeks later after a public outcry. This she chronicled in a memoir, A Blighted Life (1880). She continued attacking her husband's character for several years.",
"title": "Life"
},
{
"paragraph_id": 8,
"text": "The death of Bulwer's mother in 1843 meant his \"exhaustion of toil and study had been completed by great anxiety and grief,\" and by \"about the January of 1844, I was thoroughly shattered.\"",
"title": "Life"
},
{
"paragraph_id": 9,
"text": "In his mother's room at Knebworth House, which he inherited, he \"had inscribed above the mantelpiece a request that future generations preserve the room as his beloved mother had used it.\" It remains hardly changed to this day.",
"title": "Life"
},
{
"paragraph_id": 10,
"text": "On 20 February 1844, in accordance with his mother's will, he changed his surname from Bulwer to Bulwer-Lytton and assumed the arms of Lytton by royal licence. His widowed mother had done the same in 1811. His brothers remained plain \"Bulwer\".",
"title": "Life"
},
{
"paragraph_id": 11,
"text": "By chance, Bulwer-Lytton encountered a copy of \"Captain Claridge's work on the \"Water Cure\", as practised by Priessnitz, at Graefenberg\" and, \"making allowances for certain exaggerations therein\", pondered the option of travelling to Graefenberg, but preferred to find something closer to home, with access to his own doctors in case of failure: \"I who scarcely lived through a day without leech or potion!\". After reading a pamphlet by Doctor James Wilson, who operated a hydropathic establishment with James Manby Gully at Malvern, he stayed there for \"some nine or ten weeks\", after which he \"continued the system some seven weeks longer under Doctor Weiss, at Petersham\", then again at \"Doctor Schmidt's magnificent hydropathic establishment at Boppart\" (at the former Marienberg Convent at Boppard), after developing a cold and fever upon his return home.",
"title": "Life"
},
{
"paragraph_id": 12,
"text": "When Otto, King of Greece abdicated in 1862, Bulwer-Lytton was offered the Greek Crown, but declined.",
"title": "Life"
},
{
"paragraph_id": 13,
"text": "The English Rosicrucian society, founded in 1867 by Robert Wentworth Little, claimed Bulwer-Lytton as their \"Grand Patron\", but he wrote to the society complaining that he was \"extremely surprised\" by their use of the title, as he had \"never sanctioned such.\" Nevertheless, a number of esoteric groups have continued to claim Bulwer-Lytton as their own, chiefly because some of his writings – such as the 1842 book Zanoni – have included Rosicrucian and other esoteric notions. According to the Fulham Football Club, he once resided in the original Craven Cottage, today the site of their stadium.",
"title": "Life"
},
{
"paragraph_id": 14,
"text": "Bulwer-Lytton had long suffered from a disease of the ear, and for the last two or three years of his life lived in Torquay nursing his health. After an operation to cure deafness, an abscess formed in the ear and burst; he endured intense pain for a week and died at 2 am on 18 January 1873, just short of his 70th birthday. The cause of death was unclear but it was thought the infection had affected his brain and caused a fit. Rosina outlived him by nine years. Against his wishes, Bulwer-Lytton was honoured with a burial in Westminster Abbey. His unfinished history Athens: Its Rise and Fall was published posthumously.",
"title": "Life"
},
{
"paragraph_id": 15,
"text": "Bulwer began his political career as a follower of Jeremy Bentham. In 1831 he was elected member for St Ives, Cornwall, after which he was returned for Lincoln in 1832, and sat in Parliament for that city for nine years. He spoke in favour of the Reform Bill and took the lead in securing the reduction, after he had vainly supported the repeal, of the newspaper stamp duties. His influence was perhaps most keenly felt after the British Whig Party's dismissal from office in 1834, when he issued a pamphlet entitled A Letter to a Late Cabinet Minister on the Crisis. Lord Melbourne, the Prime Minister, offered him a lordship of the Admiralty, which he declined as likely to interfere with his activity as an author.",
"title": "Political career"
},
{
"paragraph_id": 16,
"text": "Bulwer was created a baronet, of Knebworth House in the County of Hertford, in the Baronetage of the United Kingdom, in 1838. In 1841, he left Parliament and spent much of his time in travel. He did not return to politics until 1852, when, having differed from Lord John Russell over the Corn Laws, he stood for Hertfordshire as a Conservative. Bulwer-Lytton held that seat until 1866, when he was raised to the peerage as Baron Lytton of Knebworth in the County of Hertford. In 1858, he entered Lord Derby's government as Secretary of State for the Colonies, thus serving alongside his old friend Benjamin Disraeli. He was comparatively inactive in the House of Lords.",
"title": "Political career"
},
{
"paragraph_id": 17,
"text": "\"Just prior to his government's defeat in 1859 the Secretary of State for the Colonies, Sir Edward Bulwer Lytton, notified Sir George Ferguson Bowen of his appointment as Governor of the new colony to be known as 'Queen's Land'.\" The draft letter was ranked #4 in the 'Top 150: Documenting Queensland' exhibition when it toured to venues around Queensland from February 2009 to April 2010. The exhibition was part of Queensland State Archives' events and exhibition program which contributed to the state's Q150 celebrations, marking the 150th anniversary of the separation of Queensland from New South Wales.",
"title": "Political career"
},
{
"paragraph_id": 18,
"text": "When news of the Fraser Canyon Gold Rush reached London, Bulwer-Lytton, as Secretary of State for the Colonies, requested that the War Office recommend a field officer, \"a man of good judgement possessing a knowledge of mankind\", to lead a Corps of 150 (later increased to 172) Royal Engineers, who had been selected for their \"superior discipline and intelligence\". The War Office chose Richard Clement Moody, and Lord Lytton, who described Moody as his \"distinguished friend\", accepted the nomination in view of Moody's military record, his success as Governor of the Falkland Islands, and the distinguished record of his father, Colonel Thomas Moody, Knight at the Colonial Office. Moody was charged to establish British order and transform the newly-established Colony of British Columbia into the British Empire's \"bulwark in the farthest west\" and \"found a second England on the shores of the Pacific\". Lytton desired to send to the colony \"representatives of the best of British culture, not just a police force\", sought men who possessed \"courtesy, high breeding and urbane knowledge of the world\", and decided to send Moody, whom the Government considered to be the archetypal \"English gentleman and British Officer\" at the head of the Royal Engineers, Columbia Detachment to whom he wrote an impassioned letter.",
"title": "Political career"
},
{
"paragraph_id": 19,
"text": "The former HBC Fort Dallas at Camchin, the confluence of the Thompson and the Fraser Rivers, was renamed in his honour by Governor Sir James Douglas in 1858 as Lytton, British Columbia.",
"title": "Political career"
},
{
"paragraph_id": 20,
"text": "Bulwer-Lytton's literary career began in 1820 with the publication of a book of poems and spanned much of the 19th century. He wrote in a variety of genres, including historical fiction, mystery, romance, the occult and science fiction. He financed his extravagant way of life with a varied and prolific literary output, sometimes publishing anonymously.",
"title": "Literary works"
},
{
"paragraph_id": 21,
"text": "Bulwer-Lytton published Falkland in 1827, a novel which was only a moderate success. But Pelham brought him public acclaim in 1828 and established his reputation as a wit and dandy. Its intricate plot and humorous, intimate portrayal of pre-Victorian dandyism kept gossips busy trying to associate public figures with characters in the book. Pelham resembled Benjamin Disraeli's first novel Vivian Grey (1827). The character of the villainous Richard Crawford in The Disowned, also published in 1828, borrowed much from that of banker and forger Henry Fauntleroy, who was hanged in London in 1824 before a crowd of some 100,000.",
"title": "Literary works"
},
{
"paragraph_id": 22,
"text": "Bulwer-Lytton admired Disraeli's father Isaac D'Israeli, himself a noted author. They began corresponding in the late 1820s and met for the first time in March 1830, when Isaac D'Israeli dined at Bulwer-Lytton's house. Also present that evening were Charles Pelham Villiers and Alexander Cockburn. The young Villiers had a long parliamentary career, while Cockburn became Lord Chief Justice of England in 1859.",
"title": "Literary works"
},
{
"paragraph_id": 23,
"text": "Bulwer-Lytton reached his height of popularity with the publication of England and the English, and Godolphin (1833). This was followed by The Pilgrims of the Rhine (1834), The Last Days of Pompeii (1834), Rienzi, Last of the Roman Tribunes about Cola di Rienzo (1835), Ernest Maltravers; or, The Eleusinia (1837), Alice; or, The Mysteries (1838), Leila; or, The Siege of Granada (1838), and Harold, the Last of the Saxons (1848). The Last Days of Pompeii was inspired by Karl Briullov's painting The Last Day of Pompeii, which Bulwer-Lytton saw in Milan.",
"title": "Literary works"
},
{
"paragraph_id": 24,
"text": "His New Timon lampooned Tennyson, who responded in kind. Bulwer-Lytton also wrote the horror story The Haunted and the Haunters; or, The House and the Brain (1859). Another novel with a supernatural theme was A Strange Story (1862), which was an influence on Bram Stoker's Dracula.",
"title": "Literary works"
},
{
"paragraph_id": 25,
"text": "Bulwer-Lytton wrote many other works, including Vril: The Power of the Coming Race (1871) which drew heavily on his interest in the occult and contributed to the early growth of the science fiction genre. Its story of a subterranean race waiting to reclaim the surface of the Earth is an early science fiction theme. The book popularised the Hollow Earth theory and may have inspired Nazi mysticism. His term \"vril\" lent its name to Bovril meat extract. The book was also the theme of a fundraising event held at the Royal Albert Hall in 1891, the Vril-Ya Bazaar and Fete. \"Vril\" has been adopted by theosophists and occultists since the 1870s and became closely associated with the ideas of an esoteric neo-Nazism after 1945.",
"title": "Literary works"
},
{
"paragraph_id": 26,
"text": "His play Money (1840) was first produced at the Theatre Royal, Haymarket, London, on 8 December 1840. The first American production was at the Old Park Theater in New York on 1 February 1841. Subsequent productions include the Prince of Wales's Theatre's in 1872 and as the inaugural play at the new California Theatre (San Francisco) in 1869.",
"title": "Literary works"
},
{
"paragraph_id": 27,
"text": "Among Bulwer-Lytton's lesser-known contributions to literature was that he convinced Charles Dickens to revise the ending of Great Expectations to make it more palatable to the reading public, as in the original version of the novel, Pip and Estella do not get together.",
"title": "Literary works"
},
{
"paragraph_id": 28,
"text": "Bulwer-Lytton's works had an influence in a number of fields.",
"title": "Legacy"
},
{
"paragraph_id": 29,
"text": "Bulwer-Lytton's most famous quotation is \"The pen is mightier than the sword\" from his play Richelieu:",
"title": "Legacy"
},
{
"paragraph_id": 30,
"text": "beneath the rule of men entirely great, the pen is mightier than the sword",
"title": "Legacy"
},
{
"paragraph_id": 31,
"text": "He popularized the phrase \"pursuit of the almighty dollar\" from his novel The Coming Race, and he is credited with \"the great unwashed\", using this disparaging term in his 1830 novel Paul Clifford:",
"title": "Legacy"
},
{
"paragraph_id": 32,
"text": "He is certainly a man who bathes and \"lives cleanly\", (two especial charges preferred against him by Messrs. the Great Unwashed).",
"title": "Legacy"
},
{
"paragraph_id": 33,
"text": "The writers of theosophy were among those influenced by Bulwer-Lytton's work. Annie Besant and especially Helena Blavatsky incorporated his thoughts and ideas, particularly from The Last Days of Pompeii, Vril, the Power of the Coming Race and Zanoni in her own books.",
"title": "Legacy"
},
{
"paragraph_id": 34,
"text": "Bulwer-Lytton's name lives on in the annual Bulwer-Lytton Fiction Contest, in which contestants think up terrible openings for imaginary novels, inspired by the first line of his 1830 novel Paul Clifford:",
"title": "Legacy"
},
{
"paragraph_id": 35,
"text": "It was a dark and stormy night; the rain fell in torrents – except at occasional intervals, when it was checked by a violent gust of wind which swept up the streets (for it is in London that our scene lies), rattling along the housetops, and fiercely agitating the scanty flame of the lamps that struggled against the darkness.",
"title": "Legacy"
},
{
"paragraph_id": 36,
"text": "Entrants in the contest seek to capture the rapid changes in point of view, the florid language, and the atmosphere of the full sentence. The opening was popularized by the Peanuts comic strip, in which Snoopy's sessions on the typewriter usually began with \"It was a dark and stormy night\". The same words also form the first sentence of Madeleine L'Engle's Newbery Medal-winning novel A Wrinkle in Time. Similar wording appears in Edgar Allan Poe's 1831 short story \"The Bargain Lost\", although not at the very beginning. It reads:",
"title": "Legacy"
},
{
"paragraph_id": 37,
"text": "It was a dark and stormy night. The rain fell in cataracts; and drowsy citizens started, from dreams of the deluge, to gaze upon the boisterous sea, which foamed and bellowed for admittance into the proud towers and marble palaces. Who would have thought of passions so fierce in that calm water that slumbers all day long? At a slight alabaster stand, trembling beneath the ponderous tomes which it supported, sat the hero of our story.",
"title": "Legacy"
},
{
"paragraph_id": 38,
"text": "Several of Bulwer-Lytton's novels were made into operas. One of them, Rienzi, der Letzte der Tribunen (1842) by Richard Wagner, eventually became more famous than the novel. Leonora (1846) by William Henry Fry, the first European-styled \"grand\" opera composed in the United States, is based on Bulwer-Lytton's play The Lady of Lyons, as is Frederic Cowen's first opera Pauline (1876). Verdi rival Errico Petrella's most successful opera, Jone (1858), was based on Bulwer-Lytton's The Last Days of Pompeii, and was performed all over the world until the 1880s, and in Italy until 1910. Harold, the Last of the Saxons (1848) provided character names (but little else) for Verdi's opera Aroldo (1857).",
"title": "Legacy"
},
{
"paragraph_id": 39,
"text": "Shortly after their first publication, The Last Days of Pompeii, Rienzi, and Ernest Maltravers all received successful stage performances in New York. The plays were written by Louisa Medina, one of the most successful playwrights of the 19th century. The Last Days of Pompeii had the longest continuous stage run in New York at the time with 29 straight performances.",
"title": "Legacy"
},
{
"paragraph_id": 40,
"text": "In addition to his political and literary work, Bulwer-Lytton became the editor of the New Monthly in 1831, but he resigned the following year. In 1841, he started the Monthly Chronicle, a semi-scientific magazine. During his career he wrote poetry, prose, and stage plays; his last novel was Kenelm Chillingly, which was in course of publication in Blackwood's Magazine at the time of his death in 1873.",
"title": "Legacy"
},
{
"paragraph_id": 41,
"text": "Bulwer-Lytton's works of fiction and non-fiction were translated in his day and since then into many languages, including Serbian (by Laza Kostic), German, Russian, Norwegian, Swedish, French, Finnish, and Spanish. In 1879, his Ernest Maltravers was the first complete novel from the West to be translated into Japanese.",
"title": "Legacy"
},
{
"paragraph_id": 42,
"text": "In Brisbane, Queensland, Australia, the suburb of Lytton, the town of Bulwer on Moreton Island (Moorgumpin) and the neighbourhood (former island) of Bulwer Island are named after him. The township of Lytton, Quebec (today part of Montcerf-Lytton) was named after him as was Lytton, British Columbia, and Lytton, Iowa. Lytton Road in Gisborne, New Zealand was named after the novelist. Later a state secondary school, Lytton High School, was founded in the road. Also in New Zealand, Bulwer is a small locality in Waihinau Bay in the outer Pelorus Sound, New Zealand. It can be reached by 77 km of winding, mostly unsealed, road from Rai Valley. A weekly mail boat service delivers mail and also offers passenger services. In London, Lytton Road in the suburb of Pinner, where the novelist lived, is named after him.",
"title": "Legacy"
},
{
"paragraph_id": 43,
"text": "Bulwer-Lytton was portrayed by the actor Brett Usher in the 1978 television serial Disraeli.",
"title": "Legacy"
}
]
| Edward George Earle Lytton Bulwer-Lytton, 1st Baron Lytton, PC was an English writer and politician. He served as a Whig member of Parliament from 1831 to 1841 and a Conservative from 1851 to 1866. He was Secretary of State for the Colonies from June 1858 to June 1859, choosing Richard Clement Moody as founder of British Columbia. He declined the Crown of Greece in 1862 after King Otto abdicated. He was created Baron Lytton of Knebworth in 1866. Bulwer-Lytton's works were well known in his time. He coined famous phrases like "pursuit of the almighty dollar", "the pen is mightier than the sword", "dweller on the threshold", "the great unwashed", and the opening phrase "It was a dark and stormy night." The sardonic Bulwer-Lytton Fiction Contest, held annually since 1982, claims to seek the "opening sentence of the worst of all possible novels". | 2002-01-11T14:14:23Z | 2023-08-19T16:37:14Z | [
"Template:For",
"Template:Cite news",
"Template:S-new",
"Template:Cite ODNB",
"Template:Librivox author",
"Template:S-off",
"Template:S-end",
"Template:Authority control",
"Template:Sfn",
"Template:Reflist",
"Template:Cite book",
"Template:Dead link",
"Template:Webarchive",
"Template:Commons category",
"Template:Wikiquote",
"Template:S-par",
"Template:S-bef",
"Template:Use British English",
"Template:Snd",
"Template:Further",
"Template:Cite web",
"Template:Acad",
"Template:Wikisource author",
"Template:Hansard-contribs",
"Template:S-reg",
"Template:Short description",
"Template:Distinguish",
"Template:Use dmy dates",
"Template:Div col end",
"Template:Cite QPN",
"Template:ISBN?",
"Template:S-start",
"Template:Cn",
"Template:London Gazette",
"Template:Citation",
"Template:EB1911",
"Template:Edward Bulwer-Lytton",
"Template:Div col",
"Template:Internet Archive author",
"Template:S-aft",
"Template:S-aca",
"Template:Infobox officeholder",
"Template:Citation needed",
"Template:Gutenberg author",
"Template:S-ttl"
]
| https://en.wikipedia.org/wiki/Edward_Bulwer-Lytton |
10,400 | History of Esperanto | L. L. Zamenhof developed Esperanto in the 1870s and '80s. Unua Libro, the first print discussion of the language, appeared in 1887. The number of Esperanto speakers have increased gradually since then, without much support from governments and international organizations. Its use has, in some instances, been outlawed or otherwise suppressed.
Around 1880, while in Moscow and approximately simultaneously with working on Esperanto, Zamenhof made an aborted attempt to standardize Yiddish, based on his native Bialystok (Northeastern) dialect, as a unifying language for the Jews of the Russian Empire. He even used a Latin alphabet, with the letters ć, h́, ś, ź (the same as in early drafts of Esperanto, later ĉ, ĥ, ŝ, ĵ) and ě for schwa. However, he concluded there was no future for such a project, and abandoned it, dedicating himself to Esperanto as a unifying language for all humankind. Paul Wexler proposed that Esperanto was not an arbitrary pastiche of major European languages but a Latinate relexification of Yiddish, a native language of its founder. This model is generally unsupported by mainstream linguists.
Zamenhof would later say that he had dreamed of a world language since he was a child. At first he considered a revival of Latin, but after learning it in school he decided it was too complicated to be a common means of international communication. When he learned English, he realised that verb conjugations were unnecessary, and that grammatical systems could be much simpler than he had expected. He still had the problem of memorising a large vocabulary, until he noticed two Russian signs labelled Швейцарская (švejtsarskaja, a porter's lodge – from швейцар švejtsar, a porter) and Кондитерская (konditerskaja, a confectioner's shop – from кондитер konditer, a confectioner). He then realised that a judicious use of affixes could greatly decrease the number of root words needed for communication. He chose to take his vocabulary from Romance and Germanic, the languages that were most widely taught in schools around the world and would therefore be recognisable to the largest number of people.
Zamenhof taught an early version of the language to his high-school classmates. Then, for several years, he worked on translations and poetry to refine his creation. In 1895 he wrote, "I worked for six years perfecting and testing the language, even though it had seemed to me in 1878 that it was already completely ready." When he was ready to publish, the Czarist censors would not allow it. Stymied, he spent his time in translating works such as the Bible and Shakespeare. This enforced delay led to continued improvement. In July 1887 he published his Unua Libro (First Book), a basic introduction to the language. This was essentially the language spoken today.
Unua Libro was published in 1887. At first the movement grew most in the Russian empire and eastern Europe, but soon spread to western Europe and beyond: to Argentina in 1889; to Canada in 1901; to Algeria, Chile, Japan, Mexico, and Peru in 1903; to Tunisia in 1904; and to Australia, the United States, Guinea, Indochina, New Zealand, Tonkin, and Uruguay in 1905.
In its first years Esperanto was used mainly in publications by Zamenhof and early adopters like Antoni Grabowski, in extensive correspondence (mostly now lost), in the magazine La Esperantisto, published from 1889 to 1895 and only occasionally in personal encounters.
In 1894, under pressure from Wilhelm Trompeter, the publisher of the magazine La Esperantisto, and some other leading users, Zamenhof reluctantly put forward a radical reform to be voted on by readers. He proposed the reduction of the alphabet to 22 letters (by eliminating the accented letters and most of their sounds), the change of the plural to -i, the use of a positional accusative instead of the ending -n, the removal of the distinction between adjectives and adverbs, the reduction of the number of participles from six to two, and the replacement of the table of correlatives with more Latinate words or phrases. These reforms were overwhelmingly rejected, but some were picked up in subsequent reforms (such as Ido) and criticisms of the language. In the following decade Esperanto spread into western Europe, especially France. By 1905 there were already 27 magazines being published (Auld 1988).
A small international conference was held in 1904, leading to the first world congress in August 1905 in Boulogne-sur-Mer, France. There were 688 Esperanto speakers present from 20 nationalities. At this congress, Zamenhof officially resigned his leadership of the Esperanto movement, as he did not want personal prejudice against himself (or anti-Semitism) to hinder the progress of the language. He proposed a declaration on founding principles of the Esperanto movement, which the attendees of the congress endorsed.
World congresses have been held every year since 1905, except during the two World Wars.
The autonomous territory of Neutral Moresnet, between Belgium and Germany, had a sizable proportion of Esperanto-speakers among its small and multiethnic population. There was a proposal to make Esperanto its official language. In 1908, it was eventually accepted alongside Dutch, German, and French. There was also a large Esperanto group led by Anna Tuschinski in the Free City of Danzig.
In the early 1920s, a great opportunity seemed to arise for Esperanto when the Iranian delegation to the League of Nations proposed that it be adopted for use in international relations, following a report by Nitobe Inazō, an official delegate of League of Nations during the 13th World Congress of Esperanto in Prague. Ten delegates accepted the proposal with only one voice against, the French delegate, Gabriel Hanotaux, who employed France's Council veto privilege to squash all League attempts at the recognition of Esperanto, starting on the first vote on 18 December 1920 and continuing through the next three years. Hanotaux did not like how the French language was losing its position as the international language and saw Esperanto as a threat. However, two years later the League recommended that its member states include Esperanto in their educational curricula. The French retaliated by banning all instruction in Esperanto in French schools and universities. The French Ministry of Instruction said that acceptance of Esperanto would mean that "French and English would perish and that the literary standard of the world would be debased". Nonetheless, many people see the 1920s as the heyday of the Esperanto movement.
In 1941, the Soviet Union started performing mass arrests, deportations, and killings of many Esperantists and their relatives for fear of an anti-nationalistic movement, but it was interrupted by the Nazi invasion.
Hitler wrote in Mein Kampf that Esperanto was created as a universal language to unite the Jewish diaspora.
The creation of a Jew-free National German Esperanto League was not enough to placate the Nazis. The teaching of Esperanto was not allowed in German prisoner-of-war camps during World War II. Esperantists sometimes were able to get around the ban by convincing guards that they were teaching Italian, the language of Germany's closest ally.
In the early years of the Soviet Union, Esperanto was given a measure of government support, and an officially recognized Soviet Esperanto Association came into being. However, in 1937, Stalin reversed this policy and the use of Esperanto was effectively banned until 1956. While Esperanto itself was not enough cause for execution, its use was extended among Jews or trade unionists and encouraged contacts with foreigners.
Fascist Italy, on the other hand, made some efforts of promoting tourism in Italy through Esperanto leaflets and appreciated the similarities of Italian and Esperanto.
Portugal's right-wing governments cracked down on the language from 1936 until the Carnation Revolution of 1974. After the Spanish Civil War, Francoist Spain cracked down on the Anarchists and Catalan nationalists among whom the speaking of Esperanto had been quite widespread; but in the 1950s, the Esperanto movement was tolerated again, with Francisco Franco accepting the honorary patronage of the Madrid World Esperanto Congress.
The Cold War, especially in the 1950s and 1960s, put a damper on the Esperanto movement as well, as there were fears on both sides that Esperanto could be used for enemy propaganda. However, the language experienced something of a renaissance in the 1970s and spread to new parts of the world, such as its veritable explosion in popularity in Iran in 1975. By 1991 there were enough African Esperantists to warrant a pan-African congress. The language continues to spread, although it is not officially recognised by any country, and is part of the state educational curriculum of only a few.
In 2022 a Esperanto club was founded on the Amundsen–Scott South Pole Station making Antarctica the last continent with organized Esperantists.
The Declaration of Boulogne (1905) limited changes to Esperanto. That declaration stated, among other things, that the basis of the language should remain the Fundamento de Esperanto ("Foundation of Esperanto", a group of early works by Zamenhof), which is to be binding forever: nobody has the right to make changes to it. The declaration also permits new concepts to be expressed as the speaker sees fit, but it recommends doing so in accordance with the original style.
Many Esperantists believe this declaration stabilising the language is a major reason why the Esperanto speaker community grew beyond the levels attained by other constructed languages and has developed a flourishing culture. Other constructed languages have been hindered from developing a stable speaking community by continual tinkering. Also, many developers of constructed languages have been possessive of their creation and have worked to prevent others from contributing to the language. One such ultimately disastrous case was Schleyer's Volapük. In contrast, Zamenhof declared that "Esperanto belongs to the Esperantists", and moved to the background once the language was published, allowing others to share in the early development of the language.
The grammatical description in the earliest books was somewhat vague, so a consensus on usage (influenced by Zamenhof's answers to some questions) developed over time within boundaries set by the initial outline (Auld 1988). Even before the Declaration of Boulogne, the language was remarkably stable; only one set of lexical changes were made in the first year after publication, namely changing "when", "then", "never", "sometimes", "always" from kian, tian, nenian, ian, ĉian to kiam, tiam, neniam etc., to avoid confusion with the accusative forms of kia "what sort of", tia "that sort of", etc. Thus Esperanto achieved a stability of structure and grammar similar to that which natural languages enjoy by virtue of their native speakers and established bodies of literature. One could learn Esperanto without having it move from underfoot. Changes could and did occur in the language, but only by acquiring widespread popular support; there was no central authority making arbitrary changes, as happened with Volapük and some other languages.
Modern Esperanto usage may in fact depart from that originally described in the Fundamento, though the differences are largely semantic (involving changed meaning of words) rather than grammatical or phonological. The translation given for "I like this one", in the sample phrases in the main Esperanto article, offers a significant example. According to the Fundamento, Mi ŝatas ĉi tiun would in fact have meant "I esteem this one". The traditional usage is Tiu ĉi plaĉas al mi (literally, "this one is pleasing to me"), which reflects the phrasing of most European languages (French celui-ci me plaît, Spanish éste me gusta, Russian это мне нравится [eto mnye nravitsya], German Das gefällt mir, Italian mi piace). However, the original Ĉi tiu plaĉas al mi continues to be commonly used.
For later changes to the language, see Modern evolution of Esperanto.
Esperanto has not fragmented into regional dialects through natural language use. This may be because it is the language of daily communication for only a small minority of its speakers. However at least three other factors work against dialects, namely the centripetal force of the Fundamento, the unifying influence of the Plena Vortaro and its successors, which exemplified usage from the works of Zamenhof and leading writers, and the transnational ambitions of the speech community itself. Slang and jargon have developed to some extent, but such features interfere with universal communication – the whole point of Esperanto – and so have generally been avoided.
However, in the early twentieth century numerous reform projects were proposed. Almost all of these Esperantidos were stillborn, but the very first, Ido ("offspring"), had significant success for several years. Ido was proposed by the Delegation for the Adoption of an International Auxiliary Language in Paris in October 1907. Its main reforms were in bringing the alphabet, semantics, and some grammatical features into closer alignment with the Romance languages, as well as removal of adjectival agreement and the accusative case except when necessary. At first, a number of leading Esperantists put their support behind the Ido project, but the movement stagnated and declined, first with the accidental death of one of its main proponents and later as people proposed further changes, and the number of current speakers is estimated at between 250 and 5000. However, Ido has proven to be a rich source of Esperanto vocabulary.
Some more focused reform projects, affecting only a particular feature of the language, have gained a few adherents. One of these is riism, which modifies the language to incorporate non-sexist language and gender-neutral pronouns. However, most of these projects are specific to individual nationalities (riism from English speakers, for example), and the only changes that have gained acceptance in the Esperanto community have been the minor and gradual bottom-up reforms discussed in the last section.
Esperanto is credited with influencing or inspiring several later competing language projects, such as Occidental (1922) and Novial (1928). These always lagged far behind Esperanto in their popularity. By contrast, Interlingua (1951) has greatly surpassed Ido in terms of popularity. It shows little or no Esperanto influence, however. | [
{
"paragraph_id": 0,
"text": "L. L. Zamenhof developed Esperanto in the 1870s and '80s. Unua Libro, the first print discussion of the language, appeared in 1887. The number of Esperanto speakers have increased gradually since then, without much support from governments and international organizations. Its use has, in some instances, been outlawed or otherwise suppressed.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Around 1880, while in Moscow and approximately simultaneously with working on Esperanto, Zamenhof made an aborted attempt to standardize Yiddish, based on his native Bialystok (Northeastern) dialect, as a unifying language for the Jews of the Russian Empire. He even used a Latin alphabet, with the letters ć, h́, ś, ź (the same as in early drafts of Esperanto, later ĉ, ĥ, ŝ, ĵ) and ě for schwa. However, he concluded there was no future for such a project, and abandoned it, dedicating himself to Esperanto as a unifying language for all humankind. Paul Wexler proposed that Esperanto was not an arbitrary pastiche of major European languages but a Latinate relexification of Yiddish, a native language of its founder. This model is generally unsupported by mainstream linguists.",
"title": "Standardized Yiddish"
},
{
"paragraph_id": 2,
"text": "Zamenhof would later say that he had dreamed of a world language since he was a child. At first he considered a revival of Latin, but after learning it in school he decided it was too complicated to be a common means of international communication. When he learned English, he realised that verb conjugations were unnecessary, and that grammatical systems could be much simpler than he had expected. He still had the problem of memorising a large vocabulary, until he noticed two Russian signs labelled Швейцарская (švejtsarskaja, a porter's lodge – from швейцар švejtsar, a porter) and Кондитерская (konditerskaja, a confectioner's shop – from кондитер konditer, a confectioner). He then realised that a judicious use of affixes could greatly decrease the number of root words needed for communication. He chose to take his vocabulary from Romance and Germanic, the languages that were most widely taught in schools around the world and would therefore be recognisable to the largest number of people.",
"title": "Development of the language before publication"
},
{
"paragraph_id": 3,
"text": "Zamenhof taught an early version of the language to his high-school classmates. Then, for several years, he worked on translations and poetry to refine his creation. In 1895 he wrote, \"I worked for six years perfecting and testing the language, even though it had seemed to me in 1878 that it was already completely ready.\" When he was ready to publish, the Czarist censors would not allow it. Stymied, he spent his time in translating works such as the Bible and Shakespeare. This enforced delay led to continued improvement. In July 1887 he published his Unua Libro (First Book), a basic introduction to the language. This was essentially the language spoken today.",
"title": "Development of the language before publication"
},
{
"paragraph_id": 4,
"text": "Unua Libro was published in 1887. At first the movement grew most in the Russian empire and eastern Europe, but soon spread to western Europe and beyond: to Argentina in 1889; to Canada in 1901; to Algeria, Chile, Japan, Mexico, and Peru in 1903; to Tunisia in 1904; and to Australia, the United States, Guinea, Indochina, New Zealand, Tonkin, and Uruguay in 1905.",
"title": "Unua Libro to Declaration of Boulogne (1887–1905)"
},
{
"paragraph_id": 5,
"text": "In its first years Esperanto was used mainly in publications by Zamenhof and early adopters like Antoni Grabowski, in extensive correspondence (mostly now lost), in the magazine La Esperantisto, published from 1889 to 1895 and only occasionally in personal encounters.",
"title": "Unua Libro to Declaration of Boulogne (1887–1905)"
},
{
"paragraph_id": 6,
"text": "In 1894, under pressure from Wilhelm Trompeter, the publisher of the magazine La Esperantisto, and some other leading users, Zamenhof reluctantly put forward a radical reform to be voted on by readers. He proposed the reduction of the alphabet to 22 letters (by eliminating the accented letters and most of their sounds), the change of the plural to -i, the use of a positional accusative instead of the ending -n, the removal of the distinction between adjectives and adverbs, the reduction of the number of participles from six to two, and the replacement of the table of correlatives with more Latinate words or phrases. These reforms were overwhelmingly rejected, but some were picked up in subsequent reforms (such as Ido) and criticisms of the language. In the following decade Esperanto spread into western Europe, especially France. By 1905 there were already 27 magazines being published (Auld 1988).",
"title": "Unua Libro to Declaration of Boulogne (1887–1905)"
},
{
"paragraph_id": 7,
"text": "A small international conference was held in 1904, leading to the first world congress in August 1905 in Boulogne-sur-Mer, France. There were 688 Esperanto speakers present from 20 nationalities. At this congress, Zamenhof officially resigned his leadership of the Esperanto movement, as he did not want personal prejudice against himself (or anti-Semitism) to hinder the progress of the language. He proposed a declaration on founding principles of the Esperanto movement, which the attendees of the congress endorsed.",
"title": "Unua Libro to Declaration of Boulogne (1887–1905)"
},
{
"paragraph_id": 8,
"text": "World congresses have been held every year since 1905, except during the two World Wars.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 9,
"text": "The autonomous territory of Neutral Moresnet, between Belgium and Germany, had a sizable proportion of Esperanto-speakers among its small and multiethnic population. There was a proposal to make Esperanto its official language. In 1908, it was eventually accepted alongside Dutch, German, and French. There was also a large Esperanto group led by Anna Tuschinski in the Free City of Danzig.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 10,
"text": "In the early 1920s, a great opportunity seemed to arise for Esperanto when the Iranian delegation to the League of Nations proposed that it be adopted for use in international relations, following a report by Nitobe Inazō, an official delegate of League of Nations during the 13th World Congress of Esperanto in Prague. Ten delegates accepted the proposal with only one voice against, the French delegate, Gabriel Hanotaux, who employed France's Council veto privilege to squash all League attempts at the recognition of Esperanto, starting on the first vote on 18 December 1920 and continuing through the next three years. Hanotaux did not like how the French language was losing its position as the international language and saw Esperanto as a threat. However, two years later the League recommended that its member states include Esperanto in their educational curricula. The French retaliated by banning all instruction in Esperanto in French schools and universities. The French Ministry of Instruction said that acceptance of Esperanto would mean that \"French and English would perish and that the literary standard of the world would be debased\". Nonetheless, many people see the 1920s as the heyday of the Esperanto movement.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 11,
"text": "In 1941, the Soviet Union started performing mass arrests, deportations, and killings of many Esperantists and their relatives for fear of an anti-nationalistic movement, but it was interrupted by the Nazi invasion.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 12,
"text": "Hitler wrote in Mein Kampf that Esperanto was created as a universal language to unite the Jewish diaspora.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 13,
"text": "The creation of a Jew-free National German Esperanto League was not enough to placate the Nazis. The teaching of Esperanto was not allowed in German prisoner-of-war camps during World War II. Esperantists sometimes were able to get around the ban by convincing guards that they were teaching Italian, the language of Germany's closest ally.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 14,
"text": "In the early years of the Soviet Union, Esperanto was given a measure of government support, and an officially recognized Soviet Esperanto Association came into being. However, in 1937, Stalin reversed this policy and the use of Esperanto was effectively banned until 1956. While Esperanto itself was not enough cause for execution, its use was extended among Jews or trade unionists and encouraged contacts with foreigners.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 15,
"text": "Fascist Italy, on the other hand, made some efforts of promoting tourism in Italy through Esperanto leaflets and appreciated the similarities of Italian and Esperanto.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 16,
"text": "Portugal's right-wing governments cracked down on the language from 1936 until the Carnation Revolution of 1974. After the Spanish Civil War, Francoist Spain cracked down on the Anarchists and Catalan nationalists among whom the speaking of Esperanto had been quite widespread; but in the 1950s, the Esperanto movement was tolerated again, with Francisco Franco accepting the honorary patronage of the Madrid World Esperanto Congress.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 17,
"text": "The Cold War, especially in the 1950s and 1960s, put a damper on the Esperanto movement as well, as there were fears on both sides that Esperanto could be used for enemy propaganda. However, the language experienced something of a renaissance in the 1970s and spread to new parts of the world, such as its veritable explosion in popularity in Iran in 1975. By 1991 there were enough African Esperantists to warrant a pan-African congress. The language continues to spread, although it is not officially recognised by any country, and is part of the state educational curriculum of only a few.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 18,
"text": "In 2022 a Esperanto club was founded on the Amundsen–Scott South Pole Station making Antarctica the last continent with organized Esperantists.",
"title": "Declaration of Boulogne to present (1905–present)"
},
{
"paragraph_id": 19,
"text": "The Declaration of Boulogne (1905) limited changes to Esperanto. That declaration stated, among other things, that the basis of the language should remain the Fundamento de Esperanto (\"Foundation of Esperanto\", a group of early works by Zamenhof), which is to be binding forever: nobody has the right to make changes to it. The declaration also permits new concepts to be expressed as the speaker sees fit, but it recommends doing so in accordance with the original style.",
"title": "Evolution of the language"
},
{
"paragraph_id": 20,
"text": "Many Esperantists believe this declaration stabilising the language is a major reason why the Esperanto speaker community grew beyond the levels attained by other constructed languages and has developed a flourishing culture. Other constructed languages have been hindered from developing a stable speaking community by continual tinkering. Also, many developers of constructed languages have been possessive of their creation and have worked to prevent others from contributing to the language. One such ultimately disastrous case was Schleyer's Volapük. In contrast, Zamenhof declared that \"Esperanto belongs to the Esperantists\", and moved to the background once the language was published, allowing others to share in the early development of the language.",
"title": "Evolution of the language"
},
{
"paragraph_id": 21,
"text": "The grammatical description in the earliest books was somewhat vague, so a consensus on usage (influenced by Zamenhof's answers to some questions) developed over time within boundaries set by the initial outline (Auld 1988). Even before the Declaration of Boulogne, the language was remarkably stable; only one set of lexical changes were made in the first year after publication, namely changing \"when\", \"then\", \"never\", \"sometimes\", \"always\" from kian, tian, nenian, ian, ĉian to kiam, tiam, neniam etc., to avoid confusion with the accusative forms of kia \"what sort of\", tia \"that sort of\", etc. Thus Esperanto achieved a stability of structure and grammar similar to that which natural languages enjoy by virtue of their native speakers and established bodies of literature. One could learn Esperanto without having it move from underfoot. Changes could and did occur in the language, but only by acquiring widespread popular support; there was no central authority making arbitrary changes, as happened with Volapük and some other languages.",
"title": "Evolution of the language"
},
{
"paragraph_id": 22,
"text": "Modern Esperanto usage may in fact depart from that originally described in the Fundamento, though the differences are largely semantic (involving changed meaning of words) rather than grammatical or phonological. The translation given for \"I like this one\", in the sample phrases in the main Esperanto article, offers a significant example. According to the Fundamento, Mi ŝatas ĉi tiun would in fact have meant \"I esteem this one\". The traditional usage is Tiu ĉi plaĉas al mi (literally, \"this one is pleasing to me\"), which reflects the phrasing of most European languages (French celui-ci me plaît, Spanish éste me gusta, Russian это мне нравится [eto mnye nravitsya], German Das gefällt mir, Italian mi piace). However, the original Ĉi tiu plaĉas al mi continues to be commonly used.",
"title": "Evolution of the language"
},
{
"paragraph_id": 23,
"text": "For later changes to the language, see Modern evolution of Esperanto.",
"title": "Evolution of the language"
},
{
"paragraph_id": 24,
"text": "Esperanto has not fragmented into regional dialects through natural language use. This may be because it is the language of daily communication for only a small minority of its speakers. However at least three other factors work against dialects, namely the centripetal force of the Fundamento, the unifying influence of the Plena Vortaro and its successors, which exemplified usage from the works of Zamenhof and leading writers, and the transnational ambitions of the speech community itself. Slang and jargon have developed to some extent, but such features interfere with universal communication – the whole point of Esperanto – and so have generally been avoided.",
"title": "Dialects, reform projects and derived languages"
},
{
"paragraph_id": 25,
"text": "However, in the early twentieth century numerous reform projects were proposed. Almost all of these Esperantidos were stillborn, but the very first, Ido (\"offspring\"), had significant success for several years. Ido was proposed by the Delegation for the Adoption of an International Auxiliary Language in Paris in October 1907. Its main reforms were in bringing the alphabet, semantics, and some grammatical features into closer alignment with the Romance languages, as well as removal of adjectival agreement and the accusative case except when necessary. At first, a number of leading Esperantists put their support behind the Ido project, but the movement stagnated and declined, first with the accidental death of one of its main proponents and later as people proposed further changes, and the number of current speakers is estimated at between 250 and 5000. However, Ido has proven to be a rich source of Esperanto vocabulary.",
"title": "Dialects, reform projects and derived languages"
},
{
"paragraph_id": 26,
"text": "Some more focused reform projects, affecting only a particular feature of the language, have gained a few adherents. One of these is riism, which modifies the language to incorporate non-sexist language and gender-neutral pronouns. However, most of these projects are specific to individual nationalities (riism from English speakers, for example), and the only changes that have gained acceptance in the Esperanto community have been the minor and gradual bottom-up reforms discussed in the last section.",
"title": "Dialects, reform projects and derived languages"
},
{
"paragraph_id": 27,
"text": "Esperanto is credited with influencing or inspiring several later competing language projects, such as Occidental (1922) and Novial (1928). These always lagged far behind Esperanto in their popularity. By contrast, Interlingua (1951) has greatly surpassed Ido in terms of popularity. It shows little or no Esperanto influence, however.",
"title": "Dialects, reform projects and derived languages"
}
]
| L. L. Zamenhof developed Esperanto in the 1870s and '80s. Unua Libro, the first print discussion of the language, appeared in 1887. The number of Esperanto speakers have increased gradually since then, without much support from governments and international organizations. Its use has, in some instances, been outlawed or otherwise suppressed. | 2002-01-12T04:10:44Z | 2023-12-14T21:04:03Z | [
"Template:Citation needed",
"Template:CN",
"Template:Reflist",
"Template:Cite book",
"Template:Cite web",
"Template:Webarchive",
"Template:Language histories",
"Template:Short description",
"Template:Use dmy dates",
"Template:Esperanto sidebar",
"Template:Details",
"Template:Cn",
"Template:See also"
]
| https://en.wikipedia.org/wiki/History_of_Esperanto |
10,402 | Esperanto grammar | Esperanto is the most widely used constructed language intended for international communication; it was designed with highly regular grammatical rules, and as such is considered an easy language to learn.
Each part of speech has a characteristic ending: nouns end with ‑o; adjectives with ‑a; present‑tense indicative verbs with ‑as, and so on. An extensive system of prefixes and suffixes may be freely combined with roots to generate vocabulary, so that it is possible to communicate effectively with a vocabulary of 400 to 500 root words. The original vocabulary of Esperanto had around 900 root words, but was quickly expanded.
Esperanto has an agglutinative morphology, no grammatical gender, and simple verbal and nominal inflections. Verbal suffixes indicate whether a verb is in the infinitive, a participle form (active or passive in three tenses), or one of three moods (indicative, conditional, or volitive; of which the indicative has three tenses), and are derived for several aspects, but do not agree with the grammatical person or number of their subjects. Nouns and adjectives have two cases, nominative/oblique and accusative/allative, and two numbers, singular and plural; the adjectival form of personal pronouns behaves like a genitive case. Adjectives generally agree with nouns in case and number. In addition to indicating direct objects, the accusative/allative case is used with nouns, adjectives and adverbs for showing the destination of a motion, or to replace certain prepositions; the nominative/oblique is used in all other situations. The case system allows for a flexible word order that reflects information flow and other pragmatic concerns, as in Russian, Greek, and Latin.
Esperanto uses a 28-letter Latin alphabet that contains the six additional letters ĉ, ĝ, ĥ, ĵ, ŝ and ŭ, but does not use the letters q, w, x or y. The extra diacritics are the circumflex and the breve. Occasionally, an acute accent (or an apostrophe) is used to indicate irregular stress in a proper name.
Zamenhof suggested Italian as a model for Esperanto pronunciation.
Esperanto has a single definite article, la, which is invariable. It is similar to English "the".
La is used:
The article may also be used for inalienable possession of body parts and kin terms, where English would use a possessive adjective:
The article la, like the demonstrative adjective tiu (this, that), occurs at the beginning of the noun phrase.
There is no grammatically required indefinite article: homo means either "human being" or "a human being", depending on the context, and similarly the plural homoj means "human beings" or "some human beings". The words iu and unu (or their plurals iuj and unuj) may be used somewhat like indefinite articles, but they're closer in meaning to "some" and "a certain" than to English "a". This use of unu corresponds to English "a" when the "a" indicates a specific individual. For example, it is used to introduce new participants (Unu viro ekvenis al mi kaj diris ... 'A man came up to me and said ...').
The suffixes ‑o, ‑a, ‑e, and ‑i indicate that a word is a noun, adjective, adverb, and infinitive verb, respectively. Many new words can be derived simply by changing these suffixes. Derivations from the word vidi (to see) are vida (visual), vide (visually), and vido (vision).
Each root word has an inherent part of speech: nominal, adjectival, verbal, or adverbial. These must be memorized explicitly and affect the use of the part-of-speech suffixes. With an adjectival or verbal root, the nominal suffix ‑o indicates an abstraction: parolo (an act of speech, one's word) from the verbal root paroli (to speak); belo (beauty) from the adjectival root bela (beautiful); whereas with a noun, the nominal suffix simply indicates the noun. Nominal or verbal roots may likewise be modified with the adjectival suffix ‑a: reĝa (royal), from the nominal root reĝo (a king); parola (spoken). The various verbal endings mean to be [__] when added to an adjectival root: beli (to be beautiful); and with a nominal root they mean "to act as" the noun, "to use" the noun, etc., depending on the semantics of the root: reĝi (to reign). There are relatively few adverbial roots, so most words ending in -e are derived: bele (beautifully). Often with a nominal or verbal root, the English equivalent is a prepositional phrase: parole (by speech, orally); vide (by sight, visually); reĝe (like a king, royally).
The meanings of part-of-speech affixes depend on the inherent part of speech of the root they are applied to. For example, brosi (to brush) is based on a nominal root (and therefore listed in modern dictionaries under the entry broso), whereas kombi (to comb) is based on a verbal root (and therefore listed under kombi). Change the suffix to -o, and the similar meanings of brosi and kombi diverge: broso is a brush, the name of an instrument, whereas kombo is a combing, the name of an action. That is, changing verbal kombi (to comb) to a noun simply creates the name for the action; for the name of the tool, the suffix -ilo is used, which derives words for instruments from verbal roots: kombilo (a comb). On the other hand, changing the nominal root broso (a brush) to a verb gives the action associated with that noun, brosi (to brush). For the name of the action, the suffix -ado will change a derived verb back to a noun: brosado (a brushing). Similarly, an abstraction of a nominal root (changing it to an adjective and then back to a noun) requires the suffix -eco, as in infaneco (childhood), but an abstraction of an adjectival or verbal root merely requires the nominal -o: belo (beauty). Nevertheless, redundantly affixed forms such as beleco are acceptable and widely used.
A limited number of basic adverbs do not end with -e, but with an undefined part-of-speech ending -aŭ. Not all words ending in -aŭ are adverbs, and most of the adverbs that end in -aŭ have other functions, such as hodiaŭ "today" [noun or adverb] or ankoraŭ "yet, still" [conjunction or adverb]. About a dozen other adverbs are bare roots, such as nun "now", tro "too, too much", not counting the adverbs among the correlatives. (See special Esperanto adverbs.)
The part-of-speech endings may double up. Apart from the -aŭ suffix, where adding a second part-of-speech ending is nearly universal, this happens only occasionally. For example, vivu! "viva!" (the volitive of vivi 'to live') has a nominal form vivuo (a cry of 'viva!') and a doubly verbal form vivui (to cry 'viva!').
Nouns end with the suffix -o. To make a word plural, the suffix -j is added to the -o. Without this suffix, a countable noun is understood to be singular. Direct objects take an accusative case suffix -n, which goes after any plural suffix; the resulting pluralized accusative sequence -ojn rhymes with English coin.
Names may be pluralized when there is more than one person of that name being referenced:
Adjectives agree with nouns. That is, they are generally plural if the noun that they modify is plural, and accusative if the noun is accusative. Compare bona tago; bonaj tagoj; bonan tagon; bonajn tagojn (good day/days). (The sequence -ajn rhymes with English fine.) This requirement allows for the word orders adjective–noun and noun–adjective, even when two noun phrases are adjacent in subject–object–verb or verb–subject–object clauses:
Agreement clarifies the syntax in other ways as well. Adjectives take the plural suffix when they modify more than one noun, even when those nouns are singular:
A predicative adjective does not take the accusative case suffix even when the noun that it modifies does:
There are three types of pronouns in Esperanto: personal (vi "you"), demonstrative (tio "that", iu "someone"), and relative/interrogative (kio "what"). According to the fifth rule of the Fundamento de Esperanto:
5. The personal pronouns are: mi, "I"; vi, "thou", "you"; li, "he"; ŝi, "she"; ĝi, "it"; si, "self"; ni, "we"; ili, "they"; oni, "one", "people", (French "on").
The Esperanto personal pronoun system is similar to that of English, but with the addition of a reflexive pronoun.
^ Zamenhof introduced a singular second-person pronoun ci, to be used in translations from languages where the T–V distinction was important, but he discouraged its use. He added it in the Dua Libro in 1888 clarifying that "this word is only found in the dictionary; in the language itself it is hardly ever used", and excluded it from the list of pronouns in the Fundamento. To this day, it is standard to use only vi regardless of number or formality.
^ An unofficial gender-neutral third person singular pronoun ri has become relatively popular since about 2010, mostly among younger speakers. It is used when the gender of the referent is unknown, to be ignored, and especially when they are non-binary. While the speakers that use the pronoun are a minority as of 2020, it is widely understood by active users of Esperanto. Its opponents often object that any new pronoun is an unacceptable change to the basic rules and paradigms formulated in the Fundamento. Zamenhof himself proposed using ĝi in such situations; the common opposition to referring to people with gender-neutral ĝi today is primarily due to the traditional ubiquity of li or ŝi for people and of ĝi for non-human animals and inanimate objects.
^ A proposed specifically feminine plural pronoun iŝi was proposed by Kálmán Kalocsay and Gaston Waringhien to better translate languages with gendered plural pronouns.
Personal pronouns take the accusative suffix -n as nouns do: min (me), lin (him), ŝin (her). Possessive adjectives are formed with the adjectival suffix -a: mia (my), ĝia (its), nia (our). These agree with their noun like any other adjective: ni salutis liajn amikojn (we greeted his friends). Esperanto does not have separate forms for the possessive pronouns; this sense is generally (though not always) indicated with the definite article: la mia (mine).
The reflexive pronoun is used in non-subject phrases only to refer back to the subject, usually only in the third and indefinite persons:
The indefinite pronoun is used when making general statements, and is often used where English would have a passive verb,
With impersonal verbs, no pronoun is used:
Here the rain is falling by itself, and that idea is conveyed by the verb, so no subject pronoun is needed.
When not referring to humans, ĝi is mostly used with items that have physical bodies, with tiu or tio used otherwise. Zamenhof proposed that ĝi could also be used as an epicene (gender-neutral) third-person singular pronoun, meaning for use when the gender of an individual is unknown or for when the speaker simply doesn't wish to clarify the gender. However, this proposal is only common when referring to children:
When speaking of adults or people in general, in popular usage it is much more common for the demonstrative adjective and pronoun tiu ("that thing or person that is already known to the listener") to be used in such situations. This mirrors languages such as Japanese, but it's not a method that can always be used. For example, in the sentence
the word tiu would be understood as referring to someone other than the person speaking (like English pronouns this or that but also referring to people), and so cannot be used in place of ĝi, li or ŝi. See gender-neutral pronouns in Esperanto for other approaches.
The demonstrative and relative pronouns form part of the correlative system, and are described in that article. The pronouns are the forms ending in -o (simple pronouns) and -u (adjectival pronouns); these take plural -j and accusative -n as nouns and adjectives do. The possessive pronouns, however, are the forms ending in -es; they are indeclinable for number and case. Compare the nominative phases lia domo (his house) and ties domo (that one's house, those ones' house) with the plural liaj domoj (his houses) and ties domoj (that one's houses, those ones' houses), and with the accusative genitive lian domon and ties domon.
Although Esperanto word order is fairly free, prepositions must come at the beginning of a noun phrase. Whereas in languages such as German, prepositions may require that a noun be in various cases (accusative, dative, and so on), in Esperanto all prepositions govern the nominative: por Johano (for John). The only exception is when there are two or more prepositions and one is replaced by the accusative.
Prepositions should be used with a definite meaning. When no one preposition is clearly correct, the indefinite preposition je should be used:
Alternatively, the accusative may be used without a preposition:
Note that although la trian (the third) is in the accusative, de majo (of May) is still a prepositional phrase, and so the noun majo remains in the nominative case.
A frequent use of the accusative is in place of al (to) to indicate the direction or goal of motion (allative construction). It is especially common when there would otherwise be a double preposition:
The accusative/allative may stand in for other prepositions also, especially when they have vague meanings that do not add much to the clause. Adverbs, with or without the case suffix, are frequently used instead of prepositional phrases:
Both por and pro can correspond to English 'for'. However, por indicates for a goal (the more usual sense of English 'for') while pro indicates for a cause and more often may be translated 'because of': To vote por your friend means to cast a ballot with their name on it, whereas to vote pro your friend would mean to vote because of something that happened to them or something they said or did.
The preposition most distinct from English usage is perhaps de, which corresponds to English of, from, off, and (done) by:
However, English of corresponds to several Esperanto prepositions also: de, el (out of, made of), and da (quantity of, unity of form and contents):
The last of these, da, is semantically Slavic and is difficult for Western Europeans, to the extent that even many Esperanto dictionaries and grammars define it incorrectly.
Because a bare root may indicate a preposition or interjection, removing the grammatical suffix from another part of speech can be used to derive a preposition or interjection. Thus the verbal root far- (do, make) has been unofficially used without a part-of-speech suffix as a preposition "by", marking the agent of a passive participle or an action noun in place of the standard de.
All verbal inflection is regular. There are three tenses of the indicative mood. The other moods are the conditional and volitive (treated as the jussive by some). There is also the infinitive. No aspectual distinctions are required by the grammar, but derivational expressions of Aktionsart are common.
Verbs do not change form according to their subject. I am, we are, and he is are simply mi estas, ni estas, and li estas, respectively. Impersonal subjects are not used: pluvas (it is raining), estas muso en la domo (there is a mouse in the house).
Most verbs are inherently transitive or intransitive. As with the inherent part of speech of a root, this is not apparent from the shape of the verb and must simply be memorized. Transitivity is changed with the affixes -ig- (the transitivizer/causative) and -iĝ- (the intransitivizer/middle voice) after the root; for example:
(Boli is an intransitive verb; the -ig- affix makes it transitive.)
(Movi is a transitive verb; the -iĝ- affix makes it intransitive.)
The tenses have characteristic vowels. Namely, a indicates the present tense, i the past, and o the future. (However, i on its own is used for the infinitive.)
The verbal forms may be illustrated with the root esper- (hope):
A verb can be made emphatic with the particle ja (indeed): mi ja esperas (I do hope), mi ja esperis (I did hope).
As in English, Esperanto present tense may be used for generic statements such as "birds fly" (la birdoj flugas).
The Esperanto future is a true tense, used whenever future time is meant. For example, in English "(I'll give it to you) when I see you" the verb "see" is in the present tense despite the time being in the future; in Esperanto, future tense is required: (Mi donos ĝin al vi) kiam mi vidos vin.
In indirect speech, Esperanto tense is relative. This differs from English absolute tense, where the tense is past, present, or future of the moment of speaking: In Esperanto, the tense of a subordinate verb is instead anterior or posterior to the time of the main verb. For example, "John said that he would go" is in Esperanto Johano diris, ke li iros (lit., "John said that he will go"); this does not mean that he will go at some point in the future from now (as "John said that he will go" means in English), but that at the time he said this, his going was still in the future.
The conditional mood is used for such expressions as se mi povus, mi irus (if I could, I would go) and se mi estus vi, mi irus (if I were you, I'd go).
The volitive mood is used to indicate that an action or state is desired, requested, ordered, or aimed for. Although the verb form is formally called volitive, in practice it can be seen as a broader deontic form rather than a pure volitive form, as it is also used to express orders and commands besides wishes and desires. It serves as the imperative and performs some of the functions of a subjunctive:
Verbal aspect is not grammatically required in Esperanto. However, aspectual distinctions may be expressed via participles (see below), and the Slavic aspectual system survives in two aktionsart affixes, perfective (often inceptive) ek- and imperfective -ad. Compare,
and,
Various prepositions may also be used as aktionsart prefixes, such as el (out of), used to indicate that an action is performed to completion or at least to a considerable degree, also as in Slavic languages, as in,
The verb esti (to be) is both the copula ("X is Y") and the existential ("there is") verb. As a copula linking two noun phrases, it causes neither to take the accusative case. Therefore, unlike the situation with other verbs, word order with esti can be semantically important: compare hundoj estas personoj (dogs are people) and personoj estas hundoj (people are dogs).
Existential verbs do not use dummy pronouns. Thus, the phrase estas pomo (there is an apple) does not contain a leading pronoun, as does its English translation.
One sometimes sees esti-plus-adjective rendered as a verb: la ĉielo estas blua as la ĉielo bluas (the sky is blue). This is a stylistic rather than grammatical change in the language, as the more economical verbal forms were always found in poetry.
Participles are verbal derivatives. In Esperanto, there are six forms:
for each of:
The participles represent aspect by retaining the vowel of the related verbal tense: i, a, o. In addition to carrying aspect, participles are the principal means of representing voice, with either nt or t following the vowel (see next section).
The basic principle of the participles may be illustrated with the verb fali (to fall). Picture a cartoon character running off a cliff and hanging in the air for a moment. As it hangs in the air, it is falonta (about to fall). As it drops, it is falanta (falling). After it hits the ground, it is falinta (fallen).
Active and passive pairs can be illustrated with the transitive verb haki (to chop). Picture a woodsman approaching a tree with an axe, intending to chop it down. He is hakonta (about to chop) and the tree is hakota (about to be chopped). While swinging the axe, he is hakanta (chopping) and the tree hakata (being chopped). After the tree has fallen, he is hakinta (having chopped) and the tree hakita (chopped).
Adjectival participles agree with nouns in number and case, just as other adjectives do:
Compound tenses are formed with the adjectival participles plus esti (to be) as the auxiliary verb. The participle reflects aspect and voice, while the verb carries tense. For example:
These are not used as often as their English equivalents. For "I am going to the store", you would normally use the simple present mi iras ('I go') in Esperanto.
The tense and mood of esti can be changed in these compound tenses:
Although such periphrastic constructions are familiar to speakers of most European languages, the option of contracting [esti + adjective] into a verb is sometimes seen for adjectival participles:
The active synthetic forms (i.e., abbreviated or contracted forms) are:
Besides the active voice, there is a parallel passive paradigm, obtained by omitting the -n-:
A few of these forms, notably -intus (conditional past progressive) and -atas (present passive), have entered common usage, but most are rare because they are more difficult to parse than periphrastic constructions.
Participles may be turned into adverbs or nouns by replacing the adjectival suffix -a with -e or -o. This means that, in Esperanto, some nouns may be inflected for tense.
A nominal participle indicates one who participates in the action specified by the verbal root. For example, esperinto is a "hoper" (past tense), or one who had been hoping.
Adverbial participles are used for circumstantial participial phrases:
Occasionally, the participle paradigm will be extended to include conditional participles, with the vowel u (-unt-, -ut-). If, for example, in our tree-chopping example, the woodsman found that the tree had been spiked and so couldn't be cut down after all, he would be hakunta and the tree hakuta (he, the one "who would chop", and the tree, the one that "would be chopped").
This can also be illustrated with the verb prezidi (to preside). Just after the recount of the 2000 United States presidential election:
Tense-neutral words such as prezidento and studento are formally considered distinct nominal roots, not derivatives of the verbs prezidi and studi.
A statement is made negative by using ne or one of the negative (neni-) correlatives. Ordinarily, only one negative word is allowed per clause:
Two negatives (double negative) within a clause cancel each other out, with the result being an affirmative sentence.
The word ne comes before the word it negates:
The latter will frequently be reordered as Ne tion mi devas skribi depending on the flow of information.
"Wh" questions are asked with one of the interrogative/relative (ki-) correlatives. They are commonly placed at the beginning of the sentence, but different word orders are allowed for stress:
Yes/no questions are marked with the conjunction ĉu (whether):
Such questions can be answered jes (yes) or ne (no) in the European fashion of aligning with the polarity of the answer, or ĝuste (correct) or malĝuste (incorrect) in the Japanese fashion of aligning with the polarity of the question:
(Note that Esperanto questions may have the same word order as statements.)
Basic Esperanto conjunctions are kaj (both/and), aŭ (either/or), nek (neither/nor), se (if), ĉu (whether/or), sed (but), anstataŭ (instead of), kiel (like, as), ke (that). Like prepositions, they precede the phrase or clause they modify:
Conjunctions followed by incomplete clauses may be mistaken for prepositions, but unlike prepositions, they may be followed by an accusative noun phrase if the implied full clause requires it, as in the following example from Don Harlow:
Interjections may be derived from bare affixes or roots: ek! (get going!), from the perfective prefix; um (um, er), from the indefinite/undefined suffix; fek! (shit!), from feki (to defecate).
Esperanto derivational morphology uses a large number of lexical and grammatical affixes (prefixes and suffixes). These, along with compounding, decrease the memory load of the language, as they allow for the expansion of a relatively small number of basic roots into a large vocabulary. For example, the Esperanto root vid- (see) regularly corresponds to several dozen English words: see (saw, seen), sight, blind, vision, visual, visible, nonvisual, invisible, unsightly, glance, view, vista, panorama, observant etc., though there are also separate Esperanto roots for a couple of these concepts.
The cardinal numerals are:
Grammatically, these are numerals, not nouns, and as such do not take the accusative case suffix -n. However, unu (and only unu) is sometimes used adjectivally or demonstratively, meaning "a certain", and in such cases it may take the plural affix -j, just as the demonstrative pronoun tiu does:
In such use unu is irregular in that it only rarely takes the accusative/prepositional case affix -n in the singular, but regularly does so in the plural:
but
Additionally, when counting off, the final u of unu may be dropped, as if it were a part-of-speech suffix:
At numbers beyond the thousands, the international roots miliono (million) and miliardo (milliard) are used. Beyond this there are two systems: A billion in most English-speaking countries is different from a billion in most other countries (10 vs. 10 respectively; that is, a thousand million vs. a million million). The international root biliono is likewise ambiguous in Esperanto, and is deprecated for this reason. An unambiguous system based on adding the Esperanto suffix -iliono to numerals is generally used instead, sometimes supplemented by a second suffix -iliardo:
Note that these forms are grammatically nouns, not numerals, and therefore cannot modify a noun directly: mil homojn (a thousand people [accusative]) but milionon da homoj (a million people [accusative]).
Tens and hundreds are pronounced and written together with their multipliers as one word, while all other parts of a number are pronounced and written separately (dudek 20, dek du 12, dudek du 22, dek du mil 12,000). Ordinals are formed with the adjectival suffix -a, quantities with the nominal suffix -o, multiples with -obl-, fractions with ‑on‑, collectives with ‑op‑, and repetitions with the root ‑foj‑.
The particle po is used to mark distributive numbers, that is, the idea of distributing a certain number of items to each member of a group:
Note that particle po forms a phrase with the numeral tri and is not a preposition for the noun phrase tri pomojn, so it does not prevent a grammatical object from taking the accusative case.
Comparisons are made with the adverbial correlatives tiel ... kiel (as ... as), the adverbial roots pli (more) and plej (most), the antonym prefix mal-, and the preposition ol (than):
Implied comparisons are made with tre (very) and tro (too [much]).
Phrases like "The more people, the smaller the portions" and "All the better!" are translated using ju and des in place of "the":
Esperanto has a fairly flexible word order. However, word order does play a role in Esperanto grammar, even if a much lesser role than it does in English. For example, the negative particle ne generally comes before the element being negated; negating the verb has the effect of negating the entire clause (or rather, there is ambiguity between negating the verb alone and negating the clause):
However, when the entire clause is negated, the ne may be left till last:
Phrases typically follow a topic–comment (or theme–rheme) order: Known information, the topic under discussion, is introduced first, and what one has to say about it follows. (I went not: As for my going, there was none.) For example, ne iris mi, would suggest that the possibility of not having gone was under discussion, and mi is given as an example of one who did not go.
Compare:
Within a noun phrase, either the order adjective–noun or noun–adjective may occur, though the former is somewhat more common.
Because of adjectival agreement, an adjective may be separated from the rest of the noun phrase without confusion, though this is only found in poetry, and then only occasionally:
Possessive pronouns strongly favor initial position, though the opposite is well known from Patro nia 'Our Father' in the Paternoster.
Less flexibility occurs with demonstratives and the article, with demonstrative–noun being the norm, as in English:
Noun–demonstrative order is used primarily for emphasis (plumo tiu 'that pen'). La occurs at the very beginning of the noun phrase except rarely in poetry.
Even less flexibility occurs with numerals, with numeral–noun being almost universal:
and noun–numeral being practically unheard of outside poetry.
Adjective–noun order is much freer. With simple adjectives, adjective–noun order predominates, especially if the noun is long or complex. However, a long or complex adjective typically comes after the noun, in some cases parallel to structures in English, as in the second example below:
Adjectives also normally occur after correlative nouns. Again, this is one of the situations where adjectives come after nouns in English:
Changing the word order here can change the meaning, at least with the correlative nenio 'nothing':
With multiple words in a phrase, the order is typically demonstrative/pronoun–numeral–(adjective/noun):
In prepositional phrases, the preposition is required to come at the front of the noun phrase (that is, even before the article la), though it is commonly replaced by turning the noun into an adverb:
Constituent order within a clause is generally free, apart from copular clauses.
The default order is subject–verb–object, though any order may occur, with subject and object distinguished by case, and other constituents distinguished by prepositions:
The expectation of a topic–comment (theme–rheme) order apply here, so the context will influence word order: in la katon ĉasis la hundo, the cat is the topic of the conversation, and the dog is the news; in la hundo la katon ĉasis, the dog is the topic of the conversation, and it is the action of chasing that is the news; and in ĉasis la hundo la katon, the action of chasing is already the topic of discussion.
Context is required to tell whether
means the dog chased a cat which was in the garden, or there, in the garden, the dog chased the cat. These may be disambiguated with
and
Of course, if it chases the cat into the garden, the case of 'garden' would change:
Within copulative clauses, however, there are restrictions. Copulas are words such as esti 'be', iĝi 'become', resti 'remain', and ŝajni 'seem', for which neither noun phrase takes the accusative case. In such cases only two orders are generally found: noun-copula-predicate and, much less commonly, predicate-copula-noun.
Generally, if a characteristic of the noun is being described, the choice between the two orders is not important:
However, la vento sovaĝa estas is unclear, at least in writing, as it could be interpreted as 'the wild wind exists.'
When two noun phrases are linked by a copula, greater chance exists for ambiguity, at least in writing where prosody is not a cue. A demonstrative may help:
But in some cases word order is the only clue, in which case the subject comes before the predicate:
In the sentence above, la hundo ĉasis la katon, kiu estis en la ĝardeno 'the dog chased the cat, which was in the garden', the relative pronoun kiu 'which' is restricted to a position after the noun 'cat'. In general, relative clauses and attributive prepositional phrases follow the noun they modify.
Attributive prepositional phrases, which are dependent on nouns, include genitives (la libro de Johano 'John's book') as well as la kato en la ĝardeno 'the cat in the garden' in the example above. Their order cannot be reversed: neither *la de Johano libro nor *la en la ĝardeno kato is possible. This behavior is more restrictive than prepositional phrases which are dependent on verbs, and which can be moved around: both ĉasis en la ĝardeno and en la ĝardeno ĉasis are acceptable for 'chased in the garden'.
Relative clauses are similar, in that they are attributive and are subject to the same word-order constraint, except that rather than being linked by a preposition, the two elements are linked by a relative pronoun such as kiu 'which':
Note that the noun and its adjacent relative pronoun do not agree in case. Rather, their cases depend on their relationships with their respective verbs. However, they do agree in number:
Other word orders are possible, as long as the relative pronoun remains adjacent to the noun it depends on:
Coordinate clauses allow flexible word order, but tend to be iconic. For example, in
the inference is that the cat fled after the dog started to chase it, not that the dog chased a cat which was already fleeing. For the latter reading, the clause order would be reversed:
This distinction is lost in subordinate clauses such as the relative clauses in the previous section:
In written English, a comma disambiguates the two readings, but both take a comma in Esperanto.
Non-relative subordinate clauses are similarly restricted. They follow the conjunction ke 'that', as in,
Esperanto's vocabulary, syntax, and semantics derive predominantly from Standard Average European languages. Roots are typically Latinate or Germanic in origin. The semantics show a significant Slavic influence. However, those aspects do not derive directly from Esperanto's source languages, and are generally extensions of them. It is often claimed that there are elements of the grammar which are not found in these language families.
Frequently mentioned is Esperanto's agglutinative morphology based on invariant morphemes, and the subsequent lack of ablaut (internal inflection of its roots), which Zamenhof thought would prove alien to non-European language speakers. Ablaut is an element of all the source languages; an English example is <song, sing, sang, sung>. However, the majority of words in all European languages inflect without ablaut, as <cat, cats> and <walk, walked> do in English. (This is the so-called strong–weak dichotomy.) Historically, many European languages have expanded the range of their 'weak' inflections, and Esperanto has merely taken this development closer to its logical conclusion, with the only remaining ablaut being frozen in a few sets of semantically related roots such as pli, plej, plu (more, most, further), tre, tro (very, too much), and in the verbal morphemes ‑as, ‑anta, ‑ata; ‑is, ‑inta, ‑ita; ‑os, ‑onta, ‑ota; and ‑us.
Other features often cited as being alien for a European language, such as the dedicated suffixes for different parts of speech, or the -o suffix for nouns combined with -a for adjectives and la for 'the', actually do occur. More pertinent is the accusative plural in -jn, which is derived through leveling of the Greek nominal–adjectival paradigm: Esperanto nominative singular muzo (muse) vs. Greek mousa, nominative plural muzoj vs. Greek mousai, and accusative singular muzon vs. Greek mousan. (Latin and Lithuanian had very similar setups, with [j] in the plural and a nasal in the accusative.) Esperanto is thus formally similar to the non‑Indo‑European languages Hungarian and Turkish—that is, it is similar in its mechanics, but not in use. None of these proposed "non-European" elements of the original Esperanto proposal were actually taken from non-European or non-Indo-European languages, and any similarities with those languages are coincidental.
East Asian languages may have had some influence on the development of Esperanto grammar after its creation. The principally cited candidate is the replacement of predicate adjectives with verbs, such as la ĉielo bluas (the sky is blue) for la ĉielo estas blua and mia filino belu! (may my daughter be beautiful!) for the mia filino estu bela! mentioned above. However, this regularization of existing grammatical forms was always found in poetry; if there has been an influence of an East Asian language, it has only been in the spread of such forms, not in their origin. Such usage is not entirely unknown in Europe: Latin has an analogous folium viret for folium viride est (the leaf is green) and avis rubet for avis rubra est (the bird is red).
Perhaps the best candidate for a "non-European" feature is the blurred distinction between root and affix. Esperanto derivational affixes may be used as independent roots and inflect for part of speech like other roots. This occurs only sporadically in other languages of the world. For example, ismo has an English equivalent in "an ism", but English has no adjectival form equivalent to Esperanto isma. For most such affixes, natural languages familiar to Europeans must use a separate lexical root.
The Pater noster, from the first Esperanto publication in 1887, illustrates many of the grammatical points presented above:
Patro nia, kiu estas en la ĉieloj, sanktigata estu Via nomo. Venu Via regno, fariĝu Via volo, kiel en la ĉielo, tiel ankaŭ sur la tero. Nian panon ĉiutagan donu al ni hodiaŭ. Kaj pardonu al ni niajn ŝuldojn, kiel ankaŭ ni pardonas al niaj ŝuldantoj. Kaj ne konduku nin en tenton, sed liberigu nin de la malbono. (Ĉar Via estas la regno kaj la potenco kaj la gloro eterne.) Amen.
The morphologically complex words (see Esperanto word formation) are:
Reference grammars include the Plena Analiza Gramatiko [eo] (English: Complete Analytical Grammar) by Kálmán Kalocsay and Gaston Waringhien, and the Plena Manlibro de Esperanta Gramatiko (English: Complete Handbook of Esperanto Grammar) by Bertilo Wennergren. | [
{
"paragraph_id": 0,
"text": "Esperanto is the most widely used constructed language intended for international communication; it was designed with highly regular grammatical rules, and as such is considered an easy language to learn.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Each part of speech has a characteristic ending: nouns end with ‑o; adjectives with ‑a; present‑tense indicative verbs with ‑as, and so on. An extensive system of prefixes and suffixes may be freely combined with roots to generate vocabulary, so that it is possible to communicate effectively with a vocabulary of 400 to 500 root words. The original vocabulary of Esperanto had around 900 root words, but was quickly expanded.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Esperanto has an agglutinative morphology, no grammatical gender, and simple verbal and nominal inflections. Verbal suffixes indicate whether a verb is in the infinitive, a participle form (active or passive in three tenses), or one of three moods (indicative, conditional, or volitive; of which the indicative has three tenses), and are derived for several aspects, but do not agree with the grammatical person or number of their subjects. Nouns and adjectives have two cases, nominative/oblique and accusative/allative, and two numbers, singular and plural; the adjectival form of personal pronouns behaves like a genitive case. Adjectives generally agree with nouns in case and number. In addition to indicating direct objects, the accusative/allative case is used with nouns, adjectives and adverbs for showing the destination of a motion, or to replace certain prepositions; the nominative/oblique is used in all other situations. The case system allows for a flexible word order that reflects information flow and other pragmatic concerns, as in Russian, Greek, and Latin.",
"title": "Grammatical summary"
},
{
"paragraph_id": 3,
"text": "Esperanto uses a 28-letter Latin alphabet that contains the six additional letters ĉ, ĝ, ĥ, ĵ, ŝ and ŭ, but does not use the letters q, w, x or y. The extra diacritics are the circumflex and the breve. Occasionally, an acute accent (or an apostrophe) is used to indicate irregular stress in a proper name.",
"title": "Script and pronunciation"
},
{
"paragraph_id": 4,
"text": "Zamenhof suggested Italian as a model for Esperanto pronunciation.",
"title": "Script and pronunciation"
},
{
"paragraph_id": 5,
"text": "Esperanto has a single definite article, la, which is invariable. It is similar to English \"the\".",
"title": "The article"
},
{
"paragraph_id": 6,
"text": "La is used:",
"title": "The article"
},
{
"paragraph_id": 7,
"text": "The article may also be used for inalienable possession of body parts and kin terms, where English would use a possessive adjective:",
"title": "The article"
},
{
"paragraph_id": 8,
"text": "The article la, like the demonstrative adjective tiu (this, that), occurs at the beginning of the noun phrase.",
"title": "The article"
},
{
"paragraph_id": 9,
"text": "There is no grammatically required indefinite article: homo means either \"human being\" or \"a human being\", depending on the context, and similarly the plural homoj means \"human beings\" or \"some human beings\". The words iu and unu (or their plurals iuj and unuj) may be used somewhat like indefinite articles, but they're closer in meaning to \"some\" and \"a certain\" than to English \"a\". This use of unu corresponds to English \"a\" when the \"a\" indicates a specific individual. For example, it is used to introduce new participants (Unu viro ekvenis al mi kaj diris ... 'A man came up to me and said ...').",
"title": "The article"
},
{
"paragraph_id": 10,
"text": "The suffixes ‑o, ‑a, ‑e, and ‑i indicate that a word is a noun, adjective, adverb, and infinitive verb, respectively. Many new words can be derived simply by changing these suffixes. Derivations from the word vidi (to see) are vida (visual), vide (visually), and vido (vision).",
"title": "Parts of speech"
},
{
"paragraph_id": 11,
"text": "Each root word has an inherent part of speech: nominal, adjectival, verbal, or adverbial. These must be memorized explicitly and affect the use of the part-of-speech suffixes. With an adjectival or verbal root, the nominal suffix ‑o indicates an abstraction: parolo (an act of speech, one's word) from the verbal root paroli (to speak); belo (beauty) from the adjectival root bela (beautiful); whereas with a noun, the nominal suffix simply indicates the noun. Nominal or verbal roots may likewise be modified with the adjectival suffix ‑a: reĝa (royal), from the nominal root reĝo (a king); parola (spoken). The various verbal endings mean to be [__] when added to an adjectival root: beli (to be beautiful); and with a nominal root they mean \"to act as\" the noun, \"to use\" the noun, etc., depending on the semantics of the root: reĝi (to reign). There are relatively few adverbial roots, so most words ending in -e are derived: bele (beautifully). Often with a nominal or verbal root, the English equivalent is a prepositional phrase: parole (by speech, orally); vide (by sight, visually); reĝe (like a king, royally).",
"title": "Parts of speech"
},
{
"paragraph_id": 12,
"text": "The meanings of part-of-speech affixes depend on the inherent part of speech of the root they are applied to. For example, brosi (to brush) is based on a nominal root (and therefore listed in modern dictionaries under the entry broso), whereas kombi (to comb) is based on a verbal root (and therefore listed under kombi). Change the suffix to -o, and the similar meanings of brosi and kombi diverge: broso is a brush, the name of an instrument, whereas kombo is a combing, the name of an action. That is, changing verbal kombi (to comb) to a noun simply creates the name for the action; for the name of the tool, the suffix -ilo is used, which derives words for instruments from verbal roots: kombilo (a comb). On the other hand, changing the nominal root broso (a brush) to a verb gives the action associated with that noun, brosi (to brush). For the name of the action, the suffix -ado will change a derived verb back to a noun: brosado (a brushing). Similarly, an abstraction of a nominal root (changing it to an adjective and then back to a noun) requires the suffix -eco, as in infaneco (childhood), but an abstraction of an adjectival or verbal root merely requires the nominal -o: belo (beauty). Nevertheless, redundantly affixed forms such as beleco are acceptable and widely used.",
"title": "Parts of speech"
},
{
"paragraph_id": 13,
"text": "A limited number of basic adverbs do not end with -e, but with an undefined part-of-speech ending -aŭ. Not all words ending in -aŭ are adverbs, and most of the adverbs that end in -aŭ have other functions, such as hodiaŭ \"today\" [noun or adverb] or ankoraŭ \"yet, still\" [conjunction or adverb]. About a dozen other adverbs are bare roots, such as nun \"now\", tro \"too, too much\", not counting the adverbs among the correlatives. (See special Esperanto adverbs.)",
"title": "Parts of speech"
},
{
"paragraph_id": 14,
"text": "The part-of-speech endings may double up. Apart from the -aŭ suffix, where adding a second part-of-speech ending is nearly universal, this happens only occasionally. For example, vivu! \"viva!\" (the volitive of vivi 'to live') has a nominal form vivuo (a cry of 'viva!') and a doubly verbal form vivui (to cry 'viva!').",
"title": "Parts of speech"
},
{
"paragraph_id": 15,
"text": "Nouns end with the suffix -o. To make a word plural, the suffix -j is added to the -o. Without this suffix, a countable noun is understood to be singular. Direct objects take an accusative case suffix -n, which goes after any plural suffix; the resulting pluralized accusative sequence -ojn rhymes with English coin.",
"title": "Nouns and adjectives"
},
{
"paragraph_id": 16,
"text": "Names may be pluralized when there is more than one person of that name being referenced:",
"title": "Nouns and adjectives"
},
{
"paragraph_id": 17,
"text": "Adjectives agree with nouns. That is, they are generally plural if the noun that they modify is plural, and accusative if the noun is accusative. Compare bona tago; bonaj tagoj; bonan tagon; bonajn tagojn (good day/days). (The sequence -ajn rhymes with English fine.) This requirement allows for the word orders adjective–noun and noun–adjective, even when two noun phrases are adjacent in subject–object–verb or verb–subject–object clauses:",
"title": "Nouns and adjectives"
},
{
"paragraph_id": 18,
"text": "Agreement clarifies the syntax in other ways as well. Adjectives take the plural suffix when they modify more than one noun, even when those nouns are singular:",
"title": "Nouns and adjectives"
},
{
"paragraph_id": 19,
"text": "A predicative adjective does not take the accusative case suffix even when the noun that it modifies does:",
"title": "Nouns and adjectives"
},
{
"paragraph_id": 20,
"text": "There are three types of pronouns in Esperanto: personal (vi \"you\"), demonstrative (tio \"that\", iu \"someone\"), and relative/interrogative (kio \"what\"). According to the fifth rule of the Fundamento de Esperanto:",
"title": "Pronouns"
},
{
"paragraph_id": 21,
"text": "5. The personal pronouns are: mi, \"I\"; vi, \"thou\", \"you\"; li, \"he\"; ŝi, \"she\"; ĝi, \"it\"; si, \"self\"; ni, \"we\"; ili, \"they\"; oni, \"one\", \"people\", (French \"on\").",
"title": "Pronouns"
},
{
"paragraph_id": 22,
"text": "The Esperanto personal pronoun system is similar to that of English, but with the addition of a reflexive pronoun.",
"title": "Pronouns"
},
{
"paragraph_id": 23,
"text": "^ Zamenhof introduced a singular second-person pronoun ci, to be used in translations from languages where the T–V distinction was important, but he discouraged its use. He added it in the Dua Libro in 1888 clarifying that \"this word is only found in the dictionary; in the language itself it is hardly ever used\", and excluded it from the list of pronouns in the Fundamento. To this day, it is standard to use only vi regardless of number or formality.",
"title": "Pronouns"
},
{
"paragraph_id": 24,
"text": "^ An unofficial gender-neutral third person singular pronoun ri has become relatively popular since about 2010, mostly among younger speakers. It is used when the gender of the referent is unknown, to be ignored, and especially when they are non-binary. While the speakers that use the pronoun are a minority as of 2020, it is widely understood by active users of Esperanto. Its opponents often object that any new pronoun is an unacceptable change to the basic rules and paradigms formulated in the Fundamento. Zamenhof himself proposed using ĝi in such situations; the common opposition to referring to people with gender-neutral ĝi today is primarily due to the traditional ubiquity of li or ŝi for people and of ĝi for non-human animals and inanimate objects.",
"title": "Pronouns"
},
{
"paragraph_id": 25,
"text": "^ A proposed specifically feminine plural pronoun iŝi was proposed by Kálmán Kalocsay and Gaston Waringhien to better translate languages with gendered plural pronouns.",
"title": "Pronouns"
},
{
"paragraph_id": 26,
"text": "Personal pronouns take the accusative suffix -n as nouns do: min (me), lin (him), ŝin (her). Possessive adjectives are formed with the adjectival suffix -a: mia (my), ĝia (its), nia (our). These agree with their noun like any other adjective: ni salutis liajn amikojn (we greeted his friends). Esperanto does not have separate forms for the possessive pronouns; this sense is generally (though not always) indicated with the definite article: la mia (mine).",
"title": "Pronouns"
},
{
"paragraph_id": 27,
"text": "The reflexive pronoun is used in non-subject phrases only to refer back to the subject, usually only in the third and indefinite persons:",
"title": "Pronouns"
},
{
"paragraph_id": 28,
"text": "The indefinite pronoun is used when making general statements, and is often used where English would have a passive verb,",
"title": "Pronouns"
},
{
"paragraph_id": 29,
"text": "With impersonal verbs, no pronoun is used:",
"title": "Pronouns"
},
{
"paragraph_id": 30,
"text": "Here the rain is falling by itself, and that idea is conveyed by the verb, so no subject pronoun is needed.",
"title": "Pronouns"
},
{
"paragraph_id": 31,
"text": "When not referring to humans, ĝi is mostly used with items that have physical bodies, with tiu or tio used otherwise. Zamenhof proposed that ĝi could also be used as an epicene (gender-neutral) third-person singular pronoun, meaning for use when the gender of an individual is unknown or for when the speaker simply doesn't wish to clarify the gender. However, this proposal is only common when referring to children:",
"title": "Pronouns"
},
{
"paragraph_id": 32,
"text": "When speaking of adults or people in general, in popular usage it is much more common for the demonstrative adjective and pronoun tiu (\"that thing or person that is already known to the listener\") to be used in such situations. This mirrors languages such as Japanese, but it's not a method that can always be used. For example, in the sentence",
"title": "Pronouns"
},
{
"paragraph_id": 33,
"text": "the word tiu would be understood as referring to someone other than the person speaking (like English pronouns this or that but also referring to people), and so cannot be used in place of ĝi, li or ŝi. See gender-neutral pronouns in Esperanto for other approaches.",
"title": "Pronouns"
},
{
"paragraph_id": 34,
"text": "The demonstrative and relative pronouns form part of the correlative system, and are described in that article. The pronouns are the forms ending in -o (simple pronouns) and -u (adjectival pronouns); these take plural -j and accusative -n as nouns and adjectives do. The possessive pronouns, however, are the forms ending in -es; they are indeclinable for number and case. Compare the nominative phases lia domo (his house) and ties domo (that one's house, those ones' house) with the plural liaj domoj (his houses) and ties domoj (that one's houses, those ones' houses), and with the accusative genitive lian domon and ties domon.",
"title": "Pronouns"
},
{
"paragraph_id": 35,
"text": "Although Esperanto word order is fairly free, prepositions must come at the beginning of a noun phrase. Whereas in languages such as German, prepositions may require that a noun be in various cases (accusative, dative, and so on), in Esperanto all prepositions govern the nominative: por Johano (for John). The only exception is when there are two or more prepositions and one is replaced by the accusative.",
"title": "Prepositions"
},
{
"paragraph_id": 36,
"text": "Prepositions should be used with a definite meaning. When no one preposition is clearly correct, the indefinite preposition je should be used:",
"title": "Prepositions"
},
{
"paragraph_id": 37,
"text": "Alternatively, the accusative may be used without a preposition:",
"title": "Prepositions"
},
{
"paragraph_id": 38,
"text": "Note that although la trian (the third) is in the accusative, de majo (of May) is still a prepositional phrase, and so the noun majo remains in the nominative case.",
"title": "Prepositions"
},
{
"paragraph_id": 39,
"text": "A frequent use of the accusative is in place of al (to) to indicate the direction or goal of motion (allative construction). It is especially common when there would otherwise be a double preposition:",
"title": "Prepositions"
},
{
"paragraph_id": 40,
"text": "The accusative/allative may stand in for other prepositions also, especially when they have vague meanings that do not add much to the clause. Adverbs, with or without the case suffix, are frequently used instead of prepositional phrases:",
"title": "Prepositions"
},
{
"paragraph_id": 41,
"text": "Both por and pro can correspond to English 'for'. However, por indicates for a goal (the more usual sense of English 'for') while pro indicates for a cause and more often may be translated 'because of': To vote por your friend means to cast a ballot with their name on it, whereas to vote pro your friend would mean to vote because of something that happened to them or something they said or did.",
"title": "Prepositions"
},
{
"paragraph_id": 42,
"text": "The preposition most distinct from English usage is perhaps de, which corresponds to English of, from, off, and (done) by:",
"title": "Prepositions"
},
{
"paragraph_id": 43,
"text": "However, English of corresponds to several Esperanto prepositions also: de, el (out of, made of), and da (quantity of, unity of form and contents):",
"title": "Prepositions"
},
{
"paragraph_id": 44,
"text": "The last of these, da, is semantically Slavic and is difficult for Western Europeans, to the extent that even many Esperanto dictionaries and grammars define it incorrectly.",
"title": "Prepositions"
},
{
"paragraph_id": 45,
"text": "Because a bare root may indicate a preposition or interjection, removing the grammatical suffix from another part of speech can be used to derive a preposition or interjection. Thus the verbal root far- (do, make) has been unofficially used without a part-of-speech suffix as a preposition \"by\", marking the agent of a passive participle or an action noun in place of the standard de.",
"title": "Prepositions"
},
{
"paragraph_id": 46,
"text": "All verbal inflection is regular. There are three tenses of the indicative mood. The other moods are the conditional and volitive (treated as the jussive by some). There is also the infinitive. No aspectual distinctions are required by the grammar, but derivational expressions of Aktionsart are common.",
"title": "Verbs"
},
{
"paragraph_id": 47,
"text": "Verbs do not change form according to their subject. I am, we are, and he is are simply mi estas, ni estas, and li estas, respectively. Impersonal subjects are not used: pluvas (it is raining), estas muso en la domo (there is a mouse in the house).",
"title": "Verbs"
},
{
"paragraph_id": 48,
"text": "Most verbs are inherently transitive or intransitive. As with the inherent part of speech of a root, this is not apparent from the shape of the verb and must simply be memorized. Transitivity is changed with the affixes -ig- (the transitivizer/causative) and -iĝ- (the intransitivizer/middle voice) after the root; for example:",
"title": "Verbs"
},
{
"paragraph_id": 49,
"text": "(Boli is an intransitive verb; the -ig- affix makes it transitive.)",
"title": "Verbs"
},
{
"paragraph_id": 50,
"text": "(Movi is a transitive verb; the -iĝ- affix makes it intransitive.)",
"title": "Verbs"
},
{
"paragraph_id": 51,
"text": "The tenses have characteristic vowels. Namely, a indicates the present tense, i the past, and o the future. (However, i on its own is used for the infinitive.)",
"title": "Verbs"
},
{
"paragraph_id": 52,
"text": "The verbal forms may be illustrated with the root esper- (hope):",
"title": "Verbs"
},
{
"paragraph_id": 53,
"text": "A verb can be made emphatic with the particle ja (indeed): mi ja esperas (I do hope), mi ja esperis (I did hope).",
"title": "Verbs"
},
{
"paragraph_id": 54,
"text": "As in English, Esperanto present tense may be used for generic statements such as \"birds fly\" (la birdoj flugas).",
"title": "Verbs"
},
{
"paragraph_id": 55,
"text": "The Esperanto future is a true tense, used whenever future time is meant. For example, in English \"(I'll give it to you) when I see you\" the verb \"see\" is in the present tense despite the time being in the future; in Esperanto, future tense is required: (Mi donos ĝin al vi) kiam mi vidos vin.",
"title": "Verbs"
},
{
"paragraph_id": 56,
"text": "In indirect speech, Esperanto tense is relative. This differs from English absolute tense, where the tense is past, present, or future of the moment of speaking: In Esperanto, the tense of a subordinate verb is instead anterior or posterior to the time of the main verb. For example, \"John said that he would go\" is in Esperanto Johano diris, ke li iros (lit., \"John said that he will go\"); this does not mean that he will go at some point in the future from now (as \"John said that he will go\" means in English), but that at the time he said this, his going was still in the future.",
"title": "Verbs"
},
{
"paragraph_id": 57,
"text": "The conditional mood is used for such expressions as se mi povus, mi irus (if I could, I would go) and se mi estus vi, mi irus (if I were you, I'd go).",
"title": "Verbs"
},
{
"paragraph_id": 58,
"text": "The volitive mood is used to indicate that an action or state is desired, requested, ordered, or aimed for. Although the verb form is formally called volitive, in practice it can be seen as a broader deontic form rather than a pure volitive form, as it is also used to express orders and commands besides wishes and desires. It serves as the imperative and performs some of the functions of a subjunctive:",
"title": "Verbs"
},
{
"paragraph_id": 59,
"text": "Verbal aspect is not grammatically required in Esperanto. However, aspectual distinctions may be expressed via participles (see below), and the Slavic aspectual system survives in two aktionsart affixes, perfective (often inceptive) ek- and imperfective -ad. Compare,",
"title": "Verbs"
},
{
"paragraph_id": 60,
"text": "and,",
"title": "Verbs"
},
{
"paragraph_id": 61,
"text": "Various prepositions may also be used as aktionsart prefixes, such as el (out of), used to indicate that an action is performed to completion or at least to a considerable degree, also as in Slavic languages, as in,",
"title": "Verbs"
},
{
"paragraph_id": 62,
"text": "The verb esti (to be) is both the copula (\"X is Y\") and the existential (\"there is\") verb. As a copula linking two noun phrases, it causes neither to take the accusative case. Therefore, unlike the situation with other verbs, word order with esti can be semantically important: compare hundoj estas personoj (dogs are people) and personoj estas hundoj (people are dogs).",
"title": "Verbs"
},
{
"paragraph_id": 63,
"text": "Existential verbs do not use dummy pronouns. Thus, the phrase estas pomo (there is an apple) does not contain a leading pronoun, as does its English translation.",
"title": "Verbs"
},
{
"paragraph_id": 64,
"text": "One sometimes sees esti-plus-adjective rendered as a verb: la ĉielo estas blua as la ĉielo bluas (the sky is blue). This is a stylistic rather than grammatical change in the language, as the more economical verbal forms were always found in poetry.",
"title": "Verbs"
},
{
"paragraph_id": 65,
"text": "Participles are verbal derivatives. In Esperanto, there are six forms:",
"title": "Participles"
},
{
"paragraph_id": 66,
"text": "for each of:",
"title": "Participles"
},
{
"paragraph_id": 67,
"text": "The participles represent aspect by retaining the vowel of the related verbal tense: i, a, o. In addition to carrying aspect, participles are the principal means of representing voice, with either nt or t following the vowel (see next section).",
"title": "Participles"
},
{
"paragraph_id": 68,
"text": "The basic principle of the participles may be illustrated with the verb fali (to fall). Picture a cartoon character running off a cliff and hanging in the air for a moment. As it hangs in the air, it is falonta (about to fall). As it drops, it is falanta (falling). After it hits the ground, it is falinta (fallen).",
"title": "Participles"
},
{
"paragraph_id": 69,
"text": "Active and passive pairs can be illustrated with the transitive verb haki (to chop). Picture a woodsman approaching a tree with an axe, intending to chop it down. He is hakonta (about to chop) and the tree is hakota (about to be chopped). While swinging the axe, he is hakanta (chopping) and the tree hakata (being chopped). After the tree has fallen, he is hakinta (having chopped) and the tree hakita (chopped).",
"title": "Participles"
},
{
"paragraph_id": 70,
"text": "Adjectival participles agree with nouns in number and case, just as other adjectives do:",
"title": "Participles"
},
{
"paragraph_id": 71,
"text": "Compound tenses are formed with the adjectival participles plus esti (to be) as the auxiliary verb. The participle reflects aspect and voice, while the verb carries tense. For example:",
"title": "Participles"
},
{
"paragraph_id": 72,
"text": "These are not used as often as their English equivalents. For \"I am going to the store\", you would normally use the simple present mi iras ('I go') in Esperanto.",
"title": "Participles"
},
{
"paragraph_id": 73,
"text": "The tense and mood of esti can be changed in these compound tenses:",
"title": "Participles"
},
{
"paragraph_id": 74,
"text": "Although such periphrastic constructions are familiar to speakers of most European languages, the option of contracting [esti + adjective] into a verb is sometimes seen for adjectival participles:",
"title": "Participles"
},
{
"paragraph_id": 75,
"text": "The active synthetic forms (i.e., abbreviated or contracted forms) are:",
"title": "Participles"
},
{
"paragraph_id": 76,
"text": "Besides the active voice, there is a parallel passive paradigm, obtained by omitting the -n-:",
"title": "Participles"
},
{
"paragraph_id": 77,
"text": "A few of these forms, notably -intus (conditional past progressive) and -atas (present passive), have entered common usage, but most are rare because they are more difficult to parse than periphrastic constructions.",
"title": "Participles"
},
{
"paragraph_id": 78,
"text": "Participles may be turned into adverbs or nouns by replacing the adjectival suffix -a with -e or -o. This means that, in Esperanto, some nouns may be inflected for tense.",
"title": "Participles"
},
{
"paragraph_id": 79,
"text": "A nominal participle indicates one who participates in the action specified by the verbal root. For example, esperinto is a \"hoper\" (past tense), or one who had been hoping.",
"title": "Participles"
},
{
"paragraph_id": 80,
"text": "Adverbial participles are used for circumstantial participial phrases:",
"title": "Participles"
},
{
"paragraph_id": 81,
"text": "Occasionally, the participle paradigm will be extended to include conditional participles, with the vowel u (-unt-, -ut-). If, for example, in our tree-chopping example, the woodsman found that the tree had been spiked and so couldn't be cut down after all, he would be hakunta and the tree hakuta (he, the one \"who would chop\", and the tree, the one that \"would be chopped\").",
"title": "Participles"
},
{
"paragraph_id": 82,
"text": "This can also be illustrated with the verb prezidi (to preside). Just after the recount of the 2000 United States presidential election:",
"title": "Participles"
},
{
"paragraph_id": 83,
"text": "Tense-neutral words such as prezidento and studento are formally considered distinct nominal roots, not derivatives of the verbs prezidi and studi.",
"title": "Participles"
},
{
"paragraph_id": 84,
"text": "A statement is made negative by using ne or one of the negative (neni-) correlatives. Ordinarily, only one negative word is allowed per clause:",
"title": "Negation"
},
{
"paragraph_id": 85,
"text": "Two negatives (double negative) within a clause cancel each other out, with the result being an affirmative sentence.",
"title": "Negation"
},
{
"paragraph_id": 86,
"text": "The word ne comes before the word it negates:",
"title": "Negation"
},
{
"paragraph_id": 87,
"text": "The latter will frequently be reordered as Ne tion mi devas skribi depending on the flow of information.",
"title": "Negation"
},
{
"paragraph_id": 88,
"text": "\"Wh\" questions are asked with one of the interrogative/relative (ki-) correlatives. They are commonly placed at the beginning of the sentence, but different word orders are allowed for stress:",
"title": "Questions"
},
{
"paragraph_id": 89,
"text": "Yes/no questions are marked with the conjunction ĉu (whether):",
"title": "Questions"
},
{
"paragraph_id": 90,
"text": "Such questions can be answered jes (yes) or ne (no) in the European fashion of aligning with the polarity of the answer, or ĝuste (correct) or malĝuste (incorrect) in the Japanese fashion of aligning with the polarity of the question:",
"title": "Questions"
},
{
"paragraph_id": 91,
"text": "(Note that Esperanto questions may have the same word order as statements.)",
"title": "Questions"
},
{
"paragraph_id": 92,
"text": "Basic Esperanto conjunctions are kaj (both/and), aŭ (either/or), nek (neither/nor), se (if), ĉu (whether/or), sed (but), anstataŭ (instead of), kiel (like, as), ke (that). Like prepositions, they precede the phrase or clause they modify:",
"title": "Conjunctions"
},
{
"paragraph_id": 93,
"text": "Conjunctions followed by incomplete clauses may be mistaken for prepositions, but unlike prepositions, they may be followed by an accusative noun phrase if the implied full clause requires it, as in the following example from Don Harlow:",
"title": "Conjunctions"
},
{
"paragraph_id": 94,
"text": "Interjections may be derived from bare affixes or roots: ek! (get going!), from the perfective prefix; um (um, er), from the indefinite/undefined suffix; fek! (shit!), from feki (to defecate).",
"title": "Interjections"
},
{
"paragraph_id": 95,
"text": "Esperanto derivational morphology uses a large number of lexical and grammatical affixes (prefixes and suffixes). These, along with compounding, decrease the memory load of the language, as they allow for the expansion of a relatively small number of basic roots into a large vocabulary. For example, the Esperanto root vid- (see) regularly corresponds to several dozen English words: see (saw, seen), sight, blind, vision, visual, visible, nonvisual, invisible, unsightly, glance, view, vista, panorama, observant etc., though there are also separate Esperanto roots for a couple of these concepts.",
"title": "Word formation"
},
{
"paragraph_id": 96,
"text": "The cardinal numerals are:",
"title": "Numbers"
},
{
"paragraph_id": 97,
"text": "Grammatically, these are numerals, not nouns, and as such do not take the accusative case suffix -n. However, unu (and only unu) is sometimes used adjectivally or demonstratively, meaning \"a certain\", and in such cases it may take the plural affix -j, just as the demonstrative pronoun tiu does:",
"title": "Numbers"
},
{
"paragraph_id": 98,
"text": "In such use unu is irregular in that it only rarely takes the accusative/prepositional case affix -n in the singular, but regularly does so in the plural:",
"title": "Numbers"
},
{
"paragraph_id": 99,
"text": "but",
"title": "Numbers"
},
{
"paragraph_id": 100,
"text": "Additionally, when counting off, the final u of unu may be dropped, as if it were a part-of-speech suffix:",
"title": "Numbers"
},
{
"paragraph_id": 101,
"text": "At numbers beyond the thousands, the international roots miliono (million) and miliardo (milliard) are used. Beyond this there are two systems: A billion in most English-speaking countries is different from a billion in most other countries (10 vs. 10 respectively; that is, a thousand million vs. a million million). The international root biliono is likewise ambiguous in Esperanto, and is deprecated for this reason. An unambiguous system based on adding the Esperanto suffix -iliono to numerals is generally used instead, sometimes supplemented by a second suffix -iliardo:",
"title": "Numbers"
},
{
"paragraph_id": 102,
"text": "Note that these forms are grammatically nouns, not numerals, and therefore cannot modify a noun directly: mil homojn (a thousand people [accusative]) but milionon da homoj (a million people [accusative]).",
"title": "Numbers"
},
{
"paragraph_id": 103,
"text": "Tens and hundreds are pronounced and written together with their multipliers as one word, while all other parts of a number are pronounced and written separately (dudek 20, dek du 12, dudek du 22, dek du mil 12,000). Ordinals are formed with the adjectival suffix -a, quantities with the nominal suffix -o, multiples with -obl-, fractions with ‑on‑, collectives with ‑op‑, and repetitions with the root ‑foj‑.",
"title": "Numbers"
},
{
"paragraph_id": 104,
"text": "The particle po is used to mark distributive numbers, that is, the idea of distributing a certain number of items to each member of a group:",
"title": "Numbers"
},
{
"paragraph_id": 105,
"text": "Note that particle po forms a phrase with the numeral tri and is not a preposition for the noun phrase tri pomojn, so it does not prevent a grammatical object from taking the accusative case.",
"title": "Numbers"
},
{
"paragraph_id": 106,
"text": "Comparisons are made with the adverbial correlatives tiel ... kiel (as ... as), the adverbial roots pli (more) and plej (most), the antonym prefix mal-, and the preposition ol (than):",
"title": "Comparisons"
},
{
"paragraph_id": 107,
"text": "Implied comparisons are made with tre (very) and tro (too [much]).",
"title": "Comparisons"
},
{
"paragraph_id": 108,
"text": "Phrases like \"The more people, the smaller the portions\" and \"All the better!\" are translated using ju and des in place of \"the\":",
"title": "Comparisons"
},
{
"paragraph_id": 109,
"text": "Esperanto has a fairly flexible word order. However, word order does play a role in Esperanto grammar, even if a much lesser role than it does in English. For example, the negative particle ne generally comes before the element being negated; negating the verb has the effect of negating the entire clause (or rather, there is ambiguity between negating the verb alone and negating the clause):",
"title": "Word order"
},
{
"paragraph_id": 110,
"text": "However, when the entire clause is negated, the ne may be left till last:",
"title": "Word order"
},
{
"paragraph_id": 111,
"text": "Phrases typically follow a topic–comment (or theme–rheme) order: Known information, the topic under discussion, is introduced first, and what one has to say about it follows. (I went not: As for my going, there was none.) For example, ne iris mi, would suggest that the possibility of not having gone was under discussion, and mi is given as an example of one who did not go.",
"title": "Word order"
},
{
"paragraph_id": 112,
"text": "Compare:",
"title": "Word order"
},
{
"paragraph_id": 113,
"text": "Within a noun phrase, either the order adjective–noun or noun–adjective may occur, though the former is somewhat more common.",
"title": "Word order"
},
{
"paragraph_id": 114,
"text": "Because of adjectival agreement, an adjective may be separated from the rest of the noun phrase without confusion, though this is only found in poetry, and then only occasionally:",
"title": "Word order"
},
{
"paragraph_id": 115,
"text": "Possessive pronouns strongly favor initial position, though the opposite is well known from Patro nia 'Our Father' in the Paternoster.",
"title": "Word order"
},
{
"paragraph_id": 116,
"text": "Less flexibility occurs with demonstratives and the article, with demonstrative–noun being the norm, as in English:",
"title": "Word order"
},
{
"paragraph_id": 117,
"text": "Noun–demonstrative order is used primarily for emphasis (plumo tiu 'that pen'). La occurs at the very beginning of the noun phrase except rarely in poetry.",
"title": "Word order"
},
{
"paragraph_id": 118,
"text": "Even less flexibility occurs with numerals, with numeral–noun being almost universal:",
"title": "Word order"
},
{
"paragraph_id": 119,
"text": "and noun–numeral being practically unheard of outside poetry.",
"title": "Word order"
},
{
"paragraph_id": 120,
"text": "Adjective–noun order is much freer. With simple adjectives, adjective–noun order predominates, especially if the noun is long or complex. However, a long or complex adjective typically comes after the noun, in some cases parallel to structures in English, as in the second example below:",
"title": "Word order"
},
{
"paragraph_id": 121,
"text": "Adjectives also normally occur after correlative nouns. Again, this is one of the situations where adjectives come after nouns in English:",
"title": "Word order"
},
{
"paragraph_id": 122,
"text": "Changing the word order here can change the meaning, at least with the correlative nenio 'nothing':",
"title": "Word order"
},
{
"paragraph_id": 123,
"text": "With multiple words in a phrase, the order is typically demonstrative/pronoun–numeral–(adjective/noun):",
"title": "Word order"
},
{
"paragraph_id": 124,
"text": "In prepositional phrases, the preposition is required to come at the front of the noun phrase (that is, even before the article la), though it is commonly replaced by turning the noun into an adverb:",
"title": "Word order"
},
{
"paragraph_id": 125,
"text": "Constituent order within a clause is generally free, apart from copular clauses.",
"title": "Word order"
},
{
"paragraph_id": 126,
"text": "The default order is subject–verb–object, though any order may occur, with subject and object distinguished by case, and other constituents distinguished by prepositions:",
"title": "Word order"
},
{
"paragraph_id": 127,
"text": "The expectation of a topic–comment (theme–rheme) order apply here, so the context will influence word order: in la katon ĉasis la hundo, the cat is the topic of the conversation, and the dog is the news; in la hundo la katon ĉasis, the dog is the topic of the conversation, and it is the action of chasing that is the news; and in ĉasis la hundo la katon, the action of chasing is already the topic of discussion.",
"title": "Word order"
},
{
"paragraph_id": 128,
"text": "Context is required to tell whether",
"title": "Word order"
},
{
"paragraph_id": 129,
"text": "means the dog chased a cat which was in the garden, or there, in the garden, the dog chased the cat. These may be disambiguated with",
"title": "Word order"
},
{
"paragraph_id": 130,
"text": "and",
"title": "Word order"
},
{
"paragraph_id": 131,
"text": "Of course, if it chases the cat into the garden, the case of 'garden' would change:",
"title": "Word order"
},
{
"paragraph_id": 132,
"text": "Within copulative clauses, however, there are restrictions. Copulas are words such as esti 'be', iĝi 'become', resti 'remain', and ŝajni 'seem', for which neither noun phrase takes the accusative case. In such cases only two orders are generally found: noun-copula-predicate and, much less commonly, predicate-copula-noun.",
"title": "Word order"
},
{
"paragraph_id": 133,
"text": "Generally, if a characteristic of the noun is being described, the choice between the two orders is not important:",
"title": "Word order"
},
{
"paragraph_id": 134,
"text": "However, la vento sovaĝa estas is unclear, at least in writing, as it could be interpreted as 'the wild wind exists.'",
"title": "Word order"
},
{
"paragraph_id": 135,
"text": "When two noun phrases are linked by a copula, greater chance exists for ambiguity, at least in writing where prosody is not a cue. A demonstrative may help:",
"title": "Word order"
},
{
"paragraph_id": 136,
"text": "But in some cases word order is the only clue, in which case the subject comes before the predicate:",
"title": "Word order"
},
{
"paragraph_id": 137,
"text": "In the sentence above, la hundo ĉasis la katon, kiu estis en la ĝardeno 'the dog chased the cat, which was in the garden', the relative pronoun kiu 'which' is restricted to a position after the noun 'cat'. In general, relative clauses and attributive prepositional phrases follow the noun they modify.",
"title": "Word order"
},
{
"paragraph_id": 138,
"text": "Attributive prepositional phrases, which are dependent on nouns, include genitives (la libro de Johano 'John's book') as well as la kato en la ĝardeno 'the cat in the garden' in the example above. Their order cannot be reversed: neither *la de Johano libro nor *la en la ĝardeno kato is possible. This behavior is more restrictive than prepositional phrases which are dependent on verbs, and which can be moved around: both ĉasis en la ĝardeno and en la ĝardeno ĉasis are acceptable for 'chased in the garden'.",
"title": "Word order"
},
{
"paragraph_id": 139,
"text": "Relative clauses are similar, in that they are attributive and are subject to the same word-order constraint, except that rather than being linked by a preposition, the two elements are linked by a relative pronoun such as kiu 'which':",
"title": "Word order"
},
{
"paragraph_id": 140,
"text": "Note that the noun and its adjacent relative pronoun do not agree in case. Rather, their cases depend on their relationships with their respective verbs. However, they do agree in number:",
"title": "Word order"
},
{
"paragraph_id": 141,
"text": "Other word orders are possible, as long as the relative pronoun remains adjacent to the noun it depends on:",
"title": "Word order"
},
{
"paragraph_id": 142,
"text": "Coordinate clauses allow flexible word order, but tend to be iconic. For example, in",
"title": "Word order"
},
{
"paragraph_id": 143,
"text": "the inference is that the cat fled after the dog started to chase it, not that the dog chased a cat which was already fleeing. For the latter reading, the clause order would be reversed:",
"title": "Word order"
},
{
"paragraph_id": 144,
"text": "This distinction is lost in subordinate clauses such as the relative clauses in the previous section:",
"title": "Word order"
},
{
"paragraph_id": 145,
"text": "In written English, a comma disambiguates the two readings, but both take a comma in Esperanto.",
"title": "Word order"
},
{
"paragraph_id": 146,
"text": "Non-relative subordinate clauses are similarly restricted. They follow the conjunction ke 'that', as in,",
"title": "Word order"
},
{
"paragraph_id": 147,
"text": "Esperanto's vocabulary, syntax, and semantics derive predominantly from Standard Average European languages. Roots are typically Latinate or Germanic in origin. The semantics show a significant Slavic influence. However, those aspects do not derive directly from Esperanto's source languages, and are generally extensions of them. It is often claimed that there are elements of the grammar which are not found in these language families.",
"title": "Non-European aspects?"
},
{
"paragraph_id": 148,
"text": "Frequently mentioned is Esperanto's agglutinative morphology based on invariant morphemes, and the subsequent lack of ablaut (internal inflection of its roots), which Zamenhof thought would prove alien to non-European language speakers. Ablaut is an element of all the source languages; an English example is <song, sing, sang, sung>. However, the majority of words in all European languages inflect without ablaut, as <cat, cats> and <walk, walked> do in English. (This is the so-called strong–weak dichotomy.) Historically, many European languages have expanded the range of their 'weak' inflections, and Esperanto has merely taken this development closer to its logical conclusion, with the only remaining ablaut being frozen in a few sets of semantically related roots such as pli, plej, plu (more, most, further), tre, tro (very, too much), and in the verbal morphemes ‑as, ‑anta, ‑ata; ‑is, ‑inta, ‑ita; ‑os, ‑onta, ‑ota; and ‑us.",
"title": "Non-European aspects?"
},
{
"paragraph_id": 149,
"text": "Other features often cited as being alien for a European language, such as the dedicated suffixes for different parts of speech, or the -o suffix for nouns combined with -a for adjectives and la for 'the', actually do occur. More pertinent is the accusative plural in -jn, which is derived through leveling of the Greek nominal–adjectival paradigm: Esperanto nominative singular muzo (muse) vs. Greek mousa, nominative plural muzoj vs. Greek mousai, and accusative singular muzon vs. Greek mousan. (Latin and Lithuanian had very similar setups, with [j] in the plural and a nasal in the accusative.) Esperanto is thus formally similar to the non‑Indo‑European languages Hungarian and Turkish—that is, it is similar in its mechanics, but not in use. None of these proposed \"non-European\" elements of the original Esperanto proposal were actually taken from non-European or non-Indo-European languages, and any similarities with those languages are coincidental.",
"title": "Non-European aspects?"
},
{
"paragraph_id": 150,
"text": "East Asian languages may have had some influence on the development of Esperanto grammar after its creation. The principally cited candidate is the replacement of predicate adjectives with verbs, such as la ĉielo bluas (the sky is blue) for la ĉielo estas blua and mia filino belu! (may my daughter be beautiful!) for the mia filino estu bela! mentioned above. However, this regularization of existing grammatical forms was always found in poetry; if there has been an influence of an East Asian language, it has only been in the spread of such forms, not in their origin. Such usage is not entirely unknown in Europe: Latin has an analogous folium viret for folium viride est (the leaf is green) and avis rubet for avis rubra est (the bird is red).",
"title": "Non-European aspects?"
},
{
"paragraph_id": 151,
"text": "Perhaps the best candidate for a \"non-European\" feature is the blurred distinction between root and affix. Esperanto derivational affixes may be used as independent roots and inflect for part of speech like other roots. This occurs only sporadically in other languages of the world. For example, ismo has an English equivalent in \"an ism\", but English has no adjectival form equivalent to Esperanto isma. For most such affixes, natural languages familiar to Europeans must use a separate lexical root.",
"title": "Non-European aspects?"
},
{
"paragraph_id": 152,
"text": "The Pater noster, from the first Esperanto publication in 1887, illustrates many of the grammatical points presented above:",
"title": "Sample text"
},
{
"paragraph_id": 153,
"text": "Patro nia, kiu estas en la ĉieloj, sanktigata estu Via nomo. Venu Via regno, fariĝu Via volo, kiel en la ĉielo, tiel ankaŭ sur la tero. Nian panon ĉiutagan donu al ni hodiaŭ. Kaj pardonu al ni niajn ŝuldojn, kiel ankaŭ ni pardonas al niaj ŝuldantoj. Kaj ne konduku nin en tenton, sed liberigu nin de la malbono. (Ĉar Via estas la regno kaj la potenco kaj la gloro eterne.) Amen.",
"title": "Sample text"
},
{
"paragraph_id": 154,
"text": "The morphologically complex words (see Esperanto word formation) are:",
"title": "Sample text"
},
{
"paragraph_id": 155,
"text": "Reference grammars include the Plena Analiza Gramatiko [eo] (English: Complete Analytical Grammar) by Kálmán Kalocsay and Gaston Waringhien, and the Plena Manlibro de Esperanta Gramatiko (English: Complete Handbook of Esperanto Grammar) by Bertilo Wennergren.",
"title": "Reference books"
}
]
| Esperanto is the most widely used constructed language intended for international communication; it was designed with highly regular grammatical rules, and as such is considered an easy language to learn. Each part of speech has a characteristic ending: nouns end with ‑o; adjectives with ‑a; present‑tense indicative verbs with ‑as, and so on. An extensive system of prefixes and suffixes may be freely combined with roots to generate vocabulary, so that it is possible to communicate effectively with a vocabulary of 400 to 500 root words. The original vocabulary of Esperanto had around 900 root words, but was quickly expanded. | 2002-01-12T04:18:53Z | 2023-12-28T21:05:27Z | [
"Template:Poemquote",
"Template:Interlanguage link",
"Template:Cite web",
"Template:Constructed languages",
"Template:Short description",
"Template:Esperanto sidebar",
"Template:Note",
"Template:Cn",
"Template:Lang-en",
"Template:Reflist",
"Template:Authority control",
"Template:IPA",
"Template:Main",
"Template:Citation needed",
"Template:Blockquote",
"Template:Ref",
"Template:Cite book",
"Template:Language grammars"
]
| https://en.wikipedia.org/wiki/Esperanto_grammar |
10,404 | Esperanto culture | Esperanto culture refers to the shared cultural experience of the Esperantujo, or Esperanto-speaking community. Despite being a constructed language, Esperanto has a history dating back to the late 19th century, and shared socio-cultural norms have developed among its speakers. Some of these can be traced back to the initial ideas of the language's creator, Ludwig Zamenhof, including the theory that a global second language would foster international communication. Others have developed over time, as the language has allowed different national and linguistic cultures to blend together. Some Esperanto speakers have also researched the language's ideologies.
Esperanto culture also includes art, literature, and music, as well as international celebrations and cultural exchanges such as the Pasporta Servo.
Native Esperanto speakers are people who have acquired Esperanto as one of their native languages. As of 1996, there were 350 or so attested cases of families with native Esperanto speakers. Estimates from associations indicate that there are currently around 1,000 Esperanto-speaking families, involving perhaps 2,000 children. In all known cases, speakers are natively multilingual, being raised in both Esperanto and either the local national language or the native language of their parents. In all but a handful of cases, it was the father who used Esperanto with the child. In the majority of such families, the parents had the same native language, though in many the parents had different native languages, and only Esperanto in common.
Esperanto was originally a language that one had to learn entirely through books, and even today most people live apart from each other and converse through the internet, so writing and reading are a big part of Esperanto culture. Most people have created or translated some sort of written work whether fiction or nonfiction, published or available to read online for free.
Penpals have been popular since Esperanto's earliest days, as Esperanto was originally advertised as a language where you could "send a letter with a message, short list of grammar rules and a dictionary to a complete stranger, and they'll be able to look up the words and write a coherent reply back". Many people did indeed do this in order to recruit more Esperanto speakers.
At the time, in the early 1900s, there was no major world language that could be used "anywhere" and it was difficult to get accurate information about foreign countries. On top of that, things like stamp collecting were popular hobbies for children. In the modern day, most Esperanto speakers talk to each other through the internet.
Monato ("month") is a general news magazine "like a genuinely international Time or Newsweek", written by local correspondents.
A magazine for the blind, Aŭroro, has been published since 1920 and in general, Esperanto hosts the largest Braille publications in the world — starting in the early 1900s Esperanto was taught in schools of the blind in Europe, and that is where the trend started.
Esperanto is the magazine used by the World Esperanto Association to inform its members about everything happening in the Esperanto community.
There are many more magazines created by individual Esperanto clubs from towns in places such as from Japan and China.
Books that are translated to Esperanto are not always internationally famous books, because everyone can already read those in another language that they know. For example, several Japanese crime novels and several Icelandic novels that have never been translated to English (or any other language) have been translated to Esperanto. One reason for this is that people are actually translating their favourite stories instead of famous ones, and another is that it's simply cheaper and easier to get the rights to translate a small-time book compared to a famous one.
The first Harry Potter book, for example, was translated and the translator enquired about how to purchase translating rights so the book could be published, but J.K. Rowling refused to allow it to be published in Esperanto (despite Harry Potter and the Philosopher's Stone being one of the most-translated books in the whole world). In lieu of physical books, the translation now exists as a free download on the internet.
Similarly, famous books translated into Esperanto are often books fallen into public domain such as the Bible, the Quran, or works by Shakespeare, Molière, Balzac, etc., because there are no rights on them.
Esperanto literature and organisations such as the Universal Esperanto Association (Sennacieca Asocio Tutmonda or SAT) often advocated against nationalism, leading to several fascist governments attempting to ban and eradicate its usage: Germany, Francoist Spain, Portugal, as well as in the Soviet Union. However, the level to which this discrimination was due to association with Judaism and Jewish people cannot be fully known; Hitler wrote of it as intrinsically Jewish and called it a "Jewish weapon" in his Mein Kampf. Following this history of suppression, Esperanto literature frequently concerns themes of resistance and anti-nationalism, though not all criticism of Esperanto is grounded in politics (See Esperanto#Criticism).
There are over 25,000 Esperanto books (originals and translations) as well as over a hundred regularly distributed Esperanto magazines. This is despite that Esperanto has only existed for around 100 years. In comparison, the entire literature of Iceland (a country created in the 900s, and with a population of around 320,000 people) totals fewer than 50,000 books.
Esperanto music is usually done in the traditional style of a person's country, but "international" music (American pop music, rap music etc.) also exists. Many famous songs are translated to Esperanto as well, for example "La vie en rose" and "En el frente de Gandesa" (the links are to the Esperanto versions of the songs on YouTube).
There are currently radio broadcasts from China Radio International, Melbourne Ethnic Community Radio, Radio Habana Cuba, Radio Audizioni Italiane (Rai), Radio Polonia, Radio F.R.E.I. and Radio Vatican. Many more people have personal podcasts and vlogs.
In 1964, Jacques-Louis Mahé produced the first full-length feature film in Esperanto, entitled Angoroj. This was followed in 1965 by the first American Esperanto-production: Incubus, starring William Shatner. Incubus however is commonly seen as a funny way of introducing a person to Esperanto, as none of the actors even knew how to pronounce Esperanto in the first place, the dialogue being strange and bad due to the scriptwriter not getting a second opinion before the filming was done, and the plot being confusing in general.
Internacia Televido, an internet television channel, began broadcasting in November 2005. Australia is the hotspot of much of the organization behind Esperanto television. Several short films have been produced, and at times plays have been recorded "for television". As of July 2003, the Esperanto-language Wikipedia lists 14 films and 3 short films.
In 2011, Academy Award-nominated director Sam Green (The Weather Underground), released a new documentary about Esperanto titled The Universal Language (La Universala Lingvo.) This 30-minute film traces the history of Esperanto. It's known for having extremely good camera quality and filming sense, as well as being a good "absolute introduction" to what Esperanto is, but is criticized for being too short.
Many more films, cartoons and documentaries that aren't Esperanto originals are simply subtitled in Esperanto and put up on YouTube. Some fan-dubs exist, especially of Disney songs and short scenes.
Many people wear their country's traditional clothing to Esperanto conventions, whether or not they would ever wear it in their own country. Swedish people, for example, who usually never wear their traditional clothing in their own country, may still wear traditional clothing for any meeting involving Esperanto speakers.
Every year, the World Congress of Esperanto (Esperanto: Universala Kongreso de Esperanto), which is held in different countries around the world according to year (though it mostly takes place in Europe). Each convention draws in an average of 1500–3000 attendees, and the best-attended conferences are those held in Central or Eastern Europe (generally meaning Poland, Hungary etc.), as Esperanto is an option for fulfilling mandatory foreign-language requirements in Hungarian schools, and the creator of Esperanto came from Poland (see statistics at World Congress of Esperanto).
Esperanto speakers create a makeshift café (whether in a rented space or someone's home), using Esperanto coins or voucher-like items as well as real money to pay for food and drink. Live music, poetry reading, or literature reading are usual activities. This custom arose in 1995 in order to contrast with the more usual custom of after-convention partying at a bar.
An organisation called Pasporta Servo offers a free couchsurfing and homestay service, enabling cheaper and easier travel through a shared language.
As Esperanto speakers are from all over the world, and families whose children speak Esperanto natively usually have parents from two vastly different countries, recipes incorporating elements from different countries are naturally born. Traditional foods are also enjoyed in settings where a native wouldn't normally mix or eat them.
One cookbook is Internacie kuiri “Cooking Internationally” by Maria Becker-Meisberger, published by FEL (Flemish Esperanto League), Antwerp 1989, ISBN 90-71205-34-7. Another is Manĝoj el sanigaj plantoj “Meals from Healthy Vegetable Dishes” by Zlata Nanić, published by BIO-ZRNO, Zagreb 2002, ISBN 953-97664-5-1.
Some Esperanto periodicals, such as MONATO, include recipes from time to time.
On December 15 (L. L. Zamenhof's birthday), Esperanto speakers around the world celebrate Zamenhof Day, sometimes called Book Day. It's a common goal to have a book written in Esperanto published on or by that day, as Zamenhof was a strong advocate of the idea that in order to spread Esperanto around the world, its speakers need to create a large body of literature.
The poem La Espero is the Esperanto anthem, and most Esperanto speakers know the lyrics of the anthem by heart. It is often sung at conventions. Whether or not one enjoys the lyrics, the song is something that ties all Esperanto speakers together — as it has been around since Esperanto's early days. The tune of La Espero is known to most Esperanto speakers, and is a general tradition. The very short poem Ho, mia kor' (Zamenhof, 1887) and the longer La vojo [eo] (Zamenhof, 1896) are also very famous and often quoted in whole or in part; some distychs of La vojo, in particular, have become proverbial (e.g. Eĉ guto malgranda, konstante frapante, traboros la monton granitan “Even a small drop, by constantly hitting, will pierce the mountain of granite” as a metaphor for unyielding perseverance).
Esperanto has had an influence on certain religious traditions (Oomoto, Baháʼí Faith, etc., see Esperanto and religion). While some Esperantists subscribe to these beliefs, they are not necessarily common, and are neither required nor encouraged by any Esperanto groups. | [
{
"paragraph_id": 0,
"text": "Esperanto culture refers to the shared cultural experience of the Esperantujo, or Esperanto-speaking community. Despite being a constructed language, Esperanto has a history dating back to the late 19th century, and shared socio-cultural norms have developed among its speakers. Some of these can be traced back to the initial ideas of the language's creator, Ludwig Zamenhof, including the theory that a global second language would foster international communication. Others have developed over time, as the language has allowed different national and linguistic cultures to blend together. Some Esperanto speakers have also researched the language's ideologies.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Esperanto culture also includes art, literature, and music, as well as international celebrations and cultural exchanges such as the Pasporta Servo.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Native Esperanto speakers are people who have acquired Esperanto as one of their native languages. As of 1996, there were 350 or so attested cases of families with native Esperanto speakers. Estimates from associations indicate that there are currently around 1,000 Esperanto-speaking families, involving perhaps 2,000 children. In all known cases, speakers are natively multilingual, being raised in both Esperanto and either the local national language or the native language of their parents. In all but a handful of cases, it was the father who used Esperanto with the child. In the majority of such families, the parents had the same native language, though in many the parents had different native languages, and only Esperanto in common.",
"title": "Native speakers"
},
{
"paragraph_id": 3,
"text": "Esperanto was originally a language that one had to learn entirely through books, and even today most people live apart from each other and converse through the internet, so writing and reading are a big part of Esperanto culture. Most people have created or translated some sort of written work whether fiction or nonfiction, published or available to read online for free.",
"title": "Writing"
},
{
"paragraph_id": 4,
"text": "Penpals have been popular since Esperanto's earliest days, as Esperanto was originally advertised as a language where you could \"send a letter with a message, short list of grammar rules and a dictionary to a complete stranger, and they'll be able to look up the words and write a coherent reply back\". Many people did indeed do this in order to recruit more Esperanto speakers.",
"title": "Writing"
},
{
"paragraph_id": 5,
"text": "At the time, in the early 1900s, there was no major world language that could be used \"anywhere\" and it was difficult to get accurate information about foreign countries. On top of that, things like stamp collecting were popular hobbies for children. In the modern day, most Esperanto speakers talk to each other through the internet.",
"title": "Writing"
},
{
"paragraph_id": 6,
"text": "Monato (\"month\") is a general news magazine \"like a genuinely international Time or Newsweek\", written by local correspondents.",
"title": "Writing"
},
{
"paragraph_id": 7,
"text": "A magazine for the blind, Aŭroro, has been published since 1920 and in general, Esperanto hosts the largest Braille publications in the world — starting in the early 1900s Esperanto was taught in schools of the blind in Europe, and that is where the trend started.",
"title": "Writing"
},
{
"paragraph_id": 8,
"text": "Esperanto is the magazine used by the World Esperanto Association to inform its members about everything happening in the Esperanto community.",
"title": "Writing"
},
{
"paragraph_id": 9,
"text": "There are many more magazines created by individual Esperanto clubs from towns in places such as from Japan and China.",
"title": "Writing"
},
{
"paragraph_id": 10,
"text": "Books that are translated to Esperanto are not always internationally famous books, because everyone can already read those in another language that they know. For example, several Japanese crime novels and several Icelandic novels that have never been translated to English (or any other language) have been translated to Esperanto. One reason for this is that people are actually translating their favourite stories instead of famous ones, and another is that it's simply cheaper and easier to get the rights to translate a small-time book compared to a famous one.",
"title": "Literature"
},
{
"paragraph_id": 11,
"text": "The first Harry Potter book, for example, was translated and the translator enquired about how to purchase translating rights so the book could be published, but J.K. Rowling refused to allow it to be published in Esperanto (despite Harry Potter and the Philosopher's Stone being one of the most-translated books in the whole world). In lieu of physical books, the translation now exists as a free download on the internet.",
"title": "Literature"
},
{
"paragraph_id": 12,
"text": "Similarly, famous books translated into Esperanto are often books fallen into public domain such as the Bible, the Quran, or works by Shakespeare, Molière, Balzac, etc., because there are no rights on them.",
"title": "Literature"
},
{
"paragraph_id": 13,
"text": "Esperanto literature and organisations such as the Universal Esperanto Association (Sennacieca Asocio Tutmonda or SAT) often advocated against nationalism, leading to several fascist governments attempting to ban and eradicate its usage: Germany, Francoist Spain, Portugal, as well as in the Soviet Union. However, the level to which this discrimination was due to association with Judaism and Jewish people cannot be fully known; Hitler wrote of it as intrinsically Jewish and called it a \"Jewish weapon\" in his Mein Kampf. Following this history of suppression, Esperanto literature frequently concerns themes of resistance and anti-nationalism, though not all criticism of Esperanto is grounded in politics (See Esperanto#Criticism).",
"title": "Literature"
},
{
"paragraph_id": 14,
"text": "There are over 25,000 Esperanto books (originals and translations) as well as over a hundred regularly distributed Esperanto magazines. This is despite that Esperanto has only existed for around 100 years. In comparison, the entire literature of Iceland (a country created in the 900s, and with a population of around 320,000 people) totals fewer than 50,000 books.",
"title": "Literature"
},
{
"paragraph_id": 15,
"text": "Esperanto music is usually done in the traditional style of a person's country, but \"international\" music (American pop music, rap music etc.) also exists. Many famous songs are translated to Esperanto as well, for example \"La vie en rose\" and \"En el frente de Gandesa\" (the links are to the Esperanto versions of the songs on YouTube).",
"title": "Media"
},
{
"paragraph_id": 16,
"text": "There are currently radio broadcasts from China Radio International, Melbourne Ethnic Community Radio, Radio Habana Cuba, Radio Audizioni Italiane (Rai), Radio Polonia, Radio F.R.E.I. and Radio Vatican. Many more people have personal podcasts and vlogs.",
"title": "Media"
},
{
"paragraph_id": 17,
"text": "In 1964, Jacques-Louis Mahé produced the first full-length feature film in Esperanto, entitled Angoroj. This was followed in 1965 by the first American Esperanto-production: Incubus, starring William Shatner. Incubus however is commonly seen as a funny way of introducing a person to Esperanto, as none of the actors even knew how to pronounce Esperanto in the first place, the dialogue being strange and bad due to the scriptwriter not getting a second opinion before the filming was done, and the plot being confusing in general.",
"title": "Media"
},
{
"paragraph_id": 18,
"text": "Internacia Televido, an internet television channel, began broadcasting in November 2005. Australia is the hotspot of much of the organization behind Esperanto television. Several short films have been produced, and at times plays have been recorded \"for television\". As of July 2003, the Esperanto-language Wikipedia lists 14 films and 3 short films.",
"title": "Media"
},
{
"paragraph_id": 19,
"text": "In 2011, Academy Award-nominated director Sam Green (The Weather Underground), released a new documentary about Esperanto titled The Universal Language (La Universala Lingvo.) This 30-minute film traces the history of Esperanto. It's known for having extremely good camera quality and filming sense, as well as being a good \"absolute introduction\" to what Esperanto is, but is criticized for being too short.",
"title": "Media"
},
{
"paragraph_id": 20,
"text": "Many more films, cartoons and documentaries that aren't Esperanto originals are simply subtitled in Esperanto and put up on YouTube. Some fan-dubs exist, especially of Disney songs and short scenes.",
"title": "Media"
},
{
"paragraph_id": 21,
"text": "Many people wear their country's traditional clothing to Esperanto conventions, whether or not they would ever wear it in their own country. Swedish people, for example, who usually never wear their traditional clothing in their own country, may still wear traditional clothing for any meeting involving Esperanto speakers.",
"title": "Conventions"
},
{
"paragraph_id": 22,
"text": "Every year, the World Congress of Esperanto (Esperanto: Universala Kongreso de Esperanto), which is held in different countries around the world according to year (though it mostly takes place in Europe). Each convention draws in an average of 1500–3000 attendees, and the best-attended conferences are those held in Central or Eastern Europe (generally meaning Poland, Hungary etc.), as Esperanto is an option for fulfilling mandatory foreign-language requirements in Hungarian schools, and the creator of Esperanto came from Poland (see statistics at World Congress of Esperanto).",
"title": "Conventions"
},
{
"paragraph_id": 23,
"text": "Esperanto speakers create a makeshift café (whether in a rented space or someone's home), using Esperanto coins or voucher-like items as well as real money to pay for food and drink. Live music, poetry reading, or literature reading are usual activities. This custom arose in 1995 in order to contrast with the more usual custom of after-convention partying at a bar.",
"title": "Gufujo"
},
{
"paragraph_id": 24,
"text": "An organisation called Pasporta Servo offers a free couchsurfing and homestay service, enabling cheaper and easier travel through a shared language.",
"title": "Pasporta Servo"
},
{
"paragraph_id": 25,
"text": "As Esperanto speakers are from all over the world, and families whose children speak Esperanto natively usually have parents from two vastly different countries, recipes incorporating elements from different countries are naturally born. Traditional foods are also enjoyed in settings where a native wouldn't normally mix or eat them.",
"title": "Food"
},
{
"paragraph_id": 26,
"text": "One cookbook is Internacie kuiri “Cooking Internationally” by Maria Becker-Meisberger, published by FEL (Flemish Esperanto League), Antwerp 1989, ISBN 90-71205-34-7. Another is Manĝoj el sanigaj plantoj “Meals from Healthy Vegetable Dishes” by Zlata Nanić, published by BIO-ZRNO, Zagreb 2002, ISBN 953-97664-5-1.",
"title": "Food"
},
{
"paragraph_id": 27,
"text": "Some Esperanto periodicals, such as MONATO, include recipes from time to time.",
"title": "Food"
},
{
"paragraph_id": 28,
"text": "On December 15 (L. L. Zamenhof's birthday), Esperanto speakers around the world celebrate Zamenhof Day, sometimes called Book Day. It's a common goal to have a book written in Esperanto published on or by that day, as Zamenhof was a strong advocate of the idea that in order to spread Esperanto around the world, its speakers need to create a large body of literature.",
"title": "Zamenhof Day"
},
{
"paragraph_id": 29,
"text": "The poem La Espero is the Esperanto anthem, and most Esperanto speakers know the lyrics of the anthem by heart. It is often sung at conventions. Whether or not one enjoys the lyrics, the song is something that ties all Esperanto speakers together — as it has been around since Esperanto's early days. The tune of La Espero is known to most Esperanto speakers, and is a general tradition. The very short poem Ho, mia kor' (Zamenhof, 1887) and the longer La vojo [eo] (Zamenhof, 1896) are also very famous and often quoted in whole or in part; some distychs of La vojo, in particular, have become proverbial (e.g. Eĉ guto malgranda, konstante frapante, traboros la monton granitan “Even a small drop, by constantly hitting, will pierce the mountain of granite” as a metaphor for unyielding perseverance).",
"title": "Zamenhof Day"
},
{
"paragraph_id": 30,
"text": "Esperanto has had an influence on certain religious traditions (Oomoto, Baháʼí Faith, etc., see Esperanto and religion). While some Esperantists subscribe to these beliefs, they are not necessarily common, and are neither required nor encouraged by any Esperanto groups.",
"title": "Religion"
}
]
| Esperanto culture refers to the shared cultural experience of the Esperantujo, or Esperanto-speaking community. Despite being a constructed language, Esperanto has a history dating back to the late 19th century, and shared socio-cultural norms have developed among its speakers. Some of these can be traced back to the initial ideas of the language's creator, Ludwig Zamenhof, including the theory that a global second language would foster international communication. Others have developed over time, as the language has allowed different national and linguistic cultures to blend together. Some Esperanto speakers have also researched the language's ideologies. Esperanto culture also includes art, literature, and music, as well as international celebrations and cultural exchanges such as the Pasporta Servo. | 2002-01-12T04:27:42Z | 2023-12-28T02:43:54Z | [
"Template:As of",
"Template:Reflist",
"Template:Cite web",
"Template:Tone",
"Template:Citation needed",
"Template:Ill",
"Template:Cite journal",
"Template:Cite news",
"Template:Main",
"Template:CN",
"Template:ISBN",
"Template:Cite book",
"Template:Short description",
"Template:Esperanto sidebar",
"Template:Citation-needed",
"Template:Lang-eo"
]
| https://en.wikipedia.org/wiki/Esperanto_culture |
10,406 | Emotion | Emotions are mental states brought on by neurophysiological changes, variously associated with thoughts, feelings, behavioral responses, and a degree of pleasure or displeasure. There is no scientific consensus on a definition. Emotions are often intertwined with mood, temperament, personality, disposition, or creativity.
Research on emotion has increased over the past two decades, with many fields contributing, including psychology, medicine, history, sociology of emotions, and computer science. The numerous attempts to explain the origin, function, and other aspects of emotions have fostered intense research on this topic. Theorizing about the evolutionary origin and possible purpose of emotion dates back to Charles Darwin. Current areas of research include the neuroscience of emotion, using tools like PET and fMRI scans to study the affective picture processes in the brain.
From a mechanistic perspective, emotions can be defined as "a positive or negative experience that is associated with a particular pattern of physiological activity." Emotions are complex, involving multiple different components, such as subjective experience, cognitive processes, expressive behavior, psychophysiological changes, and instrumental behavior. At one time, academics attempted to identify the emotion with one of the components: William James with a subjective experience, behaviorists with instrumental behavior, psychophysiologists with physiological changes, and so on. More recently, emotion has been said to consist of all the components. The different components of emotion are categorized somewhat differently depending on the academic discipline. In psychology and philosophy, emotion typically includes a subjective, conscious experience characterized primarily by psychophysiological expressions, biological reactions, and mental states. A similar multi-componential description of emotion is found in sociology. For example, Peggy Thoits described emotions as involving physiological components, cultural or emotional labels (anger, surprise, etc.), expressive body actions, and the appraisal of situations and contexts. Cognitive processes, like reasoning and decision-making, are often regarded as separate from emotional processes, making a division between "thinking" and "feeling". However, not all theories of emotion regard this separation as valid.
Nowadays, most research into emotions in the clinical and well-being context focuses on emotion dynamics in daily life, predominantly the intensity of specific emotions and their variability, instability, inertia, and differentiation, as well as whether and how emotions augment or blunt each other over time and differences in these dynamics between people and along the lifespan.
The word "emotion" dates back to 1579, when it was adapted from the French word émouvoir, which means "to stir up". The term emotion was introduced into academic discussion as a catch-all term to passions, sentiments and affections. The word "emotion" was coined in the early 1800s by Thomas Brown and it is around the 1830s that the modern concept of emotion first emerged for the English language. "No one felt emotions before about 1830. Instead they felt other things – 'passions', 'accidents of the soul', 'moral sentiments' – and explained them very differently from how we understand emotions today."
Some cross-cultural studies indicate that the categorization of "emotion" and classification of basic emotions such as "anger" and "sadness" are not universal and that the boundaries and domains of these concepts are categorized differently by all cultures. However, others argue that there are some universal bases of emotions (see Section 6.1). In psychiatry and psychology, an inability to express or perceive emotion is sometimes referred to as alexithymia.
Human nature and the accompanying bodily sensations have always been part of the interests of thinkers and philosophers. Far more extensively, this has also been of great interest to both Western and Eastern societies. Emotional states have been associated with the divine and with the enlightenment of the human mind and body. The ever-changing actions of individuals and their mood variations have been of great importance to most of the Western philosophers (including Aristotle, Plato, Descartes, Aquinas, and Hobbes), leading them to propose extensive theories—often competing theories—that sought to explain emotion and the accompanying motivators of human action, as well as its consequences.
In the Age of Enlightenment, Scottish thinker David Hume proposed a revolutionary argument that sought to explain the main motivators of human action and conduct. He proposed that actions are motivated by "fears, desires, and passions". As he wrote in his book A Treatise of Human Nature (1773): "Reason alone can never be a motive to any action of the will… it can never oppose passion in the direction of the will… The reason is, and ought to be, the slave of the passions, and can never pretend to any other office than to serve and obey them". With these lines, Hume attempted to explain that reason and further action would be subject to the desires and experience of the self. Later thinkers would propose that actions and emotions are deeply interrelated with social, political, historical, and cultural aspects of reality that would also come to be associated with sophisticated neurological and physiological research on the brain and other parts of the physical body.
The Lexico definition of emotion is "A strong feeling deriving from one's circumstances, mood, or relationships with others." Emotions are responses to significant internal and external events.
Emotions can be occurrences (e.g., panic) or dispositions (e.g., hostility), and short-lived (e.g., anger) or long-lived (e.g., grief). Psychotherapist Michael C. Graham describes all emotions as existing on a continuum of intensity. Thus fear might range from mild concern to terror or shame might range from simple embarrassment to toxic shame. Emotions have been described as consisting of a coordinated set of responses, which may include verbal, physiological, behavioral, and neural mechanisms.
Emotions have been categorized, with some relationships existing between emotions and some direct opposites existing. Graham differentiates emotions as functional or dysfunctional and argues all functional emotions have benefits.
In some uses of the word, emotions are intense feelings that are directed at someone or something. On the other hand, emotion can be used to refer to states that are mild (as in annoyed or content) and to states that are not directed at anything (as in anxiety and depression). One line of research looks at the meaning of the word emotion in everyday language and finds that this usage is rather different from that in academic discourse.
In practical terms, Joseph LeDoux has defined emotions as the result of a cognitive and conscious process which occurs in response to a body system response to a trigger.
According to Scherer's Component Process Model (CPM) of emotion, there are five crucial elements of emotion. From the component process perspective, emotional experience requires that all of these processes become coordinated and synchronized for a short period of time, driven by appraisal processes. Although the inclusion of cognitive appraisal as one of the elements is slightly controversial, since some theorists make the assumption that emotion and cognition are separate but interacting systems, the CPM provides a sequence of events that effectively describes the coordination involved during an emotional episode.
Emotion can be differentiated from a number of similar constructs within the field of affective neuroscience:
There is no single, universally accepted evolutionary theory. The most prominent ideas suggest that emotions have evolved to serve various adaptive functions:
A distinction can be made between emotional episodes and emotional dispositions. Emotional dispositions are also comparable to character traits, where someone may be said to be generally disposed to experience certain emotions. For example, an irritable person is generally disposed to feel irritation more easily or quickly than others do. Finally, some theorists place emotions within a more general category of "affective states" where affective states can also include emotion-related phenomena such as pleasure and pain, motivational states (for example, hunger or curiosity), moods, dispositions and traits.
For more than 40 years, Paul Ekman has supported the view that emotions are discrete, measurable, and physiologically distinct. Ekman's most influential work revolved around the finding that certain emotions appeared to be universally recognized, even in cultures that were preliterate and could not have learned associations for facial expressions through media. Another classic study found that when participants contorted their facial muscles into distinct facial expressions (for example, disgust), they reported subjective and physiological experiences that matched the distinct facial expressions. Ekman's facial-expression research examined six basic emotions: anger, disgust, fear, happiness, sadness and surprise.
Later in his career, Ekman theorized that other universal emotions may exist beyond these six. In light of this, recent cross-cultural studies led by Daniel Cordaro and Dacher Keltner, both former students of Ekman, extended the list of universal emotions. In addition to the original six, these studies provided evidence for amusement, awe, contentment, desire, embarrassment, pain, relief, and sympathy in both facial and vocal expressions. They also found evidence for boredom, confusion, interest, pride, and shame facial expressions, as well as contempt, relief, and triumph vocal expressions.
Robert Plutchik agreed with Ekman's biologically driven perspective but developed the "wheel of emotions", suggesting eight primary emotions grouped on a positive or negative basis: joy versus sadness; anger versus fear; trust versus disgust; and surprise versus anticipation. Some basic emotions can be modified to form complex emotions. The complex emotions could arise from cultural conditioning or association combined with the basic emotions. Alternatively, similar to the way primary colors combine, primary emotions could blend to form the full spectrum of human emotional experience. For example, interpersonal anger and disgust could blend to form contempt. Relationships exist between basic emotions, resulting in positive or negative influences.
Jaak Panksepp carved out seven biologically inherited primary affective systems called SEEKING (expectancy), FEAR (anxiety), RAGE (anger), LUST (sexual excitement), CARE (nurturance), PANIC/GRIEF (sadness), and PLAY (social joy). He proposed what is known as "core-SELF" to be generating these affects.
Psychologists have used methods such as factor analysis to attempt to map emotion-related responses onto a more limited number of dimensions. Such methods attempt to boil emotions down to underlying dimensions that capture the similarities and differences between experiences. Often, the first two dimensions uncovered by factor analysis are valence (how negative or positive the experience feels) and arousal (how energized or enervated the experience feels). These two dimensions can be depicted on a 2D coordinate map. This two-dimensional map has been theorized to capture one important component of emotion called core affect. Core affect is not theorized to be the only component to emotion, but to give the emotion its hedonic and felt energy.
Using statistical methods to analyze emotional states elicited by short videos, Cowen and Keltner identified 27 varieties of emotional experience: admiration, adoration, aesthetic appreciation, amusement, anger, anxiety, awe, awkwardness, boredom, calmness, confusion, craving, disgust, empathic pain, entrancement, excitement, fear, horror, interest, joy, nostalgia, relief, romance, sadness, satisfaction, sexual desire and surprise.
In Buddhism, emotions occur when an object is considered as attractive or repulsive. There is a felt tendency impelling people towards attractive objects and impelling them to move away from repulsive or harmful objects; a disposition to possess the object (greed), to destroy it (hatred), to flee from it (fear), to get obsessed or worried over it (anxiety), and so on.
In Stoic theories, normal emotions (like delight and fear) are described as irrational impulses which come from incorrect appraisals of what is 'good' or 'bad'. Alternatively, there are 'good emotions' (like joy and caution) experienced by those that are wise, which come from correct appraisals of what is 'good' and 'bad'.
Aristotle believed that emotions were an essential component of virtue. In the Aristotelian view all emotions (called passions) corresponded to appetites or capacities. During the Middle Ages, the Aristotelian view was adopted and further developed by scholasticism and Thomas Aquinas in particular.
In Chinese antiquity, excessive emotion was believed to cause damage to qi, which in turn, damages the vital organs. The four humors theory made popular by Hippocrates contributed to the study of emotion in the same way that it did for medicine.
In the early 11th century, Avicenna theorized about the influence of emotions on health and behaviors, suggesting the need to manage emotions.
Early modern views on emotion are developed in the works of philosophers such as René Descartes, Niccolò Machiavelli, Baruch Spinoza, Thomas Hobbes and David Hume. In the 19th century emotions were considered adaptive and were studied more frequently from an empiricist psychiatric perspective.
Christian perspective on emotion presupposes a theistic origin to humanity. God who created humans gave humans the ability to feel emotion and interact emotionally. Biblical content expresses that God is a person who feels and expresses emotion. Though a somatic view would place the locus of emotions in the physical body, Christian theory of emotions would view the body more as a platform for the sensing and expression of emotions. Therefore, emotions themselves arise from the person, or that which is "imago-dei" or Image of God in humans. In Christian thought, emotions have the potential to be controlled through reasoned reflection. That reasoned reflection also mimics God who made mind. The purpose of emotions in human life is therefore summarized in God's call to enjoy Him and creation, humans are to enjoy emotions and benefit from them and use them to energize behavior.
Perspectives on emotions from evolutionary theory were initiated during the mid-late 19th century with Charles Darwin's 1872 book The Expression of the Emotions in Man and Animals. Darwin argued that emotions served no evolved purpose for humans, neither in communication, nor in aiding survival. Darwin largely argued that emotions evolved via the inheritance of acquired characters. He pioneered various methods for studying non-verbal expressions, from which he concluded that some expressions had cross-cultural universality. Darwin also detailed homologous expressions of emotions that occur in animals. This led the way for animal research on emotions and the eventual determination of the neural underpinnings of emotion.
More contemporary views along the evolutionary psychology spectrum posit that both basic emotions and social emotions evolved to motivate (social) behaviors that were adaptive in the ancestral environment. Emotion is an essential part of any human decision-making and planning, and the famous distinction made between reason and emotion is not as clear as it seems. Paul D. MacLean claims that emotion competes with even more instinctive responses, on one hand, and the more abstract reasoning, on the other hand. The increased potential in neuroimaging has also allowed investigation into evolutionarily ancient parts of the brain. Important neurological advances were derived from these perspectives in the 1990s by Joseph E. LeDoux and Antonio Damasio. For example, in an extensive study of a subject with ventromedial frontal lobe damage described in the book Descartes' Error, Damasio demonstrated how loss of physiological capacity for emotion resulted in the subject's lost capacity to make decisions despite having robust faculties for rationally assessing options. Research on physiological emotion has caused modern neuroscience to abandon the model of emotions and rationality as opposing forces. In contrast to the ancient Greek ideal of dispassionate reason, the neuroscience of emotion shows that emotion is necessarily integrated with intellect.
Research on social emotion also focuses on the physical displays of emotion including body language of animals and humans (see affect display). For example, spite seems to work against the individual but it can establish an individual's reputation as someone to be feared. Shame and pride can motivate behaviors that help one maintain one's standing in a community, and self-esteem is one's estimate of one's status.
Somatic theories of emotion claim that bodily responses, rather than cognitive interpretations, are essential to emotions. The first modern version of such theories came from William James in the 1880s. The theory lost favor in the 20th century, but has regained popularity more recently due largely to theorists such as John T. Cacioppo, Antonio Damasio, Joseph E. LeDoux and Robert Zajonc who are able to appeal to neurological evidence.
In his 1884 article William James argued that feelings and emotions were secondary to physiological phenomena. In his theory, James proposed that the perception of what he called an "exciting fact" directly led to a physiological response, known as "emotion." To account for different types of emotional experiences, James proposed that stimuli trigger activity in the autonomic nervous system, which in turn produces an emotional experience in the brain. The Danish psychologist Carl Lange also proposed a similar theory at around the same time, and therefore this theory became known as the James–Lange theory. As James wrote, "the perception of bodily changes, as they occur, is the emotion." James further claims that "we feel sad because we cry, angry because we strike, afraid because we tremble, and either we cry, strike, or tremble because we are sorry, angry, or fearful, as the case may be."
An example of this theory in action would be as follows: An emotion-evoking stimulus (snake) triggers a pattern of physiological response (increased heart rate, faster breathing, etc.), which is interpreted as a particular emotion (fear). This theory is supported by experiments in which by manipulating the bodily state induces a desired emotional state. Some people may believe that emotions give rise to emotion-specific actions, for example, "I'm crying because I'm sad", or "I ran away because I was scared." The issue with the James–Lange theory is that of causation (bodily states causing emotions and being a priori), not that of the bodily influences on emotional experience (which can be argued and is still quite prevalent today in biofeedback studies and embodiment theory).
Although mostly abandoned in its original form, Tim Dalgleish argues that most contemporary neuroscientists have embraced the components of the James-Lange theory of emotions.
The James–Lange theory has remained influential. Its main contribution is the emphasis it places on the embodiment of emotions, especially the argument that changes in the bodily concomitants of emotions can alter their experienced intensity. Most contemporary neuroscientists would endorse a modified James–Lange view in which bodily feedback modulates the experience of emotion. (p. 583)
Walter Bradford Cannon agreed that physiological responses played a crucial role in emotions, but did not believe that physiological responses alone could explain subjective emotional experiences. He argued that physiological responses were too slow and often imperceptible and this could not account for the relatively rapid and intense subjective awareness of emotion. He also believed that the richness, variety, and temporal course of emotional experiences could not stem from physiological reactions, that reflected fairly undifferentiated fight or flight responses. An example of this theory in action is as follows: An emotion-evoking event (snake) triggers simultaneously both a physiological response and a conscious experience of an emotion.
Phillip Bard contributed to the theory with his work on animals. Bard found that sensory, motor, and physiological information all had to pass through the diencephalon (particularly the thalamus), before being subjected to any further processing. Therefore, Cannon also argued that it was not anatomically possible for sensory events to trigger a physiological response prior to triggering conscious awareness and emotional stimuli had to trigger both physiological and experiential aspects of emotion simultaneously.
Stanley Schachter formulated his theory on the earlier work of a Spanish physician, Gregorio Marañón, who injected patients with epinephrine and subsequently asked them how they felt. Marañón found that most of these patients felt something but in the absence of an actual emotion-evoking stimulus, the patients were unable to interpret their physiological arousal as an experienced emotion. Schachter did agree that physiological reactions played a big role in emotions. He suggested that physiological reactions contributed to emotional experience by facilitating a focused cognitive appraisal of a given physiologically arousing event and that this appraisal was what defined the subjective emotional experience. Emotions were thus a result of two-stage process: general physiological arousal, and experience of emotion. For example, the physiological arousal, heart pounding, in a response to an evoking stimulus, the sight of a bear in the kitchen. The brain then quickly scans the area, to explain the pounding, and notices the bear. Consequently, the brain interprets the pounding heart as being the result of fearing the bear. With his student, Jerome Singer, Schachter demonstrated that subjects can have different emotional reactions despite being placed into the same physiological state with an injection of epinephrine. Subjects were observed to express either anger or amusement depending on whether another person in the situation (a confederate) displayed that emotion. Hence, the combination of the appraisal of the situation (cognitive) and the participants' reception of adrenalin or a placebo together determined the response. This experiment has been criticized in Jesse Prinz's (2004) Gut Reactions.
With the two-factor theory now incorporating cognition, several theories began to argue that cognitive activity in the form of judgments, evaluations, or thoughts were entirely necessary for an emotion to occur.
Cognitive theories of emotion emphasize that emotions are shaped by how individuals interpret and appraise situations. These theories highlight:
These theories acknowledge that emotions are not automatic reactions but result from the interplay of cognitive interpretations, physiological responses, and the social context. A prominent philosophical exponent is Robert C. Solomon (for example, The Passions, Emotions and the Meaning of Life, 1993). Solomon claims that emotions are judgments. He has put forward a more nuanced view which responds to what he has called the 'standard objection' to cognitivism, the idea that a judgment that something is fearsome can occur with or without emotion, so judgment cannot be identified with emotion.
One of the main proponents of this view was Richard Lazarus who argued that emotions must have some cognitive intentionality. The cognitive activity involved in the interpretation of an emotional context may be conscious or unconscious and may or may not take the form of conceptual processing.
Lazarus' theory is very influential; emotion is a disturbance that occurs in the following order:
For example: Jenny sees a snake.
Lazarus stressed that the quality and intensity of emotions are controlled through cognitive processes. These processes underline coping strategies that form the emotional reaction by altering the relationship between the person and the environment.
George Mandler provided an extensive theoretical and empirical discussion of emotion as influenced by cognition, consciousness, and the autonomic nervous system in two books (Mind and Emotion, 1975, and Mind and Body: Psychology of Emotion and Stress, 1984)
George Mandler, a prominent psychologist known for his contributions to the study of cognition and emotion, proposed the "Two-Process Theory of Emotion." This theory offers insights into how emotions are generated and how cognitive processes play a role in emotional experiences. Mandler's theory focuses on the interplay between primary and secondary appraisal processes in the formation of emotions. Here are the key components of his theory:
Mandler's Two-Process Theory of Emotion emphasizes the importance of cognitive appraisal processes in shaping emotional experiences. It recognizes that emotions are not just automatic reactions but result from complex evaluations of the significance of situations and one's ability to manage them effectively. This theory underscores the role of cognition in the emotional process and highlights the interplay of cognitive factors in the formation of emotions.
The Affect Infusion Model (AIM) is a psychological framework that was developed by Joseph Forgas in the 1990s. This model focuses on how affect, or mood and emotions, can influence cognitive processes and decision-making. The central idea of the AIM is that affect, whether it's a positive or negative mood, can "infuse" or influence various cognitive activities, including information processing and judgments.
Key components and principles of the Affect Infusion Model include:
The Affect Infusion Model has been applied to a wide range of areas, including consumer behavior, social judgment, and interpersonal interactions. It emphasizes the idea that emotions and mood play a more significant role in cognitive processes and decision-making than traditionally thought. While it has been influential in understanding the interplay between affect and cognition, it is important to note that the AIM is just one of several models in the field of emotion and cognition that help explain the intricate relationship between emotions and thinking.
The Appraisal-Tendency Theory, developed by Joseph P. Forgas, is a theory that focuses on how people have dispositional tendencies to appraise and interpret situations in specific ways, leading to consistent emotional reactions to particular types of situations. This theory suggests that certain individuals may have stable, habitual patterns of appraising and attributing emotional significance to events, and these tendencies can influence their emotional responses and judgments.
Key features and concepts of the Appraisal-Tendency Theory include:
Appraisal-Tendency Theory suggests that these cognitive tendencies can shape an individual's overall emotional disposition, influencing their emotional reactions and social judgments. This theory has been applied in various contexts, including studies of personality, social psychology, and decision-making, to better understand how cognitive appraisal tendencies influence emotional and evaluative responses.
Nico Frijda was a prominent psychologist known for his work in the field of emotion and affective science. One of the key contributions of Frijda is his "Laws of Emotion", which outline a set of principles that help explain how emotions function and how they are experienced. Frijda's Laws of Emotion are as follows:
Frijda's theory emphasizes the adaptive function of emotions and the role of cognitive appraisal in shaping emotional experiences. It highlights that emotions are not simply reactions to external events but are intimately tied to the individual's goals, values, and perceptions of the situation's meaning. Frijda's work has had a significant influence on the study of emotions and has contributed to a more comprehensive understanding of how emotions operate.
Jesse Prinz is a contemporary philosopher and cognitive scientist who has contributed to the field of emotion theory. One of his influential theories is the "Emotion Attribution Theory," which provides a perspective on how people recognize and understand emotions in themselves and others.
Emotion Attribution Theory, proposed by Jesse Prinz, focuses on the role of emotion attributions in the experience and understanding of emotions. Key ideas and components of Prinz's theory include:
Overall, Prinz's Emotion Attribution Theory emphasizes the role of attributions in the recognition and understanding of emotions. It highlights the automatic and cognitive processes involved in identifying and interpreting emotional states in oneself and others. This theory has implications for fields such as psychology, philosophy, and cognitive science and contributes to our understanding of the social and cultural aspects of emotions.
The Affective Events Theory (AET) is a psychological theory that focuses on the role of workplace events in shaping employees' emotions, attitudes, and behaviors in the context of their job. This theory was developed by organizational psychologists Howard M. Weiss and Russell Cropanzano in the late 1990s. AET primarily concerns itself with how emotional experiences at work can impact job satisfaction, performance, and other outcomes.
Key concepts and principles of the Affective Events Theory include:
AET has been influential in the field of organizational psychology and has helped shed light on how workplace events can have a significant impact on employee well-being and organizational outcomes. It highlights the importance of understanding and managing the emotional experiences of employees in the context of their work.
A situated perspective on emotion, developed by Paul E. Griffiths and Andrea Scarantino, emphasizes the importance of external factors in the development and communication of emotion, drawing upon the situationism approach in psychology. This theory is markedly different from both cognitivist and neo-Jamesian theories of emotion, both of which see emotion as a purely internal process, with the environment only acting as a stimulus to the emotion. In contrast, a situationist perspective on emotion views emotion as the product of an organism investigating its environment, and observing the responses of other organisms. Emotion stimulates the evolution of social relationships, acting as a signal to mediate the behavior of other organisms. In some contexts, the expression of emotion (both voluntary and involuntary) could be seen as strategic moves in the transactions between different organisms. The situated perspective on emotion states that conceptual thought is not an inherent part of emotion, since emotion is an action-oriented form of skillful engagement with the world. Griffiths and Scarantino suggested that this perspective on emotion could be helpful in understanding phobias, as well as the emotions of infants and animals.
Emotions can motivate social interactions and relationships and therefore are directly related with basic physiology, particularly with the stress systems. This is important because emotions are related to the anti-stress complex, with an oxytocin-attachment system, which plays a major role in bonding. Emotional phenotype temperaments affect social connectedness and fitness in complex social systems. These characteristics are shared with other species and taxa and are due to the effects of genes and their continuous transmission. Information that is encoded in the DNA sequences provides the blueprint for assembling proteins that make up our cells. Zygotes require genetic information from their parental germ cells, and at every speciation event, heritable traits that have enabled its ancestor to survive and reproduce successfully are passed down along with new traits that could be potentially beneficial to the offspring.
In the five million years since the lineages leading to modern humans and chimpanzees split, only about 1.2% of their genetic material has been modified. This suggests that everything that separates us from chimpanzees must be encoded in that very small amount of DNA, including our behaviors. Students that study animal behaviors have only identified intraspecific examples of gene-dependent behavioral phenotypes. In voles (Microtus spp.) minor genetic differences have been identified in a vasopressin receptor gene that corresponds to major species differences in social organization and the mating system. Another potential example with behavioral differences is the FOCP2 gene, which is involved in neural circuitry handling speech and language. Its present form in humans differed from that of the chimpanzees by only a few mutations and has been present for about 200,000 years, coinciding with the beginning of modern humans. Speech, language, and social organization are all part of the basis for emotions.
Based on discoveries made through neural mapping of the limbic system, the neurobiological explanation of human emotion is that emotion is a pleasant or unpleasant mental state organized in the limbic system of the mammalian brain. If distinguished from reactive responses of reptiles, emotions would then be mammalian elaborations of general vertebrate arousal patterns, in which neurochemicals (for example, dopamine, noradrenaline, and serotonin) step-up or step-down the brain's activity level, as visible in body movements, gestures and postures. Emotions can likely be mediated by pheromones (see fear).
For example, the emotion of love is proposed to be the expression of Paleocircuits of the mammalian brain (specifically, modules of the cingulate cortex (or gyrus)) which facilitate the care, feeding, and grooming of offspring. Paleocircuits are neural platforms for bodily expression configured before the advent of cortical circuits for speech. They consist of pre-configured pathways or networks of nerve cells in the forebrain, brainstem and spinal cord.
Other emotions like fear and anxiety long thought to be exclusively generated by the most primitive parts of the brain (stem) and more associated to the fight-or-flight responses of behavior, have also been associated as adaptive expressions of defensive behavior whenever a threat is encountered. Although defensive behaviors have been present in a wide variety of species, Blanchard et al. (2001) discovered a correlation of given stimuli and situation that resulted in a similar pattern of defensive behavior towards a threat in human and non-human mammals.
Whenever potentially dangerous stimuli is presented additional brain structures activate that previously thought (hippocampus, thalamus, etc.). Thus, giving the amygdala an important role on coordinating the following behavioral input based on the presented neurotransmitters that respond to threat stimuli. These biological functions of the amygdala are not only limited to the "fear-conditioning" and "processing of aversive stimuli", but also are present on other components of the amygdala. Therefore, it can referred the amygdala as a key structure to understand the potential responses of behavior in danger like situations in human and non-human mammals.
The motor centers of reptiles react to sensory cues of vision, sound, touch, chemical, gravity, and motion with pre-set body movements and programmed postures. With the arrival of night-active mammals, smell replaced vision as the dominant sense, and a different way of responding arose from the olfactory sense, which is proposed to have developed into mammalian emotion and emotional memory. The mammalian brain invested heavily in olfaction to succeed at night as reptiles slept – one explanation for why olfactory lobes in mammalian brains are proportionally larger than in the reptiles. These odor pathways gradually formed the neural blueprint for what was later to become our limbic brain.
Emotions are thought to be related to certain activities in brain areas that direct our attention, motivate our behavior, and determine the significance of what is going on around us. Pioneering work by Paul Broca (1878), James Papez (1937), and Paul D. MacLean (1952) suggested that emotion is related to a group of structures in the center of the brain called the limbic system, which includes the hypothalamus, cingulate cortex, hippocampi, and other structures. More recent research has shown that some of these limbic structures are not as directly related to emotion as others are while some non-limbic structures have been found to be of greater emotional relevance.
There is ample evidence that the left prefrontal cortex is activated by stimuli that cause positive approach. If attractive stimuli can selectively activate a region of the brain, then logically the converse should hold, that selective activation of that region of the brain should cause a stimulus to be judged more positively. This was demonstrated for moderately attractive visual stimuli and replicated and extended to include negative stimuli.
Two neurobiological models of emotion in the prefrontal cortex made opposing predictions. The valence model predicted that anger, a negative emotion, would activate the right prefrontal cortex. The direction model predicted that anger, an approach emotion, would activate the left prefrontal cortex. The second model was supported.
This still left open the question of whether the opposite of approach in the prefrontal cortex is better described as moving away (direction model), as unmoving but with strength and resistance (movement model), or as unmoving with passive yielding (action tendency model). Support for the action tendency model (passivity related to right prefrontal activity) comes from research on shyness and research on behavioral inhibition. Research that tested the competing hypotheses generated by all four models also supported the action tendency model.
Another neurological approach proposed by Bud Craig in 2003 distinguishes two classes of emotion: "classical" emotions such as love, anger and fear that are evoked by environmental stimuli, and "homeostatic emotions" – attention-demanding feelings evoked by body states, such as pain, hunger and fatigue, that motivate behavior (withdrawal, eating or resting in these examples) aimed at maintaining the body's internal milieu at its ideal state.
Derek Denton calls the latter "primordial emotions" and defines them as "the subjective element of the instincts, which are the genetically programmed behavior patterns which contrive homeostasis. They include thirst, hunger for air, hunger for food, pain and hunger for specific minerals etc. There are two constituents of a primordial emotion – the specific sensation which when severe may be imperious, and the compelling intention for gratification by a consummatory act."
Emotions are seen by some researchers to be constructed (emerge) in social and cognitive domain alone, without directly implying biologically inherited characteristics.
Joseph LeDoux differentiates between the human's defense system, which has evolved over time, and emotions such as fear and anxiety. He has said that the amygdala may release hormones due to a trigger (such as an innate reaction to seeing a snake), but "then we elaborate it through cognitive and conscious processes".
Lisa Feldman Barrett highlights differences in emotions between different cultures, and says that emotions (such as anxiety) are socially constructed (see theory of constructed emotion). She says that they "are not triggered; you create them. They emerge as a combination of the physical properties of your body, a flexible brain that wires itself to whatever environment it develops in, and your culture and upbringing, which provide that environment." She has termed this approach the theory of constructed emotion.
Many different disciplines have produced work on the emotions. Human sciences study the role of emotions in mental processes, disorders, and neural mechanisms. In psychiatry, emotions are examined as part of the discipline's study and treatment of mental disorders in humans. Nursing studies emotions as part of its approach to the provision of holistic health care to humans. Psychology examines emotions from a scientific perspective by treating them as mental processes and behavior and they explore the underlying physiological and neurological processes, e.g., cognitive behavioral therapy. In neuroscience sub-fields such as social neuroscience and affective neuroscience, scientists study the neural mechanisms of emotion by combining neuroscience with the psychological study of personality, emotion, and mood. In linguistics, the expression of emotion may change to the meaning of sounds. In education, the role of emotions in relation to learning is examined.
Social sciences often examine emotion for the role that it plays in human culture and social interactions. In sociology, emotions are examined for the role they play in human society, social patterns and interactions, and culture. In anthropology, the study of humanity, scholars use ethnography to undertake contextual analyzes and cross-cultural comparisons of a range of human activities. Some anthropology studies examine the role of emotions in human activities. In the field of communication studies, critical organizational scholars have examined the role of emotions in organizations, from the perspectives of managers, employees, and even customers. A focus on emotions in organizations can be credited to Arlie Russell Hochschild's concept of emotional labor. The University of Queensland hosts EmoNet, an e-mail distribution list representing a network of academics that facilitates scholarly discussion of all matters relating to the study of emotion in organizational settings. The list was established in January 1997 and has over 700 members from across the globe.
In economics, the social science that studies the production, distribution, and consumption of goods and services, emotions are analyzed in some sub-fields of microeconomics, in order to assess the role of emotions on purchase decision-making and risk perception. In criminology, a social science approach to the study of crime, scholars often draw on behavioral sciences, sociology, and psychology; emotions are examined in criminology issues such as anomie theory and studies of "toughness," aggressive behavior, and hooliganism. In law, which underpins civil obedience, politics, economics and society, evidence about people's emotions is often raised in tort law claims for compensation and in criminal law prosecutions against alleged lawbreakers (as evidence of the defendant's state of mind during trials, sentencing, and parole hearings). In political science, emotions are examined in a number of sub-fields, such as the analysis of voter decision-making.
In philosophy, emotions are studied in sub-fields such as ethics, the philosophy of art (for example, sensory–emotional values, and matters of taste and sentimentality), and the philosophy of music (see also music and emotion). In history, scholars examine documents and other sources to interpret and analyze past activities; speculation on the emotional state of the authors of historical documents is one of the tools of interpretation. In literature and film-making, the expression of emotion is the cornerstone of genres such as drama, melodrama, and romance. In communication studies, scholars study the role that emotion plays in the dissemination of ideas and messages. Emotion is also studied in non-human animals in ethology, a branch of zoology which focuses on the scientific study of animal behavior. Ethology is a combination of laboratory and field science, with strong ties to ecology and evolution. Ethologists often study one type of behavior (for example, aggression) in a number of unrelated animals.
The history of emotions has become an increasingly popular topic recently, with some scholars arguing that it is an essential category of analysis, not unlike class, race, or gender. Historians, like other social scientists, assume that emotions, feelings and their expressions are regulated in different ways by both different cultures and different historical times, and the constructivist school of history claims even that some sentiments and meta-emotions, for example schadenfreude, are learnt and not only regulated by culture. Historians of emotion trace and analyze the changing norms and rules of feeling, while examining emotional regimes, codes, and lexicons from social, cultural, or political history perspectives. Others focus on the history of medicine, science, or psychology. What somebody can and may feel (and show) in a given situation, towards certain people or things, depends on social norms and rules; thus historically variable and open to change. Several research centers have opened in the past few years in Germany, England, Spain, Sweden, and Australia.
Furthermore, research in historical trauma suggests that some traumatic emotions can be passed on from parents to offspring to second and even third generation, presented as examples of transgenerational trauma.
A common way in which emotions are conceptualized in sociology is in terms of the multidimensional characteristics including cultural or emotional labels (for example, anger, pride, fear, happiness), physiological changes (for example, increased perspiration, changes in pulse rate), expressive facial and body movements (for example, smiling, frowning, baring teeth), and appraisals of situational cues. One comprehensive theory of emotional arousal in humans has been developed by Jonathan Turner (2007: 2009). Two of the key eliciting factors for the arousal of emotions within this theory are expectations states and sanctions. When people enter a situation or encounter with certain expectations for how the encounter should unfold, they will experience different emotions depending on the extent to which expectations for Self, other and situation are met or not met. People can also provide positive or negative sanctions directed at Self or other which also trigger different emotional experiences in individuals. Turner analyzed a wide range of emotion theories across different fields of research including sociology, psychology, evolutionary science, and neuroscience. Based on this analysis, he identified four emotions that all researchers consider being founded on human neurology including assertive-anger, aversion-fear, satisfaction-happiness, and disappointment-sadness. These four categories are called primary emotions and there is some agreement amongst researchers that these primary emotions become combined to produce more elaborate and complex emotional experiences. These more elaborate emotions are called first-order elaborations in Turner's theory and they include sentiments such as pride, triumph, and awe. Emotions can also be experienced at different levels of intensity so that feelings of concern are a low-intensity variation of the primary emotion aversion-fear whereas depression is a higher intensity variant.
Attempts are frequently made to regulate emotion according to the conventions of the society and the situation based on many (sometimes conflicting) demands and expectations which originate from various entities. The expression of anger is in many cultures discouraged in girls and women to a greater extent than in boys and men (the notion being that an angry man has a valid complaint that needs to be rectified, while an angry women is hysterical or oversensitive, and her anger is somehow invalid), while the expression of sadness or fear is discouraged in boys and men relative to girls and women (attitudes implicit in phrases like "man up" or "don't be a sissy"). Expectations attached to social roles, such as "acting as man" and not as a woman, and the accompanying "feeling rules" contribute to the differences in expression of certain emotions. Some cultures encourage or discourage happiness, sadness, or jealousy, and the free expression of the emotion of disgust is considered socially unacceptable in most cultures. Some social institutions are seen as based on certain emotion, such as love in the case of contemporary institution of marriage. In advertising, such as health campaigns and political messages, emotional appeals are commonly found. Recent examples include no-smoking health campaigns and political campaigns emphasizing the fear of terrorism.
Sociological attention to emotion has varied over time. Émile Durkheim (1915/1965) wrote about the collective effervescence or emotional energy that was experienced by members of totemic rituals in Australian Aboriginal society. He explained how the heightened state of emotional energy achieved during totemic rituals transported individuals above themselves giving them the sense that they were in the presence of a higher power, a force, that was embedded in the sacred objects that were worshipped. These feelings of exaltation, he argued, ultimately lead people to believe that there were forces that governed sacred objects.
In the 1990s, sociologists focused on different aspects of specific emotions and how these emotions were socially relevant. For Cooley (1992), pride and shame were the most important emotions that drive people to take various social actions. During every encounter, he proposed that we monitor ourselves through the "looking glass" that the gestures and reactions of others provide. Depending on these reactions, we either experience pride or shame and this results in particular paths of action. Retzinger (1991) conducted studies of married couples who experienced cycles of rage and shame. Drawing predominantly on Goffman and Cooley's work, Scheff (1990) developed a micro sociological theory of the social bond. The formation or disruption of social bonds is dependent on the emotions that people experience during interactions.
Subsequent to these developments, Randall Collins (2004) formulated his interaction ritual theory by drawing on Durkheim's work on totemic rituals that was extended by Goffman (1964/2013; 1967) into everyday focused encounters. Based on interaction ritual theory, we experience different levels or intensities of emotional energy during face-to-face interactions. Emotional energy is considered to be a feeling of confidence to take action and a boldness that one experiences when they are charged up from the collective effervescence generated during group gatherings that reach high levels of intensity.
There is a growing body of research applying the sociology of emotion to understanding the learning experiences of students during classroom interactions with teachers and other students (for example, Milne & Otieno, 2007; Olitsky, 2007; Tobin, et al., 2013; Zembylas, 2002). These studies show that learning subjects like science can be understood in terms of classroom interaction rituals that generate emotional energy and collective states of emotional arousal like emotional climate.
Apart from interaction ritual traditions of the sociology of emotion, other approaches have been classed into one of six other categories:
This list provides a general overview of different traditions in the sociology of emotion that sometimes conceptualize emotion in different ways and at other times in complementary ways. Many of these different approaches were synthesized by Turner (2007) in his sociological theory of human emotions in an attempt to produce one comprehensive sociological account that draws on developments from many of the above traditions.
Emotion regulation refers to the cognitive and behavioral strategies people use to influence their own emotional experience. For example, a behavioral strategy in which one avoids a situation to avoid unwanted emotions (trying not to think about the situation, doing distracting activities, etc.). Depending on the particular school's general emphasis on either cognitive components of emotion, physical energy discharging, or on symbolic movement and facial expression components of emotion different schools of psychotherapy approach the regulation of emotion differently. Cognitively oriented schools approach them via their cognitive components, such as rational emotive behavior therapy. Yet others approach emotions via symbolic movement and facial expression components (like in contemporary Gestalt therapy).
Research on emotions reveals the strong presence of cross-cultural differences in emotional reactions and that emotional reactions are likely to be culture-specific. In strategic settings, cross-cultural research on emotions is required for understanding the psychological situation of a given population or specific actors. This implies the need to comprehend the current emotional state, mental disposition or other behavioral motivation of a target audience located in a different culture, basically founded on its national, political, social, economic, and psychological peculiarities but also subject to the influence of circumstances and events.
In the 2000s, research in computer science, engineering, psychology and neuroscience has been aimed at developing devices that recognize human affect display and model emotions. In computer science, affective computing is a branch of the study and development of artificial intelligence that deals with the design of systems and devices that can recognize, interpret, and process human emotions. It is an interdisciplinary field spanning computer sciences, psychology, and cognitive science. While the origins of the field may be traced as far back as to early philosophical enquiries into emotion, the more modern branch of computer science originated with Rosalind Picard's 1995 paper on affective computing. Detecting emotional information begins with passive sensors which capture data about the user's physical state or behavior without interpreting the input. The data gathered is analogous to the cues humans use to perceive emotions in others. Another area within affective computing is the design of computational devices proposed to exhibit either innate emotional capabilities or that are capable of convincingly simulating emotions. Emotional speech processing recognizes the user's emotional state by analyzing speech patterns. The detection and processing of facial expression or body gestures is achieved through detectors and sensors.
Emotion affects the way autobiographical memories are encoded and retrieved. Emotional memories are reactivated more, they are remembered better and have more attention devoted to them. Through remembering our past achievements and failures, autobiographical memories affect how we perceive and feel about ourselves.
In the late 19th century, the most influential theorists were William James (1842–1910) and Carl Lange (1834–1900). James was an American psychologist and philosopher who wrote about educational psychology, psychology of religious experience/mysticism, and the philosophy of pragmatism. Lange was a Danish physician and psychologist. Working independently, they developed the James–Lange theory, a hypothesis on the origin and nature of emotions. The theory states that within human beings, as a response to experiences in the world, the autonomic nervous system creates physiological events such as muscular tension, a rise in heart rate, perspiration, and dryness of the mouth. Emotions, then, are feelings which come about as a result of these physiological changes, rather than being their cause.
Silvan Tomkins (1911–1991) developed the affect theory and script theory. The affect theory introduced the concept of basic emotions, and was based on the idea that the dominance of the emotion, which he called the affected system, was the motivating force in human life.
Some of the most influential deceased theorists on emotion from the 20th century include Magda B. Arnold (1903–2002), an American psychologist who developed the appraisal theory of emotions; Richard Lazarus (1922–2002), an American psychologist who specialized in emotion and stress, especially in relation to cognition; Herbert A. Simon (1916–2001), who included emotions into decision making and artificial intelligence; Robert Plutchik (1928–2006), an American psychologist who developed a psychoevolutionary theory of emotion; Robert Zajonc (1923–2008) a Polish–American social psychologist who specialized in social and cognitive processes such as social facilitation; Robert C. Solomon (1942–2007), an American philosopher who contributed to the theories on the philosophy of emotions with books such as What Is An Emotion?: Classic and Contemporary Readings (2003); Peter Goldie (1946–2011), a British philosopher who specialized in ethics, aesthetics, emotion, mood and character; Nico Frijda (1927–2015), a Dutch psychologist who advanced the theory that human emotions serve to promote a tendency to undertake actions that are appropriate in the circumstances, detailed in his book The Emotions (1986); Jaak Panksepp (1943–2017), an Estonian-born American psychologist, psychobiologist, neuroscientist and pioneer in affective neuroscience; John T. Cacioppo (1951–2018), one of the founding fathers of social neuroscience; George Mandler (1924–2016), an American psychologist who wrote influential books on cognition and emotion.
Influential theorists who are still active include the following psychologists, neurologists, philosophers, and sociologists: | [
{
"paragraph_id": 0,
"text": "Emotions are mental states brought on by neurophysiological changes, variously associated with thoughts, feelings, behavioral responses, and a degree of pleasure or displeasure. There is no scientific consensus on a definition. Emotions are often intertwined with mood, temperament, personality, disposition, or creativity.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Research on emotion has increased over the past two decades, with many fields contributing, including psychology, medicine, history, sociology of emotions, and computer science. The numerous attempts to explain the origin, function, and other aspects of emotions have fostered intense research on this topic. Theorizing about the evolutionary origin and possible purpose of emotion dates back to Charles Darwin. Current areas of research include the neuroscience of emotion, using tools like PET and fMRI scans to study the affective picture processes in the brain.",
"title": ""
},
{
"paragraph_id": 2,
"text": "From a mechanistic perspective, emotions can be defined as \"a positive or negative experience that is associated with a particular pattern of physiological activity.\" Emotions are complex, involving multiple different components, such as subjective experience, cognitive processes, expressive behavior, psychophysiological changes, and instrumental behavior. At one time, academics attempted to identify the emotion with one of the components: William James with a subjective experience, behaviorists with instrumental behavior, psychophysiologists with physiological changes, and so on. More recently, emotion has been said to consist of all the components. The different components of emotion are categorized somewhat differently depending on the academic discipline. In psychology and philosophy, emotion typically includes a subjective, conscious experience characterized primarily by psychophysiological expressions, biological reactions, and mental states. A similar multi-componential description of emotion is found in sociology. For example, Peggy Thoits described emotions as involving physiological components, cultural or emotional labels (anger, surprise, etc.), expressive body actions, and the appraisal of situations and contexts. Cognitive processes, like reasoning and decision-making, are often regarded as separate from emotional processes, making a division between \"thinking\" and \"feeling\". However, not all theories of emotion regard this separation as valid.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Nowadays, most research into emotions in the clinical and well-being context focuses on emotion dynamics in daily life, predominantly the intensity of specific emotions and their variability, instability, inertia, and differentiation, as well as whether and how emotions augment or blunt each other over time and differences in these dynamics between people and along the lifespan.",
"title": ""
},
{
"paragraph_id": 4,
"text": "The word \"emotion\" dates back to 1579, when it was adapted from the French word émouvoir, which means \"to stir up\". The term emotion was introduced into academic discussion as a catch-all term to passions, sentiments and affections. The word \"emotion\" was coined in the early 1800s by Thomas Brown and it is around the 1830s that the modern concept of emotion first emerged for the English language. \"No one felt emotions before about 1830. Instead they felt other things – 'passions', 'accidents of the soul', 'moral sentiments' – and explained them very differently from how we understand emotions today.\"",
"title": "Etymology"
},
{
"paragraph_id": 5,
"text": "Some cross-cultural studies indicate that the categorization of \"emotion\" and classification of basic emotions such as \"anger\" and \"sadness\" are not universal and that the boundaries and domains of these concepts are categorized differently by all cultures. However, others argue that there are some universal bases of emotions (see Section 6.1). In psychiatry and psychology, an inability to express or perceive emotion is sometimes referred to as alexithymia.",
"title": "Etymology"
},
{
"paragraph_id": 6,
"text": "Human nature and the accompanying bodily sensations have always been part of the interests of thinkers and philosophers. Far more extensively, this has also been of great interest to both Western and Eastern societies. Emotional states have been associated with the divine and with the enlightenment of the human mind and body. The ever-changing actions of individuals and their mood variations have been of great importance to most of the Western philosophers (including Aristotle, Plato, Descartes, Aquinas, and Hobbes), leading them to propose extensive theories—often competing theories—that sought to explain emotion and the accompanying motivators of human action, as well as its consequences.",
"title": "History"
},
{
"paragraph_id": 7,
"text": "In the Age of Enlightenment, Scottish thinker David Hume proposed a revolutionary argument that sought to explain the main motivators of human action and conduct. He proposed that actions are motivated by \"fears, desires, and passions\". As he wrote in his book A Treatise of Human Nature (1773): \"Reason alone can never be a motive to any action of the will… it can never oppose passion in the direction of the will… The reason is, and ought to be, the slave of the passions, and can never pretend to any other office than to serve and obey them\". With these lines, Hume attempted to explain that reason and further action would be subject to the desires and experience of the self. Later thinkers would propose that actions and emotions are deeply interrelated with social, political, historical, and cultural aspects of reality that would also come to be associated with sophisticated neurological and physiological research on the brain and other parts of the physical body.",
"title": "History"
},
{
"paragraph_id": 8,
"text": "The Lexico definition of emotion is \"A strong feeling deriving from one's circumstances, mood, or relationships with others.\" Emotions are responses to significant internal and external events.",
"title": "Definitions"
},
{
"paragraph_id": 9,
"text": "Emotions can be occurrences (e.g., panic) or dispositions (e.g., hostility), and short-lived (e.g., anger) or long-lived (e.g., grief). Psychotherapist Michael C. Graham describes all emotions as existing on a continuum of intensity. Thus fear might range from mild concern to terror or shame might range from simple embarrassment to toxic shame. Emotions have been described as consisting of a coordinated set of responses, which may include verbal, physiological, behavioral, and neural mechanisms.",
"title": "Definitions"
},
{
"paragraph_id": 10,
"text": "Emotions have been categorized, with some relationships existing between emotions and some direct opposites existing. Graham differentiates emotions as functional or dysfunctional and argues all functional emotions have benefits.",
"title": "Definitions"
},
{
"paragraph_id": 11,
"text": "In some uses of the word, emotions are intense feelings that are directed at someone or something. On the other hand, emotion can be used to refer to states that are mild (as in annoyed or content) and to states that are not directed at anything (as in anxiety and depression). One line of research looks at the meaning of the word emotion in everyday language and finds that this usage is rather different from that in academic discourse.",
"title": "Definitions"
},
{
"paragraph_id": 12,
"text": "In practical terms, Joseph LeDoux has defined emotions as the result of a cognitive and conscious process which occurs in response to a body system response to a trigger.",
"title": "Definitions"
},
{
"paragraph_id": 13,
"text": "According to Scherer's Component Process Model (CPM) of emotion, there are five crucial elements of emotion. From the component process perspective, emotional experience requires that all of these processes become coordinated and synchronized for a short period of time, driven by appraisal processes. Although the inclusion of cognitive appraisal as one of the elements is slightly controversial, since some theorists make the assumption that emotion and cognition are separate but interacting systems, the CPM provides a sequence of events that effectively describes the coordination involved during an emotional episode.",
"title": "Components"
},
{
"paragraph_id": 14,
"text": "Emotion can be differentiated from a number of similar constructs within the field of affective neuroscience:",
"title": "Differentiation"
},
{
"paragraph_id": 15,
"text": "There is no single, universally accepted evolutionary theory. The most prominent ideas suggest that emotions have evolved to serve various adaptive functions:",
"title": "Evolutionary Approach: Emotions' Purpose and Value"
},
{
"paragraph_id": 16,
"text": "A distinction can be made between emotional episodes and emotional dispositions. Emotional dispositions are also comparable to character traits, where someone may be said to be generally disposed to experience certain emotions. For example, an irritable person is generally disposed to feel irritation more easily or quickly than others do. Finally, some theorists place emotions within a more general category of \"affective states\" where affective states can also include emotion-related phenomena such as pleasure and pain, motivational states (for example, hunger or curiosity), moods, dispositions and traits.",
"title": "Classification"
},
{
"paragraph_id": 17,
"text": "For more than 40 years, Paul Ekman has supported the view that emotions are discrete, measurable, and physiologically distinct. Ekman's most influential work revolved around the finding that certain emotions appeared to be universally recognized, even in cultures that were preliterate and could not have learned associations for facial expressions through media. Another classic study found that when participants contorted their facial muscles into distinct facial expressions (for example, disgust), they reported subjective and physiological experiences that matched the distinct facial expressions. Ekman's facial-expression research examined six basic emotions: anger, disgust, fear, happiness, sadness and surprise.",
"title": "Classification"
},
{
"paragraph_id": 18,
"text": "Later in his career, Ekman theorized that other universal emotions may exist beyond these six. In light of this, recent cross-cultural studies led by Daniel Cordaro and Dacher Keltner, both former students of Ekman, extended the list of universal emotions. In addition to the original six, these studies provided evidence for amusement, awe, contentment, desire, embarrassment, pain, relief, and sympathy in both facial and vocal expressions. They also found evidence for boredom, confusion, interest, pride, and shame facial expressions, as well as contempt, relief, and triumph vocal expressions.",
"title": "Classification"
},
{
"paragraph_id": 19,
"text": "Robert Plutchik agreed with Ekman's biologically driven perspective but developed the \"wheel of emotions\", suggesting eight primary emotions grouped on a positive or negative basis: joy versus sadness; anger versus fear; trust versus disgust; and surprise versus anticipation. Some basic emotions can be modified to form complex emotions. The complex emotions could arise from cultural conditioning or association combined with the basic emotions. Alternatively, similar to the way primary colors combine, primary emotions could blend to form the full spectrum of human emotional experience. For example, interpersonal anger and disgust could blend to form contempt. Relationships exist between basic emotions, resulting in positive or negative influences.",
"title": "Classification"
},
{
"paragraph_id": 20,
"text": "Jaak Panksepp carved out seven biologically inherited primary affective systems called SEEKING (expectancy), FEAR (anxiety), RAGE (anger), LUST (sexual excitement), CARE (nurturance), PANIC/GRIEF (sadness), and PLAY (social joy). He proposed what is known as \"core-SELF\" to be generating these affects.",
"title": "Classification"
},
{
"paragraph_id": 21,
"text": "Psychologists have used methods such as factor analysis to attempt to map emotion-related responses onto a more limited number of dimensions. Such methods attempt to boil emotions down to underlying dimensions that capture the similarities and differences between experiences. Often, the first two dimensions uncovered by factor analysis are valence (how negative or positive the experience feels) and arousal (how energized or enervated the experience feels). These two dimensions can be depicted on a 2D coordinate map. This two-dimensional map has been theorized to capture one important component of emotion called core affect. Core affect is not theorized to be the only component to emotion, but to give the emotion its hedonic and felt energy.",
"title": "Classification"
},
{
"paragraph_id": 22,
"text": "Using statistical methods to analyze emotional states elicited by short videos, Cowen and Keltner identified 27 varieties of emotional experience: admiration, adoration, aesthetic appreciation, amusement, anger, anxiety, awe, awkwardness, boredom, calmness, confusion, craving, disgust, empathic pain, entrancement, excitement, fear, horror, interest, joy, nostalgia, relief, romance, sadness, satisfaction, sexual desire and surprise.",
"title": "Classification"
},
{
"paragraph_id": 23,
"text": "In Buddhism, emotions occur when an object is considered as attractive or repulsive. There is a felt tendency impelling people towards attractive objects and impelling them to move away from repulsive or harmful objects; a disposition to possess the object (greed), to destroy it (hatred), to flee from it (fear), to get obsessed or worried over it (anxiety), and so on.",
"title": "Theories"
},
{
"paragraph_id": 24,
"text": "In Stoic theories, normal emotions (like delight and fear) are described as irrational impulses which come from incorrect appraisals of what is 'good' or 'bad'. Alternatively, there are 'good emotions' (like joy and caution) experienced by those that are wise, which come from correct appraisals of what is 'good' and 'bad'.",
"title": "Theories"
},
{
"paragraph_id": 25,
"text": "Aristotle believed that emotions were an essential component of virtue. In the Aristotelian view all emotions (called passions) corresponded to appetites or capacities. During the Middle Ages, the Aristotelian view was adopted and further developed by scholasticism and Thomas Aquinas in particular.",
"title": "Theories"
},
{
"paragraph_id": 26,
"text": "In Chinese antiquity, excessive emotion was believed to cause damage to qi, which in turn, damages the vital organs. The four humors theory made popular by Hippocrates contributed to the study of emotion in the same way that it did for medicine.",
"title": "Theories"
},
{
"paragraph_id": 27,
"text": "In the early 11th century, Avicenna theorized about the influence of emotions on health and behaviors, suggesting the need to manage emotions.",
"title": "Theories"
},
{
"paragraph_id": 28,
"text": "Early modern views on emotion are developed in the works of philosophers such as René Descartes, Niccolò Machiavelli, Baruch Spinoza, Thomas Hobbes and David Hume. In the 19th century emotions were considered adaptive and were studied more frequently from an empiricist psychiatric perspective.",
"title": "Theories"
},
{
"paragraph_id": 29,
"text": "Christian perspective on emotion presupposes a theistic origin to humanity. God who created humans gave humans the ability to feel emotion and interact emotionally. Biblical content expresses that God is a person who feels and expresses emotion. Though a somatic view would place the locus of emotions in the physical body, Christian theory of emotions would view the body more as a platform for the sensing and expression of emotions. Therefore, emotions themselves arise from the person, or that which is \"imago-dei\" or Image of God in humans. In Christian thought, emotions have the potential to be controlled through reasoned reflection. That reasoned reflection also mimics God who made mind. The purpose of emotions in human life is therefore summarized in God's call to enjoy Him and creation, humans are to enjoy emotions and benefit from them and use them to energize behavior.",
"title": "Theories"
},
{
"paragraph_id": 30,
"text": "Perspectives on emotions from evolutionary theory were initiated during the mid-late 19th century with Charles Darwin's 1872 book The Expression of the Emotions in Man and Animals. Darwin argued that emotions served no evolved purpose for humans, neither in communication, nor in aiding survival. Darwin largely argued that emotions evolved via the inheritance of acquired characters. He pioneered various methods for studying non-verbal expressions, from which he concluded that some expressions had cross-cultural universality. Darwin also detailed homologous expressions of emotions that occur in animals. This led the way for animal research on emotions and the eventual determination of the neural underpinnings of emotion.",
"title": "Theories"
},
{
"paragraph_id": 31,
"text": "More contemporary views along the evolutionary psychology spectrum posit that both basic emotions and social emotions evolved to motivate (social) behaviors that were adaptive in the ancestral environment. Emotion is an essential part of any human decision-making and planning, and the famous distinction made between reason and emotion is not as clear as it seems. Paul D. MacLean claims that emotion competes with even more instinctive responses, on one hand, and the more abstract reasoning, on the other hand. The increased potential in neuroimaging has also allowed investigation into evolutionarily ancient parts of the brain. Important neurological advances were derived from these perspectives in the 1990s by Joseph E. LeDoux and Antonio Damasio. For example, in an extensive study of a subject with ventromedial frontal lobe damage described in the book Descartes' Error, Damasio demonstrated how loss of physiological capacity for emotion resulted in the subject's lost capacity to make decisions despite having robust faculties for rationally assessing options. Research on physiological emotion has caused modern neuroscience to abandon the model of emotions and rationality as opposing forces. In contrast to the ancient Greek ideal of dispassionate reason, the neuroscience of emotion shows that emotion is necessarily integrated with intellect.",
"title": "Theories"
},
{
"paragraph_id": 32,
"text": "Research on social emotion also focuses on the physical displays of emotion including body language of animals and humans (see affect display). For example, spite seems to work against the individual but it can establish an individual's reputation as someone to be feared. Shame and pride can motivate behaviors that help one maintain one's standing in a community, and self-esteem is one's estimate of one's status.",
"title": "Theories"
},
{
"paragraph_id": 33,
"text": "Somatic theories of emotion claim that bodily responses, rather than cognitive interpretations, are essential to emotions. The first modern version of such theories came from William James in the 1880s. The theory lost favor in the 20th century, but has regained popularity more recently due largely to theorists such as John T. Cacioppo, Antonio Damasio, Joseph E. LeDoux and Robert Zajonc who are able to appeal to neurological evidence.",
"title": "Theories"
},
{
"paragraph_id": 34,
"text": "In his 1884 article William James argued that feelings and emotions were secondary to physiological phenomena. In his theory, James proposed that the perception of what he called an \"exciting fact\" directly led to a physiological response, known as \"emotion.\" To account for different types of emotional experiences, James proposed that stimuli trigger activity in the autonomic nervous system, which in turn produces an emotional experience in the brain. The Danish psychologist Carl Lange also proposed a similar theory at around the same time, and therefore this theory became known as the James–Lange theory. As James wrote, \"the perception of bodily changes, as they occur, is the emotion.\" James further claims that \"we feel sad because we cry, angry because we strike, afraid because we tremble, and either we cry, strike, or tremble because we are sorry, angry, or fearful, as the case may be.\"",
"title": "Theories"
},
{
"paragraph_id": 35,
"text": "An example of this theory in action would be as follows: An emotion-evoking stimulus (snake) triggers a pattern of physiological response (increased heart rate, faster breathing, etc.), which is interpreted as a particular emotion (fear). This theory is supported by experiments in which by manipulating the bodily state induces a desired emotional state. Some people may believe that emotions give rise to emotion-specific actions, for example, \"I'm crying because I'm sad\", or \"I ran away because I was scared.\" The issue with the James–Lange theory is that of causation (bodily states causing emotions and being a priori), not that of the bodily influences on emotional experience (which can be argued and is still quite prevalent today in biofeedback studies and embodiment theory).",
"title": "Theories"
},
{
"paragraph_id": 36,
"text": "Although mostly abandoned in its original form, Tim Dalgleish argues that most contemporary neuroscientists have embraced the components of the James-Lange theory of emotions.",
"title": "Theories"
},
{
"paragraph_id": 37,
"text": "The James–Lange theory has remained influential. Its main contribution is the emphasis it places on the embodiment of emotions, especially the argument that changes in the bodily concomitants of emotions can alter their experienced intensity. Most contemporary neuroscientists would endorse a modified James–Lange view in which bodily feedback modulates the experience of emotion. (p. 583)",
"title": "Theories"
},
{
"paragraph_id": 38,
"text": "Walter Bradford Cannon agreed that physiological responses played a crucial role in emotions, but did not believe that physiological responses alone could explain subjective emotional experiences. He argued that physiological responses were too slow and often imperceptible and this could not account for the relatively rapid and intense subjective awareness of emotion. He also believed that the richness, variety, and temporal course of emotional experiences could not stem from physiological reactions, that reflected fairly undifferentiated fight or flight responses. An example of this theory in action is as follows: An emotion-evoking event (snake) triggers simultaneously both a physiological response and a conscious experience of an emotion.",
"title": "Theories"
},
{
"paragraph_id": 39,
"text": "Phillip Bard contributed to the theory with his work on animals. Bard found that sensory, motor, and physiological information all had to pass through the diencephalon (particularly the thalamus), before being subjected to any further processing. Therefore, Cannon also argued that it was not anatomically possible for sensory events to trigger a physiological response prior to triggering conscious awareness and emotional stimuli had to trigger both physiological and experiential aspects of emotion simultaneously.",
"title": "Theories"
},
{
"paragraph_id": 40,
"text": "Stanley Schachter formulated his theory on the earlier work of a Spanish physician, Gregorio Marañón, who injected patients with epinephrine and subsequently asked them how they felt. Marañón found that most of these patients felt something but in the absence of an actual emotion-evoking stimulus, the patients were unable to interpret their physiological arousal as an experienced emotion. Schachter did agree that physiological reactions played a big role in emotions. He suggested that physiological reactions contributed to emotional experience by facilitating a focused cognitive appraisal of a given physiologically arousing event and that this appraisal was what defined the subjective emotional experience. Emotions were thus a result of two-stage process: general physiological arousal, and experience of emotion. For example, the physiological arousal, heart pounding, in a response to an evoking stimulus, the sight of a bear in the kitchen. The brain then quickly scans the area, to explain the pounding, and notices the bear. Consequently, the brain interprets the pounding heart as being the result of fearing the bear. With his student, Jerome Singer, Schachter demonstrated that subjects can have different emotional reactions despite being placed into the same physiological state with an injection of epinephrine. Subjects were observed to express either anger or amusement depending on whether another person in the situation (a confederate) displayed that emotion. Hence, the combination of the appraisal of the situation (cognitive) and the participants' reception of adrenalin or a placebo together determined the response. This experiment has been criticized in Jesse Prinz's (2004) Gut Reactions.",
"title": "Theories"
},
{
"paragraph_id": 41,
"text": "With the two-factor theory now incorporating cognition, several theories began to argue that cognitive activity in the form of judgments, evaluations, or thoughts were entirely necessary for an emotion to occur.",
"title": "Theories"
},
{
"paragraph_id": 42,
"text": "Cognitive theories of emotion emphasize that emotions are shaped by how individuals interpret and appraise situations. These theories highlight:",
"title": "Theories"
},
{
"paragraph_id": 43,
"text": "These theories acknowledge that emotions are not automatic reactions but result from the interplay of cognitive interpretations, physiological responses, and the social context. A prominent philosophical exponent is Robert C. Solomon (for example, The Passions, Emotions and the Meaning of Life, 1993). Solomon claims that emotions are judgments. He has put forward a more nuanced view which responds to what he has called the 'standard objection' to cognitivism, the idea that a judgment that something is fearsome can occur with or without emotion, so judgment cannot be identified with emotion.",
"title": "Theories"
},
{
"paragraph_id": 44,
"text": "One of the main proponents of this view was Richard Lazarus who argued that emotions must have some cognitive intentionality. The cognitive activity involved in the interpretation of an emotional context may be conscious or unconscious and may or may not take the form of conceptual processing.",
"title": "Theories"
},
{
"paragraph_id": 45,
"text": "Lazarus' theory is very influential; emotion is a disturbance that occurs in the following order:",
"title": "Theories"
},
{
"paragraph_id": 46,
"text": "For example: Jenny sees a snake.",
"title": "Theories"
},
{
"paragraph_id": 47,
"text": "Lazarus stressed that the quality and intensity of emotions are controlled through cognitive processes. These processes underline coping strategies that form the emotional reaction by altering the relationship between the person and the environment.",
"title": "Theories"
},
{
"paragraph_id": 48,
"text": "George Mandler provided an extensive theoretical and empirical discussion of emotion as influenced by cognition, consciousness, and the autonomic nervous system in two books (Mind and Emotion, 1975, and Mind and Body: Psychology of Emotion and Stress, 1984)",
"title": "Theories"
},
{
"paragraph_id": 49,
"text": "George Mandler, a prominent psychologist known for his contributions to the study of cognition and emotion, proposed the \"Two-Process Theory of Emotion.\" This theory offers insights into how emotions are generated and how cognitive processes play a role in emotional experiences. Mandler's theory focuses on the interplay between primary and secondary appraisal processes in the formation of emotions. Here are the key components of his theory:",
"title": "Theories"
},
{
"paragraph_id": 50,
"text": "Mandler's Two-Process Theory of Emotion emphasizes the importance of cognitive appraisal processes in shaping emotional experiences. It recognizes that emotions are not just automatic reactions but result from complex evaluations of the significance of situations and one's ability to manage them effectively. This theory underscores the role of cognition in the emotional process and highlights the interplay of cognitive factors in the formation of emotions.",
"title": "Theories"
},
{
"paragraph_id": 51,
"text": "The Affect Infusion Model (AIM) is a psychological framework that was developed by Joseph Forgas in the 1990s. This model focuses on how affect, or mood and emotions, can influence cognitive processes and decision-making. The central idea of the AIM is that affect, whether it's a positive or negative mood, can \"infuse\" or influence various cognitive activities, including information processing and judgments.",
"title": "Theories"
},
{
"paragraph_id": 52,
"text": "Key components and principles of the Affect Infusion Model include:",
"title": "Theories"
},
{
"paragraph_id": 53,
"text": "The Affect Infusion Model has been applied to a wide range of areas, including consumer behavior, social judgment, and interpersonal interactions. It emphasizes the idea that emotions and mood play a more significant role in cognitive processes and decision-making than traditionally thought. While it has been influential in understanding the interplay between affect and cognition, it is important to note that the AIM is just one of several models in the field of emotion and cognition that help explain the intricate relationship between emotions and thinking.",
"title": "Theories"
},
{
"paragraph_id": 54,
"text": "The Appraisal-Tendency Theory, developed by Joseph P. Forgas, is a theory that focuses on how people have dispositional tendencies to appraise and interpret situations in specific ways, leading to consistent emotional reactions to particular types of situations. This theory suggests that certain individuals may have stable, habitual patterns of appraising and attributing emotional significance to events, and these tendencies can influence their emotional responses and judgments.",
"title": "Theories"
},
{
"paragraph_id": 55,
"text": "Key features and concepts of the Appraisal-Tendency Theory include:",
"title": "Theories"
},
{
"paragraph_id": 56,
"text": "Appraisal-Tendency Theory suggests that these cognitive tendencies can shape an individual's overall emotional disposition, influencing their emotional reactions and social judgments. This theory has been applied in various contexts, including studies of personality, social psychology, and decision-making, to better understand how cognitive appraisal tendencies influence emotional and evaluative responses.",
"title": "Theories"
},
{
"paragraph_id": 57,
"text": "Nico Frijda was a prominent psychologist known for his work in the field of emotion and affective science. One of the key contributions of Frijda is his \"Laws of Emotion\", which outline a set of principles that help explain how emotions function and how they are experienced. Frijda's Laws of Emotion are as follows:",
"title": "Theories"
},
{
"paragraph_id": 58,
"text": "Frijda's theory emphasizes the adaptive function of emotions and the role of cognitive appraisal in shaping emotional experiences. It highlights that emotions are not simply reactions to external events but are intimately tied to the individual's goals, values, and perceptions of the situation's meaning. Frijda's work has had a significant influence on the study of emotions and has contributed to a more comprehensive understanding of how emotions operate.",
"title": "Theories"
},
{
"paragraph_id": 59,
"text": "Jesse Prinz is a contemporary philosopher and cognitive scientist who has contributed to the field of emotion theory. One of his influential theories is the \"Emotion Attribution Theory,\" which provides a perspective on how people recognize and understand emotions in themselves and others.",
"title": "Theories"
},
{
"paragraph_id": 60,
"text": "Emotion Attribution Theory, proposed by Jesse Prinz, focuses on the role of emotion attributions in the experience and understanding of emotions. Key ideas and components of Prinz's theory include:",
"title": "Theories"
},
{
"paragraph_id": 61,
"text": "Overall, Prinz's Emotion Attribution Theory emphasizes the role of attributions in the recognition and understanding of emotions. It highlights the automatic and cognitive processes involved in identifying and interpreting emotional states in oneself and others. This theory has implications for fields such as psychology, philosophy, and cognitive science and contributes to our understanding of the social and cultural aspects of emotions.",
"title": "Theories"
},
{
"paragraph_id": 62,
"text": "The Affective Events Theory (AET) is a psychological theory that focuses on the role of workplace events in shaping employees' emotions, attitudes, and behaviors in the context of their job. This theory was developed by organizational psychologists Howard M. Weiss and Russell Cropanzano in the late 1990s. AET primarily concerns itself with how emotional experiences at work can impact job satisfaction, performance, and other outcomes.",
"title": "Theories"
},
{
"paragraph_id": 63,
"text": "Key concepts and principles of the Affective Events Theory include:",
"title": "Theories"
},
{
"paragraph_id": 64,
"text": "AET has been influential in the field of organizational psychology and has helped shed light on how workplace events can have a significant impact on employee well-being and organizational outcomes. It highlights the importance of understanding and managing the emotional experiences of employees in the context of their work.",
"title": "Theories"
},
{
"paragraph_id": 65,
"text": "A situated perspective on emotion, developed by Paul E. Griffiths and Andrea Scarantino, emphasizes the importance of external factors in the development and communication of emotion, drawing upon the situationism approach in psychology. This theory is markedly different from both cognitivist and neo-Jamesian theories of emotion, both of which see emotion as a purely internal process, with the environment only acting as a stimulus to the emotion. In contrast, a situationist perspective on emotion views emotion as the product of an organism investigating its environment, and observing the responses of other organisms. Emotion stimulates the evolution of social relationships, acting as a signal to mediate the behavior of other organisms. In some contexts, the expression of emotion (both voluntary and involuntary) could be seen as strategic moves in the transactions between different organisms. The situated perspective on emotion states that conceptual thought is not an inherent part of emotion, since emotion is an action-oriented form of skillful engagement with the world. Griffiths and Scarantino suggested that this perspective on emotion could be helpful in understanding phobias, as well as the emotions of infants and animals.",
"title": "Theories"
},
{
"paragraph_id": 66,
"text": "Emotions can motivate social interactions and relationships and therefore are directly related with basic physiology, particularly with the stress systems. This is important because emotions are related to the anti-stress complex, with an oxytocin-attachment system, which plays a major role in bonding. Emotional phenotype temperaments affect social connectedness and fitness in complex social systems. These characteristics are shared with other species and taxa and are due to the effects of genes and their continuous transmission. Information that is encoded in the DNA sequences provides the blueprint for assembling proteins that make up our cells. Zygotes require genetic information from their parental germ cells, and at every speciation event, heritable traits that have enabled its ancestor to survive and reproduce successfully are passed down along with new traits that could be potentially beneficial to the offspring.",
"title": "Theories"
},
{
"paragraph_id": 67,
"text": "In the five million years since the lineages leading to modern humans and chimpanzees split, only about 1.2% of their genetic material has been modified. This suggests that everything that separates us from chimpanzees must be encoded in that very small amount of DNA, including our behaviors. Students that study animal behaviors have only identified intraspecific examples of gene-dependent behavioral phenotypes. In voles (Microtus spp.) minor genetic differences have been identified in a vasopressin receptor gene that corresponds to major species differences in social organization and the mating system. Another potential example with behavioral differences is the FOCP2 gene, which is involved in neural circuitry handling speech and language. Its present form in humans differed from that of the chimpanzees by only a few mutations and has been present for about 200,000 years, coinciding with the beginning of modern humans. Speech, language, and social organization are all part of the basis for emotions.",
"title": "Theories"
},
{
"paragraph_id": 68,
"text": "Based on discoveries made through neural mapping of the limbic system, the neurobiological explanation of human emotion is that emotion is a pleasant or unpleasant mental state organized in the limbic system of the mammalian brain. If distinguished from reactive responses of reptiles, emotions would then be mammalian elaborations of general vertebrate arousal patterns, in which neurochemicals (for example, dopamine, noradrenaline, and serotonin) step-up or step-down the brain's activity level, as visible in body movements, gestures and postures. Emotions can likely be mediated by pheromones (see fear).",
"title": "Formation"
},
{
"paragraph_id": 69,
"text": "For example, the emotion of love is proposed to be the expression of Paleocircuits of the mammalian brain (specifically, modules of the cingulate cortex (or gyrus)) which facilitate the care, feeding, and grooming of offspring. Paleocircuits are neural platforms for bodily expression configured before the advent of cortical circuits for speech. They consist of pre-configured pathways or networks of nerve cells in the forebrain, brainstem and spinal cord.",
"title": "Formation"
},
{
"paragraph_id": 70,
"text": "Other emotions like fear and anxiety long thought to be exclusively generated by the most primitive parts of the brain (stem) and more associated to the fight-or-flight responses of behavior, have also been associated as adaptive expressions of defensive behavior whenever a threat is encountered. Although defensive behaviors have been present in a wide variety of species, Blanchard et al. (2001) discovered a correlation of given stimuli and situation that resulted in a similar pattern of defensive behavior towards a threat in human and non-human mammals.",
"title": "Formation"
},
{
"paragraph_id": 71,
"text": "Whenever potentially dangerous stimuli is presented additional brain structures activate that previously thought (hippocampus, thalamus, etc.). Thus, giving the amygdala an important role on coordinating the following behavioral input based on the presented neurotransmitters that respond to threat stimuli. These biological functions of the amygdala are not only limited to the \"fear-conditioning\" and \"processing of aversive stimuli\", but also are present on other components of the amygdala. Therefore, it can referred the amygdala as a key structure to understand the potential responses of behavior in danger like situations in human and non-human mammals.",
"title": "Formation"
},
{
"paragraph_id": 72,
"text": "The motor centers of reptiles react to sensory cues of vision, sound, touch, chemical, gravity, and motion with pre-set body movements and programmed postures. With the arrival of night-active mammals, smell replaced vision as the dominant sense, and a different way of responding arose from the olfactory sense, which is proposed to have developed into mammalian emotion and emotional memory. The mammalian brain invested heavily in olfaction to succeed at night as reptiles slept – one explanation for why olfactory lobes in mammalian brains are proportionally larger than in the reptiles. These odor pathways gradually formed the neural blueprint for what was later to become our limbic brain.",
"title": "Formation"
},
{
"paragraph_id": 73,
"text": "Emotions are thought to be related to certain activities in brain areas that direct our attention, motivate our behavior, and determine the significance of what is going on around us. Pioneering work by Paul Broca (1878), James Papez (1937), and Paul D. MacLean (1952) suggested that emotion is related to a group of structures in the center of the brain called the limbic system, which includes the hypothalamus, cingulate cortex, hippocampi, and other structures. More recent research has shown that some of these limbic structures are not as directly related to emotion as others are while some non-limbic structures have been found to be of greater emotional relevance.",
"title": "Formation"
},
{
"paragraph_id": 74,
"text": "There is ample evidence that the left prefrontal cortex is activated by stimuli that cause positive approach. If attractive stimuli can selectively activate a region of the brain, then logically the converse should hold, that selective activation of that region of the brain should cause a stimulus to be judged more positively. This was demonstrated for moderately attractive visual stimuli and replicated and extended to include negative stimuli.",
"title": "Formation"
},
{
"paragraph_id": 75,
"text": "Two neurobiological models of emotion in the prefrontal cortex made opposing predictions. The valence model predicted that anger, a negative emotion, would activate the right prefrontal cortex. The direction model predicted that anger, an approach emotion, would activate the left prefrontal cortex. The second model was supported.",
"title": "Formation"
},
{
"paragraph_id": 76,
"text": "This still left open the question of whether the opposite of approach in the prefrontal cortex is better described as moving away (direction model), as unmoving but with strength and resistance (movement model), or as unmoving with passive yielding (action tendency model). Support for the action tendency model (passivity related to right prefrontal activity) comes from research on shyness and research on behavioral inhibition. Research that tested the competing hypotheses generated by all four models also supported the action tendency model.",
"title": "Formation"
},
{
"paragraph_id": 77,
"text": "Another neurological approach proposed by Bud Craig in 2003 distinguishes two classes of emotion: \"classical\" emotions such as love, anger and fear that are evoked by environmental stimuli, and \"homeostatic emotions\" – attention-demanding feelings evoked by body states, such as pain, hunger and fatigue, that motivate behavior (withdrawal, eating or resting in these examples) aimed at maintaining the body's internal milieu at its ideal state.",
"title": "Formation"
},
{
"paragraph_id": 78,
"text": "Derek Denton calls the latter \"primordial emotions\" and defines them as \"the subjective element of the instincts, which are the genetically programmed behavior patterns which contrive homeostasis. They include thirst, hunger for air, hunger for food, pain and hunger for specific minerals etc. There are two constituents of a primordial emotion – the specific sensation which when severe may be imperious, and the compelling intention for gratification by a consummatory act.\"",
"title": "Formation"
},
{
"paragraph_id": 79,
"text": "Emotions are seen by some researchers to be constructed (emerge) in social and cognitive domain alone, without directly implying biologically inherited characteristics.",
"title": "Formation"
},
{
"paragraph_id": 80,
"text": "Joseph LeDoux differentiates between the human's defense system, which has evolved over time, and emotions such as fear and anxiety. He has said that the amygdala may release hormones due to a trigger (such as an innate reaction to seeing a snake), but \"then we elaborate it through cognitive and conscious processes\".",
"title": "Formation"
},
{
"paragraph_id": 81,
"text": "Lisa Feldman Barrett highlights differences in emotions between different cultures, and says that emotions (such as anxiety) are socially constructed (see theory of constructed emotion). She says that they \"are not triggered; you create them. They emerge as a combination of the physical properties of your body, a flexible brain that wires itself to whatever environment it develops in, and your culture and upbringing, which provide that environment.\" She has termed this approach the theory of constructed emotion.",
"title": "Formation"
},
{
"paragraph_id": 82,
"text": "Many different disciplines have produced work on the emotions. Human sciences study the role of emotions in mental processes, disorders, and neural mechanisms. In psychiatry, emotions are examined as part of the discipline's study and treatment of mental disorders in humans. Nursing studies emotions as part of its approach to the provision of holistic health care to humans. Psychology examines emotions from a scientific perspective by treating them as mental processes and behavior and they explore the underlying physiological and neurological processes, e.g., cognitive behavioral therapy. In neuroscience sub-fields such as social neuroscience and affective neuroscience, scientists study the neural mechanisms of emotion by combining neuroscience with the psychological study of personality, emotion, and mood. In linguistics, the expression of emotion may change to the meaning of sounds. In education, the role of emotions in relation to learning is examined.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 83,
"text": "Social sciences often examine emotion for the role that it plays in human culture and social interactions. In sociology, emotions are examined for the role they play in human society, social patterns and interactions, and culture. In anthropology, the study of humanity, scholars use ethnography to undertake contextual analyzes and cross-cultural comparisons of a range of human activities. Some anthropology studies examine the role of emotions in human activities. In the field of communication studies, critical organizational scholars have examined the role of emotions in organizations, from the perspectives of managers, employees, and even customers. A focus on emotions in organizations can be credited to Arlie Russell Hochschild's concept of emotional labor. The University of Queensland hosts EmoNet, an e-mail distribution list representing a network of academics that facilitates scholarly discussion of all matters relating to the study of emotion in organizational settings. The list was established in January 1997 and has over 700 members from across the globe.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 84,
"text": "In economics, the social science that studies the production, distribution, and consumption of goods and services, emotions are analyzed in some sub-fields of microeconomics, in order to assess the role of emotions on purchase decision-making and risk perception. In criminology, a social science approach to the study of crime, scholars often draw on behavioral sciences, sociology, and psychology; emotions are examined in criminology issues such as anomie theory and studies of \"toughness,\" aggressive behavior, and hooliganism. In law, which underpins civil obedience, politics, economics and society, evidence about people's emotions is often raised in tort law claims for compensation and in criminal law prosecutions against alleged lawbreakers (as evidence of the defendant's state of mind during trials, sentencing, and parole hearings). In political science, emotions are examined in a number of sub-fields, such as the analysis of voter decision-making.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 85,
"text": "In philosophy, emotions are studied in sub-fields such as ethics, the philosophy of art (for example, sensory–emotional values, and matters of taste and sentimentality), and the philosophy of music (see also music and emotion). In history, scholars examine documents and other sources to interpret and analyze past activities; speculation on the emotional state of the authors of historical documents is one of the tools of interpretation. In literature and film-making, the expression of emotion is the cornerstone of genres such as drama, melodrama, and romance. In communication studies, scholars study the role that emotion plays in the dissemination of ideas and messages. Emotion is also studied in non-human animals in ethology, a branch of zoology which focuses on the scientific study of animal behavior. Ethology is a combination of laboratory and field science, with strong ties to ecology and evolution. Ethologists often study one type of behavior (for example, aggression) in a number of unrelated animals.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 86,
"text": "The history of emotions has become an increasingly popular topic recently, with some scholars arguing that it is an essential category of analysis, not unlike class, race, or gender. Historians, like other social scientists, assume that emotions, feelings and their expressions are regulated in different ways by both different cultures and different historical times, and the constructivist school of history claims even that some sentiments and meta-emotions, for example schadenfreude, are learnt and not only regulated by culture. Historians of emotion trace and analyze the changing norms and rules of feeling, while examining emotional regimes, codes, and lexicons from social, cultural, or political history perspectives. Others focus on the history of medicine, science, or psychology. What somebody can and may feel (and show) in a given situation, towards certain people or things, depends on social norms and rules; thus historically variable and open to change. Several research centers have opened in the past few years in Germany, England, Spain, Sweden, and Australia.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 87,
"text": "Furthermore, research in historical trauma suggests that some traumatic emotions can be passed on from parents to offspring to second and even third generation, presented as examples of transgenerational trauma.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 88,
"text": "A common way in which emotions are conceptualized in sociology is in terms of the multidimensional characteristics including cultural or emotional labels (for example, anger, pride, fear, happiness), physiological changes (for example, increased perspiration, changes in pulse rate), expressive facial and body movements (for example, smiling, frowning, baring teeth), and appraisals of situational cues. One comprehensive theory of emotional arousal in humans has been developed by Jonathan Turner (2007: 2009). Two of the key eliciting factors for the arousal of emotions within this theory are expectations states and sanctions. When people enter a situation or encounter with certain expectations for how the encounter should unfold, they will experience different emotions depending on the extent to which expectations for Self, other and situation are met or not met. People can also provide positive or negative sanctions directed at Self or other which also trigger different emotional experiences in individuals. Turner analyzed a wide range of emotion theories across different fields of research including sociology, psychology, evolutionary science, and neuroscience. Based on this analysis, he identified four emotions that all researchers consider being founded on human neurology including assertive-anger, aversion-fear, satisfaction-happiness, and disappointment-sadness. These four categories are called primary emotions and there is some agreement amongst researchers that these primary emotions become combined to produce more elaborate and complex emotional experiences. These more elaborate emotions are called first-order elaborations in Turner's theory and they include sentiments such as pride, triumph, and awe. Emotions can also be experienced at different levels of intensity so that feelings of concern are a low-intensity variation of the primary emotion aversion-fear whereas depression is a higher intensity variant.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 89,
"text": "Attempts are frequently made to regulate emotion according to the conventions of the society and the situation based on many (sometimes conflicting) demands and expectations which originate from various entities. The expression of anger is in many cultures discouraged in girls and women to a greater extent than in boys and men (the notion being that an angry man has a valid complaint that needs to be rectified, while an angry women is hysterical or oversensitive, and her anger is somehow invalid), while the expression of sadness or fear is discouraged in boys and men relative to girls and women (attitudes implicit in phrases like \"man up\" or \"don't be a sissy\"). Expectations attached to social roles, such as \"acting as man\" and not as a woman, and the accompanying \"feeling rules\" contribute to the differences in expression of certain emotions. Some cultures encourage or discourage happiness, sadness, or jealousy, and the free expression of the emotion of disgust is considered socially unacceptable in most cultures. Some social institutions are seen as based on certain emotion, such as love in the case of contemporary institution of marriage. In advertising, such as health campaigns and political messages, emotional appeals are commonly found. Recent examples include no-smoking health campaigns and political campaigns emphasizing the fear of terrorism.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 90,
"text": "Sociological attention to emotion has varied over time. Émile Durkheim (1915/1965) wrote about the collective effervescence or emotional energy that was experienced by members of totemic rituals in Australian Aboriginal society. He explained how the heightened state of emotional energy achieved during totemic rituals transported individuals above themselves giving them the sense that they were in the presence of a higher power, a force, that was embedded in the sacred objects that were worshipped. These feelings of exaltation, he argued, ultimately lead people to believe that there were forces that governed sacred objects.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 91,
"text": "In the 1990s, sociologists focused on different aspects of specific emotions and how these emotions were socially relevant. For Cooley (1992), pride and shame were the most important emotions that drive people to take various social actions. During every encounter, he proposed that we monitor ourselves through the \"looking glass\" that the gestures and reactions of others provide. Depending on these reactions, we either experience pride or shame and this results in particular paths of action. Retzinger (1991) conducted studies of married couples who experienced cycles of rage and shame. Drawing predominantly on Goffman and Cooley's work, Scheff (1990) developed a micro sociological theory of the social bond. The formation or disruption of social bonds is dependent on the emotions that people experience during interactions.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 92,
"text": "Subsequent to these developments, Randall Collins (2004) formulated his interaction ritual theory by drawing on Durkheim's work on totemic rituals that was extended by Goffman (1964/2013; 1967) into everyday focused encounters. Based on interaction ritual theory, we experience different levels or intensities of emotional energy during face-to-face interactions. Emotional energy is considered to be a feeling of confidence to take action and a boldness that one experiences when they are charged up from the collective effervescence generated during group gatherings that reach high levels of intensity.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 93,
"text": "There is a growing body of research applying the sociology of emotion to understanding the learning experiences of students during classroom interactions with teachers and other students (for example, Milne & Otieno, 2007; Olitsky, 2007; Tobin, et al., 2013; Zembylas, 2002). These studies show that learning subjects like science can be understood in terms of classroom interaction rituals that generate emotional energy and collective states of emotional arousal like emotional climate.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 94,
"text": "Apart from interaction ritual traditions of the sociology of emotion, other approaches have been classed into one of six other categories:",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 95,
"text": "This list provides a general overview of different traditions in the sociology of emotion that sometimes conceptualize emotion in different ways and at other times in complementary ways. Many of these different approaches were synthesized by Turner (2007) in his sociological theory of human emotions in an attempt to produce one comprehensive sociological account that draws on developments from many of the above traditions.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 96,
"text": "Emotion regulation refers to the cognitive and behavioral strategies people use to influence their own emotional experience. For example, a behavioral strategy in which one avoids a situation to avoid unwanted emotions (trying not to think about the situation, doing distracting activities, etc.). Depending on the particular school's general emphasis on either cognitive components of emotion, physical energy discharging, or on symbolic movement and facial expression components of emotion different schools of psychotherapy approach the regulation of emotion differently. Cognitively oriented schools approach them via their cognitive components, such as rational emotive behavior therapy. Yet others approach emotions via symbolic movement and facial expression components (like in contemporary Gestalt therapy).",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 97,
"text": "Research on emotions reveals the strong presence of cross-cultural differences in emotional reactions and that emotional reactions are likely to be culture-specific. In strategic settings, cross-cultural research on emotions is required for understanding the psychological situation of a given population or specific actors. This implies the need to comprehend the current emotional state, mental disposition or other behavioral motivation of a target audience located in a different culture, basically founded on its national, political, social, economic, and psychological peculiarities but also subject to the influence of circumstances and events.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 98,
"text": "In the 2000s, research in computer science, engineering, psychology and neuroscience has been aimed at developing devices that recognize human affect display and model emotions. In computer science, affective computing is a branch of the study and development of artificial intelligence that deals with the design of systems and devices that can recognize, interpret, and process human emotions. It is an interdisciplinary field spanning computer sciences, psychology, and cognitive science. While the origins of the field may be traced as far back as to early philosophical enquiries into emotion, the more modern branch of computer science originated with Rosalind Picard's 1995 paper on affective computing. Detecting emotional information begins with passive sensors which capture data about the user's physical state or behavior without interpreting the input. The data gathered is analogous to the cues humans use to perceive emotions in others. Another area within affective computing is the design of computational devices proposed to exhibit either innate emotional capabilities or that are capable of convincingly simulating emotions. Emotional speech processing recognizes the user's emotional state by analyzing speech patterns. The detection and processing of facial expression or body gestures is achieved through detectors and sensors.",
"title": "Disciplinary approaches"
},
{
"paragraph_id": 99,
"text": "Emotion affects the way autobiographical memories are encoded and retrieved. Emotional memories are reactivated more, they are remembered better and have more attention devoted to them. Through remembering our past achievements and failures, autobiographical memories affect how we perceive and feel about ourselves.",
"title": "Effects on memory"
},
{
"paragraph_id": 100,
"text": "In the late 19th century, the most influential theorists were William James (1842–1910) and Carl Lange (1834–1900). James was an American psychologist and philosopher who wrote about educational psychology, psychology of religious experience/mysticism, and the philosophy of pragmatism. Lange was a Danish physician and psychologist. Working independently, they developed the James–Lange theory, a hypothesis on the origin and nature of emotions. The theory states that within human beings, as a response to experiences in the world, the autonomic nervous system creates physiological events such as muscular tension, a rise in heart rate, perspiration, and dryness of the mouth. Emotions, then, are feelings which come about as a result of these physiological changes, rather than being their cause.",
"title": "Notable theorists"
},
{
"paragraph_id": 101,
"text": "Silvan Tomkins (1911–1991) developed the affect theory and script theory. The affect theory introduced the concept of basic emotions, and was based on the idea that the dominance of the emotion, which he called the affected system, was the motivating force in human life.",
"title": "Notable theorists"
},
{
"paragraph_id": 102,
"text": "Some of the most influential deceased theorists on emotion from the 20th century include Magda B. Arnold (1903–2002), an American psychologist who developed the appraisal theory of emotions; Richard Lazarus (1922–2002), an American psychologist who specialized in emotion and stress, especially in relation to cognition; Herbert A. Simon (1916–2001), who included emotions into decision making and artificial intelligence; Robert Plutchik (1928–2006), an American psychologist who developed a psychoevolutionary theory of emotion; Robert Zajonc (1923–2008) a Polish–American social psychologist who specialized in social and cognitive processes such as social facilitation; Robert C. Solomon (1942–2007), an American philosopher who contributed to the theories on the philosophy of emotions with books such as What Is An Emotion?: Classic and Contemporary Readings (2003); Peter Goldie (1946–2011), a British philosopher who specialized in ethics, aesthetics, emotion, mood and character; Nico Frijda (1927–2015), a Dutch psychologist who advanced the theory that human emotions serve to promote a tendency to undertake actions that are appropriate in the circumstances, detailed in his book The Emotions (1986); Jaak Panksepp (1943–2017), an Estonian-born American psychologist, psychobiologist, neuroscientist and pioneer in affective neuroscience; John T. Cacioppo (1951–2018), one of the founding fathers of social neuroscience; George Mandler (1924–2016), an American psychologist who wrote influential books on cognition and emotion.",
"title": "Notable theorists"
},
{
"paragraph_id": 103,
"text": "Influential theorists who are still active include the following psychologists, neurologists, philosophers, and sociologists:",
"title": "Notable theorists"
}
]
| Emotions are mental states brought on by neurophysiological changes, variously associated with thoughts, feelings, behavioral responses, and a degree of pleasure or displeasure. There is no scientific consensus on a definition. Emotions are often intertwined with mood, temperament, personality, disposition, or creativity. Research on emotion has increased over the past two decades, with many fields contributing, including psychology, medicine, history, sociology of emotions, and computer science. The numerous attempts to explain the origin, function, and other aspects of emotions have fostered intense research on this topic. Theorizing about the evolutionary origin and possible purpose of emotion dates back to Charles Darwin. Current areas of research include the neuroscience of emotion, using tools like PET and fMRI scans to study the affective picture processes in the brain. From a mechanistic perspective, emotions can be defined as "a positive or negative experience that is associated with a particular pattern of physiological activity." Emotions are complex, involving multiple different components, such as subjective experience, cognitive processes, expressive behavior, psychophysiological changes, and instrumental behavior. At one time, academics attempted to identify the emotion with one of the components: William James with a subjective experience, behaviorists with instrumental behavior, psychophysiologists with physiological changes, and so on. More recently, emotion has been said to consist of all the components. The different components of emotion are categorized somewhat differently depending on the academic discipline. In psychology and philosophy, emotion typically includes a subjective, conscious experience characterized primarily by psychophysiological expressions, biological reactions, and mental states. A similar multi-componential description of emotion is found in sociology. For example, Peggy Thoits described emotions as involving physiological components, cultural or emotional labels, expressive body actions, and the appraisal of situations and contexts. Cognitive processes, like reasoning and decision-making, are often regarded as separate from emotional processes, making a division between "thinking" and "feeling". However, not all theories of emotion regard this separation as valid. Nowadays, most research into emotions in the clinical and well-being context focuses on emotion dynamics in daily life, predominantly the intensity of specific emotions and their variability, instability, inertia, and differentiation, as well as whether and how emotions augment or blunt each other over time and differences in these dynamics between people and along the lifespan. | 2002-01-12T14:54:40Z | 2023-12-29T04:27:54Z | [
"Template:Cite news",
"Template:Cbignore",
"Template:Authority control",
"Template:Hatgrp",
"Template:Better source needed",
"Template:Pp",
"Template:Main",
"Template:See also",
"Template:Page?",
"Template:Refbegin",
"Template:Cite SEP",
"Template:Emotion",
"Template:Multiple image",
"Template:Cite book",
"Template:Refend",
"Template:Cite IEP",
"Template:Emotion navbox",
"Template:TOC limit",
"Template:Who",
"Template:ISBN?",
"Template:Cite conference",
"Template:Cite magazine",
"Template:Library resources box",
"Template:Blockquote",
"Template:Div col",
"Template:Webarchive",
"Template:Cite web",
"Template:Cite journal",
"Template:ISBN",
"Template:Div col end",
"Template:Reflist",
"Template:Citation",
"Template:Sister project links",
"Template:Psychology",
"Template:Use dmy dates",
"Template:Page needed",
"Template:Use American English",
"Template:Short description"
]
| https://en.wikipedia.org/wiki/Emotion |
10,407 | Epictetus | Epictetus (/ˌɛpɪkˈtiːtəs/, EH-pick-TEE-təss; Greek: Ἐπίκτητος, Epíktētos; c. 50 – c. 135 AD) was a Greek Stoic philosopher. He was born into slavery at Hierapolis, Phrygia (present-day Pamukkale, in western Turkey) and lived in Rome until his banishment, when he went to Nicopolis in northwestern Greece, where he spent the rest of his life. His teachings were written down and published by his pupil Arrian in his Discourses and Enchiridion.
Epictetus taught that philosophy is a way of life and not simply a theoretical discipline. To Epictetus, all external events are beyond our control; he argues that we should accept whatever happens calmly and dispassionately. However, individuals are responsible for their own actions, which they can examine and control through rigorous self-discipline.
Epictetus was born around AD 50, presumably at Hierapolis, Phrygia. The name his parents gave him is unknown. The word epíktētos (ἐπίκτητος) in Greek simply means "gained" or "acquired"; the Greek philosopher Plato, in his Laws, used the term to mean property that is "added to one's hereditary property." He spent his youth in Rome as a slave to Epaphroditus, a wealthy freedman and secretary to Nero. His social position was thus complicated, combining the low status of a slave with the high status of one with a personal connection to Imperial power.
Early in life, Epictetus acquired a passion for philosophy and, with the permission of his wealthy master, he studied Stoic philosophy under Musonius Rufus. Becoming more educated in this way raised his social status. At some point, he became disabled. Celsus, quoted by Origen, wrote that this was because his leg had been deliberately broken by his master. Simplicius, in contrast, wrote that Epictetus had been disabled from childhood.
Epictetus obtained his freedom sometime after the death of Nero in AD 68, and he began to teach philosophy in Rome. Around AD 93, when the Roman emperor Domitian banished all philosophers from the city, Epictetus moved to Nicopolis in Epirus, Greece, where he founded a school of philosophy.
His most famous pupil, Arrian, studied under him as a young man (around AD 108) and claimed to have written his famous Discourses based on the notes he took on Epictetus's lectures. Arrian argued that his Discourses should be considered comparable to the Socratic literature. Arrian described Epictetus as a powerful speaker who could "induce his listener to feel just what Epictetus wanted him to feel." Many eminent figures sought conversations with him. Emperor Hadrian was friendly with him and may have heard him speak at his school in Nicopolis.
Epictetus lived a life of great simplicity, with few possessions. He lived alone for a long time, but in his old age, he adopted a friend's child who otherwise would have been left to die, and raised him with the aid of a woman. It is unclear whether Epictetus and she were married. He died sometime around AD 135. After his death, according to Lucian, his oil lamp was purchased by an admirer for 3,000 drachmae.
No writings by Epictetus are known. His discourses were transcribed and compiled by his pupil Arrian (c. 86/89 – c. after 146/160 AD). The main work is The Discourses, four books of which have been preserved (out of the original eight). Arrian also compiled a popular digest, entitled the Enchiridion, or Handbook. In a preface to the Discourses that is addressed to Lucius Gellius, Arrian states that "whatever I heard him say I used to write down, word for word, as best I could, endeavouring to preserve it as a memorial, for my own future use, of his way of thinking and the frankness of his speech." In the sixth century, the Neoplatonist philosopher Simplicius wrote an extant commentary on the Enchiridion.
Epictetus maintains that the foundation of all philosophy is self-knowledge; that is, the conviction of our ignorance and gullibility ought to be the first subject of our study. Logic provides valid reasoning and certainty in judgment, but it is subordinate to practical needs. The first and most necessary part of philosophy concerns the application of doctrine, for example, that people should not lie. The second concerns reasons, e.g., why people should not lie. While the third, lastly, examines and establishes the reasons. This is the logical part, which finds reasons, shows what is a reason, and that a given reason is a correct one. This last part is necessary, but only on account of the second, which again is rendered necessary by the first.
Both the Discourses and the Enchiridion begin by distinguishing between those things in our power (prohairetic things) and those things not in our power (aprohairetic things).
That alone is in our power, which is our own work; and in this class are our opinions, impulses, desires, and aversions. On the contrary, what is not in our power, are our bodies, possessions, glory, and power. Any delusion on this point leads to the greatest errors, misfortunes, and troubles, and to the slavery of the soul.
We have no power over external things, and the good that ought to be the object of our earnest pursuit, is to be found only within ourselves.
The determination between what is good and what is not good is made by the capacity for choice (prohairesis). Prohairesis allows us to act, and gives us the kind of freedom that only rational animals have. It is determined by our reason, which of all our faculties, sees and tests itself and everything else. It is the correct use of the impressions (phantasia) that bombard the mind that is in our power:
Practice then from the start to say to every harsh impression, "You are an impression, and not at all the thing you appear to be." Then examine it and test it by these rules you have, and firstly, and chiefly, by this: whether the impression has to do with the things that are up to us, or those that are not; and if it has to do with the things that are not up to us, be ready to reply, "It is nothing to me."
We will not be troubled at any loss, but will say to ourselves on such an occasion: "I have lost nothing that belongs to me; it was not something of mine that was torn from me, but something that was not in my power has left me." Nothing beyond the use of our opinion is properly ours. Every possession rests on opinion. What is to cry and to weep? An opinion. What is misfortune, or a quarrel, or a complaint? All these things are opinions; opinions founded on the delusion that what is not subject to our own choice can be either good or evil, which it cannot. By rejecting these opinions, and seeking good and evil in the power of choice alone, we may confidently achieve peace of mind in every condition of life.
Reason alone is good, the irrational is evil, and the irrational is intolerable to the rational. The good person should labour chiefly on their own reason; to perfect this is in our power. To repel evil opinions by the good is the noble contest in which humans should engage; it is not an easy task, but it promises true freedom, peace of mind (ataraxia), and a divine command over the emotions (apatheia). We should especially be on our guard against the opinion of pleasure because of its apparent sweetness and charms. The first object of philosophy, therefore, is to purify the mind.
Epictetus teaches that the preconceptions (prolepsis) of good and evil are common to all. Good alone is profitable and to be desired, and evil is hurtful and to be avoided. Different opinions arise only from the application of these preconceptions to particular cases, and it is then that the darkness of ignorance, which blindly maintains the correctness of its own opinion, must be dispelled. People entertain different and conflicting opinions of good, and in their judgment of a particular good, people frequently contradict themselves. Philosophy should provide a standard for good and evil. This process is greatly facilitated because the mind and the works of the mind are alone in our power, whereas all external things that aid life are beyond our control.
The essence of divinity is goodness; we have all good that could be given to us. The deities too gave us the soul and reason, which is not measured by breadth or depth, but by knowledge and sentiments, and by which we attain to greatness, and may equal even with the deities. We should, therefore, cultivate the mind with special care. If we wish for nothing, but what God wills, we shall be truly free, and all will come to pass with us according to our desire; and we shall be as little subject to restraint as Zeus himself.
Every individual is connected with the rest of the world, and the universe is fashioned for universal harmony. Wise people, therefore, will pursue, not merely their own will, but also will be subject to the rightful order of the world. We should conduct ourselves through life fulfilling all our duties as children, siblings, parents, and citizens.
For our country or friends we ought to be ready to undergo or perform the greatest difficulties. The good person, if able to foresee the future, would peacefully and contentedly help to bring about their own sickness, maiming, and even death, knowing that this is the correct order of the universe. We have all a certain part to play in the world, and we have done enough when we have performed what our nature allows. In the exercise of our powers, we may become aware of the destiny we are intended to fulfil.
We are like travellers at an inn or guests at a stranger's table; whatever is offered we take with thankfulness, and sometimes, when the turn comes, we may refuse; in the former case we are a worthy guest of the deities, and in the latter we appear as a sharer in their power. Anyone who finds life intolerable is free to quit it, but we should not abandon our appointed role without sufficient reason. The Stoic sage will never find life intolerable and will complain of no one, neither deity nor human. Those who go wrong we should pardon and treat with compassion, since it is from ignorance that they err, being as it were, blind.
It is only our opinions and principles that can render us unhappy, and it is only the ignorant person who finds fault with another. Every desire degrades us, and renders us slaves of what we desire. We ought not to forget the transitory character of all external advantages, even in the midst of our enjoyment of them; but always to bear in mind that they are not our own, and that therefore, they do not properly belong to us. Thus prepared, we shall never be carried away by opinions.
The final entry of the Enchiridion, or Handbook, begins: "Upon all occasions we ought to have these maxims ready at hand":
Conduct me, Zeus, and thou, Destiny, Wherever thy decree has fixed my lot. I follow willingly; and, did I not, Wicked and wretched would I follow still. (Diogenes Laërtius quoting Cleanthes; quoted also by Seneca, Epistle 107.)"
Whoe'er yields properly to Fate is deemed Wise among men, and knows the laws of Heaven. (From Euripides' Fragments, 965)
Crito, if it thus pleases the gods, thus let it be. (From Plato's Crito)
Anytus and Meletus may indeed kill me, but they cannot harm me. (From Plato's Apology)
Epictetus appears in a 2nd or 3rd century Dialogue between the Emperor Hadrian and Epictetus the Philosopher. This short Latin text consists of seventy-three short questions supposedly posed by Hadrian and answered by Epictetus. This dialogue was very popular in the Middle Ages with many translations and adaptations.
The philosophy of Epictetus influenced the Roman emperor Marcus Aurelius (AD 121 to AD 180), who cites Epictetus in his Meditations.
Voltaire, Montesquieu, Denis Diderot and Baron d'Holbach all read the Enchiridion when they were students.
The philosophy of Epictetus plays a key role in the 1998 novel A Man in Full by Tom Wolfe. This was in part the outcome of discussions Wolfe had with James Stockdale (see below). The character Conrad, who through a series of mishaps finds himself in jail and accidentally acquires a copy of the Enchiridion of Epictetus, the Stoic's manual, discovers a philosophy that strengthens him to endure the brutality of the prison environment. He experiences Joseph Campbell's 'hero's journey' call to action and becomes a strong, honorable, undefeatable protagonist. The importance of Epictetus' Stoicism for Stockdale, its role in A Man in Full, and its significance in Ridley Scott's film Gladiator are discussed by William O. Stephens in The Rebirth of Stoicism?.
Mohun Biswas, in the novel A House for Mr Biswas (1961), by V.S. Naipaul, is pleased to think himself a follower of Epictetus and Marcus Aurelius; the irony is that he never actually behaves as a Stoic.
"Everything has two handles, the one by which it may be carried, the other by which it cannot" is the theme of Disturbances in the Field (1983), by Lynne Sharon Schwartz. Lydia, the central character, turns often to The Golden Sayings of Epictetus – the latter being a modern selection from Epictetus's writings, compiled and translated by Hastings Crossley.
A line from the Enchiridion is used as a title quotation in The Life and Opinions of Tristram Shandy, Gentleman by Laurence Sterne, which translates to, "Not things, but opinions about things, trouble men."
Epictetus is mentioned in A Portrait of the Artist as a Young Man by James Joyce: in the fifth chapter of the novel the protagonist Stephen Dedalus discusses Epictetus's famous lamp with a dean of his college. Epictetus also is mentioned briefly in Franny and Zooey by J. D. Salinger, and is referred to by Theodore Dreiser in his novel Sister Carrie. Both the longevity of Epictetus's life and his philosophy are alluded to in John Berryman's poem, "Of Suicide."
Epictetus is referred to, but not mentioned by name, in Matthew Arnold's sonnet "To a Friend". Arnold provides three historical personalities as his inspiration and support in difficult times (Epictetus is preceded by Homer and succeeded by Sophocles):
Much he, whose friendship I not long since won,
That halting slave, who in Nicopolis Taught Arrian, when Vespasian's brutal son
Cleared Rome of what most shamed him.
In the Chapter XXX of François Rabelais' Pantagruel (c. 1532), Pantagruel's tutor Epistemon had his head cut off after a battle. After he had his head reattached and was brought back to life, he recounts his experience of the damned in hell:
Their estate and condition of living is but only changed after a very strange manner;
...After this manner, those that had been great lords and ladies here, got but a poor scurvy wretched living there below. And, on the contrary, the philosophers and others, who in this world had been altogether indigent and wanting, were great lords there in their turn.
...I saw Epictetus there, most gallantly apparelled after the French fashion, sitting under a pleasant arbour, with store of handsome gentlewomen, frolicking, drinking, dancing, and making good cheer, with abundance of crowns of the sun. Above the lattice were written these verses for his device:
To leap and dance, to sport and play, And drink good wine both white and brown, Or nothing else do all the day But tell bags full of many a crown.
When he saw me, he invited me to drink with him very courteously, and I was willing to be entreated, tippled and chopined together most theologically. In the meantime came Cyrus to beg one farthing of him for the honour of Mercury, therewith to buy a few onions for his supper. No, no, said Epictetus, I do not use in my almsgiving to bestow farthings. Hold, thou varlet, there's a crown for thee; be an honest man."
James Stockdale, a fighter pilot who was shot down while serving in the Vietnam War, was influenced by Epictetus. He was introduced to his works while at Stanford University. In Courage under Fire: Testing Epictetus's Doctrines in a Laboratory of Human Behavior (1993), Stockdale credits Epictetus with helping him endure his seven and a half years in captivity, which included torture and four years in solitary confinement. When he was shot down, he reportedly said to himself "I'm leaving the world of technology and entering the world of Epictetus!" as he bailed out.
Quoting Epictetus, Stockdale concludes the book with:
The emotions of grief, pity, and even affection are well-known disturbers of the soul. Grief is the most offensive; Epictetus considered the suffering of grief an act of evil. It is a willful act, going against the will of God to have all men share happiness.
Psychologist Albert Ellis, the founder of Rational Emotive Behavior Therapy, credited Epictetus with providing a foundation for his system of psychotherapy.
Kiyozawa Manshi, a controversial reformer within the Higashi Honganji branch of Jodo Shinshu Buddhism, cited Epictetus as one of the three major influences on his spiritual development and thought. | [
{
"paragraph_id": 0,
"text": "Epictetus (/ˌɛpɪkˈtiːtəs/, EH-pick-TEE-təss; Greek: Ἐπίκτητος, Epíktētos; c. 50 – c. 135 AD) was a Greek Stoic philosopher. He was born into slavery at Hierapolis, Phrygia (present-day Pamukkale, in western Turkey) and lived in Rome until his banishment, when he went to Nicopolis in northwestern Greece, where he spent the rest of his life. His teachings were written down and published by his pupil Arrian in his Discourses and Enchiridion.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Epictetus taught that philosophy is a way of life and not simply a theoretical discipline. To Epictetus, all external events are beyond our control; he argues that we should accept whatever happens calmly and dispassionately. However, individuals are responsible for their own actions, which they can examine and control through rigorous self-discipline.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Epictetus was born around AD 50, presumably at Hierapolis, Phrygia. The name his parents gave him is unknown. The word epíktētos (ἐπίκτητος) in Greek simply means \"gained\" or \"acquired\"; the Greek philosopher Plato, in his Laws, used the term to mean property that is \"added to one's hereditary property.\" He spent his youth in Rome as a slave to Epaphroditus, a wealthy freedman and secretary to Nero. His social position was thus complicated, combining the low status of a slave with the high status of one with a personal connection to Imperial power.",
"title": "Life"
},
{
"paragraph_id": 3,
"text": "Early in life, Epictetus acquired a passion for philosophy and, with the permission of his wealthy master, he studied Stoic philosophy under Musonius Rufus. Becoming more educated in this way raised his social status. At some point, he became disabled. Celsus, quoted by Origen, wrote that this was because his leg had been deliberately broken by his master. Simplicius, in contrast, wrote that Epictetus had been disabled from childhood.",
"title": "Life"
},
{
"paragraph_id": 4,
"text": "Epictetus obtained his freedom sometime after the death of Nero in AD 68, and he began to teach philosophy in Rome. Around AD 93, when the Roman emperor Domitian banished all philosophers from the city, Epictetus moved to Nicopolis in Epirus, Greece, where he founded a school of philosophy.",
"title": "Life"
},
{
"paragraph_id": 5,
"text": "His most famous pupil, Arrian, studied under him as a young man (around AD 108) and claimed to have written his famous Discourses based on the notes he took on Epictetus's lectures. Arrian argued that his Discourses should be considered comparable to the Socratic literature. Arrian described Epictetus as a powerful speaker who could \"induce his listener to feel just what Epictetus wanted him to feel.\" Many eminent figures sought conversations with him. Emperor Hadrian was friendly with him and may have heard him speak at his school in Nicopolis.",
"title": "Life"
},
{
"paragraph_id": 6,
"text": "Epictetus lived a life of great simplicity, with few possessions. He lived alone for a long time, but in his old age, he adopted a friend's child who otherwise would have been left to die, and raised him with the aid of a woman. It is unclear whether Epictetus and she were married. He died sometime around AD 135. After his death, according to Lucian, his oil lamp was purchased by an admirer for 3,000 drachmae.",
"title": "Life"
},
{
"paragraph_id": 7,
"text": "No writings by Epictetus are known. His discourses were transcribed and compiled by his pupil Arrian (c. 86/89 – c. after 146/160 AD). The main work is The Discourses, four books of which have been preserved (out of the original eight). Arrian also compiled a popular digest, entitled the Enchiridion, or Handbook. In a preface to the Discourses that is addressed to Lucius Gellius, Arrian states that \"whatever I heard him say I used to write down, word for word, as best I could, endeavouring to preserve it as a memorial, for my own future use, of his way of thinking and the frankness of his speech.\" In the sixth century, the Neoplatonist philosopher Simplicius wrote an extant commentary on the Enchiridion.",
"title": "Thought"
},
{
"paragraph_id": 8,
"text": "Epictetus maintains that the foundation of all philosophy is self-knowledge; that is, the conviction of our ignorance and gullibility ought to be the first subject of our study. Logic provides valid reasoning and certainty in judgment, but it is subordinate to practical needs. The first and most necessary part of philosophy concerns the application of doctrine, for example, that people should not lie. The second concerns reasons, e.g., why people should not lie. While the third, lastly, examines and establishes the reasons. This is the logical part, which finds reasons, shows what is a reason, and that a given reason is a correct one. This last part is necessary, but only on account of the second, which again is rendered necessary by the first.",
"title": "Thought"
},
{
"paragraph_id": 9,
"text": "Both the Discourses and the Enchiridion begin by distinguishing between those things in our power (prohairetic things) and those things not in our power (aprohairetic things).",
"title": "Thought"
},
{
"paragraph_id": 10,
"text": "That alone is in our power, which is our own work; and in this class are our opinions, impulses, desires, and aversions. On the contrary, what is not in our power, are our bodies, possessions, glory, and power. Any delusion on this point leads to the greatest errors, misfortunes, and troubles, and to the slavery of the soul.",
"title": "Thought"
},
{
"paragraph_id": 11,
"text": "We have no power over external things, and the good that ought to be the object of our earnest pursuit, is to be found only within ourselves.",
"title": "Thought"
},
{
"paragraph_id": 12,
"text": "The determination between what is good and what is not good is made by the capacity for choice (prohairesis). Prohairesis allows us to act, and gives us the kind of freedom that only rational animals have. It is determined by our reason, which of all our faculties, sees and tests itself and everything else. It is the correct use of the impressions (phantasia) that bombard the mind that is in our power:",
"title": "Thought"
},
{
"paragraph_id": 13,
"text": "Practice then from the start to say to every harsh impression, \"You are an impression, and not at all the thing you appear to be.\" Then examine it and test it by these rules you have, and firstly, and chiefly, by this: whether the impression has to do with the things that are up to us, or those that are not; and if it has to do with the things that are not up to us, be ready to reply, \"It is nothing to me.\"",
"title": "Thought"
},
{
"paragraph_id": 14,
"text": "We will not be troubled at any loss, but will say to ourselves on such an occasion: \"I have lost nothing that belongs to me; it was not something of mine that was torn from me, but something that was not in my power has left me.\" Nothing beyond the use of our opinion is properly ours. Every possession rests on opinion. What is to cry and to weep? An opinion. What is misfortune, or a quarrel, or a complaint? All these things are opinions; opinions founded on the delusion that what is not subject to our own choice can be either good or evil, which it cannot. By rejecting these opinions, and seeking good and evil in the power of choice alone, we may confidently achieve peace of mind in every condition of life.",
"title": "Thought"
},
{
"paragraph_id": 15,
"text": "Reason alone is good, the irrational is evil, and the irrational is intolerable to the rational. The good person should labour chiefly on their own reason; to perfect this is in our power. To repel evil opinions by the good is the noble contest in which humans should engage; it is not an easy task, but it promises true freedom, peace of mind (ataraxia), and a divine command over the emotions (apatheia). We should especially be on our guard against the opinion of pleasure because of its apparent sweetness and charms. The first object of philosophy, therefore, is to purify the mind.",
"title": "Thought"
},
{
"paragraph_id": 16,
"text": "Epictetus teaches that the preconceptions (prolepsis) of good and evil are common to all. Good alone is profitable and to be desired, and evil is hurtful and to be avoided. Different opinions arise only from the application of these preconceptions to particular cases, and it is then that the darkness of ignorance, which blindly maintains the correctness of its own opinion, must be dispelled. People entertain different and conflicting opinions of good, and in their judgment of a particular good, people frequently contradict themselves. Philosophy should provide a standard for good and evil. This process is greatly facilitated because the mind and the works of the mind are alone in our power, whereas all external things that aid life are beyond our control.",
"title": "Thought"
},
{
"paragraph_id": 17,
"text": "The essence of divinity is goodness; we have all good that could be given to us. The deities too gave us the soul and reason, which is not measured by breadth or depth, but by knowledge and sentiments, and by which we attain to greatness, and may equal even with the deities. We should, therefore, cultivate the mind with special care. If we wish for nothing, but what God wills, we shall be truly free, and all will come to pass with us according to our desire; and we shall be as little subject to restraint as Zeus himself.",
"title": "Thought"
},
{
"paragraph_id": 18,
"text": "Every individual is connected with the rest of the world, and the universe is fashioned for universal harmony. Wise people, therefore, will pursue, not merely their own will, but also will be subject to the rightful order of the world. We should conduct ourselves through life fulfilling all our duties as children, siblings, parents, and citizens.",
"title": "Thought"
},
{
"paragraph_id": 19,
"text": "For our country or friends we ought to be ready to undergo or perform the greatest difficulties. The good person, if able to foresee the future, would peacefully and contentedly help to bring about their own sickness, maiming, and even death, knowing that this is the correct order of the universe. We have all a certain part to play in the world, and we have done enough when we have performed what our nature allows. In the exercise of our powers, we may become aware of the destiny we are intended to fulfil.",
"title": "Thought"
},
{
"paragraph_id": 20,
"text": "We are like travellers at an inn or guests at a stranger's table; whatever is offered we take with thankfulness, and sometimes, when the turn comes, we may refuse; in the former case we are a worthy guest of the deities, and in the latter we appear as a sharer in their power. Anyone who finds life intolerable is free to quit it, but we should not abandon our appointed role without sufficient reason. The Stoic sage will never find life intolerable and will complain of no one, neither deity nor human. Those who go wrong we should pardon and treat with compassion, since it is from ignorance that they err, being as it were, blind.",
"title": "Thought"
},
{
"paragraph_id": 21,
"text": "It is only our opinions and principles that can render us unhappy, and it is only the ignorant person who finds fault with another. Every desire degrades us, and renders us slaves of what we desire. We ought not to forget the transitory character of all external advantages, even in the midst of our enjoyment of them; but always to bear in mind that they are not our own, and that therefore, they do not properly belong to us. Thus prepared, we shall never be carried away by opinions.",
"title": "Thought"
},
{
"paragraph_id": 22,
"text": "The final entry of the Enchiridion, or Handbook, begins: \"Upon all occasions we ought to have these maxims ready at hand\":",
"title": "Thought"
},
{
"paragraph_id": 23,
"text": "Conduct me, Zeus, and thou, Destiny, Wherever thy decree has fixed my lot. I follow willingly; and, did I not, Wicked and wretched would I follow still. (Diogenes Laërtius quoting Cleanthes; quoted also by Seneca, Epistle 107.)\"",
"title": "Thought"
},
{
"paragraph_id": 24,
"text": "Whoe'er yields properly to Fate is deemed Wise among men, and knows the laws of Heaven. (From Euripides' Fragments, 965)",
"title": "Thought"
},
{
"paragraph_id": 25,
"text": "Crito, if it thus pleases the gods, thus let it be. (From Plato's Crito)",
"title": "Thought"
},
{
"paragraph_id": 26,
"text": "Anytus and Meletus may indeed kill me, but they cannot harm me. (From Plato's Apology)",
"title": "Thought"
},
{
"paragraph_id": 27,
"text": "Epictetus appears in a 2nd or 3rd century Dialogue between the Emperor Hadrian and Epictetus the Philosopher. This short Latin text consists of seventy-three short questions supposedly posed by Hadrian and answered by Epictetus. This dialogue was very popular in the Middle Ages with many translations and adaptations.",
"title": "Influence"
},
{
"paragraph_id": 28,
"text": "The philosophy of Epictetus influenced the Roman emperor Marcus Aurelius (AD 121 to AD 180), who cites Epictetus in his Meditations.",
"title": "Influence"
},
{
"paragraph_id": 29,
"text": "Voltaire, Montesquieu, Denis Diderot and Baron d'Holbach all read the Enchiridion when they were students.",
"title": "Influence"
},
{
"paragraph_id": 30,
"text": "The philosophy of Epictetus plays a key role in the 1998 novel A Man in Full by Tom Wolfe. This was in part the outcome of discussions Wolfe had with James Stockdale (see below). The character Conrad, who through a series of mishaps finds himself in jail and accidentally acquires a copy of the Enchiridion of Epictetus, the Stoic's manual, discovers a philosophy that strengthens him to endure the brutality of the prison environment. He experiences Joseph Campbell's 'hero's journey' call to action and becomes a strong, honorable, undefeatable protagonist. The importance of Epictetus' Stoicism for Stockdale, its role in A Man in Full, and its significance in Ridley Scott's film Gladiator are discussed by William O. Stephens in The Rebirth of Stoicism?.",
"title": "Influence"
},
{
"paragraph_id": 31,
"text": "Mohun Biswas, in the novel A House for Mr Biswas (1961), by V.S. Naipaul, is pleased to think himself a follower of Epictetus and Marcus Aurelius; the irony is that he never actually behaves as a Stoic.",
"title": "Influence"
},
{
"paragraph_id": 32,
"text": "\"Everything has two handles, the one by which it may be carried, the other by which it cannot\" is the theme of Disturbances in the Field (1983), by Lynne Sharon Schwartz. Lydia, the central character, turns often to The Golden Sayings of Epictetus – the latter being a modern selection from Epictetus's writings, compiled and translated by Hastings Crossley.",
"title": "Influence"
},
{
"paragraph_id": 33,
"text": "A line from the Enchiridion is used as a title quotation in The Life and Opinions of Tristram Shandy, Gentleman by Laurence Sterne, which translates to, \"Not things, but opinions about things, trouble men.\"",
"title": "Influence"
},
{
"paragraph_id": 34,
"text": "Epictetus is mentioned in A Portrait of the Artist as a Young Man by James Joyce: in the fifth chapter of the novel the protagonist Stephen Dedalus discusses Epictetus's famous lamp with a dean of his college. Epictetus also is mentioned briefly in Franny and Zooey by J. D. Salinger, and is referred to by Theodore Dreiser in his novel Sister Carrie. Both the longevity of Epictetus's life and his philosophy are alluded to in John Berryman's poem, \"Of Suicide.\"",
"title": "Influence"
},
{
"paragraph_id": 35,
"text": "Epictetus is referred to, but not mentioned by name, in Matthew Arnold's sonnet \"To a Friend\". Arnold provides three historical personalities as his inspiration and support in difficult times (Epictetus is preceded by Homer and succeeded by Sophocles):",
"title": "Influence"
},
{
"paragraph_id": 36,
"text": "Much he, whose friendship I not long since won,",
"title": "Influence"
},
{
"paragraph_id": 37,
"text": "That halting slave, who in Nicopolis Taught Arrian, when Vespasian's brutal son",
"title": "Influence"
},
{
"paragraph_id": 38,
"text": "Cleared Rome of what most shamed him.",
"title": "Influence"
},
{
"paragraph_id": 39,
"text": "In the Chapter XXX of François Rabelais' Pantagruel (c. 1532), Pantagruel's tutor Epistemon had his head cut off after a battle. After he had his head reattached and was brought back to life, he recounts his experience of the damned in hell:",
"title": "Influence"
},
{
"paragraph_id": 40,
"text": "Their estate and condition of living is but only changed after a very strange manner;",
"title": "Influence"
},
{
"paragraph_id": 41,
"text": "...After this manner, those that had been great lords and ladies here, got but a poor scurvy wretched living there below. And, on the contrary, the philosophers and others, who in this world had been altogether indigent and wanting, were great lords there in their turn.",
"title": "Influence"
},
{
"paragraph_id": 42,
"text": "...I saw Epictetus there, most gallantly apparelled after the French fashion, sitting under a pleasant arbour, with store of handsome gentlewomen, frolicking, drinking, dancing, and making good cheer, with abundance of crowns of the sun. Above the lattice were written these verses for his device:",
"title": "Influence"
},
{
"paragraph_id": 43,
"text": "To leap and dance, to sport and play, And drink good wine both white and brown, Or nothing else do all the day But tell bags full of many a crown.",
"title": "Influence"
},
{
"paragraph_id": 44,
"text": "When he saw me, he invited me to drink with him very courteously, and I was willing to be entreated, tippled and chopined together most theologically. In the meantime came Cyrus to beg one farthing of him for the honour of Mercury, therewith to buy a few onions for his supper. No, no, said Epictetus, I do not use in my almsgiving to bestow farthings. Hold, thou varlet, there's a crown for thee; be an honest man.\"",
"title": "Influence"
},
{
"paragraph_id": 45,
"text": "James Stockdale, a fighter pilot who was shot down while serving in the Vietnam War, was influenced by Epictetus. He was introduced to his works while at Stanford University. In Courage under Fire: Testing Epictetus's Doctrines in a Laboratory of Human Behavior (1993), Stockdale credits Epictetus with helping him endure his seven and a half years in captivity, which included torture and four years in solitary confinement. When he was shot down, he reportedly said to himself \"I'm leaving the world of technology and entering the world of Epictetus!\" as he bailed out.",
"title": "Influence"
},
{
"paragraph_id": 46,
"text": "Quoting Epictetus, Stockdale concludes the book with:",
"title": "Influence"
},
{
"paragraph_id": 47,
"text": "The emotions of grief, pity, and even affection are well-known disturbers of the soul. Grief is the most offensive; Epictetus considered the suffering of grief an act of evil. It is a willful act, going against the will of God to have all men share happiness.",
"title": "Influence"
},
{
"paragraph_id": 48,
"text": "Psychologist Albert Ellis, the founder of Rational Emotive Behavior Therapy, credited Epictetus with providing a foundation for his system of psychotherapy.",
"title": "Influence"
},
{
"paragraph_id": 49,
"text": "Kiyozawa Manshi, a controversial reformer within the Higashi Honganji branch of Jodo Shinshu Buddhism, cited Epictetus as one of the three major influences on his spiritual development and thought.",
"title": "Influence"
}
]
| Epictetus was a Greek Stoic philosopher. He was born into slavery at Hierapolis, Phrygia and lived in Rome until his banishment, when he went to Nicopolis in northwestern Greece, where he spent the rest of his life. His teachings were written down and published by his pupil Arrian in his Discourses and Enchiridion. Epictetus taught that philosophy is a way of life and not simply a theoretical discipline. To Epictetus, all external events are beyond our control; he argues that we should accept whatever happens calmly and dispassionately. However, individuals are responsible for their own actions, which they can examine and control through rigorous self-discipline. | 2002-01-12T15:50:36Z | 2023-10-16T23:12:31Z | [
"Template:Lang-grc-gre",
"Template:Webarchive",
"Template:Infobox philosopher",
"Template:Respell",
"Template:ISBN?",
"Template:StandardEbooks",
"Template:Cite IEP",
"Template:Portal bar",
"Template:Circa",
"Template:Main",
"Template:Authority control",
"Template:Gutenberg author",
"Template:Distinguish",
"Template:IPAc-en",
"Template:Ndash",
"Template:Quote",
"Template:Cite book",
"Template:Cite news",
"Template:Cite journal",
"Template:Wikisourcelang",
"Template:Librivox author",
"Template:Greek schools of philosophy",
"Template:About",
"Template:Cite SEP",
"Template:Cite web",
"Template:Library resources box",
"Template:Stoicism",
"Template:Blockquote",
"Template:Reflist",
"Template:ISBN",
"Template:Internet Archive author",
"Template:Short description",
"Template:Lead too short",
"Template:Cite magazine",
"Template:Sisterlinks"
]
| https://en.wikipedia.org/wiki/Epictetus |
10,408 | Edward Lear | Edward Lear (12 May 1812 – 29 January 1888) was an English artist, illustrator, musician, author and poet, who is known mostly for his literary nonsense in poetry and prose and especially his limericks, a form he popularised.
His principal areas of work as an artist were threefold: as a draughtsman employed to make illustrations of birds and animals; making coloured drawings during his journeys, which he reworked later, sometimes as plates for his travel books; and as a (minor) illustrator of Alfred, Lord Tennyson's poems.
As an author, he is known principally for his popular nonsense collections of poems, songs, short stories, botanical drawings, recipes and alphabets. He also composed and published twelve musical settings of Tennyson's poetry.
Lear was born into a middle-class family at Holloway, North London, the penultimate of 21 children (and youngest to survive) of Ann Clark Skerrett and Jeremiah Lear, a stockbroker formerly working for the family sugar refining business. He was raised by his eldest sister, also named Ann, 21 years his senior. Jeremiah Lear ended up defaulting to the London Stock Exchange in the economic upheaval following the Napoleonic Wars; owing to the family's now more limited finances, Lear and his sister were required to leave the family home, Bowmans Lodge, and live together when he was aged four. Ann doted on Edward and continued to act as a mother for him until her death, when he was almost 50 years of age.
Lear had lifelong health problems. From the age of six he had frequent grand mal epileptic seizures, bronchitis, asthma and, during later life, partial blindness. Lear experienced his first seizure at a fair near Highgate with his father. The event scared and embarrassed him. Lear felt lifelong guilt and shame for his epileptic condition. His adult diaries indicate that he always sensed the onset of a seizure in time to remove himself from public view. When Lear was about seven years old he began to show signs of depression, possibly due to the instability of his childhood. He had periods of severe melancholia which he referred to as "the Morbids".
Lear was already drawing "for bread and cheese" by the time he was aged 16 and soon developed into a serious "ornithological draughtsman" employed by the Zoological Society and from 1832 to 1836 by the Earl of Derby, who kept a private menagerie at his estate, Knowsley Hall. He was the first major bird artist to draw birds from real live birds, instead of skins. Lear's first publication, published when he was 19 years old, was Illustrations of the Family of Psittacidae, or Parrots in 1830. One of the greatest ornithological artists of his era, he taught Elizabeth Gould whilst also contributing to John Gould's works and was compared by some to the naturalist John James Audubon. After his eyesight deteriorated too much to work with such precision on the fine drawings and etchings of plates used in lithography, he turned to landscape painting and travel.
Among other travels, he visited Greece and Egypt during 1848–49, and toured India during 1873–75, including a brief detour to Ceylon. While travelling he produced large quantities of coloured wash drawings in a distinctive style, which he converted later in his studio into oil and watercolour paintings, as well as prints for his books. His landscape style often shows views with strong sunlight, with intense contrasts of colour.
Between 1878 and 1883, Lear spent his summers on Monte Generoso, a mountain on the border between the Swiss canton of Ticino and the Italian region of Lombardy. His oil painting The Plains of Lombardy from Monte Generoso is in the Ashmolean Museum in Oxford.
Throughout his life, he continued to paint seriously. He had a lifelong ambition to illustrate Tennyson's poems; near the end of his life, a volume with a small number of illustrations was published.
In 1842, Lear began a journey into the Italian peninsula, travelling through the Lazio, Rome, Abruzzo, Molise, Apulia, Basilicata, Calabria and Sicily. In personal notes, together with drawings, Lear gathered his impressions on the Italian way of life, folk traditions, and the beauty of the ancient monuments. Of particular interest to Lear was the Abruzzo, which he visited in 1843, through the Marsica (Celano, Avezzano, Alba Fucens, Trasacco) and the plateau of Cinque Miglia (Castel di Sangro and Alfedena), by an old sheep track of the shepherds.
Lear drew a sketch of the medieval village of Albe with Mount Sirente, and described the medieval village of Celano, with the castle of Piccolomini dominating the vast plain of Lago Fucino, which was drained a few years later to promote agricultural development. At Castel di Sangro, Lear described the winter stillness of the mountains and the beautiful basilica.
More adventurous was the voyage to the regions of southern Italy in 1847, described in Lear's Journals of a Landscape Painter in Southern Calabria, & c. The broad Calabria section in which Lear tells his itinerary among breathtaking landscapes and often surreal characters, is thought to be among the best in his travel literature.
Lear primarily played the piano, but he also played the accordion, flute, and small guitar. He composed music for many Romantic and Victorian poems, but was known mostly for his many musical settings of Tennyson's poetry. He published four settings in 1853, five in 1859, and three in 1860. Lear's were the only musical settings that Tennyson approved of. Lear also composed music for many of his nonsense songs, including "The Owl and the Pussy-cat", but only two of the scores have survived, the music for "The Courtship of the Yonghy-Bonghy-Bò" and "The Pelican Chorus". While he never played professionally, he did perform his own nonsense songs and his settings of others' poetry at countless social gatherings, sometimes adding his own lyrics (as with the song "The Nervous Family"), and sometimes replacing serious lyrics with nursery rhymes.
Lear's most fervent and painful friendship was with Franklin Lushington. He met the young barrister in Malta in 1849 and toured southern Greece with him. Lear developed an infatuation for him that Lushington did not wholly reciprocate. Although they remained friends for almost forty years until Lear's death, the disparity of their feelings constantly tormented Lear. Indeed, Lear's attempts at male companionship were not always successful; the very intensity of Lear's affections may have doomed these relationships.
The closest he came to marriage was two proposals, both to the same woman 46 years his junior, which were not accepted. For companions, he relied instead on friends and correspondents, and especially, during later life, on his Albanian Souliote chef, Giorgis, a faithful friend and (as Lear complained) a thoroughly unsatisfactory chef. Another trusted companion in San Remo was his cat, Foss, who died in 1887 and was buried with some ceremony in a garden at Villa Tennyson.
Lear eventually settled in San Remo, on his beloved Mediterranean coast in the 1870s at a villa he named "Villa Tennyson."
Lear was known to introduce himself with a long pseudonym: "Mr Abebika kratoponoko Prizzikalo Kattefello Ablegorabalus Ableborinto phashyph" or "Chakonoton the Cozovex Dossi Fossi Sini Tomentilla Coronilla Polentilla Battledore & Shuttlecock Derry down Derry Dumps", which he based on Aldiborontiphoskyphorniostikos.
After a long decline in his health, Lear died at his villa in 1888 of heart disease, which he had had since at least 1870. Lear's funeral was described as a sad, lonely affair by the wife of Dr. Hassall, Lear's physician, none of Lear's many lifelong friends being able to attend.
Lear is buried in the Cemetery Foce in San Remo. On his headstone are inscribed these lines about Mount Tomohrit (in Albania) from Tennyson's poem To E.L. [Edward Lear], On His Travels in Greece:
— all things fair. With such a pencil, such a pen. You shadow'd forth to distant men, I read and felt that I was there.
The centenary of his death was marked in Britain with a set of Royal Mail stamps in 1988 and an exhibition at the Royal Academy. Lear's birthplace area is now marked with a plaque at Bowman's Mews, Islington, in London, and his bicentenary during 2012 was celebrated with a variety of events, exhibitions and lectures in venues across the world including an International Owl and Pussycat Day on his birth anniversary.
In 1846, Lear published A Book of Nonsense, a volume of limericks which went through three editions and helped popularise the form and the genre of literary nonsense. In 1871, he published Nonsense Songs, Stories, Botany and Alphabets, which included the nonsense song The Owl and the Pussycat, which he wrote for the children of his patron Edward Stanley, 13th Earl of Derby. Many other works followed.
Lear's nonsense books were quite popular during his lifetime, but a rumour developed that "Edward Lear" was merely a pseudonym, and the books' true author was the man to whom Lear had dedicated the works, his patron the Earl of Derby. Promoters of this rumour offered as evidence that both men were named Edward, and that "Lear" is an anagram of "Earl".
Lear's nonsense works are distinguished by a facility of verbal invention and a poet's delight in the sounds of words, both real and imaginary. A stuffed rhinoceros becomes a "diaphanous doorscraper". A "blue Boss-Woss" plunges into "a perpendicular, spicular, orbicular, quadrangular, circular depth of soft mud". His heroes are Quangle-Wangles, Pobbles, and Jumblies. One of his most famous verbal inventions, the phrase "runcible spoon", occurs in the closing lines of The Owl and the Pussycat, and is now found in many English dictionaries:
They dined on mince and slices of quince, Which they ate with a runcible spoon; And hand in hand, on the edge of the sand They danced by the light of the moon, The moon, The moon, They danced by the light of the moon.
Though known for his neologisms, Lear used a number of other devices in his works in order to defy reader expectations. For example, "Cold Are the Crabs" conforms to the sonnet tradition until its dramatically foreshortened last line.
Today, limericks are invariably typeset as five lines. Lear's limericks, however, were published in a variety of formats; it appears that Lear wrote them in manuscript in as many lines as there was room for beneath the picture. For the first three editions, most are typeset as, respectively, two, five, and three lines. The cover of one edition bears an entire limerick typeset in two lines:
There was an Old Derry down Derry, who loved to see little folks merry; So he made them a Book, and with laughter they shook, at the fun of that Derry down Derry!
In Lear's limericks, the first and last lines usually end with the same word rather than rhyming. For the most part they are truly nonsensical and devoid of any punch line or point. They are completely free of the bawdiness with which the verse form is now associated. A typical thematic element is the presence of a callous and critical "they". An example of a typical Lear limerick:
There was an Old Man of Aôsta Who possessed a large Cow, but he lost her; But they said, "Don't you see she has run up a tree, You invidious Old Man of Aôsta?"
Lear's self-description in verse, How Pleasant to know Mr. Lear, ends with this stanza, a reference to his own mortality:
He reads, but he cannot speak, Spanish, He cannot abide ginger-beer: Ere the days of his pilgrimage vanish, How pleasant to know Mr. Lear!
Five of Lear's limericks from the Book of Nonsense, in the 1946 Italian translation by Carlo Izzo, were set to music for choir a cappella by Goffredo Petrassi in 1952.
Edward Lear has been played in radio dramas by Andrew Sachs in The Need for Nonsense by Julia Blackburn (BBC Radio 4, 9 February 2009) and by Derek Jacobi in By the Coast of Coromandel by Lavinia Murray (BBC Radio 4, 21 December 2011).
Lear's written work was used extensively in the short-lived The Tomfoolery Show, a Saturday morning cartoon that was produced by Rankin-Bass and broadcast on NBC in 1970–1971. | [
{
"paragraph_id": 0,
"text": "Edward Lear (12 May 1812 – 29 January 1888) was an English artist, illustrator, musician, author and poet, who is known mostly for his literary nonsense in poetry and prose and especially his limericks, a form he popularised.",
"title": ""
},
{
"paragraph_id": 1,
"text": "His principal areas of work as an artist were threefold: as a draughtsman employed to make illustrations of birds and animals; making coloured drawings during his journeys, which he reworked later, sometimes as plates for his travel books; and as a (minor) illustrator of Alfred, Lord Tennyson's poems.",
"title": ""
},
{
"paragraph_id": 2,
"text": "As an author, he is known principally for his popular nonsense collections of poems, songs, short stories, botanical drawings, recipes and alphabets. He also composed and published twelve musical settings of Tennyson's poetry.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Lear was born into a middle-class family at Holloway, North London, the penultimate of 21 children (and youngest to survive) of Ann Clark Skerrett and Jeremiah Lear, a stockbroker formerly working for the family sugar refining business. He was raised by his eldest sister, also named Ann, 21 years his senior. Jeremiah Lear ended up defaulting to the London Stock Exchange in the economic upheaval following the Napoleonic Wars; owing to the family's now more limited finances, Lear and his sister were required to leave the family home, Bowmans Lodge, and live together when he was aged four. Ann doted on Edward and continued to act as a mother for him until her death, when he was almost 50 years of age.",
"title": "Biography"
},
{
"paragraph_id": 4,
"text": "Lear had lifelong health problems. From the age of six he had frequent grand mal epileptic seizures, bronchitis, asthma and, during later life, partial blindness. Lear experienced his first seizure at a fair near Highgate with his father. The event scared and embarrassed him. Lear felt lifelong guilt and shame for his epileptic condition. His adult diaries indicate that he always sensed the onset of a seizure in time to remove himself from public view. When Lear was about seven years old he began to show signs of depression, possibly due to the instability of his childhood. He had periods of severe melancholia which he referred to as \"the Morbids\".",
"title": "Biography"
},
{
"paragraph_id": 5,
"text": "Lear was already drawing \"for bread and cheese\" by the time he was aged 16 and soon developed into a serious \"ornithological draughtsman\" employed by the Zoological Society and from 1832 to 1836 by the Earl of Derby, who kept a private menagerie at his estate, Knowsley Hall. He was the first major bird artist to draw birds from real live birds, instead of skins. Lear's first publication, published when he was 19 years old, was Illustrations of the Family of Psittacidae, or Parrots in 1830. One of the greatest ornithological artists of his era, he taught Elizabeth Gould whilst also contributing to John Gould's works and was compared by some to the naturalist John James Audubon. After his eyesight deteriorated too much to work with such precision on the fine drawings and etchings of plates used in lithography, he turned to landscape painting and travel.",
"title": "Biography"
},
{
"paragraph_id": 6,
"text": "Among other travels, he visited Greece and Egypt during 1848–49, and toured India during 1873–75, including a brief detour to Ceylon. While travelling he produced large quantities of coloured wash drawings in a distinctive style, which he converted later in his studio into oil and watercolour paintings, as well as prints for his books. His landscape style often shows views with strong sunlight, with intense contrasts of colour.",
"title": "Biography"
},
{
"paragraph_id": 7,
"text": "Between 1878 and 1883, Lear spent his summers on Monte Generoso, a mountain on the border between the Swiss canton of Ticino and the Italian region of Lombardy. His oil painting The Plains of Lombardy from Monte Generoso is in the Ashmolean Museum in Oxford.",
"title": "Biography"
},
{
"paragraph_id": 8,
"text": "Throughout his life, he continued to paint seriously. He had a lifelong ambition to illustrate Tennyson's poems; near the end of his life, a volume with a small number of illustrations was published.",
"title": "Biography"
},
{
"paragraph_id": 9,
"text": "In 1842, Lear began a journey into the Italian peninsula, travelling through the Lazio, Rome, Abruzzo, Molise, Apulia, Basilicata, Calabria and Sicily. In personal notes, together with drawings, Lear gathered his impressions on the Italian way of life, folk traditions, and the beauty of the ancient monuments. Of particular interest to Lear was the Abruzzo, which he visited in 1843, through the Marsica (Celano, Avezzano, Alba Fucens, Trasacco) and the plateau of Cinque Miglia (Castel di Sangro and Alfedena), by an old sheep track of the shepherds.",
"title": "Biography"
},
{
"paragraph_id": 10,
"text": "Lear drew a sketch of the medieval village of Albe with Mount Sirente, and described the medieval village of Celano, with the castle of Piccolomini dominating the vast plain of Lago Fucino, which was drained a few years later to promote agricultural development. At Castel di Sangro, Lear described the winter stillness of the mountains and the beautiful basilica.",
"title": "Biography"
},
{
"paragraph_id": 11,
"text": "More adventurous was the voyage to the regions of southern Italy in 1847, described in Lear's Journals of a Landscape Painter in Southern Calabria, & c. The broad Calabria section in which Lear tells his itinerary among breathtaking landscapes and often surreal characters, is thought to be among the best in his travel literature.",
"title": "Biography"
},
{
"paragraph_id": 12,
"text": "Lear primarily played the piano, but he also played the accordion, flute, and small guitar. He composed music for many Romantic and Victorian poems, but was known mostly for his many musical settings of Tennyson's poetry. He published four settings in 1853, five in 1859, and three in 1860. Lear's were the only musical settings that Tennyson approved of. Lear also composed music for many of his nonsense songs, including \"The Owl and the Pussy-cat\", but only two of the scores have survived, the music for \"The Courtship of the Yonghy-Bonghy-Bò\" and \"The Pelican Chorus\". While he never played professionally, he did perform his own nonsense songs and his settings of others' poetry at countless social gatherings, sometimes adding his own lyrics (as with the song \"The Nervous Family\"), and sometimes replacing serious lyrics with nursery rhymes.",
"title": "Biography"
},
{
"paragraph_id": 13,
"text": "Lear's most fervent and painful friendship was with Franklin Lushington. He met the young barrister in Malta in 1849 and toured southern Greece with him. Lear developed an infatuation for him that Lushington did not wholly reciprocate. Although they remained friends for almost forty years until Lear's death, the disparity of their feelings constantly tormented Lear. Indeed, Lear's attempts at male companionship were not always successful; the very intensity of Lear's affections may have doomed these relationships.",
"title": "Biography"
},
{
"paragraph_id": 14,
"text": "The closest he came to marriage was two proposals, both to the same woman 46 years his junior, which were not accepted. For companions, he relied instead on friends and correspondents, and especially, during later life, on his Albanian Souliote chef, Giorgis, a faithful friend and (as Lear complained) a thoroughly unsatisfactory chef. Another trusted companion in San Remo was his cat, Foss, who died in 1887 and was buried with some ceremony in a garden at Villa Tennyson.",
"title": "Biography"
},
{
"paragraph_id": 15,
"text": "Lear eventually settled in San Remo, on his beloved Mediterranean coast in the 1870s at a villa he named \"Villa Tennyson.\"",
"title": "Biography"
},
{
"paragraph_id": 16,
"text": "Lear was known to introduce himself with a long pseudonym: \"Mr Abebika kratoponoko Prizzikalo Kattefello Ablegorabalus Ableborinto phashyph\" or \"Chakonoton the Cozovex Dossi Fossi Sini Tomentilla Coronilla Polentilla Battledore & Shuttlecock Derry down Derry Dumps\", which he based on Aldiborontiphoskyphorniostikos.",
"title": "Biography"
},
{
"paragraph_id": 17,
"text": "After a long decline in his health, Lear died at his villa in 1888 of heart disease, which he had had since at least 1870. Lear's funeral was described as a sad, lonely affair by the wife of Dr. Hassall, Lear's physician, none of Lear's many lifelong friends being able to attend.",
"title": "Biography"
},
{
"paragraph_id": 18,
"text": "Lear is buried in the Cemetery Foce in San Remo. On his headstone are inscribed these lines about Mount Tomohrit (in Albania) from Tennyson's poem To E.L. [Edward Lear], On His Travels in Greece:",
"title": "Biography"
},
{
"paragraph_id": 19,
"text": "— all things fair. With such a pencil, such a pen. You shadow'd forth to distant men, I read and felt that I was there.",
"title": "Biography"
},
{
"paragraph_id": 20,
"text": "The centenary of his death was marked in Britain with a set of Royal Mail stamps in 1988 and an exhibition at the Royal Academy. Lear's birthplace area is now marked with a plaque at Bowman's Mews, Islington, in London, and his bicentenary during 2012 was celebrated with a variety of events, exhibitions and lectures in venues across the world including an International Owl and Pussycat Day on his birth anniversary.",
"title": "Biography"
},
{
"paragraph_id": 21,
"text": "In 1846, Lear published A Book of Nonsense, a volume of limericks which went through three editions and helped popularise the form and the genre of literary nonsense. In 1871, he published Nonsense Songs, Stories, Botany and Alphabets, which included the nonsense song The Owl and the Pussycat, which he wrote for the children of his patron Edward Stanley, 13th Earl of Derby. Many other works followed.",
"title": "Author"
},
{
"paragraph_id": 22,
"text": "Lear's nonsense books were quite popular during his lifetime, but a rumour developed that \"Edward Lear\" was merely a pseudonym, and the books' true author was the man to whom Lear had dedicated the works, his patron the Earl of Derby. Promoters of this rumour offered as evidence that both men were named Edward, and that \"Lear\" is an anagram of \"Earl\".",
"title": "Author"
},
{
"paragraph_id": 23,
"text": "Lear's nonsense works are distinguished by a facility of verbal invention and a poet's delight in the sounds of words, both real and imaginary. A stuffed rhinoceros becomes a \"diaphanous doorscraper\". A \"blue Boss-Woss\" plunges into \"a perpendicular, spicular, orbicular, quadrangular, circular depth of soft mud\". His heroes are Quangle-Wangles, Pobbles, and Jumblies. One of his most famous verbal inventions, the phrase \"runcible spoon\", occurs in the closing lines of The Owl and the Pussycat, and is now found in many English dictionaries:",
"title": "Author"
},
{
"paragraph_id": 24,
"text": "They dined on mince and slices of quince, Which they ate with a runcible spoon; And hand in hand, on the edge of the sand They danced by the light of the moon, The moon, The moon, They danced by the light of the moon.",
"title": "Author"
},
{
"paragraph_id": 25,
"text": "Though known for his neologisms, Lear used a number of other devices in his works in order to defy reader expectations. For example, \"Cold Are the Crabs\" conforms to the sonnet tradition until its dramatically foreshortened last line.",
"title": "Author"
},
{
"paragraph_id": 26,
"text": "Today, limericks are invariably typeset as five lines. Lear's limericks, however, were published in a variety of formats; it appears that Lear wrote them in manuscript in as many lines as there was room for beneath the picture. For the first three editions, most are typeset as, respectively, two, five, and three lines. The cover of one edition bears an entire limerick typeset in two lines:",
"title": "Author"
},
{
"paragraph_id": 27,
"text": "There was an Old Derry down Derry, who loved to see little folks merry; So he made them a Book, and with laughter they shook, at the fun of that Derry down Derry!",
"title": "Author"
},
{
"paragraph_id": 28,
"text": "In Lear's limericks, the first and last lines usually end with the same word rather than rhyming. For the most part they are truly nonsensical and devoid of any punch line or point. They are completely free of the bawdiness with which the verse form is now associated. A typical thematic element is the presence of a callous and critical \"they\". An example of a typical Lear limerick:",
"title": "Author"
},
{
"paragraph_id": 29,
"text": "There was an Old Man of Aôsta Who possessed a large Cow, but he lost her; But they said, \"Don't you see she has run up a tree, You invidious Old Man of Aôsta?\"",
"title": "Author"
},
{
"paragraph_id": 30,
"text": "Lear's self-description in verse, How Pleasant to know Mr. Lear, ends with this stanza, a reference to his own mortality:",
"title": "Author"
},
{
"paragraph_id": 31,
"text": "He reads, but he cannot speak, Spanish, He cannot abide ginger-beer: Ere the days of his pilgrimage vanish, How pleasant to know Mr. Lear!",
"title": "Author"
},
{
"paragraph_id": 32,
"text": "Five of Lear's limericks from the Book of Nonsense, in the 1946 Italian translation by Carlo Izzo, were set to music for choir a cappella by Goffredo Petrassi in 1952.",
"title": "Author"
},
{
"paragraph_id": 33,
"text": "Edward Lear has been played in radio dramas by Andrew Sachs in The Need for Nonsense by Julia Blackburn (BBC Radio 4, 9 February 2009) and by Derek Jacobi in By the Coast of Coromandel by Lavinia Murray (BBC Radio 4, 21 December 2011).",
"title": "Portrayals"
},
{
"paragraph_id": 34,
"text": "Lear's written work was used extensively in the short-lived The Tomfoolery Show, a Saturday morning cartoon that was produced by Rankin-Bass and broadcast on NBC in 1970–1971.",
"title": "In popular culture"
}
]
| Edward Lear was an English artist, illustrator, musician, author and poet, who is known mostly for his literary nonsense in poetry and prose and especially his limericks, a form he popularised. His principal areas of work as an artist were threefold: as a draughtsman employed to make illustrations of birds and animals; making coloured drawings during his journeys, which he reworked later, sometimes as plates for his travel books; and as a (minor) illustrator of Alfred, Lord Tennyson's poems. As an author, he is known principally for his popular nonsense collections of poems, songs, short stories, botanical drawings, recipes and alphabets. He also composed and published twelve musical settings of Tennyson's poetry. | 2002-01-12T17:42:48Z | 2023-12-17T11:22:02Z | [
"Template:Short description",
"Template:Portal",
"Template:Cite book",
"Template:Cite DNB",
"Template:Wikisource author",
"Template:Internet Archive author",
"Template:Reflist",
"Template:Commons",
"Template:StandardEbooks",
"Template:Webarchive",
"Template:IMDb name",
"Template:Victorian children's literature",
"Template:Poemquote",
"Template:Cite web",
"Template:Gutenberg author",
"Template:Librivox author",
"Template:Authority control",
"Template:Use dmy dates",
"Template:Infobox writer",
"Template:ISBN",
"Template:Wikiquote"
]
| https://en.wikipedia.org/wiki/Edward_Lear |
10,409 | Eve Arden | Eve Arden (born Eunice Mary Quedens, April 30, 1908 – November 12, 1990) was an American film, radio, stage and television actress. She performed in leading and supporting roles for nearly six decades.
Beginning her film career in 1929 and on Broadway in the early 1930s, Arden's first major role was in the RKO Radio Pictures drama Stage Door (1937) opposite Katharine Hepburn, followed by roles in the comedies Having Wonderful Time (1938) and the Marx Brothers' At the Circus (1939). She received an Academy Award nomination for Best Supporting Actress for her role in Mildred Pierce (1945).
Somewhat surprisingly for an actress of Arden's refinement and wit, she appeared to good effect in a number of films noir, some exceptionally high-profile, including Mildred Pierce, The Unfaithful (1947), The Arnelo Affair (1947), Whiplash (1948), and Anatomy of a Murder (1959).
Later in her career, Arden moved to television, playing a sardonic but engaging high school teacher in Our Miss Brooks, for which she won the first Primetime Emmy Award for Outstanding Lead Actress in a Drama Series. She also played the school principal in the film musicals Grease (1978) and Grease 2 (1982).
Eve Arden was born Eunice Mary Quedens on April 30, 1908, in Mill Valley, California, to Charles Peter Quedens, the son of Charles Henry Augustus Quedens and Eunice Meta Dierks, and Lucille Frank, the daughter of Bernard Frank and Louisa Mertens. Lucille, a milliner, divorced Charles over his gambling and went into business for herself.
Although not Catholic, young Eunice was sent to a Dominican convent school in San Rafael, California. She then attended Tamalpais High School, a public high school in Mill Valley, until age 16. After leaving school, she joined the stock theater company of Henry "Terry" Duffy.
She made her film debut under her real name in the backstage musical Song of Love (1929), as a wisecracking, homewrecking showgirl who becomes a rival to the film's star, singer Belle Baker. The film was one of Columbia Pictures' earliest successes. In 1933, she relocated to New York City, where she had supporting parts in several Broadway stage productions. In 1934, she was cast in the Ziegfeld Follies revue, the first role where she was credited as Eve Arden. When she was told to adopt a stage name for the show, Arden looked at her cosmetics and "stole my first name from Evening in Paris, and the second from Elizabeth Arden". Between 1934 and 1941, she appeared in Broadway productions of Parade, Very Warm for May, Two for the Show, and Let's Face It!.
Arden's film career began in earnest in 1937 when she signed a contract with RKO Radio Pictures and appeared in the films Oh Doctor and Stage Door. Her Stage Door portrayal of a fast-talking, witty supporting character gained Arden considerable notice and was a template for many of Arden's future roles.
In 1938, she played a supporting part in the comedy Having Wonderful Time, starring Ginger Rogers and Douglas Fairbanks, Jr. This was followed by roles in the crime film The Forgotten Woman (1939), and the Marx Brothers comedy At the Circus (1939), a role that required her to perform acrobatics.
In 1940, she appeared in support of Clark Gable and Hedy Lamarr in Comrade X, followed by support in the drama Manpower (1941) opposite Marlene Dietrich, Edward G. Robinson and George Raft. She also had a supporting part in the Red Skelton comedy Whistling in the Dark (1941) and the romantic comedy Obliging Young Lady (1942).
Her many memorable screen roles include a supporting role as Joan Crawford's wise-cracking friend in Mildred Pierce (1945), for which she received an Academy Award nomination as Best Supporting Actress; as a catty cousin turned peacemaker in The Unfaithful (1947); and as James Stewart's wistful but wry secretary in Otto Preminger's mystery Anatomy of a Murder (1959) (which also featured her husband, Brooks West). In 1946, exhibitors voted her the sixth-most promising "star of tomorrow".
Arden became familiar to a new generation of filmgoers when she played Principal McGee in Grease (1978) and Grease 2 (1982). Arden was known for her deadpan comedic delivery.
Arden's ability with witty scripts made her a natural talent for radio. She was a regular on Danny Kaye's short-lived but memorably zany comedy-variety show in 1946, which also featured swing bandleader Harry James and gravel-voiced character actor-comedian Lionel Stander.
The additional exposure of Arden's comic talent on Kaye's show led to her best-known role, that of Madison High School English teacher Connie Brooks in Our Miss Brooks. Arden portrayed the character on radio from 1948 to 1957, in a television version of the program from 1952 to 1956, and in a 1956 feature film. Her character clashed with the school's principal, Osgood Conklin (played by Gale Gordon) and nursed an unrequited crush on fellow teacher Philip Boynton (played originally by future film star Jeff Chandler; and later on radio and TV by Robert Rockwell). Except for Chandler, the entire radio cast of Arden, Gordon, Richard Crenna (Walter Denton), Robert Rockwell (Mr. Philip Boynton), Gloria McMillan (Harriet Conklin) and Jane Morgan (landlady Margaret Davis) played the same roles on TV.
Arden's portrayal of Miss Brooks was so popular that she was made an honorary member of the National Education Association, received a 1952 award from the Teachers College of Connecticut's Alumni Association "for humanizing the American teacher", and even received teaching job offers. Her well-established wisecracking, deadpan character ultimately became her public persona as a comedienne.
She won a listeners' poll by Radio Mirror magazine as the top-ranking comedienne of 1948–1949, receiving her award at the end of an Our Miss Brooks broadcast that March. "I'm certainly going to try in the coming months to merit the honor you've bestowed upon me, because I understand that if I win this (award) two years in a row, I get to keep Mr. Boynton," she joked. She was also a hit with the critics: A winter 1949 poll of newspaper and magazine radio editors by Motion Picture Daily named her the year's best radio comedienne.
Arden had a very brief guest appearance in a 1955 I Love Lucy episode titled "L.A. at Last", where she played herself. While awaiting their food at the Brown Derby, Lucy Ricardo (Lucille Ball) and Ethel Mertz (Vivian Vance) argue over whether a certain portrait on a nearby wall is Shelley Winters or Judy Holliday. Lucy urges Ethel to ask a lady occupying the next booth, who turns and replies, "Neither. That's Eve Arden." As Ethel realizes she just spoke to Arden herself, Arden passes Lucy and Ethel's table to leave the restaurant while the pair gawk.
Desilu Productions, jointly owned by Desi Arnaz and Ball during their marriage, was the production company for the Our Miss Brooks television show, filmed during the same years as I Love Lucy. Ball and Arden met when they costarred in the film Stage Door in 1937. Ball, according to numerous radio historians, suggested Arden for Our Miss Brooks after Shirley Booth auditioned for but failed to land the role and Ball—committed at the time to My Favorite Husband—could not.
Arden tried another series for CBS in the fall of 1957, The Eve Arden Show, but it was canceled in spring of 1958 after 26 episodes. In 1966, she played Nurse Kelton in an episode of Bewitched. She later costarred with Kaye Ballard as her neighbor and in-law, Eve Hubbard, in the 1967–1969 NBC situation comedy The Mothers-in-Law, produced by Arnaz after the dissolution of Desilu Productions. In her later career, Arden made appearances on such television shows as Bewitched, Alice, Maude, Hart to Hart, and Falcon Crest. In 1985, she appeared as the wicked stepmother in the Faerie Tale Theatre production of Cinderella.
Arden was one of many actresses to take on the title roles in Hello, Dolly! and Auntie Mame in the 1960s; in 1967, she won the Sarah Siddons Award for her work in Chicago theater. In 1983, Arden was cast as the leading lady in what was to be her Broadway comeback, Moose Murders, but she withdrew and was replaced with the much younger Holland Taylor after one preview performance, citing "artistic differences". The show went on to open and close on the same night, becoming known a legendary flop in Broadway history.
Arden was married to Edward Grinnell "Ned" Bergen 1939–47 and reportedly had a long relationship with Danny Kaye through the 1940s (likely starting from their Broadway work on Let's Face It! in 1941). Arden was married to actor Brooks West from 1952 until his death in 1984 from a brain hemorrhage at age 67. She adopted her first child with Bergen and a second child as a single mother after her divorce from him; she adopted her third child with West and gave birth to her youngest (with West) at age 46 in 1954. All four children survived their parents.
On November 12, 1990, Arden died at home at age 82. According to her death certificate, she died of cardiac arrest and arteriosclerotic heart disease. She is buried in the Westwood Village Memorial Park Cemetery, Westwood, Los Angeles, California.
Arden published an autobiography, The Three Phases of Eve, in 1985. In addition to her Academy Award nomination, Arden has two stars on the Hollywood Walk of Fame: Radio and Television (see List of stars on the Hollywood Walk of Fame for addresses). She was inducted into the National Radio Hall of Fame in 1995. | [
{
"paragraph_id": 0,
"text": "Eve Arden (born Eunice Mary Quedens, April 30, 1908 – November 12, 1990) was an American film, radio, stage and television actress. She performed in leading and supporting roles for nearly six decades.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Beginning her film career in 1929 and on Broadway in the early 1930s, Arden's first major role was in the RKO Radio Pictures drama Stage Door (1937) opposite Katharine Hepburn, followed by roles in the comedies Having Wonderful Time (1938) and the Marx Brothers' At the Circus (1939). She received an Academy Award nomination for Best Supporting Actress for her role in Mildred Pierce (1945).",
"title": ""
},
{
"paragraph_id": 2,
"text": "Somewhat surprisingly for an actress of Arden's refinement and wit, she appeared to good effect in a number of films noir, some exceptionally high-profile, including Mildred Pierce, The Unfaithful (1947), The Arnelo Affair (1947), Whiplash (1948), and Anatomy of a Murder (1959).",
"title": ""
},
{
"paragraph_id": 3,
"text": "Later in her career, Arden moved to television, playing a sardonic but engaging high school teacher in Our Miss Brooks, for which she won the first Primetime Emmy Award for Outstanding Lead Actress in a Drama Series. She also played the school principal in the film musicals Grease (1978) and Grease 2 (1982).",
"title": ""
},
{
"paragraph_id": 4,
"text": "Eve Arden was born Eunice Mary Quedens on April 30, 1908, in Mill Valley, California, to Charles Peter Quedens, the son of Charles Henry Augustus Quedens and Eunice Meta Dierks, and Lucille Frank, the daughter of Bernard Frank and Louisa Mertens. Lucille, a milliner, divorced Charles over his gambling and went into business for herself.",
"title": "Early life"
},
{
"paragraph_id": 5,
"text": "Although not Catholic, young Eunice was sent to a Dominican convent school in San Rafael, California. She then attended Tamalpais High School, a public high school in Mill Valley, until age 16. After leaving school, she joined the stock theater company of Henry \"Terry\" Duffy.",
"title": "Early life"
},
{
"paragraph_id": 6,
"text": "She made her film debut under her real name in the backstage musical Song of Love (1929), as a wisecracking, homewrecking showgirl who becomes a rival to the film's star, singer Belle Baker. The film was one of Columbia Pictures' earliest successes. In 1933, she relocated to New York City, where she had supporting parts in several Broadway stage productions. In 1934, she was cast in the Ziegfeld Follies revue, the first role where she was credited as Eve Arden. When she was told to adopt a stage name for the show, Arden looked at her cosmetics and \"stole my first name from Evening in Paris, and the second from Elizabeth Arden\". Between 1934 and 1941, she appeared in Broadway productions of Parade, Very Warm for May, Two for the Show, and Let's Face It!.",
"title": "Career"
},
{
"paragraph_id": 7,
"text": "Arden's film career began in earnest in 1937 when she signed a contract with RKO Radio Pictures and appeared in the films Oh Doctor and Stage Door. Her Stage Door portrayal of a fast-talking, witty supporting character gained Arden considerable notice and was a template for many of Arden's future roles.",
"title": "Career"
},
{
"paragraph_id": 8,
"text": "In 1938, she played a supporting part in the comedy Having Wonderful Time, starring Ginger Rogers and Douglas Fairbanks, Jr. This was followed by roles in the crime film The Forgotten Woman (1939), and the Marx Brothers comedy At the Circus (1939), a role that required her to perform acrobatics.",
"title": "Career"
},
{
"paragraph_id": 9,
"text": "In 1940, she appeared in support of Clark Gable and Hedy Lamarr in Comrade X, followed by support in the drama Manpower (1941) opposite Marlene Dietrich, Edward G. Robinson and George Raft. She also had a supporting part in the Red Skelton comedy Whistling in the Dark (1941) and the romantic comedy Obliging Young Lady (1942).",
"title": "Career"
},
{
"paragraph_id": 10,
"text": "Her many memorable screen roles include a supporting role as Joan Crawford's wise-cracking friend in Mildred Pierce (1945), for which she received an Academy Award nomination as Best Supporting Actress; as a catty cousin turned peacemaker in The Unfaithful (1947); and as James Stewart's wistful but wry secretary in Otto Preminger's mystery Anatomy of a Murder (1959) (which also featured her husband, Brooks West). In 1946, exhibitors voted her the sixth-most promising \"star of tomorrow\".",
"title": "Career"
},
{
"paragraph_id": 11,
"text": "Arden became familiar to a new generation of filmgoers when she played Principal McGee in Grease (1978) and Grease 2 (1982). Arden was known for her deadpan comedic delivery.",
"title": "Career"
},
{
"paragraph_id": 12,
"text": "Arden's ability with witty scripts made her a natural talent for radio. She was a regular on Danny Kaye's short-lived but memorably zany comedy-variety show in 1946, which also featured swing bandleader Harry James and gravel-voiced character actor-comedian Lionel Stander.",
"title": "Career"
},
{
"paragraph_id": 13,
"text": "The additional exposure of Arden's comic talent on Kaye's show led to her best-known role, that of Madison High School English teacher Connie Brooks in Our Miss Brooks. Arden portrayed the character on radio from 1948 to 1957, in a television version of the program from 1952 to 1956, and in a 1956 feature film. Her character clashed with the school's principal, Osgood Conklin (played by Gale Gordon) and nursed an unrequited crush on fellow teacher Philip Boynton (played originally by future film star Jeff Chandler; and later on radio and TV by Robert Rockwell). Except for Chandler, the entire radio cast of Arden, Gordon, Richard Crenna (Walter Denton), Robert Rockwell (Mr. Philip Boynton), Gloria McMillan (Harriet Conklin) and Jane Morgan (landlady Margaret Davis) played the same roles on TV.",
"title": "Career"
},
{
"paragraph_id": 14,
"text": "Arden's portrayal of Miss Brooks was so popular that she was made an honorary member of the National Education Association, received a 1952 award from the Teachers College of Connecticut's Alumni Association \"for humanizing the American teacher\", and even received teaching job offers. Her well-established wisecracking, deadpan character ultimately became her public persona as a comedienne.",
"title": "Career"
},
{
"paragraph_id": 15,
"text": "She won a listeners' poll by Radio Mirror magazine as the top-ranking comedienne of 1948–1949, receiving her award at the end of an Our Miss Brooks broadcast that March. \"I'm certainly going to try in the coming months to merit the honor you've bestowed upon me, because I understand that if I win this (award) two years in a row, I get to keep Mr. Boynton,\" she joked. She was also a hit with the critics: A winter 1949 poll of newspaper and magazine radio editors by Motion Picture Daily named her the year's best radio comedienne.",
"title": "Career"
},
{
"paragraph_id": 16,
"text": "Arden had a very brief guest appearance in a 1955 I Love Lucy episode titled \"L.A. at Last\", where she played herself. While awaiting their food at the Brown Derby, Lucy Ricardo (Lucille Ball) and Ethel Mertz (Vivian Vance) argue over whether a certain portrait on a nearby wall is Shelley Winters or Judy Holliday. Lucy urges Ethel to ask a lady occupying the next booth, who turns and replies, \"Neither. That's Eve Arden.\" As Ethel realizes she just spoke to Arden herself, Arden passes Lucy and Ethel's table to leave the restaurant while the pair gawk.",
"title": "Career"
},
{
"paragraph_id": 17,
"text": "Desilu Productions, jointly owned by Desi Arnaz and Ball during their marriage, was the production company for the Our Miss Brooks television show, filmed during the same years as I Love Lucy. Ball and Arden met when they costarred in the film Stage Door in 1937. Ball, according to numerous radio historians, suggested Arden for Our Miss Brooks after Shirley Booth auditioned for but failed to land the role and Ball—committed at the time to My Favorite Husband—could not.",
"title": "Career"
},
{
"paragraph_id": 18,
"text": "Arden tried another series for CBS in the fall of 1957, The Eve Arden Show, but it was canceled in spring of 1958 after 26 episodes. In 1966, she played Nurse Kelton in an episode of Bewitched. She later costarred with Kaye Ballard as her neighbor and in-law, Eve Hubbard, in the 1967–1969 NBC situation comedy The Mothers-in-Law, produced by Arnaz after the dissolution of Desilu Productions. In her later career, Arden made appearances on such television shows as Bewitched, Alice, Maude, Hart to Hart, and Falcon Crest. In 1985, she appeared as the wicked stepmother in the Faerie Tale Theatre production of Cinderella.",
"title": "Career"
},
{
"paragraph_id": 19,
"text": "Arden was one of many actresses to take on the title roles in Hello, Dolly! and Auntie Mame in the 1960s; in 1967, she won the Sarah Siddons Award for her work in Chicago theater. In 1983, Arden was cast as the leading lady in what was to be her Broadway comeback, Moose Murders, but she withdrew and was replaced with the much younger Holland Taylor after one preview performance, citing \"artistic differences\". The show went on to open and close on the same night, becoming known a legendary flop in Broadway history.",
"title": "Career"
},
{
"paragraph_id": 20,
"text": "Arden was married to Edward Grinnell \"Ned\" Bergen 1939–47 and reportedly had a long relationship with Danny Kaye through the 1940s (likely starting from their Broadway work on Let's Face It! in 1941). Arden was married to actor Brooks West from 1952 until his death in 1984 from a brain hemorrhage at age 67. She adopted her first child with Bergen and a second child as a single mother after her divorce from him; she adopted her third child with West and gave birth to her youngest (with West) at age 46 in 1954. All four children survived their parents.",
"title": "Personal life"
},
{
"paragraph_id": 21,
"text": "On November 12, 1990, Arden died at home at age 82. According to her death certificate, she died of cardiac arrest and arteriosclerotic heart disease. She is buried in the Westwood Village Memorial Park Cemetery, Westwood, Los Angeles, California.",
"title": "Death"
},
{
"paragraph_id": 22,
"text": "Arden published an autobiography, The Three Phases of Eve, in 1985. In addition to her Academy Award nomination, Arden has two stars on the Hollywood Walk of Fame: Radio and Television (see List of stars on the Hollywood Walk of Fame for addresses). She was inducted into the National Radio Hall of Fame in 1995.",
"title": "Legacy"
}
]
| Eve Arden was an American film, radio, stage and television actress. She performed in leading and supporting roles for nearly six decades. Beginning her film career in 1929 and on Broadway in the early 1930s, Arden's first major role was in the RKO Radio Pictures drama Stage Door (1937) opposite Katharine Hepburn, followed by roles in the comedies Having Wonderful Time (1938) and the Marx Brothers' At the Circus (1939). She received an Academy Award nomination for Best Supporting Actress for her role in Mildred Pierce (1945). Somewhat surprisingly for an actress of Arden's refinement and wit, she appeared to good effect in a number of films noir, some exceptionally high-profile, including Mildred Pierce, The Unfaithful (1947), The Arnelo Affair (1947), Whiplash (1948), and Anatomy of a Murder (1959). Later in her career, Arden moved to television, playing a sardonic but engaging high school teacher in Our Miss Brooks, for which she won the first Primetime Emmy Award for Outstanding Lead Actress in a Drama Series. She also played the school principal in the film musicals Grease (1978) and Grease 2 (1982). | 2002-01-12T19:11:22Z | 2023-12-10T22:38:28Z | [
"Template:Short description",
"Template:Sortname",
"Template:Cite encyclopedia",
"Template:Commons",
"Template:TCMDb name",
"Template:EmmyAward ComedyLeadActress",
"Template:Portal bar",
"Template:Authority control",
"Template:Infobox person",
"Template:Citation needed",
"Template:Div col",
"Template:Subscription required",
"Template:Cite book",
"Template:AllMovie name",
"Template:Reflist",
"Template:Webarchive",
"Template:Cite news",
"Template:Cite web",
"Template:Find a Grave",
"Template:Center",
"Template:Sfn",
"Template:Div col end",
"Template:IMDb name",
"Template:ISBN",
"Template:IBDB name"
]
| https://en.wikipedia.org/wiki/Eve_Arden |
10,412 | Elementary function | In mathematics, an elementary function is a function of a single variable (typically real or complex) that is defined as taking sums, products, roots and compositions of finitely many polynomial, rational, trigonometric, hyperbolic, and exponential functions, including possibly their inverse functions (e.g., arcsin, log, or x).
All elementary functions are continuous on their domains.
Elementary functions were introduced by Joseph Liouville in a series of papers from 1833 to 1841. An algebraic treatment of elementary functions was started by Joseph Fels Ritt in the 1930s.
Elementary functions of a single variable x include:
Certain elementary functions of a single complex variable z, such as z {\displaystyle {\sqrt {z}}} and log z {\displaystyle \log z} , may be multivalued. Additionally, certain classes of functions may be obtained by others using the final two rules. For example, the exponential function e z {\displaystyle e^{z}} composed with addition, subtraction, and division provides the hyperbolic functions, while initial composition with z i {\displaystyle z^{i}} instead provides the trigonometric functions.
Examples of elementary functions include:
The last function is equal to arccos x {\displaystyle \arccos x} , the inverse cosine, in the entire complex plane.
All monomials, polynomials, rational functions and algebraic functions are elementary. The absolute value function, for real x {\displaystyle x} , is also elementary as it can be expressed as the composition of a power and root of x {\displaystyle x} : | x | = x 2 {\textstyle |x|={\sqrt {x^{2}}}} .
Some examples of functions that are not elementary:
It follows directly from the definition that the set of elementary functions is closed under arithmetic operations, root extraction and composition. The elementary functions are closed under differentiation. They are not closed under limits and infinite sums. Importantly, the elementary functions are not closed under integration, as shown by Liouville's theorem, see Nonelementary integral. The Liouvillian functions are defined as the elementary functions and, recursively, the integrals of the Liouvillian functions.
The mathematical definition of an elementary function, or a function in elementary form, is considered in the context of differential algebra. A differential algebra is an algebra with the extra operation of derivation (algebraic version of differentiation). Using the derivation operation new equations can be written and their solutions used in extensions of the algebra. By starting with the field of rational functions, two special types of transcendental extensions (the logarithm and the exponential) can be added to the field building a tower containing elementary functions.
A differential field F is a field F0 (rational functions over the rationals Q for example) together with a derivation map u → ∂u. (Here ∂u is a new function. Sometimes the notation u′ is used.) The derivation captures the properties of differentiation, so that for any two elements of the base field, the derivation is linear
and satisfies the Leibniz product rule
An element h is a constant if ∂h = 0. If the base field is over the rationals, care must be taken when extending the field to add the needed transcendental constants.
A function u of a differential extension F[u] of a differential field F is an elementary function over F if the function u
(see also Liouville's theorem) | [
{
"paragraph_id": 0,
"text": "In mathematics, an elementary function is a function of a single variable (typically real or complex) that is defined as taking sums, products, roots and compositions of finitely many polynomial, rational, trigonometric, hyperbolic, and exponential functions, including possibly their inverse functions (e.g., arcsin, log, or x).",
"title": ""
},
{
"paragraph_id": 1,
"text": "All elementary functions are continuous on their domains.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Elementary functions were introduced by Joseph Liouville in a series of papers from 1833 to 1841. An algebraic treatment of elementary functions was started by Joseph Fels Ritt in the 1930s.",
"title": ""
},
{
"paragraph_id": 3,
"text": "Elementary functions of a single variable x include:",
"title": "Examples"
},
{
"paragraph_id": 4,
"text": "Certain elementary functions of a single complex variable z, such as z {\\displaystyle {\\sqrt {z}}} and log z {\\displaystyle \\log z} , may be multivalued. Additionally, certain classes of functions may be obtained by others using the final two rules. For example, the exponential function e z {\\displaystyle e^{z}} composed with addition, subtraction, and division provides the hyperbolic functions, while initial composition with z i {\\displaystyle z^{i}} instead provides the trigonometric functions.",
"title": "Examples"
},
{
"paragraph_id": 5,
"text": "Examples of elementary functions include:",
"title": "Examples"
},
{
"paragraph_id": 6,
"text": "The last function is equal to arccos x {\\displaystyle \\arccos x} , the inverse cosine, in the entire complex plane.",
"title": "Examples"
},
{
"paragraph_id": 7,
"text": "All monomials, polynomials, rational functions and algebraic functions are elementary. The absolute value function, for real x {\\displaystyle x} , is also elementary as it can be expressed as the composition of a power and root of x {\\displaystyle x} : | x | = x 2 {\\textstyle |x|={\\sqrt {x^{2}}}} .",
"title": "Examples"
},
{
"paragraph_id": 8,
"text": "Some examples of functions that are not elementary:",
"title": "Examples"
},
{
"paragraph_id": 9,
"text": "It follows directly from the definition that the set of elementary functions is closed under arithmetic operations, root extraction and composition. The elementary functions are closed under differentiation. They are not closed under limits and infinite sums. Importantly, the elementary functions are not closed under integration, as shown by Liouville's theorem, see Nonelementary integral. The Liouvillian functions are defined as the elementary functions and, recursively, the integrals of the Liouvillian functions.",
"title": "Closure"
},
{
"paragraph_id": 10,
"text": "The mathematical definition of an elementary function, or a function in elementary form, is considered in the context of differential algebra. A differential algebra is an algebra with the extra operation of derivation (algebraic version of differentiation). Using the derivation operation new equations can be written and their solutions used in extensions of the algebra. By starting with the field of rational functions, two special types of transcendental extensions (the logarithm and the exponential) can be added to the field building a tower containing elementary functions.",
"title": "Differential algebra"
},
{
"paragraph_id": 11,
"text": "A differential field F is a field F0 (rational functions over the rationals Q for example) together with a derivation map u → ∂u. (Here ∂u is a new function. Sometimes the notation u′ is used.) The derivation captures the properties of differentiation, so that for any two elements of the base field, the derivation is linear",
"title": "Differential algebra"
},
{
"paragraph_id": 12,
"text": "and satisfies the Leibniz product rule",
"title": "Differential algebra"
},
{
"paragraph_id": 13,
"text": "An element h is a constant if ∂h = 0. If the base field is over the rationals, care must be taken when extending the field to add the needed transcendental constants.",
"title": "Differential algebra"
},
{
"paragraph_id": 14,
"text": "A function u of a differential extension F[u] of a differential field F is an elementary function over F if the function u",
"title": "Differential algebra"
},
{
"paragraph_id": 15,
"text": "(see also Liouville's theorem)",
"title": "Differential algebra"
}
]
| In mathematics, an elementary function is a function of a single variable that is defined as taking sums, products, roots and compositions of finitely many polynomial, rational, trigonometric, hyperbolic, and exponential functions, including possibly their inverse functions. All elementary functions are continuous on their domains. Elementary functions were introduced by Joseph Liouville in a series of papers from 1833 to 1841. An algebraic treatment of elementary functions was started by Joseph Fels Ritt in the 1930s. | 2002-02-25T15:51:15Z | 2023-12-02T06:27:10Z | [
"Template:Harvnb",
"Template:Cite journal",
"Template:Short description",
"Template:Reflist",
"Template:Cite book",
"Template:Annotated link",
"Template:MathWorld",
"Template:Authority control",
"Template:About",
"Template:Mvar",
"Template:Em"
]
| https://en.wikipedia.org/wiki/Elementary_function |
10,413 | Enchiridion of Epictetus | The Enchiridion or Handbook of Epictetus (Ancient Greek: Ἐγχειρίδιον Ἐπικτήτου, Enkheirídion Epiktḗtou) is a short manual of Stoic ethical advice compiled by Arrian, a 2nd-century disciple of the Greek philosopher Epictetus. Although the content is mostly derived from the Discourses of Epictetus, it is not a summary of the Discourses but rather a compilation of practical precepts. Eschewing metaphysics, Arrian focuses his attention on Epictetus's work applying philosophy to daily life. Thus, the book is a manual to show the way to achieve mental freedom and happiness in all circumstances.
The Enchiridion was well-known in the ancient world, and in the medieval period, it was specially adapted for use in Greek-speaking monasteries. In the 15th century it was translated into Latin, and then, with the advent of printing, into multiple European languages. It reached the height of popularity in the 17th century, in parallel with the Neostoicism movement.
The word "Enchiridion" (Ancient Greek: ἐγχειρίδιον) is an adjective meaning "in the hand" or "ready to hand". The word sometimes meant a handy sword, or dagger, but coupled with the word "book" (biblion, Greek: βιβλίον) it means a handy book or hand-book. Epictetus in the Discourses often speaks of principles which his pupils should have "ready to hand" (Greek: πρόχειρα). Common English translations of the title are Manual or Handbook.
The work consists of fifty-three short chapters typically consisting of a paragraph or two. It was compiled some time in the early 2nd century. The 6th-century philosopher Simplicius, in his Commentary on the work, refers to a letter written by Arrian which prefaced the text. In this letter Arrian stated that the Enchiridion was selected from the Discourses of Epictetus according to what he considered to be most useful, most necessary, and most adapted to move people's minds. Around half of the material in the Enchiridion has been shown to have been derived from the surviving four books of Discourses but variously modified. Other parts are presumed to be derived from the lost Discourses. Some chapters appear to be reformulations of ideas which appear throughout the Discourses.
There are some puzzles concerning the inclusion of two chapters. Chapter 29 is practically word for word identical with Discourse iii. 15. Since it was omitted in one of the early Christian editions (Par), and not commented on by Simplicius, it may not have been in the original edition. Chapter 33 consists of a list of moral instructions, which are "not obviously related to Epictetus' normal Stoic framework."
The current division of the work into fifty-three chapters was first adopted by Johann Schweighäuser in his 1798 edition; earlier editions tended to divide the text into more chapters (especially splitting chapter 33). Gerard Boter in his 1999 critical edition keeps Schweighäuser's fifty-three chapters but splits chapters 5, 14, 19, and 48 into two parts.
The Enchiridion appears to be a loosely-structured selection of maxims. In his 6th-century Commentary, Simplicius divided the text into four distinct sections suggesting a graded approach to philosophy:
Chapter 29, which was probably absent from the text used by Simplicius, is a one-page Discourse which compares the training needed to become a Stoic with the rigorous approach needed to become an Olympic victor.
The Enchiridion begins with the statement that "Of things, some depend upon ourselves, others do not depend upon ourselves." So it starts with announcing that the business and concern of the real self is with matters subject to its own control, uninfluenced by external chance or change. Epictetus makes a sharp distinction between our own internal world of mental benefits and harms, and the external world beyond our control. Freedom is to wish for nothing which is not up to ourselves. When we are tried by misfortune we should never let our suffering overwhelm our sense of inward mastery and freedom.
A constant vigilance is required, and one should never relax attention to one's reason, for it is judgements, not things, which disturb people.
What upsets people is not things themselves but their judgments about the things. For example, "death is nothing dreadful (or else it would have appeared dreadful to Socrates) . . ."
Reason is the decisive principle in everything. Thus we must exercise our power of assent over impressions, and wish for nothing nor avoid anything that is up to other people.
To a large extent the Enchiridion suppresses many of the more amiable aspects of Epictetus which can be found in the Discourses, but this reflects the nature of the compilation. Unlike the Discourses which seeks to encourage the student through argument and logic, the Enchiridion largely consists of a set of rules to follow. The work is built on the conception that the wise person, by the aid of philosophy, may reap benefit from every experience in life. With proper training the student can flourish in adverse situations as well as favourable ones. The human spirit has capacities as yet undeveloped, but which it is for our good to develop. Thus the book is a manual on how to make progress towards what is necessary and sufficient for happiness.
Epictetus makes a vivid use of imagery, and analogies include life depicted as: a ship's voyage (Ch. 7), an inn (Ch. 11), a banquet (Chs. 15, 36), and acting in a play (Ch. 17, 37). He takes many examples from everyday life, including: a broken jug (Ch. 3), a trip to the baths (Chs. 4, 43), his own lameness (Ch. 9), the loss of a child (Ch. 11), and the price of lettuce (Ch. 25).
For many centuries, the Enchiridion maintained its authority both with Pagans and Christians. Simplicius of Cilicia wrote a commentary upon it in the 6th century, and in the Byzantine era Christian writers wrote paraphrases of it. Over one hundred manuscripts of the Enchiridion survive. The oldest extant manuscripts of the authentic Enchiridion date from the 14th century, but the oldest Christianised ones date from the 10th and 11th centuries, perhaps indicating the Byzantine world's preference for the Christian versions. The Enchiridion was first translated into Latin by Niccolò Perotti in 1450, and then by Angelo Poliziano in 1479.
The first printed edition (editio princeps) was Poliziano's Latin translation published in 1497. The original Greek was first published (somewhat abbreviated) with Simplicius's Commentary in 1528. The edition published by Johann Schweighäuser in 1798 was the major edition for the next two-hundred years. A critical edition was produced by Gerard Boter in 1999.
The separate editions and translations of the Enchiridion are very many. The Enchiridion reached its height of popularity in the period 1550–1750. It was translated into most European languages, and there were multiple translations in English, French, and German. The first English translation was by James Sandford in 1567 (a translation of a French version) and this was followed by a translation (from the Greek) by John Healey in 1610. The Enchiridion was even partly translated into Chinese by the Jesuit missionary Matteo Ricci. The popularity of the work was assisted by the Neostoicism movement initiated by Justus Lipsius in the 16th century. Another Neostoic, Guillaume du Vair, translated the book into French in 1586 and popularised it in his La Philosophie morale des Stoiques.
In the English-speaking world it was particularly well-known in the 17th century: at that time it was the Enchiridion rather than the Discourses which was usually read. It was among the books John Harvard bequeathed to the newly-founded Harvard College in 1638. The work, being written in a clear distinct style, made it accessible to readers with no formal training in philosophy, and there was a wide readership among women in England. The writer Mary Wortley Montagu made her own translation of the Enchiridion in 1710 at the age of twenty-one. The Enchiridion was a common school text in Scotland during the Scottish Enlightenment—Adam Smith had a 1670 edition in his library, acquired as a schoolboy. At the end of the 18th century the Enchiridion is attested in the personal libraries of Benjamin Franklin and Thomas Jefferson.
In the 19th century, Walt Whitman discovered the Enchiridion when he was about the age of sixteen. It was a book he would repeatedly return to, and late in life he called the book "sacred, precious to me: I have had it about me so long—lived with it in terms of such familiarity."
The Enchiridion gave its name to a fictional book from the cartoon Adventure Time.
In the 6th century the Neoplatonist philosopher Simplicius wrote a huge commentary on the Enchiridion, which is more than ten times the bulk of the original text. Chapter after chapter of the Enchiridion is dissected, discussed, and its lessons drawn out with a certain laboriousness. Simplicius' commentary offers a distinctly Platonist vision of the world, one which is often at odds with the Stoic content of the Enchiridion. Sometimes Simplicius exceeds the scope of a commentary; thus his commentary on Enchiridion 27 (Simplicius ch. 35) becomes a refutation of Manichaeism.
The Commentary enjoyed its own period of popularity in the 17th and 18th centuries. An English translation by George Stanhope in 1694 ran through four editions in the early 18th century. Edward Gibbon remarked in his Decline and Fall of the Roman Empire that Simplicius' Commentary on Epictetus "is preserved in the library of nations, as a classic book" unlike the commentaries on Aristotle "which have passed away with the fashion of the times."
The Enchiridion was adapted three different times by Greek Christian writers. The oldest manuscript, Paraphrasis Christiana (Par), dates to the 10th century. Another manuscript, falsely ascribed to Nilus (Nil), dates to the 11th century. A third manuscript, Vaticanus gr. 2231 (Vat), dates to the 14th century. It is not known when the original versions of these manuscripts were first made.
These guides served as a rule and guide for monastic life. The most obvious changes are in the use of proper names: thus the name Socrates is sometimes changed to Paul. All three texts follow the Enchiridion quite closely, although the Par manuscript is more heavily modified: adding or omitting words, abridging or expanding passages, and occasionally inventing new passages.
In the 17th century the German monk Matthias Mittner did something similar, compiling a guide on mental tranquillity for the Carthusian Order by taking the first thirty-five of his fifty precepts from the Enchiridion.
a. Gerard Boter in his 1999 critical edition catalogues 59 extant manuscripts of the Encheiridion proper, and another 27 manuscripts of Simplicius' Commentary which contain the Encheiridion as lemmata (headings). He also lists 37 Christianised manuscripts, (24 Par, 12 Nil, 1 Vat). Cf. Boter 1999, pp. 3ff | [
{
"paragraph_id": 0,
"text": "The Enchiridion or Handbook of Epictetus (Ancient Greek: Ἐγχειρίδιον Ἐπικτήτου, Enkheirídion Epiktḗtou) is a short manual of Stoic ethical advice compiled by Arrian, a 2nd-century disciple of the Greek philosopher Epictetus. Although the content is mostly derived from the Discourses of Epictetus, it is not a summary of the Discourses but rather a compilation of practical precepts. Eschewing metaphysics, Arrian focuses his attention on Epictetus's work applying philosophy to daily life. Thus, the book is a manual to show the way to achieve mental freedom and happiness in all circumstances.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The Enchiridion was well-known in the ancient world, and in the medieval period, it was specially adapted for use in Greek-speaking monasteries. In the 15th century it was translated into Latin, and then, with the advent of printing, into multiple European languages. It reached the height of popularity in the 17th century, in parallel with the Neostoicism movement.",
"title": ""
},
{
"paragraph_id": 2,
"text": "The word \"Enchiridion\" (Ancient Greek: ἐγχειρίδιον) is an adjective meaning \"in the hand\" or \"ready to hand\". The word sometimes meant a handy sword, or dagger, but coupled with the word \"book\" (biblion, Greek: βιβλίον) it means a handy book or hand-book. Epictetus in the Discourses often speaks of principles which his pupils should have \"ready to hand\" (Greek: πρόχειρα). Common English translations of the title are Manual or Handbook.",
"title": "Title"
},
{
"paragraph_id": 3,
"text": "The work consists of fifty-three short chapters typically consisting of a paragraph or two. It was compiled some time in the early 2nd century. The 6th-century philosopher Simplicius, in his Commentary on the work, refers to a letter written by Arrian which prefaced the text. In this letter Arrian stated that the Enchiridion was selected from the Discourses of Epictetus according to what he considered to be most useful, most necessary, and most adapted to move people's minds. Around half of the material in the Enchiridion has been shown to have been derived from the surviving four books of Discourses but variously modified. Other parts are presumed to be derived from the lost Discourses. Some chapters appear to be reformulations of ideas which appear throughout the Discourses.",
"title": "Writing"
},
{
"paragraph_id": 4,
"text": "There are some puzzles concerning the inclusion of two chapters. Chapter 29 is practically word for word identical with Discourse iii. 15. Since it was omitted in one of the early Christian editions (Par), and not commented on by Simplicius, it may not have been in the original edition. Chapter 33 consists of a list of moral instructions, which are \"not obviously related to Epictetus' normal Stoic framework.\"",
"title": "Writing"
},
{
"paragraph_id": 5,
"text": "The current division of the work into fifty-three chapters was first adopted by Johann Schweighäuser in his 1798 edition; earlier editions tended to divide the text into more chapters (especially splitting chapter 33). Gerard Boter in his 1999 critical edition keeps Schweighäuser's fifty-three chapters but splits chapters 5, 14, 19, and 48 into two parts.",
"title": "Writing"
},
{
"paragraph_id": 6,
"text": "The Enchiridion appears to be a loosely-structured selection of maxims. In his 6th-century Commentary, Simplicius divided the text into four distinct sections suggesting a graded approach to philosophy:",
"title": "Contents"
},
{
"paragraph_id": 7,
"text": "Chapter 29, which was probably absent from the text used by Simplicius, is a one-page Discourse which compares the training needed to become a Stoic with the rigorous approach needed to become an Olympic victor.",
"title": "Contents"
},
{
"paragraph_id": 8,
"text": "The Enchiridion begins with the statement that \"Of things, some depend upon ourselves, others do not depend upon ourselves.\" So it starts with announcing that the business and concern of the real self is with matters subject to its own control, uninfluenced by external chance or change. Epictetus makes a sharp distinction between our own internal world of mental benefits and harms, and the external world beyond our control. Freedom is to wish for nothing which is not up to ourselves. When we are tried by misfortune we should never let our suffering overwhelm our sense of inward mastery and freedom.",
"title": "Themes"
},
{
"paragraph_id": 9,
"text": "A constant vigilance is required, and one should never relax attention to one's reason, for it is judgements, not things, which disturb people.",
"title": "Themes"
},
{
"paragraph_id": 10,
"text": "What upsets people is not things themselves but their judgments about the things. For example, \"death is nothing dreadful (or else it would have appeared dreadful to Socrates) . . .\"",
"title": "Themes"
},
{
"paragraph_id": 11,
"text": "Reason is the decisive principle in everything. Thus we must exercise our power of assent over impressions, and wish for nothing nor avoid anything that is up to other people.",
"title": "Themes"
},
{
"paragraph_id": 12,
"text": "To a large extent the Enchiridion suppresses many of the more amiable aspects of Epictetus which can be found in the Discourses, but this reflects the nature of the compilation. Unlike the Discourses which seeks to encourage the student through argument and logic, the Enchiridion largely consists of a set of rules to follow. The work is built on the conception that the wise person, by the aid of philosophy, may reap benefit from every experience in life. With proper training the student can flourish in adverse situations as well as favourable ones. The human spirit has capacities as yet undeveloped, but which it is for our good to develop. Thus the book is a manual on how to make progress towards what is necessary and sufficient for happiness.",
"title": "Themes"
},
{
"paragraph_id": 13,
"text": "Epictetus makes a vivid use of imagery, and analogies include life depicted as: a ship's voyage (Ch. 7), an inn (Ch. 11), a banquet (Chs. 15, 36), and acting in a play (Ch. 17, 37). He takes many examples from everyday life, including: a broken jug (Ch. 3), a trip to the baths (Chs. 4, 43), his own lameness (Ch. 9), the loss of a child (Ch. 11), and the price of lettuce (Ch. 25).",
"title": "Themes"
},
{
"paragraph_id": 14,
"text": "For many centuries, the Enchiridion maintained its authority both with Pagans and Christians. Simplicius of Cilicia wrote a commentary upon it in the 6th century, and in the Byzantine era Christian writers wrote paraphrases of it. Over one hundred manuscripts of the Enchiridion survive. The oldest extant manuscripts of the authentic Enchiridion date from the 14th century, but the oldest Christianised ones date from the 10th and 11th centuries, perhaps indicating the Byzantine world's preference for the Christian versions. The Enchiridion was first translated into Latin by Niccolò Perotti in 1450, and then by Angelo Poliziano in 1479.",
"title": "Subsequent history"
},
{
"paragraph_id": 15,
"text": "The first printed edition (editio princeps) was Poliziano's Latin translation published in 1497. The original Greek was first published (somewhat abbreviated) with Simplicius's Commentary in 1528. The edition published by Johann Schweighäuser in 1798 was the major edition for the next two-hundred years. A critical edition was produced by Gerard Boter in 1999.",
"title": "Subsequent history"
},
{
"paragraph_id": 16,
"text": "The separate editions and translations of the Enchiridion are very many. The Enchiridion reached its height of popularity in the period 1550–1750. It was translated into most European languages, and there were multiple translations in English, French, and German. The first English translation was by James Sandford in 1567 (a translation of a French version) and this was followed by a translation (from the Greek) by John Healey in 1610. The Enchiridion was even partly translated into Chinese by the Jesuit missionary Matteo Ricci. The popularity of the work was assisted by the Neostoicism movement initiated by Justus Lipsius in the 16th century. Another Neostoic, Guillaume du Vair, translated the book into French in 1586 and popularised it in his La Philosophie morale des Stoiques.",
"title": "Subsequent history"
},
{
"paragraph_id": 17,
"text": "In the English-speaking world it was particularly well-known in the 17th century: at that time it was the Enchiridion rather than the Discourses which was usually read. It was among the books John Harvard bequeathed to the newly-founded Harvard College in 1638. The work, being written in a clear distinct style, made it accessible to readers with no formal training in philosophy, and there was a wide readership among women in England. The writer Mary Wortley Montagu made her own translation of the Enchiridion in 1710 at the age of twenty-one. The Enchiridion was a common school text in Scotland during the Scottish Enlightenment—Adam Smith had a 1670 edition in his library, acquired as a schoolboy. At the end of the 18th century the Enchiridion is attested in the personal libraries of Benjamin Franklin and Thomas Jefferson.",
"title": "Subsequent history"
},
{
"paragraph_id": 18,
"text": "In the 19th century, Walt Whitman discovered the Enchiridion when he was about the age of sixteen. It was a book he would repeatedly return to, and late in life he called the book \"sacred, precious to me: I have had it about me so long—lived with it in terms of such familiarity.\"",
"title": "Subsequent history"
},
{
"paragraph_id": 19,
"text": "The Enchiridion gave its name to a fictional book from the cartoon Adventure Time.",
"title": "Subsequent history"
},
{
"paragraph_id": 20,
"text": "In the 6th century the Neoplatonist philosopher Simplicius wrote a huge commentary on the Enchiridion, which is more than ten times the bulk of the original text. Chapter after chapter of the Enchiridion is dissected, discussed, and its lessons drawn out with a certain laboriousness. Simplicius' commentary offers a distinctly Platonist vision of the world, one which is often at odds with the Stoic content of the Enchiridion. Sometimes Simplicius exceeds the scope of a commentary; thus his commentary on Enchiridion 27 (Simplicius ch. 35) becomes a refutation of Manichaeism.",
"title": "The Commentary of Simplicius"
},
{
"paragraph_id": 21,
"text": "The Commentary enjoyed its own period of popularity in the 17th and 18th centuries. An English translation by George Stanhope in 1694 ran through four editions in the early 18th century. Edward Gibbon remarked in his Decline and Fall of the Roman Empire that Simplicius' Commentary on Epictetus \"is preserved in the library of nations, as a classic book\" unlike the commentaries on Aristotle \"which have passed away with the fashion of the times.\"",
"title": "The Commentary of Simplicius"
},
{
"paragraph_id": 22,
"text": "The Enchiridion was adapted three different times by Greek Christian writers. The oldest manuscript, Paraphrasis Christiana (Par), dates to the 10th century. Another manuscript, falsely ascribed to Nilus (Nil), dates to the 11th century. A third manuscript, Vaticanus gr. 2231 (Vat), dates to the 14th century. It is not known when the original versions of these manuscripts were first made.",
"title": "Christian adaptations"
},
{
"paragraph_id": 23,
"text": "These guides served as a rule and guide for monastic life. The most obvious changes are in the use of proper names: thus the name Socrates is sometimes changed to Paul. All three texts follow the Enchiridion quite closely, although the Par manuscript is more heavily modified: adding or omitting words, abridging or expanding passages, and occasionally inventing new passages.",
"title": "Christian adaptations"
},
{
"paragraph_id": 24,
"text": "In the 17th century the German monk Matthias Mittner did something similar, compiling a guide on mental tranquillity for the Carthusian Order by taking the first thirty-five of his fifty precepts from the Enchiridion.",
"title": "Christian adaptations"
},
{
"paragraph_id": 25,
"text": "a. Gerard Boter in his 1999 critical edition catalogues 59 extant manuscripts of the Encheiridion proper, and another 27 manuscripts of Simplicius' Commentary which contain the Encheiridion as lemmata (headings). He also lists 37 Christianised manuscripts, (24 Par, 12 Nil, 1 Vat). Cf. Boter 1999, pp. 3ff",
"title": "Notes"
}
]
| The Enchiridion or Handbook of Epictetus is a short manual of Stoic ethical advice compiled by Arrian, a 2nd-century disciple of the Greek philosopher Epictetus. Although the content is mostly derived from the Discourses of Epictetus, it is not a summary of the Discourses but rather a compilation of practical precepts. Eschewing metaphysics, Arrian focuses his attention on Epictetus's work applying philosophy to daily life. Thus, the book is a manual to show the way to achieve mental freedom and happiness in all circumstances. The Enchiridion was well-known in the ancient world, and in the medieval period, it was specially adapted for use in Greek-speaking monasteries. In the 15th century it was translated into Latin, and then, with the advent of printing, into multiple European languages. It reached the height of popularity in the 17th century, in parallel with the Neostoicism movement. | 2002-01-12T19:50:36Z | 2023-11-16T05:20:45Z | [
"Template:Ancient Greece topics",
"Template:Infobox book",
"Template:Lang-grc",
"Template:Reflist",
"Template:Citation",
"Template:Librivox book",
"Template:Short description",
"Template:Lang-el",
"Template:Refbegin",
"Template:Cite DGRBM",
"Template:StandardEbooks",
"Template:Stoicism",
"Template:Authority control",
"Template:Blockquote",
"Template:Ref label",
"Template:Harvnb",
"Template:Cite journal",
"Template:Wikisourcelang",
"Template:Note label",
"Template:Refend",
"Template:Cite book"
]
| https://en.wikipedia.org/wiki/Enchiridion_of_Epictetus |
10,415 | Emperor Kinmei | Emperor Kinmei (欽明天皇, Kinmei-tennō, 509–571) was the 29th emperor of Japan, according to the traditional order of succession. His reign is said to have spanned the years from 539 to 571. Some historians regard Kinmei as the first historically verifiable Japanese emperor.
Kinmei's contemporary title would not have been tennō, as most historians believe this title was not introduced until the reigns of Emperor Tenmu and Empress Jitō. Rather, it was presumably Sumeramikoto or Amenoshita Shiroshimesu Ōkimi (治天下大王), meaning "the great king who rules all under heaven". Alternatively, Kinmei might have been referred to as ヤマト大王/大君 or the "Great King of Yamato".
Because of several chronological discrepancies in the account of Emperor Kinmei in the Nihon Shoki, some believe that he was actually ruling a rival court to that of Emperors Ankan and Senka. Nevertheless, according to the traditional account, it was not until the death of Emperor Kinmei's older brother Emperor Senka that he gained the throne.
According to this account, Emperor Senka died in 539 at the age of 73; and succession passed to the third son of Emperor Keitai. This Imperial Prince was the next youngest brother of Emperor Senka. He would come to be known as Emperor Kinmei. He established his court at Shikishima no Kanazashi Palace (磯城嶋金刺宮) in Yamato.
The Emperor's chief counselors were:
Although the imperial court was not moved to the Asuka region of Japan until 592, Emperor Kinmei's rule is considered by some to be the beginning of the Asuka period of Yamato Japan, particularly by those who associate the Asuka period primarily with the introduction of Buddhism to Japan from Baekje.
According to the Nihon Shoki, Emperor Kinmei received a bronze statue of Gautama Buddha as a gift from the king of Baekje King Song Myong (聖明王, Seimei Ō) along with a significant envoy of artisans, monks, and other artifacts in 552. (However, according to the Jōgū Shōtoku Hōō Teisetsu, Buddhism was introduced in 538.) This episode is widely regarded as the official introduction of Buddhism to the country.
With the introduction of a new religion to the court, a deep rift developed between the Mononobe clan, whose members supported the worship of Japan's traditional deities, and the Soga clan, whose members supported the adoption of Buddhism.
According to the Nihon Shoki, Emperor Kinmei ruled until his death in 571 and was buried in the Hinokuma no Sakai Burial Mound (桧隈坂合陵). An alternate stronger theory holds that he was actually buried in the Misemaruyama Tumulus (見瀬丸山古墳), located in Kashihara City (橿原市).
The Emperor is traditionally venerated at a memorial Shinto shrine (misasagi) at Nara. The Imperial Household Agency designates the Nara location as Kinmei's mausoleum. It is formally named Hinokuma no saki Ai no misasagi. However, the actual sites of the graves of the early Emperors are unclear, according to some historians and archaeologists.
Emperor Kinmei's father was Emperor Keitai and his mother was Emperor Ninken's daughter, Princess Tashiraka (手白香皇女, Tashiraka no himemiko). In his lifetime, he was known by the name Amekuni Oshiharaki Hironiwa (天国排開広庭).
Kinmei had six Consorts and 25 Imperial children (16 sons and 9 daughters). According to Nihongi, he had six wives, but the Kojiki gives only five wives; identifying the third consort to be the same as the sixth one. The first three were his nieces, daughters of his half-brother Emperor Senka; two others were sisters, daughters of the Omi Soga no Iname. | [
{
"paragraph_id": 0,
"text": "Emperor Kinmei (欽明天皇, Kinmei-tennō, 509–571) was the 29th emperor of Japan, according to the traditional order of succession. His reign is said to have spanned the years from 539 to 571. Some historians regard Kinmei as the first historically verifiable Japanese emperor.",
"title": ""
},
{
"paragraph_id": 1,
"text": "Kinmei's contemporary title would not have been tennō, as most historians believe this title was not introduced until the reigns of Emperor Tenmu and Empress Jitō. Rather, it was presumably Sumeramikoto or Amenoshita Shiroshimesu Ōkimi (治天下大王), meaning \"the great king who rules all under heaven\". Alternatively, Kinmei might have been referred to as ヤマト大王/大君 or the \"Great King of Yamato\".",
"title": "Traditional narrative"
},
{
"paragraph_id": 2,
"text": "Because of several chronological discrepancies in the account of Emperor Kinmei in the Nihon Shoki, some believe that he was actually ruling a rival court to that of Emperors Ankan and Senka. Nevertheless, according to the traditional account, it was not until the death of Emperor Kinmei's older brother Emperor Senka that he gained the throne.",
"title": "Traditional narrative"
},
{
"paragraph_id": 3,
"text": "According to this account, Emperor Senka died in 539 at the age of 73; and succession passed to the third son of Emperor Keitai. This Imperial Prince was the next youngest brother of Emperor Senka. He would come to be known as Emperor Kinmei. He established his court at Shikishima no Kanazashi Palace (磯城嶋金刺宮) in Yamato.",
"title": "Traditional narrative"
},
{
"paragraph_id": 4,
"text": "The Emperor's chief counselors were:",
"title": "Traditional narrative"
},
{
"paragraph_id": 5,
"text": "Although the imperial court was not moved to the Asuka region of Japan until 592, Emperor Kinmei's rule is considered by some to be the beginning of the Asuka period of Yamato Japan, particularly by those who associate the Asuka period primarily with the introduction of Buddhism to Japan from Baekje.",
"title": "Traditional narrative"
},
{
"paragraph_id": 6,
"text": "According to the Nihon Shoki, Emperor Kinmei received a bronze statue of Gautama Buddha as a gift from the king of Baekje King Song Myong (聖明王, Seimei Ō) along with a significant envoy of artisans, monks, and other artifacts in 552. (However, according to the Jōgū Shōtoku Hōō Teisetsu, Buddhism was introduced in 538.) This episode is widely regarded as the official introduction of Buddhism to the country.",
"title": "Traditional narrative"
},
{
"paragraph_id": 7,
"text": "With the introduction of a new religion to the court, a deep rift developed between the Mononobe clan, whose members supported the worship of Japan's traditional deities, and the Soga clan, whose members supported the adoption of Buddhism.",
"title": "Traditional narrative"
},
{
"paragraph_id": 8,
"text": "According to the Nihon Shoki, Emperor Kinmei ruled until his death in 571 and was buried in the Hinokuma no Sakai Burial Mound (桧隈坂合陵). An alternate stronger theory holds that he was actually buried in the Misemaruyama Tumulus (見瀬丸山古墳), located in Kashihara City (橿原市).",
"title": "Traditional narrative"
},
{
"paragraph_id": 9,
"text": "The Emperor is traditionally venerated at a memorial Shinto shrine (misasagi) at Nara. The Imperial Household Agency designates the Nara location as Kinmei's mausoleum. It is formally named Hinokuma no saki Ai no misasagi. However, the actual sites of the graves of the early Emperors are unclear, according to some historians and archaeologists.",
"title": "Traditional narrative"
},
{
"paragraph_id": 10,
"text": "Emperor Kinmei's father was Emperor Keitai and his mother was Emperor Ninken's daughter, Princess Tashiraka (手白香皇女, Tashiraka no himemiko). In his lifetime, he was known by the name Amekuni Oshiharaki Hironiwa (天国排開広庭).",
"title": "Genealogy"
},
{
"paragraph_id": 11,
"text": "Kinmei had six Consorts and 25 Imperial children (16 sons and 9 daughters). According to Nihongi, he had six wives, but the Kojiki gives only five wives; identifying the third consort to be the same as the sixth one. The first three were his nieces, daughters of his half-brother Emperor Senka; two others were sisters, daughters of the Omi Soga no Iname.",
"title": "Genealogy"
}
]
| Emperor Kinmei was the 29th emperor of Japan, according to the traditional order of succession. His reign is said to have spanned the years from 539 to 571. Some historians regard Kinmei as the first historically verifiable Japanese emperor. | 2002-02-25T15:51:15Z | 2023-12-28T17:12:30Z | [
"Template:S-start",
"Template:S-end",
"Template:Nihongo2",
"Template:ISBN",
"Template:S-reg",
"Template:S-bef",
"Template:Emperors of Japan",
"Template:Nihongo",
"Template:OCLC",
"Template:Infobox royalty",
"Template:S-ttl",
"Template:Cite web",
"Template:S-aft",
"Template:Short description",
"Template:Reflist"
]
| https://en.wikipedia.org/wiki/Emperor_Kinmei |
10,416 | Emperor Bidatsu | Emperor Bidatsu (敏達天皇, Bidatsu-tennō, 538 – 14 September 585) was the 30th emperor of Japan, according to the traditional order of succession.
The years of reign of Bidatsu start in 572 and end in 585; however, there are no certain dates for this emperor's life or reign. The names and sequence of the early emperors were not confirmed as "traditional" until the reign of Emperor Kanmu, who was the 50th monarch of the Yamato dynasty.
Historians consider details about the life of Emperor Bidatsu to be possibly legendary, but probable. The name Bidatsu-tennō was created for him posthumously by later generations.
In the Nihon Shoki, he is called Nunakura no Futotamashiki (渟中倉太珠敷).
His palace in Yamato Province was called Osada no Miya of Iware.
In the 15th year of Kimmei's reign, Bidatsu was named Crown Prince.
In the 32nd year of Kimmei-tennō's reign (欽明天皇32年, 572), the old Emperor died, and the succession was received by his second son. Soon after, Emperor Bidatsu is said to have acceded to the throne.
Bidatsu's contemporary title would not have been tennō, as most historians believe this title was not introduced until the reigns of Emperor Tenmu and Empress Jitō. Rather, it was presumably Sumeramikoto or Amenoshita Shiroshimesu Ōkimi (治天下大王), meaning "the great king who rules all under heaven". Alternatively, Bidatsu might have been referred to as ヤマト大王/大君 or the "Great King of Yamato".
Bidatsu's reign was marked by power struggles about Buddhism. The two most important men in the court of Bidatsu were Soga no Umako and Mononobe no Moriya. Soga supported the growth of Buddhism, and Moriya wanted to stop it.
Bidatsu sought to re-establish relations with Korean Kingdoms and, according to Nihon Shoki, his court successfully established relations with Baekje and Silla, two of the Three Kingdoms of Korea.
The Emperor died from a disease which afflicted him with sores, apparently the first royal victim of smallpox in Japan.
The actual site of Bidatsu's grave is known. The Emperor is traditionally venerated at a memorial Shinto shrine (misasagi) at Osaka.
The Imperial Household Agency designates this location as Bidatsu's mausoleum. It is formally named Kawachi no Shinaga no naka no o no misasagi.
He was the second son of Emperor Kinmei. His mother, Ishi-hime, was a daughter of Emperor Senka.
Although he had many children, none of them would ever become Emperor. According to Gukanshō, Bidatsu had four empresses and 16 Imperial children (6 sons and 10 daughters).
Bidatsu's first empress, Hirohime, died in the fifth year of his reign. To replace her, he elevated one of his consorts, Princess Nukatabe, to the rank of empress. Nukatabe was his half-sister by their father Kinmei. Later she ascended to the throne in her own right and is today known as Empress Suiko.
He was succeeded first by one of his brothers, Emperor Yōmei, then by another, Emperor Sushun, and then Empress Suiko, his sister and wife, before his grandson, Emperor Jomei, eventually took the throne. | [
{
"paragraph_id": 0,
"text": "Emperor Bidatsu (敏達天皇, Bidatsu-tennō, 538 – 14 September 585) was the 30th emperor of Japan, according to the traditional order of succession.",
"title": ""
},
{
"paragraph_id": 1,
"text": "The years of reign of Bidatsu start in 572 and end in 585; however, there are no certain dates for this emperor's life or reign. The names and sequence of the early emperors were not confirmed as \"traditional\" until the reign of Emperor Kanmu, who was the 50th monarch of the Yamato dynasty.",
"title": ""
},
{
"paragraph_id": 2,
"text": "Historians consider details about the life of Emperor Bidatsu to be possibly legendary, but probable. The name Bidatsu-tennō was created for him posthumously by later generations.",
"title": "Traditional narrative"
},
{
"paragraph_id": 3,
"text": "In the Nihon Shoki, he is called Nunakura no Futotamashiki (渟中倉太珠敷).",
"title": "Traditional narrative"
},
{
"paragraph_id": 4,
"text": "His palace in Yamato Province was called Osada no Miya of Iware.",
"title": "Traditional narrative"
},
{
"paragraph_id": 5,
"text": "In the 15th year of Kimmei's reign, Bidatsu was named Crown Prince.",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 6,
"text": "In the 32nd year of Kimmei-tennō's reign (欽明天皇32年, 572), the old Emperor died, and the succession was received by his second son. Soon after, Emperor Bidatsu is said to have acceded to the throne.",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 7,
"text": "Bidatsu's contemporary title would not have been tennō, as most historians believe this title was not introduced until the reigns of Emperor Tenmu and Empress Jitō. Rather, it was presumably Sumeramikoto or Amenoshita Shiroshimesu Ōkimi (治天下大王), meaning \"the great king who rules all under heaven\". Alternatively, Bidatsu might have been referred to as ヤマト大王/大君 or the \"Great King of Yamato\".",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 8,
"text": "Bidatsu's reign was marked by power struggles about Buddhism. The two most important men in the court of Bidatsu were Soga no Umako and Mononobe no Moriya. Soga supported the growth of Buddhism, and Moriya wanted to stop it.",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 9,
"text": "Bidatsu sought to re-establish relations with Korean Kingdoms and, according to Nihon Shoki, his court successfully established relations with Baekje and Silla, two of the Three Kingdoms of Korea.",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 10,
"text": "The Emperor died from a disease which afflicted him with sores, apparently the first royal victim of smallpox in Japan.",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 11,
"text": "The actual site of Bidatsu's grave is known. The Emperor is traditionally venerated at a memorial Shinto shrine (misasagi) at Osaka.",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 12,
"text": "The Imperial Household Agency designates this location as Bidatsu's mausoleum. It is formally named Kawachi no Shinaga no naka no o no misasagi.",
"title": "Events of Bidatsu's life"
},
{
"paragraph_id": 13,
"text": "He was the second son of Emperor Kinmei. His mother, Ishi-hime, was a daughter of Emperor Senka.",
"title": "Genealogy"
},
{
"paragraph_id": 14,
"text": "Although he had many children, none of them would ever become Emperor. According to Gukanshō, Bidatsu had four empresses and 16 Imperial children (6 sons and 10 daughters).",
"title": "Genealogy"
},
{
"paragraph_id": 15,
"text": "Bidatsu's first empress, Hirohime, died in the fifth year of his reign. To replace her, he elevated one of his consorts, Princess Nukatabe, to the rank of empress. Nukatabe was his half-sister by their father Kinmei. Later she ascended to the throne in her own right and is today known as Empress Suiko.",
"title": "Genealogy"
},
{
"paragraph_id": 16,
"text": "He was succeeded first by one of his brothers, Emperor Yōmei, then by another, Emperor Sushun, and then Empress Suiko, his sister and wife, before his grandson, Emperor Jomei, eventually took the throne.",
"title": "Genealogy"
}
]
| Emperor Bidatsu was the 30th emperor of Japan, according to the traditional order of succession. The years of reign of Bidatsu start in 572 and end in 585; however, there are no certain dates for this emperor's life or reign. The names and sequence of the early emperors were not confirmed as "traditional" until the reign of Emperor Kanmu, who was the 50th monarch of the Yamato dynasty. | 2002-02-25T15:51:15Z | 2023-12-28T14:17:59Z | [
"Template:Nihongo",
"Template:Nihongo2",
"Template:S-bef",
"Template:S-ttl",
"Template:Infobox royalty",
"Template:Reflist",
"Template:ISBN",
"Template:S-start",
"Template:S-reg",
"Template:Short description",
"Template:Use dmy dates",
"Template:OCLC",
"Template:Emperors of Japan",
"Template:Citation needed",
"Template:S-aft",
"Template:S-end"
]
| https://en.wikipedia.org/wiki/Emperor_Bidatsu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.